2022-12-01T09:48:35.1764028Z Requested labels: self-hosted, linux.2xlarge 2022-12-01T09:48:35.1764119Z Job defined at: pytorch/pytorch/.github/workflows/_linux-build.yml@refs/pull/89997/merge 2022-12-01T09:48:35.1764141Z Waiting for a runner to pick up this job... 2022-12-01T09:48:36.2158011Z Job is about to start running on the runner: i-0d62d6c038da4e060 (organization) 2022-12-01T09:48:39.6600269Z Current runner version: '2.299.1' 2022-12-01T09:48:39.6605763Z Runner name: 'i-0d62d6c038da4e060' 2022-12-01T09:48:39.6606258Z Runner group name: 'Default' 2022-12-01T09:48:39.6606784Z Machine name: 'ip-10-0-3-189' 2022-12-01T09:48:39.6608758Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T09:48:39.6609416Z Actions: read 2022-12-01T09:48:39.6609715Z Checks: read 2022-12-01T09:48:39.6609999Z Contents: read 2022-12-01T09:48:39.6610295Z Deployments: read 2022-12-01T09:48:39.6610551Z Discussions: read 2022-12-01T09:48:39.6610874Z Issues: read 2022-12-01T09:48:39.6611176Z Metadata: read 2022-12-01T09:48:39.6611425Z Packages: read 2022-12-01T09:48:39.6611709Z Pages: read 2022-12-01T09:48:39.6612009Z PullRequests: read 2022-12-01T09:48:39.6612299Z RepositoryProjects: read 2022-12-01T09:48:39.6612649Z SecurityEvents: read 2022-12-01T09:48:39.6612943Z Statuses: read 2022-12-01T09:48:39.6613182Z ##[endgroup] 2022-12-01T09:48:39.6616081Z Secret source: None 2022-12-01T09:48:39.6616794Z Prepare workflow directory 2022-12-01T09:48:40.2042151Z Prepare all required actions 2022-12-01T09:48:40.2205190Z Getting action download info 2022-12-01T09:48:40.4555983Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T09:48:42.9756725Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T09:48:43.1910547Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T09:48:43.4467656Z Getting action download info 2022-12-01T09:48:43.6260234Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T09:48:43.8366093Z Uses: pytorch/pytorch/.github/workflows/_linux-build.yml 2022-12-01T09:48:43.8367614Z ##[group] Inputs 2022-12-01T09:48:43.8367907Z build-environment: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T09:48:43.8368261Z docker-image-name: pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-12-01T09:48:43.8368857Z build-generates-artifacts: true 2022-12-01T09:48:43.8369068Z build-with-debug: false 2022-12-01T09:48:43.8369262Z sync-tag: 2022-12-01T09:48:43.8369442Z cuda-arch-list: 5.2 2022-12-01T09:48:43.8370295Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2022-12-01T09:48:43.8371078Z ##[endgroup] 2022-12-01T09:48:43.8371485Z Complete job name: linux-bionic-cuda11.6-py3.10-gcc7 / build 2022-12-01T09:48:43.9102090Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T09:48:43.9102374Z with: 2022-12-01T09:48:43.9102559Z submodules: recursive 2022-12-01T09:48:43.9102732Z fetch-depth: 0 2022-12-01T09:48:43.9102912Z ##[endgroup] 2022-12-01T09:48:43.9373863Z ##[group]Run retry () { 2022-12-01T09:48:43.9374104Z retry () { 2022-12-01T09:48:43.9374318Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T09:48:43.9374531Z } 2022-12-01T09:48:43.9374720Z echo "${GITHUB_WORKSPACE}" 2022-12-01T09:48:43.9374923Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T09:48:43.9375158Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T09:48:43.9375388Z else 2022-12-01T09:48:43.9375574Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T09:48:43.9375767Z fi 2022-12-01T09:48:43.9375950Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T09:48:43.9390988Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T09:48:43.9391219Z env: 2022-12-01T09:48:43.9391379Z NO_SUDO: 2022-12-01T09:48:43.9391548Z ##[endgroup] 2022-12-01T09:48:43.9561654Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T09:48:45.9827765Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T09:48:45.9827998Z with: 2022-12-01T09:48:45.9828199Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T09:48:45.9828409Z fetch-depth: 0 2022-12-01T09:48:45.9828580Z submodules: recursive 2022-12-01T09:48:45.9828770Z quiet-checkout: true 2022-12-01T09:48:45.9828974Z repository: pytorch/pytorch 2022-12-01T09:48:45.9829340Z token: *** 2022-12-01T09:48:45.9829500Z ssh-strict: true 2022-12-01T09:48:45.9829702Z persist-credentials: true 2022-12-01T09:48:45.9829892Z clean: true 2022-12-01T09:48:45.9830041Z lfs: false 2022-12-01T09:48:45.9830225Z set-safe-directory: true 2022-12-01T09:48:45.9830422Z ##[endgroup] 2022-12-01T09:48:46.0997152Z Syncing repository: pytorch/pytorch 2022-12-01T09:48:46.0998473Z ##[group]Getting Git version info 2022-12-01T09:48:46.0998984Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T09:48:46.0999415Z [command]/usr/bin/git version 2022-12-01T09:48:46.1014857Z git version 2.37.1 2022-12-01T09:48:46.1035449Z ##[endgroup] 2022-12-01T09:48:46.1049032Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d87e79d0-5b06-42dc-be15-653b60bb2222' before making global git config changes 2022-12-01T09:48:46.1049452Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T09:48:46.1051866Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T09:48:46.1088039Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T09:48:46.1092282Z ##[group]Initializing the repository 2022-12-01T09:48:46.1094237Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T09:48:46.1224681Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T09:48:46.1225302Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T09:48:46.1225693Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T09:48:46.1225908Z hint: 2022-12-01T09:48:46.1226186Z hint: git config --global init.defaultBranch 2022-12-01T09:48:46.1226397Z hint: 2022-12-01T09:48:46.1226667Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T09:48:46.1227044Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T09:48:46.1227458Z hint: 2022-12-01T09:48:46.1227826Z hint: git branch -m 2022-12-01T09:48:46.1228204Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T09:48:46.1234323Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T09:48:46.1260336Z ##[endgroup] 2022-12-01T09:48:46.1260954Z ##[group]Disabling automatic garbage collection 2022-12-01T09:48:46.1263338Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T09:48:46.1287704Z ##[endgroup] 2022-12-01T09:48:46.1288280Z ##[group]Setting up auth 2022-12-01T09:48:46.1293934Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T09:48:46.1321642Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T09:48:46.1551564Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T09:48:46.1576217Z [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-12-01T09:48:46.1805580Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T09:48:46.1842382Z ##[endgroup] 2022-12-01T09:48:46.1842878Z ##[group]Fetching the repository 2022-12-01T09:48:46.1848282Z [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-12-01T09:49:38.8791662Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T09:49:38.8828444Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T09:49:40.0995854Z ##[endgroup] 2022-12-01T09:49:40.0996385Z ##[group]Determining the checkout info 2022-12-01T09:49:40.0997091Z ##[endgroup] 2022-12-01T09:49:40.0997469Z ##[group]Checking out the ref 2022-12-01T09:49:40.1000997Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T09:49:41.3282370Z ##[endgroup] 2022-12-01T09:49:41.3282823Z ##[group]Setting up auth for fetching submodules 2022-12-01T09:49:41.3287011Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T09:49:41.3339419Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T09:49:41.3368479Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T09:49:41.3397249Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T09:49:41.3420717Z ##[endgroup] 2022-12-01T09:49:41.3421138Z ##[group]Fetching submodules 2022-12-01T09:49:41.3423987Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T09:49:41.3670463Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T09:49:41.3908841Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T09:49:41.3910265Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T09:49:41.3912243Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T09:49:41.3914602Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T09:49:41.3918368Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T09:49:41.3921104Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T09:49:41.3923625Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T09:49:41.3927701Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T09:49:41.3930648Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T09:49:41.3934029Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T09:49:41.3937827Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T09:49:41.3941264Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T09:49:41.3944935Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T09:49:41.3948686Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T09:49:41.3952839Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T09:49:41.3957059Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T09:49:41.3961242Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T09:49:41.3965615Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T09:49:41.3969888Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T09:49:41.3974349Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T09:49:41.3978891Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T09:49:41.3983772Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T09:49:41.3988488Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T09:49:41.3993378Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T09:49:41.3998644Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T09:49:41.4003855Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T09:49:41.4009092Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T09:49:41.4014256Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T09:49:41.4019747Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T09:49:41.4025266Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T09:49:41.4030896Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T09:49:41.4037815Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T09:49:41.4043808Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T09:49:41.4049686Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T09:49:41.4055715Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T09:49:41.4061983Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T09:49:41.4068109Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T09:49:41.4074389Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T09:49:41.4081102Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T09:49:41.4087725Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T09:49:41.4094455Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T09:49:41.4117396Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T09:49:41.6773974Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T09:49:41.8772170Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T09:49:42.1849397Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T09:49:42.6734281Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T09:49:42.9159019Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T09:49:44.9628598Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T09:49:50.9533979Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T09:49:51.3425959Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T09:49:51.8624398Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T09:49:53.3087961Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T09:49:54.3840140Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T09:49:55.7882630Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T09:50:00.8011429Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T09:50:02.0720595Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T09:50:04.1960862Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T09:50:05.7442819Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T09:50:06.0298389Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T09:50:06.5011419Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T09:50:06.8440328Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T09:50:08.0055318Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T09:50:08.4220745Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T09:50:08.6871944Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T09:50:08.9744459Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T09:50:10.3674473Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T09:50:10.8456008Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T09:50:11.3453816Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T09:50:17.4898946Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T09:50:19.1268666Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T09:50:19.6425065Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T09:50:19.8839476Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T09:50:26.8089366Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T09:50:27.0254516Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T09:50:27.2691988Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T09:50:28.1002698Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T09:50:28.4316950Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T09:50:28.8002888Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T09:50:29.1064552Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T09:50:29.7023829Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T09:50:32.0987399Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T09:50:32.5777384Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T09:50:34.7120325Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T09:50:34.7214997Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T09:50:34.7286347Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T09:50:34.7484527Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T09:50:34.7681064Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T09:50:34.7996492Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T09:50:35.3439923Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T09:50:35.3626075Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T09:50:35.4517135Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T09:50:35.4813768Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T09:50:35.7415341Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T09:50:36.1134321Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T09:50:36.3344235Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T09:50:36.3755982Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T09:50:36.3768458Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T09:50:36.3770352Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T09:50:36.3772392Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T09:50:36.3774578Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T09:50:36.3794874Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T09:50:37.3706900Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T09:50:37.8771097Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T09:50:39.2034283Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T09:50:39.5440816Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T09:50:39.6351224Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T09:50:39.6881170Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T09:50:39.6969051Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T09:50:39.7732900Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T09:50:39.8060924Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T09:50:39.8140542Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T09:50:39.8502351Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T09:50:39.8721423Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T09:50:39.9137484Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T09:50:39.9240390Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T09:50:39.9251869Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T09:50:39.9272533Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T09:50:47.4835731Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T09:50:47.4850660Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T09:50:47.4872524Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T09:50:55.1292023Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T09:50:55.1382166Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T09:50:55.1508725Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T09:50:55.2360113Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T09:50:55.2373652Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T09:50:55.2375814Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T09:50:55.2398112Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T09:50:56.4789612Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T09:50:57.6110677Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T09:50:57.6611952Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T09:50:57.6792429Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T09:50:57.6916121Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T09:50:57.7884622Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T09:50:58.0077303Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T09:50:58.0102135Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T09:50:58.0104182Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T09:50:58.0126491Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T09:50:58.3748300Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T09:50:59.1941545Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T09:50:59.2222048Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T09:50:59.2355118Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T09:50:59.2367217Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T09:50:59.2387127Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T09:51:00.9839801Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T09:51:00.9858096Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T09:51:00.9859966Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T09:51:00.9883032Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T09:51:01.6802680Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T09:51:02.7751880Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T09:51:02.8341163Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T09:51:02.8353922Z 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-12-01T09:51:02.8375954Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-12-01T09:51:03.1009600Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T09:51:03.1087729Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T09:51:03.3406601Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T09:51:03.3424390Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T09:51:03.3426809Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T09:51:03.3449285Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T09:51:03.8444527Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T09:51:04.9554111Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T09:51:05.0172133Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T09:51:05.0245900Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T09:51:05.0342411Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T09:51:05.0631948Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T09:51:05.0707649Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T09:51:05.0958223Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T09:51:05.1039087Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T09:51:05.1430968Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T09:51:05.2401664Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T09:51:05.2629154Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T09:51:05.2643223Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T09:51:05.2645325Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T09:51:05.2648277Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T09:51:05.2651132Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T09:51:05.2671070Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T09:51:06.3514376Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T09:51:06.6300816Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T09:51:08.0563358Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T09:51:09.0554170Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T09:51:09.0685450Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T09:51:09.1270069Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T09:51:09.1523882Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T09:51:09.1536515Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T09:51:09.1556992Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T09:51:09.5064265Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T09:51:09.6273424Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T09:51:09.6300723Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T09:51:09.6552022Z Entering 'android/libs/fbjni' 2022-12-01T09:51:09.6585986Z Entering 'third_party/FP16' 2022-12-01T09:51:09.6619039Z Entering 'third_party/FXdiv' 2022-12-01T09:51:09.6652272Z Entering 'third_party/NNPACK' 2022-12-01T09:51:09.6687581Z Entering 'third_party/QNNPACK' 2022-12-01T09:51:09.6720716Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T09:51:09.6753203Z Entering 'third_party/XNNPACK' 2022-12-01T09:51:09.6796343Z Entering 'third_party/benchmark' 2022-12-01T09:51:09.6829005Z Entering 'third_party/cpuinfo' 2022-12-01T09:51:09.6862434Z Entering 'third_party/cub' 2022-12-01T09:51:09.6895525Z Entering 'third_party/cudnn_frontend' 2022-12-01T09:51:09.6934046Z Entering 'third_party/cutlass' 2022-12-01T09:51:09.6973319Z Entering 'third_party/eigen' 2022-12-01T09:51:09.7007856Z Entering 'third_party/fbgemm' 2022-12-01T09:51:09.7042584Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T09:51:09.7073954Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T09:51:09.7106192Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T09:51:09.7138073Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T09:51:09.7171324Z Entering 'third_party/flatbuffers' 2022-12-01T09:51:09.7206609Z Entering 'third_party/fmt' 2022-12-01T09:51:09.7238803Z Entering 'third_party/foxi' 2022-12-01T09:51:09.7271815Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T09:51:09.7304460Z Entering 'third_party/gloo' 2022-12-01T09:51:09.7337927Z Entering 'third_party/googletest' 2022-12-01T09:51:09.7371573Z Entering 'third_party/ideep' 2022-12-01T09:51:09.7402992Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T09:51:09.7437122Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T09:51:09.7473949Z Entering 'third_party/ios-cmake' 2022-12-01T09:51:09.7506446Z Entering 'third_party/ittapi' 2022-12-01T09:51:09.7538662Z Entering 'third_party/kineto' 2022-12-01T09:51:09.7573685Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T09:51:09.7606257Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T09:51:09.7639898Z Entering 'third_party/nccl/nccl' 2022-12-01T09:51:09.7672503Z Entering 'third_party/neon2sse' 2022-12-01T09:51:09.7705592Z Entering 'third_party/nlohmann' 2022-12-01T09:51:09.7739369Z Entering 'third_party/onnx' 2022-12-01T09:51:09.7782873Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T09:51:09.7816251Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T09:51:09.7851505Z Entering 'third_party/onnx-tensorrt' 2022-12-01T09:51:09.7883279Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T09:51:09.7920934Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T09:51:09.7953255Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T09:51:09.7985585Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T09:51:09.8021251Z Entering 'third_party/pocketfft' 2022-12-01T09:51:09.8054794Z Entering 'third_party/protobuf' 2022-12-01T09:51:09.8089876Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T09:51:09.8121690Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T09:51:09.8155725Z Entering 'third_party/psimd' 2022-12-01T09:51:09.8188406Z Entering 'third_party/pthreadpool' 2022-12-01T09:51:09.8220825Z Entering 'third_party/pybind11' 2022-12-01T09:51:09.8253424Z Entering 'third_party/python-enum' 2022-12-01T09:51:09.8286486Z Entering 'third_party/python-peachpy' 2022-12-01T09:51:09.8319733Z Entering 'third_party/python-six' 2022-12-01T09:51:09.8351511Z Entering 'third_party/sleef' 2022-12-01T09:51:09.8384174Z Entering 'third_party/tbb' 2022-12-01T09:51:09.8418882Z Entering 'third_party/tensorpipe' 2022-12-01T09:51:09.8451883Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T09:51:09.8483371Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T09:51:09.8515388Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T09:51:09.8547570Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T09:51:09.8579867Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T09:51:09.8614711Z Entering 'third_party/zstd' 2022-12-01T09:51:09.8655070Z ##[endgroup] 2022-12-01T09:51:09.8655464Z ##[group]Persisting credentials for submodules 2022-12-01T09:51:09.8660827Z [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-12-01T09:51:09.8909380Z Entering 'android/libs/fbjni' 2022-12-01T09:51:09.8941421Z Entering 'third_party/FP16' 2022-12-01T09:51:09.8974669Z Entering 'third_party/FXdiv' 2022-12-01T09:51:09.9007974Z Entering 'third_party/NNPACK' 2022-12-01T09:51:09.9040662Z Entering 'third_party/QNNPACK' 2022-12-01T09:51:09.9072981Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T09:51:09.9105334Z Entering 'third_party/XNNPACK' 2022-12-01T09:51:09.9147901Z Entering 'third_party/benchmark' 2022-12-01T09:51:09.9180481Z Entering 'third_party/cpuinfo' 2022-12-01T09:51:09.9214366Z Entering 'third_party/cub' 2022-12-01T09:51:09.9246819Z Entering 'third_party/cudnn_frontend' 2022-12-01T09:51:09.9285263Z Entering 'third_party/cutlass' 2022-12-01T09:51:09.9322733Z Entering 'third_party/eigen' 2022-12-01T09:51:09.9358581Z Entering 'third_party/fbgemm' 2022-12-01T09:51:09.9390313Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T09:51:09.9421824Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T09:51:09.9453919Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T09:51:09.9486266Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T09:51:09.9518991Z Entering 'third_party/flatbuffers' 2022-12-01T09:51:09.9552733Z Entering 'third_party/fmt' 2022-12-01T09:51:09.9584389Z Entering 'third_party/foxi' 2022-12-01T09:51:09.9616416Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T09:51:09.9649632Z Entering 'third_party/gloo' 2022-12-01T09:51:09.9683179Z Entering 'third_party/googletest' 2022-12-01T09:51:09.9715909Z Entering 'third_party/ideep' 2022-12-01T09:51:09.9747443Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T09:51:09.9780425Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T09:51:09.9817631Z Entering 'third_party/ios-cmake' 2022-12-01T09:51:09.9849768Z Entering 'third_party/ittapi' 2022-12-01T09:51:09.9882234Z Entering 'third_party/kineto' 2022-12-01T09:51:09.9913979Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T09:51:09.9947028Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T09:51:09.9979923Z Entering 'third_party/nccl/nccl' 2022-12-01T09:51:10.0012604Z Entering 'third_party/neon2sse' 2022-12-01T09:51:10.0045290Z Entering 'third_party/nlohmann' 2022-12-01T09:51:10.0078579Z Entering 'third_party/onnx' 2022-12-01T09:51:10.0122493Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T09:51:10.0154199Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T09:51:10.0187751Z Entering 'third_party/onnx-tensorrt' 2022-12-01T09:51:10.0219695Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T09:51:10.0257429Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T09:51:10.0290058Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T09:51:10.0322473Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T09:51:10.0360061Z Entering 'third_party/pocketfft' 2022-12-01T09:51:10.0392004Z Entering 'third_party/protobuf' 2022-12-01T09:51:10.0427444Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T09:51:10.0460463Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T09:51:10.0494045Z Entering 'third_party/psimd' 2022-12-01T09:51:10.0526485Z Entering 'third_party/pthreadpool' 2022-12-01T09:51:10.0558987Z Entering 'third_party/pybind11' 2022-12-01T09:51:10.0590699Z Entering 'third_party/python-enum' 2022-12-01T09:51:10.0623362Z Entering 'third_party/python-peachpy' 2022-12-01T09:51:10.0655307Z Entering 'third_party/python-six' 2022-12-01T09:51:10.0688022Z Entering 'third_party/sleef' 2022-12-01T09:51:10.0720920Z Entering 'third_party/tbb' 2022-12-01T09:51:10.0754514Z Entering 'third_party/tensorpipe' 2022-12-01T09:51:10.0788292Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T09:51:10.0821036Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T09:51:10.0853544Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T09:51:10.0886706Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T09:51:10.0918250Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T09:51:10.0952302Z Entering 'third_party/zstd' 2022-12-01T09:51:10.0995706Z [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-12-01T09:51:10.1240052Z Entering 'android/libs/fbjni' 2022-12-01T09:51:10.1270751Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T09:51:10.1284620Z Entering 'third_party/FP16' 2022-12-01T09:51:10.1316497Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T09:51:10.1330285Z Entering 'third_party/FXdiv' 2022-12-01T09:51:10.1362038Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T09:51:10.1375485Z Entering 'third_party/NNPACK' 2022-12-01T09:51:10.1406585Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T09:51:10.1420268Z Entering 'third_party/QNNPACK' 2022-12-01T09:51:10.1451171Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T09:51:10.1465036Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T09:51:10.1496045Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T09:51:10.1509749Z Entering 'third_party/XNNPACK' 2022-12-01T09:51:10.1540655Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T09:51:10.1564806Z Entering 'third_party/benchmark' 2022-12-01T09:51:10.1595435Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T09:51:10.1609236Z Entering 'third_party/cpuinfo' 2022-12-01T09:51:10.1639996Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T09:51:10.1654219Z Entering 'third_party/cub' 2022-12-01T09:51:10.1684185Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T09:51:10.1698043Z Entering 'third_party/cudnn_frontend' 2022-12-01T09:51:10.1728831Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T09:51:10.1746696Z Entering 'third_party/cutlass' 2022-12-01T09:51:10.1777279Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T09:51:10.1797321Z Entering 'third_party/eigen' 2022-12-01T09:51:10.1827728Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T09:51:10.1845682Z Entering 'third_party/fbgemm' 2022-12-01T09:51:10.1876660Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T09:51:10.1890237Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T09:51:10.1920794Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-12-01T09:51:10.1933863Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T09:51:10.1964688Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T09:51:10.1978664Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T09:51:10.2010494Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-12-01T09:51:10.2023981Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T09:51:10.2054196Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-12-01T09:51:10.2069208Z Entering 'third_party/flatbuffers' 2022-12-01T09:51:10.2100657Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T09:51:10.2116877Z Entering 'third_party/fmt' 2022-12-01T09:51:10.2147335Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T09:51:10.2161573Z Entering 'third_party/foxi' 2022-12-01T09:51:10.2192002Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T09:51:10.2206341Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T09:51:10.2237054Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T09:51:10.2250493Z Entering 'third_party/gloo' 2022-12-01T09:51:10.2281474Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T09:51:10.2295154Z Entering 'third_party/googletest' 2022-12-01T09:51:10.2327081Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T09:51:10.2340613Z Entering 'third_party/ideep' 2022-12-01T09:51:10.2371674Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T09:51:10.2384546Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T09:51:10.2415530Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T09:51:10.2430711Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T09:51:10.2461313Z 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-12-01T09:51:10.2480362Z Entering 'third_party/ios-cmake' 2022-12-01T09:51:10.2511397Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T09:51:10.2524650Z Entering 'third_party/ittapi' 2022-12-01T09:51:10.2555358Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T09:51:10.2568918Z Entering 'third_party/kineto' 2022-12-01T09:51:10.2599731Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T09:51:10.2613738Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T09:51:10.2644465Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-12-01T09:51:10.2657742Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T09:51:10.2689698Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-12-01T09:51:10.2704622Z Entering 'third_party/nccl/nccl' 2022-12-01T09:51:10.2735714Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T09:51:10.2749659Z Entering 'third_party/neon2sse' 2022-12-01T09:51:10.2779672Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T09:51:10.2793127Z Entering 'third_party/nlohmann' 2022-12-01T09:51:10.2823682Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T09:51:10.2838610Z Entering 'third_party/onnx' 2022-12-01T09:51:10.2868717Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T09:51:10.2894476Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T09:51:10.2924177Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T09:51:10.2937823Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T09:51:10.2969333Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T09:51:10.2984870Z Entering 'third_party/onnx-tensorrt' 2022-12-01T09:51:10.3015476Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T09:51:10.3028978Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T09:51:10.3060291Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-12-01T09:51:10.3077534Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T09:51:10.3107489Z 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-12-01T09:51:10.3121180Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T09:51:10.3151455Z 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-12-01T09:51:10.3166076Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T09:51:10.3195848Z 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-12-01T09:51:10.3213206Z Entering 'third_party/pocketfft' 2022-12-01T09:51:10.3243330Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T09:51:10.3256937Z Entering 'third_party/protobuf' 2022-12-01T09:51:10.3288341Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T09:51:10.3305312Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T09:51:10.3335631Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-12-01T09:51:10.3349079Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T09:51:10.3378780Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-12-01T09:51:10.3393621Z Entering 'third_party/psimd' 2022-12-01T09:51:10.3423839Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T09:51:10.3437537Z Entering 'third_party/pthreadpool' 2022-12-01T09:51:10.3468000Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T09:51:10.3481559Z Entering 'third_party/pybind11' 2022-12-01T09:51:10.3512476Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T09:51:10.3527269Z Entering 'third_party/python-enum' 2022-12-01T09:51:10.3558529Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T09:51:10.3571967Z Entering 'third_party/python-peachpy' 2022-12-01T09:51:10.3603866Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T09:51:10.3617234Z Entering 'third_party/python-six' 2022-12-01T09:51:10.3649207Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T09:51:10.3662167Z Entering 'third_party/sleef' 2022-12-01T09:51:10.3693014Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T09:51:10.3706800Z Entering 'third_party/tbb' 2022-12-01T09:51:10.3737201Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T09:51:10.3752864Z Entering 'third_party/tensorpipe' 2022-12-01T09:51:10.3784713Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T09:51:10.3798935Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T09:51:10.3829044Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-12-01T09:51:10.3842647Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T09:51:10.3873176Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-12-01T09:51:10.3886400Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T09:51:10.3917311Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-12-01T09:51:10.3931075Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T09:51:10.3960549Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-12-01T09:51:10.3973058Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T09:51:10.4002872Z 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-12-01T09:51:10.4018387Z Entering 'third_party/zstd' 2022-12-01T09:51:10.4048589Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T09:51:10.4784829Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T09:51:10.5035697Z Entering 'android/libs/fbjni' 2022-12-01T09:51:10.5069031Z Entering 'third_party/FP16' 2022-12-01T09:51:10.5102436Z Entering 'third_party/FXdiv' 2022-12-01T09:51:10.5137090Z Entering 'third_party/NNPACK' 2022-12-01T09:51:10.5169244Z Entering 'third_party/QNNPACK' 2022-12-01T09:51:10.5203284Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T09:51:10.5235540Z Entering 'third_party/XNNPACK' 2022-12-01T09:51:10.5278336Z Entering 'third_party/benchmark' 2022-12-01T09:51:10.5310887Z Entering 'third_party/cpuinfo' 2022-12-01T09:51:10.5344356Z Entering 'third_party/cub' 2022-12-01T09:51:10.5377578Z Entering 'third_party/cudnn_frontend' 2022-12-01T09:51:10.5413932Z Entering 'third_party/cutlass' 2022-12-01T09:51:10.5451823Z Entering 'third_party/eigen' 2022-12-01T09:51:10.5486567Z Entering 'third_party/fbgemm' 2022-12-01T09:51:10.5519422Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T09:51:10.5551104Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T09:51:10.5583215Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T09:51:10.5616298Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T09:51:10.5649945Z Entering 'third_party/flatbuffers' 2022-12-01T09:51:10.5683598Z Entering 'third_party/fmt' 2022-12-01T09:51:10.5716441Z Entering 'third_party/foxi' 2022-12-01T09:51:10.5748398Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T09:51:10.5780756Z Entering 'third_party/gloo' 2022-12-01T09:51:10.5814725Z Entering 'third_party/googletest' 2022-12-01T09:51:10.5847168Z Entering 'third_party/ideep' 2022-12-01T09:51:10.5879626Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T09:51:10.5912765Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T09:51:10.5952092Z Entering 'third_party/ios-cmake' 2022-12-01T09:51:10.5984703Z Entering 'third_party/ittapi' 2022-12-01T09:51:10.6017628Z Entering 'third_party/kineto' 2022-12-01T09:51:10.6051072Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T09:51:10.6084349Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T09:51:10.6120941Z Entering 'third_party/nccl/nccl' 2022-12-01T09:51:10.6153862Z Entering 'third_party/neon2sse' 2022-12-01T09:51:10.6186813Z Entering 'third_party/nlohmann' 2022-12-01T09:51:10.6220577Z Entering 'third_party/onnx' 2022-12-01T09:51:10.6267312Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T09:51:10.6301086Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T09:51:10.6336204Z Entering 'third_party/onnx-tensorrt' 2022-12-01T09:51:10.6371031Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T09:51:10.6410651Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T09:51:10.6444639Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T09:51:10.6479382Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T09:51:10.6516840Z Entering 'third_party/pocketfft' 2022-12-01T09:51:10.6550258Z Entering 'third_party/protobuf' 2022-12-01T09:51:10.6587757Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T09:51:10.6621817Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T09:51:10.6656502Z Entering 'third_party/psimd' 2022-12-01T09:51:10.6689957Z Entering 'third_party/pthreadpool' 2022-12-01T09:51:10.6723683Z Entering 'third_party/pybind11' 2022-12-01T09:51:10.6757421Z Entering 'third_party/python-enum' 2022-12-01T09:51:10.6790143Z Entering 'third_party/python-peachpy' 2022-12-01T09:51:10.6823406Z Entering 'third_party/python-six' 2022-12-01T09:51:10.6856401Z Entering 'third_party/sleef' 2022-12-01T09:51:10.6888921Z Entering 'third_party/tbb' 2022-12-01T09:51:10.6924774Z Entering 'third_party/tensorpipe' 2022-12-01T09:51:10.6958430Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T09:51:10.6990687Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T09:51:10.7024163Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T09:51:10.7056628Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T09:51:10.7089059Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T09:51:10.7124165Z Entering 'third_party/zstd' 2022-12-01T09:51:10.7168102Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T09:51:10.7414453Z Entering 'android/libs/fbjni' 2022-12-01T09:51:10.7446363Z Entering 'third_party/FP16' 2022-12-01T09:51:10.7480888Z Entering 'third_party/FXdiv' 2022-12-01T09:51:10.7512980Z Entering 'third_party/NNPACK' 2022-12-01T09:51:10.7546075Z Entering 'third_party/QNNPACK' 2022-12-01T09:51:10.7579375Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T09:51:10.7613167Z Entering 'third_party/XNNPACK' 2022-12-01T09:51:10.7655384Z Entering 'third_party/benchmark' 2022-12-01T09:51:10.7688894Z Entering 'third_party/cpuinfo' 2022-12-01T09:51:10.7722602Z Entering 'third_party/cub' 2022-12-01T09:51:10.7754492Z Entering 'third_party/cudnn_frontend' 2022-12-01T09:51:10.7792079Z Entering 'third_party/cutlass' 2022-12-01T09:51:10.7830863Z Entering 'third_party/eigen' 2022-12-01T09:51:10.7865821Z Entering 'third_party/fbgemm' 2022-12-01T09:51:10.7899768Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T09:51:10.7932230Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T09:51:10.7964851Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T09:51:10.7997565Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T09:51:10.8031088Z Entering 'third_party/flatbuffers' 2022-12-01T09:51:10.8066021Z Entering 'third_party/fmt' 2022-12-01T09:51:10.8099480Z Entering 'third_party/foxi' 2022-12-01T09:51:10.8133846Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T09:51:10.8166982Z Entering 'third_party/gloo' 2022-12-01T09:51:10.8200316Z Entering 'third_party/googletest' 2022-12-01T09:51:10.8233358Z Entering 'third_party/ideep' 2022-12-01T09:51:10.8265482Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T09:51:10.8300784Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T09:51:10.8339288Z Entering 'third_party/ios-cmake' 2022-12-01T09:51:10.8372444Z Entering 'third_party/ittapi' 2022-12-01T09:51:10.8406017Z Entering 'third_party/kineto' 2022-12-01T09:51:10.8439585Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T09:51:10.8471760Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T09:51:10.8505603Z Entering 'third_party/nccl/nccl' 2022-12-01T09:51:10.8539162Z Entering 'third_party/neon2sse' 2022-12-01T09:51:10.8572105Z Entering 'third_party/nlohmann' 2022-12-01T09:51:10.8605923Z Entering 'third_party/onnx' 2022-12-01T09:51:10.8649531Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T09:51:10.8682595Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T09:51:10.8717224Z Entering 'third_party/onnx-tensorrt' 2022-12-01T09:51:10.8749025Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T09:51:10.8786818Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T09:51:10.8819715Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T09:51:10.8851865Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T09:51:10.8888924Z Entering 'third_party/pocketfft' 2022-12-01T09:51:10.8921485Z Entering 'third_party/protobuf' 2022-12-01T09:51:10.8957689Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T09:51:10.8989942Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T09:51:10.9024405Z Entering 'third_party/psimd' 2022-12-01T09:51:10.9058428Z Entering 'third_party/pthreadpool' 2022-12-01T09:51:10.9091493Z Entering 'third_party/pybind11' 2022-12-01T09:51:10.9124526Z Entering 'third_party/python-enum' 2022-12-01T09:51:10.9157071Z Entering 'third_party/python-peachpy' 2022-12-01T09:51:10.9190339Z Entering 'third_party/python-six' 2022-12-01T09:51:10.9223107Z Entering 'third_party/sleef' 2022-12-01T09:51:10.9256248Z Entering 'third_party/tbb' 2022-12-01T09:51:10.9291791Z Entering 'third_party/tensorpipe' 2022-12-01T09:51:10.9325073Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T09:51:10.9358288Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T09:51:10.9390893Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T09:51:10.9424949Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T09:51:10.9458180Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T09:51:10.9493290Z Entering 'third_party/zstd' 2022-12-01T09:51:10.9534114Z ##[endgroup] 2022-12-01T09:51:10.9570798Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T09:51:10.9596199Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T09:51:10.9724800Z Prepare all required actions 2022-12-01T09:51:10.9778434Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T09:51:10.9778634Z ##[endgroup] 2022-12-01T09:51:10.9793221Z ##[group]Run set -euo pipefail 2022-12-01T09:51:10.9793436Z set -euo pipefail 2022-12-01T09:51:10.9793641Z function get_ec2_metadata() { 2022-12-01T09:51:10.9793884Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T09:51:10.9794221Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T09:51:10.9794518Z  category=$1 2022-12-01T09:51:10.9794760Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T09:51:10.9795145Z } 2022-12-01T09:51:10.9795332Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T09:51:10.9795585Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T09:51:10.9795887Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T09:51:10.9796121Z echo "system info $(uname -a)" 2022-12-01T09:51:10.9807288Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T09:51:10.9807517Z ##[endgroup] 2022-12-01T09:51:10.9881863Z ami-id: ami-096198a0bccc6bad4 2022-12-01T09:51:10.9929825Z instance-id: i-0d62d6c038da4e060 2022-12-01T09:51:10.9977254Z instance-type: c5.2xlarge 2022-12-01T09:51:10.9983398Z system info Linux ip-10-0-3-189.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-12-01T09:51:10.9998617Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T09:51:10.9998896Z if systemctl is-active --quiet docker; then 2022-12-01T09:51:10.9999135Z  echo "Docker daemon is running..."; 2022-12-01T09:51:10.9999321Z else 2022-12-01T09:51:10.9999550Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T09:51:10.9999783Z fi 2022-12-01T09:51:11.0010344Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T09:51:11.0010555Z ##[endgroup] 2022-12-01T09:51:11.0162204Z Docker daemon is running... 2022-12-01T09:51:11.0177868Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T09:51:11.0178221Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T09:51:11.0178502Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T09:51:11.0178891Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T09:51:11.0179232Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T09:51:11.0189497Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T09:51:11.0189715Z env: 2022-12-01T09:51:11.0189888Z AWS_RETRY_MODE: standard 2022-12-01T09:51:11.0190066Z AWS_MAX_ATTEMPTS: 5 2022-12-01T09:51:11.0190274Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T09:51:11.0190463Z ##[endgroup] 2022-12-01T09:51:12.3211482Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T09:51:12.3211888Z Configure a credential helper to remove this warning. See 2022-12-01T09:51:12.3212293Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T09:51:12.3212483Z 2022-12-01T09:51:12.3213128Z Login Succeeded 2022-12-01T09:51:12.3249070Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T09:51:12.3249598Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T09:51:12.3250068Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T09:51:12.3264979Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T09:51:12.3265217Z ##[endgroup] 2022-12-01T09:51:12.3354493Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T09:51:12.3354732Z with: 2022-12-01T09:51:12.3355366Z github-secret: *** 2022-12-01T09:51:12.3355571Z activate-with-label: false 2022-12-01T09:51:12.3355750Z label: with-ssh 2022-12-01T09:51:12.3355949Z remove-existing-keys: true 2022-12-01T09:51:12.3356139Z ##[endgroup] 2022-12-01T09:51:12.7478840Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T09:51:12.8352807Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T09:51:12.8366183Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T09:51:12.8390645Z Login using: ssh ec2-user@ec2-34-229-80-181.compute-1.amazonaws.com 2022-12-01T09:51:12.8468712Z Prepare all required actions 2022-12-01T09:51:12.8521998Z ##[group]Run ./.github/actions/calculate-docker-image 2022-12-01T09:51:12.8522214Z with: 2022-12-01T09:51:12.8522475Z docker-image-name: pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-12-01T09:51:12.8522723Z xla: false 2022-12-01T09:51:12.8522892Z skip_push: true 2022-12-01T09:51:12.8523065Z ##[endgroup] 2022-12-01T09:51:12.8575376Z ##[group]Run if [ -n "${IS_XLA}" ]; then 2022-12-01T09:51:12.8575613Z if [ -n "${IS_XLA}" ]; then 2022-12-01T09:51:12.8575935Z  echo "XLA workflow uses pre-built test image at ${XLA_IMAGE_TAG}" 2022-12-01T09:51:12.8576222Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-12-01T09:51:12.8576476Z  echo "::set-output name=docker-tag::${DOCKER_TAG}" 2022-12-01T09:51:12.8576768Z  echo "::set-output name=docker-image::${DOCKER_IMAGE_BASE}:${XLA_IMAGE_TAG}" 2022-12-01T09:51:12.8577011Z else 2022-12-01T09:51:12.8577246Z  DOCKER_TAG=$(git rev-parse HEAD:.circleci/docker) 2022-12-01T09:51:12.8577516Z  echo "::set-output name=docker-tag::${DOCKER_TAG}" 2022-12-01T09:51:12.8577804Z  echo "::set-output name=docker-image::${DOCKER_IMAGE_BASE}:${DOCKER_TAG}" 2022-12-01T09:51:12.8578035Z fi 2022-12-01T09:51:12.8588778Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T09:51:12.8588991Z env: 2022-12-01T09:51:12.8589144Z IS_XLA: 2022-12-01T09:51:12.8589299Z XLA_IMAGE_TAG: v0.4 2022-12-01T09:51:12.8589638Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-12-01T09:51:12.8589954Z ##[endgroup] 2022-12-01T09:51:12.8639939Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T09:51:12.8660835Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T09:51:12.8682553Z ##[group]Run set -x 2022-12-01T09:51:12.8682780Z set -x 2022-12-01T09:51:12.8683013Z # Check if image already exists, if it does then skip building it 2022-12-01T09:51:12.8683277Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2022-12-01T09:51:12.8683495Z  exit 0 2022-12-01T09:51:12.8683656Z fi 2022-12-01T09:51:12.8683856Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2022-12-01T09:51:12.8684124Z  # if we're on the base branch then use the parent commit 2022-12-01T09:51:12.8684377Z  MERGE_BASE=$(git rev-parse HEAD~) 2022-12-01T09:51:12.8684573Z else 2022-12-01T09:51:12.8684786Z  # otherwise we're on a PR, so use the most recent base commit 2022-12-01T09:51:12.8685058Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2022-12-01T09:51:12.8685266Z fi 2022-12-01T09:51:12.8685478Z # Covers the case where a previous tag doesn't exist for the tree 2022-12-01T09:51:12.8685815Z # this is only really applicable on trees that don't have `.circleci/docker` at its merge base, i.e. nightly 2022-12-01T09:51:12.8686134Z if ! git rev-parse "$MERGE_BASE:.circleci/docker"; then 2022-12-01T09:51:12.8686474Z  echo "Directory '.circleci/docker' not found in commit $MERGE_BASE, you should probably rebase onto a more recent commit" 2022-12-01T09:51:12.8686739Z  exit 1 2022-12-01T09:51:12.8686900Z fi 2022-12-01T09:51:12.8687129Z PREVIOUS_DOCKER_TAG=$(git rev-parse "$MERGE_BASE:.circleci/docker") 2022-12-01T09:51:12.8687515Z # If no image exists but the hash is the same as the previous hash then we should error out here 2022-12-01T09:51:12.8687814Z if [[ "${PREVIOUS_DOCKER_TAG}" = "${DOCKER_TAG}" ]]; then 2022-12-01T09:51:12.8688143Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2022-12-01T09:51:12.8688496Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2022-12-01T09:51:12.8688802Z  # NOTE: DOCKER_FORCE_PUSH will always be set to true for docker-builds.yml 2022-12-01T09:51:12.8689137Z  if [[ "${DOCKER_FORCE_PUSH}" != "true" ]]; then 2022-12-01T09:51:12.8689422Z  # In order to avoid a stampeding herd of jobs trying to push all at once we set it to 2022-12-01T09:51:12.8689751Z  # skip the push. If this is negatively affecting TTS across the board the suggestion 2022-12-01T09:51:12.8690078Z  # should be to run the docker-builds.yml workflow to generate the correct docker builds 2022-12-01T09:51:12.8690370Z  echo ::set-output name=skip_push::true 2022-12-01T09:51:12.8690569Z  fi 2022-12-01T09:51:12.8690715Z fi 2022-12-01T09:51:12.8690906Z echo ::set-output name=rebuild::yes 2022-12-01T09:51:12.8700980Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T09:51:12.8701180Z env: 2022-12-01T09:51:12.8701386Z BASE_REVISION: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T09:51:12.8701791Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T09:51:12.8702184Z DOCKER_TAG: fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T09:51:12.8702382Z DOCKER_FORCE_PUSH: 2022-12-01T09:51:12.8702557Z ##[endgroup] 2022-12-01T09:51:12.8725083Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T09:51:13.0694719Z { 2022-12-01T09:51:13.0694992Z "schemaVersion": 2, 2022-12-01T09:51:13.0695392Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2022-12-01T09:51:13.0695776Z "config": { 2022-12-01T09:51:13.0696216Z "mediaType": "application/vnd.docker.container.image.v1+json", 2022-12-01T09:51:13.0696578Z "size": 34402, 2022-12-01T09:51:13.0696940Z "digest": "sha256:f1c05e1c4a24b2f30e4b2dd175e18efaf97173a54d9813ad2e6088a740690342" 2022-12-01T09:51:13.0697301Z }, 2022-12-01T09:51:13.0697522Z "layers": [ 2022-12-01T09:51:13.0697743Z { 2022-12-01T09:51:13.0698115Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0698548Z "size": 26709108, 2022-12-01T09:51:13.0698983Z "digest": "sha256:40dd5be53814ae70b2898558673b7ea18d58bf7ab3433560b9ce3cb76d9ff0b1" 2022-12-01T09:51:13.0699417Z }, 2022-12-01T09:51:13.0699684Z { 2022-12-01T09:51:13.0700113Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0700570Z "size": 7217695, 2022-12-01T09:51:13.0700963Z "digest": "sha256:bd44602516a4c921a47dfb515b1d23a2a0dda50c1823b4f144d87ec326d02339" 2022-12-01T09:51:13.0701302Z }, 2022-12-01T09:51:13.0701499Z { 2022-12-01T09:51:13.0701871Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0702299Z "size": 23566731, 2022-12-01T09:51:13.0702732Z "digest": "sha256:8ebfb31ea67dda944d6f44bdd2fd4f699379ac3ff8173fb30166ee510f425df3" 2022-12-01T09:51:13.0703127Z }, 2022-12-01T09:51:13.0703357Z { 2022-12-01T09:51:13.0703696Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0704045Z "size": 188, 2022-12-01T09:51:13.0704441Z "digest": "sha256:1589dc294916c1326967d6daef2ebd0ac881b4984be3f4d6a956278990a88eb2" 2022-12-01T09:51:13.0704769Z }, 2022-12-01T09:51:13.0704977Z { 2022-12-01T09:51:13.0705335Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0705710Z "size": 6432, 2022-12-01T09:51:13.0706259Z "digest": "sha256:2c3a764ff1eff07a57bf2812acd07ebe17e6612b6da2d899ed341d59b964e22e" 2022-12-01T09:51:13.0706680Z }, 2022-12-01T09:51:13.0706871Z { 2022-12-01T09:51:13.0707218Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0707584Z "size": 1115878136, 2022-12-01T09:51:13.0708006Z "digest": "sha256:2fb24fb5f7cbbc49c93b8b611ac5be662b3223260f75d74d7176160f9ac6c457" 2022-12-01T09:51:13.0708416Z }, 2022-12-01T09:51:13.0708627Z { 2022-12-01T09:51:13.0709016Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0709464Z "size": 64811, 2022-12-01T09:51:13.0709826Z "digest": "sha256:d6e4b45751c92a4b515a56013a961e17ec4dd4ac619743691592a6c9724bf965" 2022-12-01T09:51:13.0710189Z }, 2022-12-01T09:51:13.0710386Z { 2022-12-01T09:51:13.0710761Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0711173Z "size": 1430326640, 2022-12-01T09:51:13.0711580Z "digest": "sha256:98a26bc0781edcb79861b074bc5a8a6f4b5da4c8a43116a9fa1727c426155606" 2022-12-01T09:51:13.0711959Z }, 2022-12-01T09:51:13.0712210Z { 2022-12-01T09:51:13.0712542Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0712908Z "size": 90040, 2022-12-01T09:51:13.0713289Z "digest": "sha256:07c42b0591b2e0f00e1d0ae60d3458bffc87b1ccea54e4f61b446bb08354ae09" 2022-12-01T09:51:13.0713626Z }, 2022-12-01T09:51:13.0713813Z { 2022-12-01T09:51:13.0714055Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0714294Z "size": 2051, 2022-12-01T09:51:13.0714551Z "digest": "sha256:a7b4d9098b01a715a46f2a6fb7d6c3f574b8743fcd3f6c752b0fc833d5851154" 2022-12-01T09:51:13.0714791Z }, 2022-12-01T09:51:13.0715125Z { 2022-12-01T09:51:13.0715376Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0715622Z "size": 207066375, 2022-12-01T09:51:13.0715858Z "digest": "sha256:9b965084d7f357e9d126d867db4e0080743ad9088801502a34e34860e349b477" 2022-12-01T09:51:13.0716188Z }, 2022-12-01T09:51:13.0716334Z { 2022-12-01T09:51:13.0716579Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0716811Z "size": 450, 2022-12-01T09:51:13.0717071Z "digest": "sha256:306938abc7202d8fa4ae2934ab4a91cfeb3a667249a7027e564fa1cb36a6a814" 2022-12-01T09:51:13.0717308Z }, 2022-12-01T09:51:13.0717438Z { 2022-12-01T09:51:13.0717676Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0717923Z "size": 1120, 2022-12-01T09:51:13.0718234Z "digest": "sha256:06e6169407490d6207f99b9d73abbd1fa1cee12b63744c99a396d8ef278bbeaa" 2022-12-01T09:51:13.0718467Z }, 2022-12-01T09:51:13.0718612Z { 2022-12-01T09:51:13.0718842Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0719087Z "size": 478, 2022-12-01T09:51:13.0719347Z "digest": "sha256:540637333efac9cc99b21f89fbbcbc6c3d4ef653a681b403d7a371ebad570ca6" 2022-12-01T09:51:13.0719578Z }, 2022-12-01T09:51:13.0719724Z { 2022-12-01T09:51:13.0719962Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0720193Z "size": 70216705, 2022-12-01T09:51:13.0720467Z "digest": "sha256:5cd3ebaf3e1ba31cdd2bc4a9673f4c6c225f5cfc72a27011d390c165c0cdc0ea" 2022-12-01T09:51:13.0720722Z }, 2022-12-01T09:51:13.0720853Z { 2022-12-01T09:51:13.0721092Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0721336Z "size": 2570, 2022-12-01T09:51:13.0721589Z "digest": "sha256:dd7a31bfac90a96c60aca978687468f136a17264997fcbd7a048c7d9ef2947f6" 2022-12-01T09:51:13.0721832Z }, 2022-12-01T09:51:13.0721975Z { 2022-12-01T09:51:13.0722215Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0722447Z "size": 1868, 2022-12-01T09:51:13.0722702Z "digest": "sha256:6416ca3f405b79f3a7ea204c3f192dea8a4f44a9e251c4623f603c376e4d77d9" 2022-12-01T09:51:13.0722937Z }, 2022-12-01T09:51:13.0723070Z { 2022-12-01T09:51:13.0723410Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0723658Z "size": 1909435299, 2022-12-01T09:51:13.0723909Z "digest": "sha256:19c44dd1f4cf66ece55e111a472788bf58bc5452be6b81c63efc9176058aa174" 2022-12-01T09:51:13.0724148Z }, 2022-12-01T09:51:13.0724294Z { 2022-12-01T09:51:13.0724522Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0724766Z "size": 170, 2022-12-01T09:51:13.0725022Z "digest": "sha256:33688bb7303872d9cace49b60bc53a0e705409f0de97f7fa0f625adbab9647df" 2022-12-01T09:51:13.0725293Z }, 2022-12-01T09:51:13.0725438Z { 2022-12-01T09:51:13.0725678Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0725908Z "size": 467, 2022-12-01T09:51:13.0726154Z "digest": "sha256:570b8809d75f3d4b5cac70bb65424128f8706689df994e70cc23da167e24131f" 2022-12-01T09:51:13.0726384Z }, 2022-12-01T09:51:13.0726517Z { 2022-12-01T09:51:13.0726758Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0727000Z "size": 5875, 2022-12-01T09:51:13.0727257Z "digest": "sha256:3ea8b8f31abfb82318b6b2c3aeaff5668e55bd557475587091462e7983c16303" 2022-12-01T09:51:13.0727486Z }, 2022-12-01T09:51:13.0727629Z { 2022-12-01T09:51:13.0727866Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0728096Z "size": 848, 2022-12-01T09:51:13.0728321Z + exit 0 2022-12-01T09:51:13.0728552Z "digest": "sha256:690eecb8c64c059249192ab73934097670c5214e9f781b8823908844cee393b1" 2022-12-01T09:51:13.0728778Z }, 2022-12-01T09:51:13.0728910Z { 2022-12-01T09:51:13.0729147Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0729390Z "size": 106, 2022-12-01T09:51:13.0729654Z "digest": "sha256:e2285545a8bf6f5490ca4b099bbfafb61f34d0b9edefe43ea58b05dd04f0843e" 2022-12-01T09:51:13.0729888Z }, 2022-12-01T09:51:13.0730032Z { 2022-12-01T09:51:13.0730274Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0730503Z "size": 882, 2022-12-01T09:51:13.0730756Z "digest": "sha256:555faed4e2860f9c920cc58c10f5ee6ccf938191749922f9325ead8a70279206" 2022-12-01T09:51:13.0730990Z }, 2022-12-01T09:51:13.0731120Z { 2022-12-01T09:51:13.0731356Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0731600Z "size": 88760712, 2022-12-01T09:51:13.0731847Z "digest": "sha256:c53c37f056acc5852cf61415a8c257bf938815f3aad5f9b4aeea5a052dbc21f1" 2022-12-01T09:51:13.0732088Z }, 2022-12-01T09:51:13.0732232Z { 2022-12-01T09:51:13.0732456Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0732697Z "size": 109, 2022-12-01T09:51:13.0732962Z "digest": "sha256:75bd8ea35c95cbd941cd36e4c80a1cfa91a13d4270d459ebf7ee3bebe178f529" 2022-12-01T09:51:13.0733203Z }, 2022-12-01T09:51:13.0733347Z { 2022-12-01T09:51:13.0733587Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0733822Z "size": 558, 2022-12-01T09:51:13.0734086Z "digest": "sha256:b18c1d97e9da3d1c69e5d779ab30cae20e80e1489ec125cf35b5e8d77354f556" 2022-12-01T09:51:13.0734330Z }, 2022-12-01T09:51:13.0734473Z { 2022-12-01T09:51:13.0734698Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0734942Z "size": 1137452, 2022-12-01T09:51:13.0735188Z "digest": "sha256:d90720873b3b107f8a0e26b6d8214047da8ad5be86840822c017e1e1c617a28d" 2022-12-01T09:51:13.0735402Z }, 2022-12-01T09:51:13.0735548Z { 2022-12-01T09:51:13.0735787Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0736017Z "size": 103, 2022-12-01T09:51:13.0736269Z "digest": "sha256:53b1597ec1c2185e62c4859405df6d974d5db88e39acfb4b2d552c880e0bd85c" 2022-12-01T09:51:13.0736503Z }, 2022-12-01T09:51:13.0736635Z { 2022-12-01T09:51:13.0736874Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0737114Z "size": 548, 2022-12-01T09:51:13.0737390Z "digest": "sha256:ef984347a3121410be9f22f058ec59a7bfca7200c6251879f1b038bb9b9d66db" 2022-12-01T09:51:13.0737620Z }, 2022-12-01T09:51:13.0737767Z { 2022-12-01T09:51:13.0737992Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0738234Z "size": 193238995, 2022-12-01T09:51:13.0738493Z "digest": "sha256:343a1b6dc08c988ccd37cb70d8cb02c93e064736472f050157f5c28c06cf3680" 2022-12-01T09:51:13.0738714Z }, 2022-12-01T09:51:13.0738859Z { 2022-12-01T09:51:13.0739140Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0739369Z "size": 107, 2022-12-01T09:51:13.0739624Z "digest": "sha256:16fdefc9f32c2e13c10589f8229c35c8b887f055af1b5150a4745ae417ab4c77" 2022-12-01T09:51:13.0739858Z }, 2022-12-01T09:51:13.0740004Z { 2022-12-01T09:51:13.0740232Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0740474Z "size": 452, 2022-12-01T09:51:13.0740729Z "digest": "sha256:de0913f5235ca92b4395ec61d6c4564783f7479ec0c5fc9ea0d89a460c5863b3" 2022-12-01T09:51:13.0740952Z }, 2022-12-01T09:51:13.0741095Z { 2022-12-01T09:51:13.0741335Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0741566Z "size": 27059822, 2022-12-01T09:51:13.0741828Z "digest": "sha256:bf99e81d19394b6be18d729ed0a74604dc8a8fcb814ad3c26c78b28d021462de" 2022-12-01T09:51:13.0742068Z }, 2022-12-01T09:51:13.0742199Z { 2022-12-01T09:51:13.0742440Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0742685Z "size": 104, 2022-12-01T09:51:13.0742936Z "digest": "sha256:c0f36b953c442be2bd29c0ad38bc6591fdac61da8395f16f29ac7c58442ec468" 2022-12-01T09:51:13.0743180Z }, 2022-12-01T09:51:13.0743324Z { 2022-12-01T09:51:13.0743553Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0743795Z "size": 402, 2022-12-01T09:51:13.0744063Z "digest": "sha256:7456bfaa70b2f5b7f8e4fb3cc3f4d677c7b7bf03e33cc9c96ccd7456f1566ea4" 2022-12-01T09:51:13.0744300Z }, 2022-12-01T09:51:13.0744446Z { 2022-12-01T09:51:13.0744683Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0744927Z "size": 19705454, 2022-12-01T09:51:13.0745171Z "digest": "sha256:68e8ef95b145704ea7b66d415d92876fcde61bd6ac10f6254e5749e64c6c7e9c" 2022-12-01T09:51:13.0745408Z }, 2022-12-01T09:51:13.0745551Z { 2022-12-01T09:51:13.0745777Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0746023Z "size": 447, 2022-12-01T09:51:13.0746283Z "digest": "sha256:e497d45bb922775a3378f9ba1efe6ff841da884b41ebec05bcc225d4f60baf99" 2022-12-01T09:51:13.0746511Z }, 2022-12-01T09:51:13.0746654Z { 2022-12-01T09:51:13.0746892Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0747123Z "size": 39746847, 2022-12-01T09:51:13.0747381Z "digest": "sha256:bf4a66dadd844879e63c56408ecc3b83162ed1bc357a5d70c718a49d78bc5f6a" 2022-12-01T09:51:13.0747625Z }, 2022-12-01T09:51:13.0747756Z { 2022-12-01T09:51:13.0747993Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0748237Z "size": 106, 2022-12-01T09:51:13.0748486Z "digest": "sha256:fd0d4928961f3bfea6379d5062e2dad2c8534d4cf79063d9aeda4e131d248f19" 2022-12-01T09:51:13.0748728Z }, 2022-12-01T09:51:13.0748874Z { 2022-12-01T09:51:13.0749101Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0749346Z "size": 1765, 2022-12-01T09:51:13.0749602Z "digest": "sha256:6df8346812f8c1f1827c8ab0f8d1d94bb164a1fee89c3570201ab99cd6768c02" 2022-12-01T09:51:13.0749839Z }, 2022-12-01T09:51:13.0749971Z { 2022-12-01T09:51:13.0750210Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0750456Z "size": 319165972, 2022-12-01T09:51:13.0750697Z "digest": "sha256:8b46f8aa868188266e2215bac570ba5c9db843904425cdc18b480977db237bc8" 2022-12-01T09:51:13.0750929Z }, 2022-12-01T09:51:13.0751109Z { 2022-12-01T09:51:13.0751338Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0751582Z "size": 164, 2022-12-01T09:51:13.0751828Z "digest": "sha256:6db5688b5394845813a74a794bfd4a8e648379b85c9ea728b50edc17d923bb4b" 2022-12-01T09:51:13.0752042Z }, 2022-12-01T09:51:13.0752185Z { 2022-12-01T09:51:13.0752422Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0752649Z "size": 7940, 2022-12-01T09:51:13.0752949Z "digest": "sha256:daa053ac35f3eff1b04ac40b2db603c5220db0159b198f91f13d9f800f417eb8" 2022-12-01T09:51:13.0753197Z }, 2022-12-01T09:51:13.0753329Z { 2022-12-01T09:51:13.0753567Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0753807Z "size": 8073, 2022-12-01T09:51:13.0754053Z "digest": "sha256:c9a8257f8dc05f8680368dbfb7d8b4b93a5be9b53c36b7434903aebc841b8ab4" 2022-12-01T09:51:13.0754294Z }, 2022-12-01T09:51:13.0754440Z { 2022-12-01T09:51:13.0754669Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0755073Z "size": 304, 2022-12-01T09:51:13.0755336Z "digest": "sha256:30f21817172dd1fb062a9c54eaa65a74d7d3364f35b5f5c714abf53fd8c6803c" 2022-12-01T09:51:13.0755571Z }, 2022-12-01T09:51:13.0755702Z { 2022-12-01T09:51:13.0755941Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0756183Z "size": 13226771, 2022-12-01T09:51:13.0756432Z "digest": "sha256:bb9282afce053203db2a819d378e0fcb97b413201ecad10b33e77d83da685844" 2022-12-01T09:51:13.0756675Z }, 2022-12-01T09:51:13.0756819Z { 2022-12-01T09:51:13.0757045Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0757289Z "size": 108, 2022-12-01T09:51:13.0757534Z "digest": "sha256:909c475d21ec09aac00e6736e1d05322fd21487750a8b943e2792a2a4dbbab2d" 2022-12-01T09:51:13.0757751Z }, 2022-12-01T09:51:13.0757894Z { 2022-12-01T09:51:13.0758235Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0758469Z "size": 54145470, 2022-12-01T09:51:13.0758727Z "digest": "sha256:192b8944f15afa37c7ac720e016b3e5de18327ecc760fab6031566b3cf900a6e" 2022-12-01T09:51:13.0758962Z }, 2022-12-01T09:51:13.0759094Z { 2022-12-01T09:51:13.0759334Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0759607Z "size": 493, 2022-12-01T09:51:13.0759841Z "digest": "sha256:3dd92c832839b8f8a2da875343e59e2a328504a770f124980c570edc80a8f93f" 2022-12-01T09:51:13.0760070Z }, 2022-12-01T09:51:13.0760212Z { 2022-12-01T09:51:13.0760451Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0760683Z "size": 2994013985, 2022-12-01T09:51:13.0760939Z "digest": "sha256:5e1b0146a21df24c1d38e4db1079408662ce45e37c71ff21c8e240afa9f2c53c" 2022-12-01T09:51:13.0761173Z }, 2022-12-01T09:51:13.0761305Z { 2022-12-01T09:51:13.0761544Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0761788Z "size": 106, 2022-12-01T09:51:13.0762028Z "digest": "sha256:c76cf0339419eb53ece8c259b0c8c8597c4f64b138affc16998c4e405d334696" 2022-12-01T09:51:13.0762263Z }, 2022-12-01T09:51:13.0762406Z { 2022-12-01T09:51:13.0762633Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2022-12-01T09:51:13.0762875Z "size": 181, 2022-12-01T09:51:13.0763145Z "digest": "sha256:2dc4928eecf0fbc8f9bed9eb11cb516bf7e7b98225d3d5f8153b3976bb7e3120" 2022-12-01T09:51:13.0763390Z } 2022-12-01T09:51:13.0763531Z ] 2022-12-01T09:51:13.0763672Z } 2022-12-01T09:51:13.0892080Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T09:51:13.0892330Z with: 2022-12-01T09:51:13.0892677Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T09:51:13.0893034Z ##[endgroup] 2022-12-01T09:51:13.0925327Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T09:51:13.0925593Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T09:51:13.0925854Z # ignore output since only exit code is used for conditional 2022-12-01T09:51:13.0926133Z # only pull docker image if it's not available locally 2022-12-01T09:51:13.0926418Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T09:51:13.0926693Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T09:51:13.0926954Z fi 2022-12-01T09:51:13.0937906Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T09:51:13.0938120Z env: 2022-12-01T09:51:13.0938459Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T09:51:13.0938814Z ##[endgroup] 2022-12-01T09:51:13.3304362Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7 2022-12-01T09:51:13.3314479Z 40dd5be53814: Pulling fs layer 2022-12-01T09:51:13.3314842Z bd44602516a4: Pulling fs layer 2022-12-01T09:51:13.3315315Z 8ebfb31ea67d: Pulling fs layer 2022-12-01T09:51:13.3315643Z 1589dc294916: Pulling fs layer 2022-12-01T09:51:13.3316016Z 2c3a764ff1ef: Pulling fs layer 2022-12-01T09:51:13.3316366Z 2fb24fb5f7cb: Pulling fs layer 2022-12-01T09:51:13.3316698Z d6e4b45751c9: Pulling fs layer 2022-12-01T09:51:13.3317037Z 98a26bc0781e: Pulling fs layer 2022-12-01T09:51:13.3317388Z 07c42b0591b2: Pulling fs layer 2022-12-01T09:51:13.3317732Z a7b4d9098b01: Pulling fs layer 2022-12-01T09:51:13.3318056Z 9b965084d7f3: Pulling fs layer 2022-12-01T09:51:13.3318492Z 306938abc720: Pulling fs layer 2022-12-01T09:51:13.3318836Z 06e616940749: Pulling fs layer 2022-12-01T09:51:13.3319174Z 540637333efa: Pulling fs layer 2022-12-01T09:51:13.3319520Z 5cd3ebaf3e1b: Pulling fs layer 2022-12-01T09:51:13.3319884Z dd7a31bfac90: Pulling fs layer 2022-12-01T09:51:13.3320272Z 6416ca3f405b: Pulling fs layer 2022-12-01T09:51:13.3320633Z 1589dc294916: Waiting 2022-12-01T09:51:13.3320947Z 2fb24fb5f7cb: Waiting 2022-12-01T09:51:13.3321262Z 19c44dd1f4cf: Pulling fs layer 2022-12-01T09:51:13.3321607Z 33688bb73038: Pulling fs layer 2022-12-01T09:51:13.3321922Z d6e4b45751c9: Waiting 2022-12-01T09:51:13.3322208Z 98a26bc0781e: Waiting 2022-12-01T09:51:13.3322536Z 570b8809d75f: Pulling fs layer 2022-12-01T09:51:13.3322811Z 07c42b0591b2: Waiting 2022-12-01T09:51:13.3322967Z 540637333efa: Waiting 2022-12-01T09:51:13.3323153Z 3ea8b8f31abf: Pulling fs layer 2022-12-01T09:51:13.3323339Z 306938abc720: Waiting 2022-12-01T09:51:13.3323507Z 690eecb8c64c: Pulling fs layer 2022-12-01T09:51:13.3323687Z a7b4d9098b01: Waiting 2022-12-01T09:51:13.3323855Z 5cd3ebaf3e1b: Waiting 2022-12-01T09:51:13.3324007Z 06e616940749: Waiting 2022-12-01T09:51:13.3324182Z e2285545a8bf: Pulling fs layer 2022-12-01T09:51:13.3324361Z 9b965084d7f3: Waiting 2022-12-01T09:51:13.3324515Z dd7a31bfac90: Waiting 2022-12-01T09:51:13.3324699Z 555faed4e286: Pulling fs layer 2022-12-01T09:51:13.3324876Z 570b8809d75f: Waiting 2022-12-01T09:51:13.3325041Z c53c37f056ac: Pulling fs layer 2022-12-01T09:51:13.3325219Z 6416ca3f405b: Waiting 2022-12-01T09:51:13.3325396Z 75bd8ea35c95: Pulling fs layer 2022-12-01T09:51:13.3325565Z 3ea8b8f31abf: Waiting 2022-12-01T09:51:13.3325746Z b18c1d97e9da: Pulling fs layer 2022-12-01T09:51:13.3325927Z 19c44dd1f4cf: Waiting 2022-12-01T09:51:13.3326088Z 33688bb73038: Waiting 2022-12-01T09:51:13.3326260Z d90720873b3b: Pulling fs layer 2022-12-01T09:51:13.3326440Z e2285545a8bf: Waiting 2022-12-01T09:51:13.3326738Z 53b1597ec1c2: Pulling fs layer 2022-12-01T09:51:13.3326927Z 690eecb8c64c: Waiting 2022-12-01T09:51:13.3327098Z 555faed4e286: Waiting 2022-12-01T09:51:13.3327262Z ef984347a312: Pulling fs layer 2022-12-01T09:51:13.3327454Z 343a1b6dc08c: Pulling fs layer 2022-12-01T09:51:13.3327649Z 16fdefc9f32c: Pulling fs layer 2022-12-01T09:51:13.3327846Z de0913f5235c: Pulling fs layer 2022-12-01T09:51:13.3328024Z bf99e81d1939: Pulling fs layer 2022-12-01T09:51:13.3328203Z 75bd8ea35c95: Waiting 2022-12-01T09:51:13.3328385Z c0f36b953c44: Pulling fs layer 2022-12-01T09:51:13.3328552Z c53c37f056ac: Waiting 2022-12-01T09:51:13.3328732Z 7456bfaa70b2: Pulling fs layer 2022-12-01T09:51:13.3328911Z b18c1d97e9da: Waiting 2022-12-01T09:51:13.3329078Z 68e8ef95b145: Pulling fs layer 2022-12-01T09:51:13.3329253Z 53b1597ec1c2: Waiting 2022-12-01T09:51:13.3329421Z 16fdefc9f32c: Waiting 2022-12-01T09:51:13.3329589Z e497d45bb922: Pulling fs layer 2022-12-01T09:51:13.3329824Z d90720873b3b: Waiting 2022-12-01T09:51:13.3330006Z bf4a66dadd84: Pulling fs layer 2022-12-01T09:51:13.3330190Z fd0d4928961f: Pulling fs layer 2022-12-01T09:51:13.3330368Z de0913f5235c: Waiting 2022-12-01T09:51:13.3330536Z ef984347a312: Waiting 2022-12-01T09:51:13.3330702Z 6df8346812f8: Pulling fs layer 2022-12-01T09:51:13.3330880Z 343a1b6dc08c: Waiting 2022-12-01T09:51:13.3331062Z 8b46f8aa8681: Pulling fs layer 2022-12-01T09:51:13.3331239Z 6db5688b5394: Pulling fs layer 2022-12-01T09:51:13.3331421Z 7456bfaa70b2: Waiting 2022-12-01T09:51:13.3331590Z bf99e81d1939: Waiting 2022-12-01T09:51:13.3331746Z e497d45bb922: Waiting 2022-12-01T09:51:13.3331913Z 68e8ef95b145: Waiting 2022-12-01T09:51:13.3332110Z daa053ac35f3: Pulling fs layer 2022-12-01T09:51:13.3332278Z 6df8346812f8: Waiting 2022-12-01T09:51:13.3332455Z c9a8257f8dc0: Pulling fs layer 2022-12-01T09:51:13.3332641Z 30f21817172d: Pulling fs layer 2022-12-01T09:51:13.3332807Z 8b46f8aa8681: Waiting 2022-12-01T09:51:13.3332975Z 6db5688b5394: Waiting 2022-12-01T09:51:13.3333143Z bf4a66dadd84: Waiting 2022-12-01T09:51:13.3333316Z fd0d4928961f: Waiting 2022-12-01T09:51:13.3333485Z bb9282afce05: Pulling fs layer 2022-12-01T09:51:13.3333667Z daa053ac35f3: Waiting 2022-12-01T09:51:13.3333833Z c9a8257f8dc0: Waiting 2022-12-01T09:51:13.3333995Z 909c475d21ec: Pulling fs layer 2022-12-01T09:51:13.3334170Z 30f21817172d: Waiting 2022-12-01T09:51:13.3334342Z 192b8944f15a: Pulling fs layer 2022-12-01T09:51:13.3334517Z 3dd92c832839: Pulling fs layer 2022-12-01T09:51:13.3334704Z 5e1b0146a21d: Pulling fs layer 2022-12-01T09:51:13.3334891Z c76cf0339419: Pulling fs layer 2022-12-01T09:51:13.3335070Z 2dc4928eecf0: Pulling fs layer 2022-12-01T09:51:13.3335250Z 5e1b0146a21d: Waiting 2022-12-01T09:51:13.3335424Z c76cf0339419: Waiting 2022-12-01T09:51:13.3335584Z 2dc4928eecf0: Waiting 2022-12-01T09:51:13.3335755Z c0f36b953c44: Waiting 2022-12-01T09:51:13.5844061Z bd44602516a4: Verifying Checksum 2022-12-01T09:51:13.5844326Z bd44602516a4: Download complete 2022-12-01T09:51:13.6649459Z 1589dc294916: Download complete 2022-12-01T09:51:13.6923465Z 40dd5be53814: Verifying Checksum 2022-12-01T09:51:13.6923788Z 40dd5be53814: Download complete 2022-12-01T09:51:13.7308071Z 2c3a764ff1ef: Verifying Checksum 2022-12-01T09:51:13.7308325Z 2c3a764ff1ef: Download complete 2022-12-01T09:51:13.8310833Z 8ebfb31ea67d: Download complete 2022-12-01T09:51:13.9475086Z 07c42b0591b2: Verifying Checksum 2022-12-01T09:51:14.0517117Z a7b4d9098b01: Verifying Checksum 2022-12-01T09:51:14.0517418Z a7b4d9098b01: Download complete 2022-12-01T09:51:14.3145224Z 40dd5be53814: Pull complete 2022-12-01T09:51:14.5404129Z bd44602516a4: Pull complete 2022-12-01T09:51:15.0217885Z 8ebfb31ea67d: Pull complete 2022-12-01T09:51:15.1267975Z 1589dc294916: Pull complete 2022-12-01T09:51:15.2462703Z 2c3a764ff1ef: Pull complete 2022-12-01T09:51:17.1242748Z 9b965084d7f3: Verifying Checksum 2022-12-01T09:51:17.1243018Z 9b965084d7f3: Download complete 2022-12-01T09:51:17.2401555Z 306938abc720: Download complete 2022-12-01T09:51:17.3447596Z 06e616940749: Download complete 2022-12-01T09:51:17.4766970Z 540637333efa: Download complete 2022-12-01T09:51:20.1534281Z 5cd3ebaf3e1b: Verifying Checksum 2022-12-01T09:51:20.1534547Z 5cd3ebaf3e1b: Download complete 2022-12-01T09:51:20.2340320Z dd7a31bfac90: Verifying Checksum 2022-12-01T09:51:20.2340737Z dd7a31bfac90: Download complete 2022-12-01T09:51:20.3398837Z 6416ca3f405b: Download complete 2022-12-01T09:51:46.8837847Z 2fb24fb5f7cb: Verifying Checksum 2022-12-01T09:51:46.8838256Z 2fb24fb5f7cb: Download complete 2022-12-01T09:51:46.9911532Z 33688bb73038: Verifying Checksum 2022-12-01T09:51:46.9911875Z 33688bb73038: Download complete 2022-12-01T09:51:47.0811794Z 570b8809d75f: Verifying Checksum 2022-12-01T09:51:47.0812270Z 570b8809d75f: Download complete 2022-12-01T09:51:47.1744556Z 3ea8b8f31abf: Verifying Checksum 2022-12-01T09:51:47.1744865Z 3ea8b8f31abf: Download complete 2022-12-01T09:51:47.2636778Z 690eecb8c64c: Download complete 2022-12-01T09:51:47.3626968Z e2285545a8bf: Verifying Checksum 2022-12-01T09:51:47.3627550Z e2285545a8bf: Download complete 2022-12-01T09:51:47.5068351Z 555faed4e286: Verifying Checksum 2022-12-01T09:51:47.5068752Z 555faed4e286: Download complete 2022-12-01T09:51:50.9239182Z c53c37f056ac: Verifying Checksum 2022-12-01T09:51:50.9239549Z c53c37f056ac: Download complete 2022-12-01T09:51:51.0308109Z 75bd8ea35c95: Verifying Checksum 2022-12-01T09:51:51.0308432Z 75bd8ea35c95: Download complete 2022-12-01T09:51:51.1412353Z b18c1d97e9da: Download complete 2022-12-01T09:51:51.2768853Z d90720873b3b: Verifying Checksum 2022-12-01T09:51:51.2769726Z d90720873b3b: Download complete 2022-12-01T09:51:51.3833063Z 53b1597ec1c2: Download complete 2022-12-01T09:51:51.4771075Z ef984347a312: Download complete 2022-12-01T09:51:58.1731720Z 2fb24fb5f7cb: Pull complete 2022-12-01T09:51:58.3052795Z 343a1b6dc08c: Verifying Checksum 2022-12-01T09:51:58.3053070Z 343a1b6dc08c: Download complete 2022-12-01T09:51:58.3869156Z 16fdefc9f32c: Verifying Checksum 2022-12-01T09:51:58.3869582Z 16fdefc9f32c: Download complete 2022-12-01T09:51:58.4124609Z d6e4b45751c9: Pull complete 2022-12-01T09:51:58.5370271Z de0913f5235c: Verifying Checksum 2022-12-01T09:51:58.5370612Z de0913f5235c: Download complete 2022-12-01T09:51:59.4663030Z bf99e81d1939: Verifying Checksum 2022-12-01T09:51:59.4663498Z bf99e81d1939: Download complete 2022-12-01T09:51:59.5782359Z c0f36b953c44: Verifying Checksum 2022-12-01T09:51:59.5782748Z c0f36b953c44: Download complete 2022-12-01T09:51:59.7085962Z 7456bfaa70b2: Download complete 2022-12-01T09:52:00.2692159Z 68e8ef95b145: Verifying Checksum 2022-12-01T09:52:00.2692586Z 68e8ef95b145: Download complete 2022-12-01T09:52:00.3675050Z e497d45bb922: Verifying Checksum 2022-12-01T09:52:00.3675455Z e497d45bb922: Download complete 2022-12-01T09:52:01.9970466Z bf4a66dadd84: Verifying Checksum 2022-12-01T09:52:01.9970713Z bf4a66dadd84: Download complete 2022-12-01T09:52:02.1054763Z fd0d4928961f: Verifying Checksum 2022-12-01T09:52:02.1055027Z fd0d4928961f: Download complete 2022-12-01T09:52:02.2220924Z 6df8346812f8: Verifying Checksum 2022-12-01T09:52:02.2221334Z 6df8346812f8: Download complete 2022-12-01T09:52:02.4243031Z 98a26bc0781e: Verifying Checksum 2022-12-01T09:52:02.4243335Z 98a26bc0781e: Download complete 2022-12-01T09:52:02.5066436Z 6db5688b5394: Verifying Checksum 2022-12-01T09:52:02.5066894Z 6db5688b5394: Download complete 2022-12-01T09:52:02.6266275Z daa053ac35f3: Download complete 2022-12-01T09:52:02.7414305Z c9a8257f8dc0: Download complete 2022-12-01T09:52:02.8032594Z 30f21817172d: Download complete 2022-12-01T09:52:03.2931043Z bb9282afce05: Verifying Checksum 2022-12-01T09:52:03.4177041Z bb9282afce05: Download complete 2022-12-01T09:52:03.4177447Z 909c475d21ec: Verifying Checksum 2022-12-01T09:52:03.4177728Z 909c475d21ec: Download complete 2022-12-01T09:52:05.2879484Z 192b8944f15a: Verifying Checksum 2022-12-01T09:52:05.2879862Z 192b8944f15a: Download complete 2022-12-01T09:52:05.3575074Z 3dd92c832839: Verifying Checksum 2022-12-01T09:52:05.3575495Z 3dd92c832839: Download complete 2022-12-01T09:52:13.8868940Z 8b46f8aa8681: Verifying Checksum 2022-12-01T09:52:13.8869465Z 8b46f8aa8681: Download complete 2022-12-01T09:52:14.0090974Z c76cf0339419: Verifying Checksum 2022-12-01T09:52:14.0091224Z c76cf0339419: Download complete 2022-12-01T09:52:14.0913903Z 2dc4928eecf0: Download complete 2022-12-01T09:52:24.3849771Z 19c44dd1f4cf: Verifying Checksum 2022-12-01T09:52:24.3850160Z 19c44dd1f4cf: Download complete 2022-12-01T09:52:37.2388026Z 98a26bc0781e: Pull complete 2022-12-01T09:52:37.6808281Z 07c42b0591b2: Pull complete 2022-12-01T09:52:37.9893370Z a7b4d9098b01: Pull complete 2022-12-01T09:52:42.5847237Z 9b965084d7f3: Pull complete 2022-12-01T09:52:42.8294058Z 306938abc720: Pull complete 2022-12-01T09:52:43.0767000Z 06e616940749: Pull complete 2022-12-01T09:52:43.2884298Z 540637333efa: Pull complete 2022-12-01T09:52:44.9211331Z 5cd3ebaf3e1b: Pull complete 2022-12-01T09:52:45.1712665Z dd7a31bfac90: Pull complete 2022-12-01T09:52:45.3006065Z 6416ca3f405b: Pull complete 2022-12-01T09:53:28.5673766Z 19c44dd1f4cf: Pull complete 2022-12-01T09:53:29.0099704Z 33688bb73038: Pull complete 2022-12-01T09:53:29.2400278Z 570b8809d75f: Pull complete 2022-12-01T09:53:29.4124886Z 3ea8b8f31abf: Pull complete 2022-12-01T09:53:29.6198540Z 690eecb8c64c: Pull complete 2022-12-01T09:53:29.7734758Z e2285545a8bf: Pull complete 2022-12-01T09:53:29.9317891Z 555faed4e286: Pull complete 2022-12-01T09:53:32.2838940Z c53c37f056ac: Pull complete 2022-12-01T09:53:32.7611044Z 75bd8ea35c95: Pull complete 2022-12-01T09:53:33.0792987Z b18c1d97e9da: Pull complete 2022-12-01T09:53:33.3481928Z d90720873b3b: Pull complete 2022-12-01T09:53:33.5697560Z 53b1597ec1c2: Pull complete 2022-12-01T09:53:33.7707082Z ef984347a312: Pull complete 2022-12-01T09:53:38.4538985Z 343a1b6dc08c: Pull complete 2022-12-01T09:53:38.6284314Z 16fdefc9f32c: Pull complete 2022-12-01T09:53:38.8395718Z de0913f5235c: Pull complete 2022-12-01T09:53:39.7948275Z bf99e81d1939: Pull complete 2022-12-01T09:53:40.2175807Z c0f36b953c44: Pull complete 2022-12-01T09:53:40.5069541Z 7456bfaa70b2: Pull complete 2022-12-01T09:53:41.1183274Z 68e8ef95b145: Pull complete 2022-12-01T09:53:41.3661659Z e497d45bb922: Pull complete 2022-12-01T09:53:42.5827087Z bf4a66dadd84: Pull complete 2022-12-01T09:53:42.7078494Z fd0d4928961f: Pull complete 2022-12-01T09:53:42.8514055Z 6df8346812f8: Pull complete 2022-12-01T09:53:47.1363710Z 8b46f8aa8681: Pull complete 2022-12-01T09:53:47.5314619Z 6db5688b5394: Pull complete 2022-12-01T09:53:47.7578734Z daa053ac35f3: Pull complete 2022-12-01T09:53:47.8909599Z c9a8257f8dc0: Pull complete 2022-12-01T09:53:48.0076857Z 30f21817172d: Pull complete 2022-12-01T09:53:49.0011574Z bb9282afce05: Pull complete 2022-12-01T09:53:49.3156228Z 909c475d21ec: Pull complete 2022-12-01T09:53:49.3297947Z 5e1b0146a21d: Verifying Checksum 2022-12-01T09:53:49.3298182Z 5e1b0146a21d: Download complete 2022-12-01T09:53:51.1746153Z 192b8944f15a: Pull complete 2022-12-01T09:53:51.6006725Z 3dd92c832839: Pull complete 2022-12-01T09:54:34.0371668Z 5e1b0146a21d: Pull complete 2022-12-01T09:54:34.7731245Z c76cf0339419: Pull complete 2022-12-01T09:54:35.1199001Z 2dc4928eecf0: Pull complete 2022-12-01T09:54:35.2353260Z Digest: sha256:217fd7de680e1dd5bca4b2b4054bd05a8d454df5e210ffbf1e5955e01cf1f340 2022-12-01T09:54:35.3145635Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T09:54:35.3298970Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T09:54:35.3783535Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T09:54:35.3783777Z .github/scripts/parse_ref.py 2022-12-01T09:54:35.9125187Z shell: /usr/bin/bash -e {0} 2022-12-01T09:54:35.9125407Z ##[endgroup] 2022-12-01T09:54:35.9956495Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T09:54:36.0032416Z Prepare all required actions 2022-12-01T09:54:36.0032757Z Getting action download info 2022-12-01T09:54:36.1563584Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T09:54:36.3822236Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T09:54:36.3822473Z with: 2022-12-01T09:54:36.3822764Z github-token: *** 2022-12-01T09:54:36.3822927Z ##[endgroup] 2022-12-01T09:54:36.3848440Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T09:54:36.3848672Z with: 2022-12-01T09:54:36.3848829Z shell: bash 2022-12-01T09:54:36.3848988Z timeout_minutes: 10 2022-12-01T09:54:36.3849165Z max_attempts: 5 2022-12-01T09:54:36.3849340Z retry_wait_seconds: 30 2022-12-01T09:54:36.3849742Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-12-01T09:54:36.3850216Z polling_interval_seconds: 1 2022-12-01T09:54:36.3850396Z warning_on_retry: true 2022-12-01T09:54:36.3850585Z continue_on_error: false 2022-12-01T09:54:36.3850772Z env: 2022-12-01T09:54:36.3851035Z GITHUB_TOKEN: *** 2022-12-01T09:54:36.3851207Z ##[endgroup] 2022-12-01T09:54:36.7333705Z 2022-12-01T09:54:36.7339544Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T09:54:36.7375798Z + python3 -m pip install requests==2.26.0 2022-12-01T09:54:37.3645435Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T09:54:37.3928029Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T09:54:37.4061580Z 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-12-01T09:54:37.4079196Z 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-12-01T09:54:37.4095590Z 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.13) 2022-12-01T09:54:37.4258657Z 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-12-01T09:54:37.6364409Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-0d62d6c038da4e060 2022-12-01T09:54:39.9037270Z + GHA_WORKFLOW_JOB_ID=9818098667 2022-12-01T09:54:39.9048937Z + echo '::set-output name=job-id::9818098667' 2022-12-01T09:54:39.9050457Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T09:54:40.7410010Z Command completed after 1 attempt(s). 2022-12-01T09:54:40.7410264Z 2022-12-01T09:54:40.7412361Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T09:54:40.7504091Z Prepare all required actions 2022-12-01T09:54:40.7504396Z Getting action download info 2022-12-01T09:54:40.9078728Z Download action repository 'nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a' (SHA:71062288b76e2b6214ebde0e673ce0de1755740a) 2022-12-01T09:54:41.0550526Z ##[group]Run ./.github/actions/filter-test-configs 2022-12-01T09:54:41.0550741Z with: 2022-12-01T09:54:41.0551101Z github-token: *** 2022-12-01T09:54:41.0551930Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, ]} 2022-12-01T09:54:41.0552701Z ##[endgroup] 2022-12-01T09:54:41.0621481Z ##[group]Run nick-fields/retry@71062288b76e2b6214ebde0e673ce0de1755740a 2022-12-01T09:54:41.0621708Z with: 2022-12-01T09:54:41.0621864Z shell: bash 2022-12-01T09:54:41.0622113Z timeout_minutes: 10 2022-12-01T09:54:41.0622292Z max_attempts: 5 2022-12-01T09:54:41.0622469Z retry_wait_seconds: 30 2022-12-01T09:54:41.0622857Z command: set -eux python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-12-01T09:54:41.0623140Z polling_interval_seconds: 1 2022-12-01T09:54:41.0623332Z warning_on_retry: true 2022-12-01T09:54:41.0623519Z continue_on_error: false 2022-12-01T09:54:41.0623675Z env: 2022-12-01T09:54:41.0623946Z GITHUB_TOKEN: *** 2022-12-01T09:54:41.0624120Z ##[endgroup] 2022-12-01T09:54:41.0955261Z 2022-12-01T09:54:41.0961155Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T09:54:41.1011341Z + python3 -m pip install requests==2.26.0 pyyaml==6.0 2022-12-01T09:54:41.3085463Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T09:54:41.3294781Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T09:54:41.3421131Z Requirement already satisfied: pyyaml==6.0 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0) 2022-12-01T09:54:41.3429886Z 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-12-01T09:54:41.3449664Z 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-12-01T09:54:41.3461462Z 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.13) 2022-12-01T09:54:41.3614767Z 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-12-01T09:54:42.1010305Z Command completed after 1 attempt(s). 2022-12-01T09:54:42.1010632Z 2022-12-01T09:54:42.1012256Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T09:54:42.1049682Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T09:54:42.1049916Z .github/scripts/parse_ref.py 2022-12-01T09:54:42.1061039Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T09:54:42.1061345Z ##[endgroup] 2022-12-01T09:54:42.1238438Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T09:54:42.1276348Z ##[group]Run .github/scripts/filter_test_configs.py \ 2022-12-01T09:54:42.1276650Z .github/scripts/filter_test_configs.py \ 2022-12-01T09:54:42.1276879Z  --test-matrix "{ include: [ 2022-12-01T09:54:42.1277161Z  { config: "default", shard: 1, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-12-01T09:54:42.1277491Z  { config: "default", shard: 2, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-12-01T09:54:42.1277804Z  { config: "default", shard: 3, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-12-01T09:54:42.1278197Z  { config: "default", shard: 4, num_shards: 4, runner: "linux.4xlarge.nvidia.gpu" }, 2022-12-01T09:54:42.1278530Z  { config: "distributed", shard: 1, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-12-01T09:54:42.1278868Z  { config: "distributed", shard: 2, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-12-01T09:54:42.1279184Z  { config: "distributed", shard: 3, num_shards: 3, runner: "linux.8xlarge.nvidia.gpu" }, 2022-12-01T09:54:42.1279594Z  { config: "functorch", shard: 1, num_shards: 1, runner: "linux.4xlarge.nvidia.gpu" }, 2022-12-01T09:54:42.1279836Z ]} 2022-12-01T09:54:42.1279996Z " \ 2022-12-01T09:54:42.1280164Z  --pr-number "89997" \ 2022-12-01T09:54:42.1280350Z  --tag "" 2022-12-01T09:54:42.1290979Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T09:54:42.1291179Z env: 2022-12-01T09:54:42.1291481Z GITHUB_TOKEN: *** 2022-12-01T09:54:42.1291661Z ##[endgroup] 2022-12-01T09:54:42.6827047Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T09:54:42.6828992Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T09:54:42.6996019Z ##[group]Run echo "{"include": [{"config": "default", "shard": 1, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 1, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 2, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 3, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge.nvidia.gpu"}]}" 2022-12-01T09:54:42.6997485Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 2, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 3, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "default", "shard": 4, "num_shards": 4, "runner": "linux.4xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 1, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 2, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "distributed", "shard": 3, "num_shards": 3, "runner": "linux.8xlarge.nvidia.gpu"}, {"config": "functorch", "shard": 1, "num_shards": 1, "runner": "linux.4xlarge.nvidia.gpu"}]}" 2022-12-01T09:54:42.7009337Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T09:54:42.7009565Z ##[endgroup] 2022-12-01T09:54:42.7034568Z {include: [{config: default, shard: 1, num_shards: 4, runner: linux.4xlarge.nvidia.gpu}, {config: default, shard: 2, num_shards: 4, runner: linux.4xlarge.nvidia.gpu}, {config: default, shard: 3, num_shards: 4, runner: linux.4xlarge.nvidia.gpu}, {config: default, shard: 4, num_shards: 4, runner: linux.4xlarge.nvidia.gpu}, {config: distributed, shard: 1, num_shards: 3, runner: linux.8xlarge.nvidia.gpu}, {config: distributed, shard: 2, num_shards: 3, runner: linux.8xlarge.nvidia.gpu}, {config: distributed, shard: 3, num_shards: 3, runner: linux.8xlarge.nvidia.gpu}, {config: functorch, shard: 1, num_shards: 1, runner: linux.4xlarge.nvidia.gpu}]} 2022-12-01T09:54:42.7191291Z ##[group]Run # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T09:54:42.7191639Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T09:54:42.7191895Z container_name=$(docker run \ 2022-12-01T09:54:42.7192095Z  -e BUILD_ENVIRONMENT \ 2022-12-01T09:54:42.7192314Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T09:54:42.7192529Z  -e AWS_DEFAULT_REGION \ 2022-12-01T09:54:42.7192727Z  -e PR_NUMBER \ 2022-12-01T09:54:42.7192896Z  -e SHA1 \ 2022-12-01T09:54:42.7193147Z  -e BRANCH \ 2022-12-01T09:54:42.7193331Z  -e SCCACHE_BUCKET \ 2022-12-01T09:54:42.7193521Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T09:54:42.7193715Z  -e XLA_CUDA \ 2022-12-01T09:54:42.7193919Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T09:54:42.7194140Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2022-12-01T09:54:42.7194390Z  -e TORCH_CUDA_ARCH_LIST \ 2022-12-01T09:54:42.7194584Z  -e PR_LABELS \ 2022-12-01T09:54:42.7194763Z  -e OUR_GITHUB_JOB_ID \ 2022-12-01T09:54:42.7195177Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T09:54:42.7195433Z  --security-opt seccomp=unconfined \ 2022-12-01T09:54:42.7195645Z  --cap-add=SYS_PTRACE \ 2022-12-01T09:54:42.7195831Z  --tty \ 2022-12-01T09:54:42.7196003Z  --detach \ 2022-12-01T09:54:42.7196173Z  --user jenkins \ 2022-12-01T09:54:42.7196407Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T09:54:42.7196662Z  -w /var/lib/jenkins/workspace \ 2022-12-01T09:54:42.7196854Z  "${DOCKER_IMAGE}" 2022-12-01T09:54:42.7197026Z ) 2022-12-01T09:54:42.7197257Z docker exec -t "${container_name}" sh -c '.jenkins/pytorch/build.sh' 2022-12-01T09:54:42.7207644Z shell: /usr/bin/bash -e {0} 2022-12-01T09:54:42.7207819Z env: 2022-12-01T09:54:42.7208044Z BUILD_ENVIRONMENT: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T09:54:42.7208276Z BRANCH: pull/89997 2022-12-01T09:54:42.7208456Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T09:54:42.7208649Z PR_NUMBER: 89997 2022-12-01T09:54:42.7208859Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T09:54:42.7209107Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T09:54:42.7209351Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T09:54:42.7209630Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T09:54:42.7209875Z PR_LABELS: [] 2022-12-01T09:54:42.7210057Z TORCH_CUDA_ARCH_LIST: 5.2 2022-12-01T09:54:42.7210432Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T09:54:42.7210786Z XLA_CUDA: 2022-12-01T09:54:42.7210934Z DEBUG: 0 2022-12-01T09:54:42.7211105Z OUR_GITHUB_JOB_ID: 9818098667 2022-12-01T09:54:42.7211291Z ##[endgroup] 2022-12-01T09:54:51.5929891Z ++ dirname .jenkins/pytorch/build.sh 2022-12-01T09:54:51.5951880Z + source .jenkins/pytorch/common.sh 2022-12-01T09:54:51.5960838Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T09:54:51.5969693Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T09:54:51.5977915Z +++ declare -f -t trap_add 2022-12-01T09:54:51.5981215Z ++ set -ex 2022-12-01T09:54:51.5981873Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-12-01T09:54:51.5982283Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T09:54:51.5982673Z ++ [[ '' == *xla* ]] 2022-12-01T09:54:51.5983101Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-12-01T09:54:51.5983699Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *linux-bionic* ]] 2022-12-01T09:54:51.5983928Z ++ which conda 2022-12-01T09:54:51.6009534Z /opt/conda/bin/conda 2022-12-01T09:54:51.6010797Z ++ conda install -q -y cmake 2022-12-01T09:54:55.5850018Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T09:54:56.3325415Z Solving environment: ...working... done 2022-12-01T09:54:56.4564241Z 2022-12-01T09:54:56.4564676Z ## Package Plan ## 2022-12-01T09:54:56.4564930Z 2022-12-01T09:54:56.4565091Z environment location: /opt/conda 2022-12-01T09:54:56.4565313Z 2022-12-01T09:54:56.4565441Z added / updated specs: 2022-12-01T09:54:56.4565879Z - cmake 2022-12-01T09:54:56.4566036Z 2022-12-01T09:54:56.4566044Z 2022-12-01T09:54:56.4566211Z The following packages will be downloaded: 2022-12-01T09:54:56.4566424Z 2022-12-01T09:54:56.4566542Z package | build 2022-12-01T09:54:56.4566939Z ---------------------------|----------------- 2022-12-01T09:54:56.4567647Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T09:54:56.4568128Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T09:54:56.4568636Z certifi-2022.9.24 | py310h06a4308_0 154 KB 2022-12-01T09:54:56.4569113Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T09:54:56.4569544Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T09:54:56.4570011Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T09:54:56.4570451Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T09:54:56.4570912Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T09:54:56.4571321Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T09:54:56.4571765Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T09:54:56.4572226Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T09:54:56.4572703Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T09:54:56.4573190Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T09:54:56.4573707Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T09:54:56.4574229Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T09:54:56.4574707Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T09:54:56.4575217Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T09:54:56.4575722Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T09:54:56.4576221Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T09:54:56.4576740Z ------------------------------------------------------------ 2022-12-01T09:54:56.4577174Z Total: 26.3 MB 2022-12-01T09:54:56.4577397Z 2022-12-01T09:54:56.4577607Z The following NEW packages will be INSTALLED: 2022-12-01T09:54:56.4577863Z 2022-12-01T09:54:56.4578298Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T09:54:56.4578988Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T09:54:56.4579639Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T09:54:56.4580240Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T09:54:56.4580818Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T09:54:56.4581444Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T09:54:56.4582015Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T09:54:56.4582608Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T09:54:56.4583222Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T09:54:56.4583855Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T09:54:56.4584473Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T09:54:56.4585041Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T09:54:56.4585583Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T09:54:56.4585802Z 2022-12-01T09:54:56.4586124Z The following packages will be UPDATED: 2022-12-01T09:54:56.4586328Z 2022-12-01T09:54:56.4586625Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T09:54:56.4587043Z certifi 2022.9.14-py310h06a4308_0 --> 2022.9.24-py310h06a4308_0 None 2022-12-01T09:54:56.4587381Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T09:54:56.4587714Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T09:54:56.4588046Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T09:54:56.4588445Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T09:54:56.4588654Z 2022-12-01T09:54:56.4588661Z 2022-12-01T09:54:57.5749878Z Preparing transaction: ...working... done 2022-12-01T09:54:57.9608695Z Verifying transaction: ...working... done 2022-12-01T09:54:58.8923248Z Executing transaction: ...working... done 2022-12-01T09:54:58.9718304Z Retrieving notices: ...working... done 2022-12-01T09:54:59.1504411Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *centos* ]] 2022-12-01T09:54:59.1508174Z ++ dirname .jenkins/pytorch/build.sh 2022-12-01T09:54:59.1515430Z + source .jenkins/pytorch/common-build.sh 2022-12-01T09:54:59.1522482Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 != *win-* ]] 2022-12-01T09:54:59.1527722Z ++++ dirname .jenkins/pytorch/common-build.sh 2022-12-01T09:54:59.1537192Z +++ cd .jenkins/pytorch 2022-12-01T09:54:59.1537560Z +++ pwd -P 2022-12-01T09:54:59.1540071Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-12-01T09:54:59.1540342Z ++ which sccache 2022-12-01T09:54:59.1549094Z ++ sccache --stop-server 2022-12-01T09:54:59.1739070Z ++ true 2022-12-01T09:54:59.1739418Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-12-01T09:54:59.1772826Z ++ [[ -n 1 ]] 2022-12-01T09:54:59.1773332Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2022-12-01T09:54:59.1773852Z Skipping sccache server initialization, setting environment variables 2022-12-01T09:54:59.1774334Z ++ export SCCACHE_IDLE_TIMEOUT=1200 2022-12-01T09:54:59.1774702Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-12-01T09:54:59.1774951Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-12-01T09:54:59.1775214Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-12-01T09:54:59.1775473Z ++ export RUST_LOG=sccache::server=error 2022-12-01T09:54:59.1775676Z ++ RUST_LOG=sccache::server=error 2022-12-01T09:54:59.1775910Z ++ sccache --zero-stats 2022-12-01T09:54:59.2103395Z Compile requests 0 2022-12-01T09:54:59.2103733Z Compile requests executed 0 2022-12-01T09:54:59.2104089Z Cache hits 0 2022-12-01T09:54:59.2104441Z Cache misses 0 2022-12-01T09:54:59.2104783Z Cache timeouts 0 2022-12-01T09:54:59.2105146Z Cache read errors 0 2022-12-01T09:54:59.2105517Z Forced recaches 0 2022-12-01T09:54:59.2105883Z Cache write errors 0 2022-12-01T09:54:59.2106229Z Compilation failures 0 2022-12-01T09:54:59.2106590Z Cache errors 0 2022-12-01T09:54:59.2107063Z Non-cacheable compilations 0 2022-12-01T09:54:59.2107514Z Non-cacheable calls 0 2022-12-01T09:54:59.2107971Z Non-compilation calls 0 2022-12-01T09:54:59.2108366Z Unsupported compiler calls 0 2022-12-01T09:54:59.2108744Z Average cache write 0.000 s 2022-12-01T09:54:59.2109120Z Average cache read miss 0.000 s 2022-12-01T09:54:59.2109349Z Average cache read hit 0.000 s 2022-12-01T09:54:59.2109555Z Failed distributed compilations 0 2022-12-01T09:54:59.2110203Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-12-01T09:54:59.2110772Z ++ trap_add sccache_epilogue EXIT 2022-12-01T09:54:59.2110983Z ++ trap_add_cmd=sccache_epilogue 2022-12-01T09:54:59.2111152Z ++ shift 2022-12-01T09:54:59.2111322Z ++ for trap_add_name in "$@" 2022-12-01T09:54:59.2113221Z ++++ trap -p EXIT 2022-12-01T09:54:59.2116718Z +++ eval 'extract_trap_cmd ' 2022-12-01T09:54:59.2117051Z ++++ extract_trap_cmd 2022-12-01T09:54:59.2117396Z ++++ printf '%s\n' '' 2022-12-01T09:54:59.2117750Z +++ printf '%s\n' sccache_epilogue 2022-12-01T09:54:59.2119602Z ++ trap -- ' 2022-12-01T09:54:59.2119918Z sccache_epilogue' EXIT 2022-12-01T09:54:59.2120092Z ++ which ccache 2022-12-01T09:54:59.2131154Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-clang7-asan* ]] 2022-12-01T09:54:59.2131537Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-mobile-*build* ]] 2022-12-01T09:54:59.2131812Z + echo 'Python version:' 2022-12-01T09:54:59.2131987Z Python version: 2022-12-01T09:54:59.2132189Z + python --version 2022-12-01T09:54:59.2142660Z Python 3.10.4 2022-12-01T09:54:59.2144952Z + echo 'GCC version:' 2022-12-01T09:54:59.2145281Z GCC version: 2022-12-01T09:54:59.2145505Z + gcc --version 2022-12-01T09:54:59.3733460Z gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 2022-12-01T09:54:59.3733876Z Copyright (C) 2017 Free Software Foundation, Inc. 2022-12-01T09:54:59.3734335Z This is free software; see the source for copying conditions. There is NO 2022-12-01T09:54:59.3734890Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2022-12-01T09:54:59.3735186Z 2022-12-01T09:54:59.3740253Z + echo 'CMake version:' 2022-12-01T09:54:59.3740466Z CMake version: 2022-12-01T09:54:59.3740675Z + cmake --version 2022-12-01T09:54:59.3795351Z cmake version 3.22.1 2022-12-01T09:54:59.3795556Z 2022-12-01T09:54:59.3795718Z CMake suite maintained and supported by Kitware (kitware.com/cmake). 2022-12-01T09:54:59.3800219Z + echo 'Environment variables:' 2022-12-01T09:54:59.3800576Z Environment variables: 2022-12-01T09:54:59.3800894Z + env 2022-12-01T09:54:59.3807606Z NV_LIBCUBLAS_DEV_VERSION=11.9.2.110-1 2022-12-01T09:54:59.3808289Z NV_CUDA_COMPAT_PACKAGE=cuda-compat-11-6 2022-12-01T09:54:59.3808991Z LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64 2022-12-01T09:54:59.3809788Z NV_LIBNCCL_DEV_PACKAGE=libnccl-dev=2.12.10-1+cuda11.6 2022-12-01T09:54:59.3810313Z PR_LABELS=[] 2022-12-01T09:54:59.3810584Z UCC_HOME=/usr 2022-12-01T09:54:59.3811044Z BUILD_ENVIRONMENT=linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T09:54:59.3811590Z NV_LIBNPP_DEV_PACKAGE=libnpp-dev-11-6=11.6.3.124-1 2022-12-01T09:54:59.3812098Z INSTALLED_DB=yes 2022-12-01T09:54:59.3812469Z RUST_LOG=sccache::server=error 2022-12-01T09:54:59.3812797Z HOSTNAME=8d09eeb13af6 2022-12-01T09:54:59.3813084Z GITHUB_REF_NAME=89997/merge 2022-12-01T09:54:59.3813413Z GITHUB_API_URL=https://api.github.com 2022-12-01T09:54:59.3813811Z OPENSSL_DIR=/opt/openssl 2022-12-01T09:54:59.3814211Z UCC_COMMIT=12944da33f911daf505d9bbc51411233d0ed85e1 2022-12-01T09:54:59.3814691Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_1c8fa338-fe4b-44b3-bcc5-e4ebd605ef80 2022-12-01T09:54:59.3815005Z CUDA_PATH=/usr/local/cuda 2022-12-01T09:54:59.3815371Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T09:54:59.3815645Z GITHUB_RUN_ATTEMPT=1 2022-12-01T09:54:59.3815843Z NV_LIBNPP_VERSION=11.6.3.124-1 2022-12-01T09:54:59.3816141Z NV_NVPROF_DEV_PACKAGE=cuda-nvprof-11-6=11.6.124-1 2022-12-01T09:54:59.3816516Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T09:54:59.3816710Z GITHUB_ACTIONS=true 2022-12-01T09:54:59.3816936Z NVIDIA_VISIBLE_DEVICES=all 2022-12-01T09:54:59.3817345Z NV_NVPROF_VERSION=11.6.124-1 2022-12-01T09:54:59.3817752Z NV_LIBCUSPARSE_VERSION=11.7.2.124-1 2022-12-01T09:54:59.3818115Z AWS_DEFAULT_REGION=us-east-1 2022-12-01T09:54:59.3818400Z CI=true 2022-12-01T09:54:59.3818822Z NV_LIBCUBLAS_DEV_PACKAGE=libcublas-dev-11-6=11.9.2.110-1 2022-12-01T09:54:59.3819214Z BRANCH=pull/89997 2022-12-01T09:54:59.3819654Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T09:54:59.3820301Z UCX_COMMIT=31e74cac7bee0ef66bef2af72e7d86d9c282e5ab 2022-12-01T09:54:59.3820770Z GITHUB_ACTOR=charlie-wt 2022-12-01T09:54:59.3821051Z CMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache 2022-12-01T09:54:59.3821250Z GITHUB_ACTION_REF= 2022-12-01T09:54:59.3821445Z NCCL_VERSION=2.12.10-1 2022-12-01T09:54:59.3821626Z GITHUB_ACTION=__self 2022-12-01T09:54:59.3821803Z GITHUB_REF_PROTECTED=false 2022-12-01T09:54:59.3822139Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T09:54:59.3822676Z *** 2022-12-01T09:54:59.3822844Z INSTALLED_VISION=yes 2022-12-01T09:54:59.3823008Z NVARCH=x86_64 2022-12-01T09:54:59.3823305Z NV_LIBCUSPARSE_DEV_VERSION=11.7.2.124-1 2022-12-01T09:54:59.3823507Z HOME=/var/lib/jenkins 2022-12-01T09:54:59.3823897Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_1c8fa338-fe4b-44b3-bcc5-e4ebd605ef80 2022-12-01T09:54:59.3824204Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T09:54:59.3824406Z GITHUB_ACTION_REPOSITORY= 2022-12-01T09:54:59.3824631Z GITHUB_REF_TYPE=branch 2022-12-01T09:54:59.3824981Z NV_LIBNCCL_PACKAGE_VERSION=2.12.10-1 2022-12-01T09:54:59.3825294Z GITHUB_RETENTION_DAYS=90 2022-12-01T09:54:59.3825742Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T09:54:59.3826117Z OUR_GITHUB_JOB_ID=9818098667 2022-12-01T09:54:59.3826436Z NV_LIBNCCL_PACKAGE=libnccl2=2.12.10-1+cuda11.6 2022-12-01T09:54:59.3826853Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_1c8fa338-fe4b-44b3-bcc5-e4ebd605ef80 2022-12-01T09:54:59.3827142Z DEBIAN_FRONTEND=noninteractive 2022-12-01T09:54:59.3827396Z NV_LIBNCCL_DEV_PACKAGE_NAME=libnccl-dev 2022-12-01T09:54:59.3827617Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T09:54:59.3827821Z NV_CUDA_LIB_VERSION=11.6.2-1 2022-12-01T09:54:59.3828045Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T09:54:59.3828264Z INSTALLED_PROTOBUF=yes 2022-12-01T09:54:59.3828475Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-12-01T09:54:59.3828695Z GITHUB_RUN_ID=3591403534 2022-12-01T09:54:59.3828944Z NV_LIBNPP_PACKAGE=libnpp-11-6=11.6.3.124-1 2022-12-01T09:54:59.3829163Z NV_LIBNCCL_PACKAGE_NAME=libnccl2 2022-12-01T09:54:59.3829368Z LIBRARY_PATH=/usr/local/cuda/lib64/stubs 2022-12-01T09:54:59.3829590Z NV_NVTX_VERSION=11.6.124-1 2022-12-01T09:54:59.3829807Z GITHUB_SERVER_URL=https://github.com 2022-12-01T09:54:59.3829990Z MAX_JOBS=6 2022-12-01T09:54:59.3830192Z NV_LIBCUBLAS_VERSION=11.9.2.110-1 2022-12-01T09:54:59.3830468Z NV_LIBCUBLAS_PACKAGE=libcublas-11-6=11.9.2.110-1 2022-12-01T09:54:59.3830815Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T09:54:59.3831065Z UCX_HOME=/usr 2022-12-01T09:54:59.3831286Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T09:54:59.3831531Z NV_CUDA_CUDART_DEV_VERSION=11.6.55-1 2022-12-01T09:54:59.3831737Z GITHUB_BASE_REF=release/1.13 2022-12-01T09:54:59.3831917Z TERM=xterm 2022-12-01T09:54:59.3832063Z XLA_CUDA= 2022-12-01T09:54:59.3832257Z NV_NVML_DEV_VERSION=11.6.55-1 2022-12-01T09:54:59.3832449Z TORCH_CUDA_ARCH_LIST=5.2 2022-12-01T09:54:59.3832619Z CUDA_VERSION=11.6.2 2022-12-01T09:54:59.3832865Z NV_LIBCUBLAS_PACKAGE_NAME=libcublas-11-6 2022-12-01T09:54:59.3833079Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T09:54:59.3833474Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_1c8fa338-fe4b-44b3-bcc5-e4ebd605ef80 2022-12-01T09:54:59.3833763Z GITHUB_JOB=build 2022-12-01T09:54:59.3833948Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T09:54:59.3834273Z NVIDIA_DRIVER_CAPABILITIES=compute,utility 2022-12-01T09:54:59.3834625Z PR_NUMBER=89997 2022-12-01T09:54:59.3835521Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_1c8fa338-fe4b-44b3-bcc5-e4ebd605ef80 2022-12-01T09:54:59.3836081Z SHLVL=1 2022-12-01T09:54:59.3836548Z NV_LIBCUBLAS_DEV_PACKAGE_NAME=libcublas-dev-11-6 2022-12-01T09:54:59.3836962Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T09:54:59.3837996Z NVIDIA_REQUIRE_CUDA=cuda>=11.6 brand=tesla,driver>=418,driver<419 brand=tesla,driver>=450,driver<451 brand=tesla,driver>=470,driver<471 brand=unknown,driver>=470,driver<471 brand=nvidia,driver>=470,driver<471 brand=nvidiartx,driver>=470,driver<471 brand=quadrortx,driver>=470,driver<471 2022-12-01T09:54:59.3838809Z NV_LIBNPP_DEV_VERSION=11.6.3.124-1 2022-12-01T09:54:59.3839191Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T09:54:59.3839560Z GITHUB_EVENT_NAME=pull_request 2022-12-01T09:54:59.3839880Z NV_CUDA_CUDART_VERSION=11.6.55-1 2022-12-01T09:54:59.3840126Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T09:54:59.3840331Z GITHUB_RUN_NUMBER=69319 2022-12-01T09:54:59.3840596Z GITHUB_WORKFLOW=pull 2022-12-01T09:54:59.3840771Z SCCACHE_IDLE_TIMEOUT=1200 2022-12-01T09:54:59.3841081Z PATH=/opt/cache/bin:/opt/conda/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T09:54:59.3841415Z NV_LIBNCCL_DEV_PACKAGE_VERSION=2.12.10-1 2022-12-01T09:54:59.3841728Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T09:54:59.3842021Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T09:54:59.3842234Z SKIP_SCCACHE_INITIALIZATION=1 2022-12-01T09:54:59.3842409Z _=/usr/bin/env 2022-12-01T09:54:59.3842673Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda* ]] 2022-12-01T09:54:59.3842925Z + echo 'NVCC version:' 2022-12-01T09:54:59.3843087Z NVCC version: 2022-12-01T09:54:59.3843277Z + nvcc --version 2022-12-01T09:54:59.3935971Z nvcc: NVIDIA (R) Cuda compiler driver 2022-12-01T09:54:59.3936584Z Copyright (c) 2005-2022 NVIDIA Corporation 2022-12-01T09:54:59.3936818Z Built on Tue_Mar__8_18:18:20_PST_2022 2022-12-01T09:54:59.3937051Z Cuda compilation tools, release 11.6, V11.6.124 2022-12-01T09:54:59.3937279Z Build cuda_11.6.r11.6/compiler.31057947_0 2022-12-01T09:54:59.3969236Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda11* ]] 2022-12-01T09:54:59.3969685Z + export BUILD_SPLIT_CUDA=ON 2022-12-01T09:54:59.3970051Z + BUILD_SPLIT_CUDA=ON 2022-12-01T09:54:59.3970586Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *cuda11.3* ]] 2022-12-01T09:54:59.3971099Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *clang* ]] 2022-12-01T09:54:59.3971319Z + export USE_UCC=1 2022-12-01T09:54:59.3971474Z + USE_UCC=1 2022-12-01T09:54:59.3971649Z + export USE_SYSTEM_UCC=1 2022-12-01T09:54:59.3971830Z + USE_SYSTEM_UCC=1 2022-12-01T09:54:59.3972099Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *\c\a\f\f\e\2* ]] 2022-12-01T09:54:59.3972421Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *\o\n\n\x* ]] 2022-12-01T09:54:59.3972766Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *\p\a\r\a\l\l\e\l\t\b\b* ]] 2022-12-01T09:54:59.3973138Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *\p\a\r\a\l\l\e\l\n\a\t\i\v\e* ]] 2022-12-01T09:54:59.3973430Z + pip_install -r requirements.txt 2022-12-01T09:54:59.3973722Z + pip install --progress-bar off -r requirements.txt 2022-12-01T09:54:59.7647303Z Requirement already satisfied: astunparse in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-12-01T09:54:59.7651055Z Requirement already satisfied: expecttest in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (0.1.3) 2022-12-01T09:54:59.7654492Z Requirement already satisfied: future in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-12-01T09:54:59.7657771Z Requirement already satisfied: hypothesis in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 5)) (5.35.1) 2022-12-01T09:54:59.7661625Z Requirement already satisfied: numpy in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 6)) (1.21.2) 2022-12-01T09:54:59.7664590Z Requirement already satisfied: psutil in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 7)) (5.9.2) 2022-12-01T09:54:59.7668516Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.10/site-packages/PyYAML-6.0-py3.10-linux-x86_64.egg (from -r requirements.txt (line 8)) (6.0) 2022-12-01T09:54:59.7671674Z Requirement already satisfied: requests in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 9)) (2.27.1) 2022-12-01T09:54:59.7674718Z Requirement already satisfied: setuptools in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 10)) (63.4.1) 2022-12-01T09:54:59.7678431Z Requirement already satisfied: six in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-12-01T09:54:59.8018400Z Collecting types-dataclasses 2022-12-01T09:54:59.8180368Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-12-01T09:54:59.8219289Z Requirement already satisfied: typing_extensions in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 13)) (4.3.0) 2022-12-01T09:54:59.8222522Z Requirement already satisfied: sympy in /opt/conda/lib/python3.10/site-packages (from -r requirements.txt (line 14)) (1.11.1) 2022-12-01T09:54:59.8253621Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /opt/conda/lib/python3.10/site-packages (from astunparse->-r requirements.txt (line 2)) (0.37.1) 2022-12-01T09:54:59.8457515Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/lib/python3.10/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2022-12-01T09:54:59.8462667Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/lib/python3.10/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2022-12-01T09:54:59.8627013Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.10/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-12-01T09:54:59.8638907Z Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.10/site-packages (from requests->-r requirements.txt (line 9)) (2.0.4) 2022-12-01T09:54:59.8649110Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.10/site-packages (from requests->-r requirements.txt (line 9)) (3.3) 2022-12-01T09:54:59.8656863Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/lib/python3.10/site-packages (from requests->-r requirements.txt (line 9)) (1.26.8) 2022-12-01T09:54:59.8702079Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.10/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2022-12-01T09:55:00.4516157Z Installing collected packages: types-dataclasses 2022-12-01T09:55:00.4730898Z Successfully installed types-dataclasses-0.6.6 2022-12-01T09:55:00.6083292Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-12-01T09:55:00.6083613Z + export USE_LLVM=/opt/llvm 2022-12-01T09:55:00.6083888Z + USE_LLVM=/opt/llvm 2022-12-01T09:55:00.6084096Z + export LLVM_DIR=/opt/llvm/lib/cmake/llvm 2022-12-01T09:55:00.6084312Z + LLVM_DIR=/opt/llvm/lib/cmake/llvm 2022-12-01T09:55:00.6084502Z + which conda 2022-12-01T09:55:00.6092305Z /opt/conda/bin/conda 2022-12-01T09:55:00.6092705Z + export CMAKE_PREFIX_PATH=/opt/conda 2022-12-01T09:55:00.6093091Z + CMAKE_PREFIX_PATH=/opt/conda 2022-12-01T09:55:00.6094158Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *libtorch* ]] 2022-12-01T09:55:00.6095103Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-android* ]] 2022-12-01T09:55:00.6095678Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *android* ]] 2022-12-01T09:55:00.6096235Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *vulkan* ]] 2022-12-01T09:55:00.6096772Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-12-01T09:55:00.6097173Z + '[' -z 6 ']' 2022-12-01T09:55:00.6097620Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *cuda* ]] 2022-12-01T09:55:00.6098026Z + [[ -z 5.2 ]] 2022-12-01T09:55:00.6098502Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *clang* ]] 2022-12-01T09:55:00.6099081Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *no-ops* ]] 2022-12-01T09:55:00.6099671Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-pch* ]] 2022-12-01T09:55:00.6100363Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *linux-focal-py3.7-gcc7-build* ]] 2022-12-01T09:55:00.6101103Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == pytorch-linux-xenial-py3* ]] 2022-12-01T09:55:00.6102072Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == pytorch-linux-focal-py3* ]] 2022-12-01T09:55:00.6105310Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *-bazel-* ]] 2022-12-01T09:55:00.6106045Z + echo 'The next three invocations are expected to fail with invalid command error messages.' 2022-12-01T09:55:00.6106382Z The next three invocations are expected to fail with invalid command error messages. 2022-12-01T09:55:00.6108117Z + get_exit_code python setup.py bad_argument 2022-12-01T09:55:00.6108491Z + set +e 2022-12-01T09:55:00.6108829Z + python setup.py bad_argument 2022-12-01T09:55:00.9304176Z Building wheel torch-1.13.0a0+gitc13d400 2022-12-01T09:55:00.9777090Z invalid command 'bad_argument' 2022-12-01T09:55:01.0127012Z + retcode=1 2022-12-01T09:55:01.0127438Z + set -e 2022-12-01T09:55:01.0127681Z + return 1 2022-12-01T09:55:01.0131959Z + get_exit_code python setup.py 'clean]' 2022-12-01T09:55:01.0132337Z + set +e 2022-12-01T09:55:01.0132563Z + python setup.py 'clean]' 2022-12-01T09:55:01.2260788Z Building wheel torch-1.13.0a0+gitc13d400 2022-12-01T09:55:01.2473022Z invalid command name 'clean]' 2022-12-01T09:55:01.2889177Z + retcode=1 2022-12-01T09:55:01.2889702Z + set -e 2022-12-01T09:55:01.2889965Z + return 1 2022-12-01T09:55:01.2893443Z + get_exit_code python setup.py clean bad_argument 2022-12-01T09:55:01.2893711Z + set +e 2022-12-01T09:55:01.2893956Z + python setup.py clean bad_argument 2022-12-01T09:55:01.5370134Z Building wheel torch-1.13.0a0+gitc13d400 2022-12-01T09:55:01.5628228Z invalid command 'bad_argument' 2022-12-01T09:55:01.5967767Z + retcode=1 2022-12-01T09:55:01.5968224Z + set -e 2022-12-01T09:55:01.5970365Z + return 1 2022-12-01T09:55:01.5970933Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *libtorch* ]] 2022-12-01T09:55:01.5971433Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-12-01T09:55:01.5971746Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-12-01T09:55:01.5971943Z + WERROR=1 2022-12-01T09:55:01.5972129Z + python setup.py bdist_wheel 2022-12-01T09:55:01.8481213Z Building wheel torch-1.13.0a0+gitc13d400 2022-12-01T09:55:01.9133921Z -- Building version 1.13.0a0+gitc13d400 2022-12-01T09:55:01.9592400Z cmake -DBUILD_ENVIRONMENT=linux-bionic-cuda11.6-py3.10-gcc7 -DBUILD_PYTHON=True -DBUILD_SPLIT_CUDA=ON -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_CUDA_COMPILER_LAUNCHER=/opt/cache/bin/sccache -DCMAKE_INSTALL_PREFIX=/var/lib/jenkins/workspace/torch -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.10/site-packages;/opt/conda -DNUMPY_INCLUDE_DIR=/opt/conda/lib/python3.10/site-packages/numpy/core/include -DOPENSSL_ROOT_DIR=/opt/openssl -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DPYTHON_INCLUDE_DIR=/opt/conda/include/python3.10 -DPYTHON_LIBRARY=/opt/conda/lib/libpython3.10.a -DTORCH_BUILD_VERSION=1.13.0a0+gitc13d400 -DUSE_LLVM=/opt/llvm -DUSE_NUMPY=True -DUSE_SYSTEM_UCC=1 -DUSE_UCC=1 -DWERROR=1 /var/lib/jenkins/workspace 2022-12-01T09:55:02.3199412Z -- The CXX compiler identification is GNU 7.5.0 2022-12-01T09:55:02.4614613Z -- The C compiler identification is GNU 7.5.0 2022-12-01T09:55:02.4732310Z -- Detecting CXX compiler ABI info 2022-12-01T09:55:02.6315606Z -- Detecting CXX compiler ABI info - done 2022-12-01T09:55:02.6397551Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-12-01T09:55:02.6400390Z -- Detecting CXX compile features 2022-12-01T09:55:02.6405264Z -- Detecting CXX compile features - done 2022-12-01T09:55:02.6433948Z -- Detecting C compiler ABI info 2022-12-01T09:55:02.7183722Z -- Detecting C compiler ABI info - done 2022-12-01T09:55:02.7262413Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-12-01T09:55:02.7264882Z -- Detecting C compile features 2022-12-01T09:55:02.7268672Z -- Detecting C compile features - done 2022-12-01T09:55:02.7273745Z -- Not forcing any particular BLAS to be found 2022-12-01T09:55:02.7287135Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-12-01T09:55:02.7287791Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-12-01T09:55:02.7288325Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-12-01T09:55:02.7288617Z cmake_policy command to set the policy and suppress this warning. 2022-12-01T09:55:02.7288867Z Call Stack (most recent call first): 2022-12-01T09:55:02.7289094Z CMakeLists.txt:256 (cmake_dependent_option) 2022-12-01T09:55:02.7289459Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:02.7289808Z  2022-12-01T09:55:02.7290165Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-12-01T09:55:02.7290502Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-12-01T09:55:02.7290937Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-12-01T09:55:02.7291231Z cmake_policy command to set the policy and suppress this warning. 2022-12-01T09:55:02.7291481Z Call Stack (most recent call first): 2022-12-01T09:55:02.7291696Z CMakeLists.txt:287 (cmake_dependent_option) 2022-12-01T09:55:02.7292023Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:02.7292264Z  2022-12-01T09:55:02.7307820Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2022-12-01T09:55:02.7401301Z -- Performing Test COMPILER_WORKS 2022-12-01T09:55:02.8182998Z -- Performing Test COMPILER_WORKS - Success 2022-12-01T09:55:02.8185381Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 2022-12-01T09:55:03.0981533Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success 2022-12-01T09:55:03.0983459Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED 2022-12-01T09:55:03.2314464Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success 2022-12-01T09:55:03.2315238Z -- std::exception_ptr is supported. 2022-12-01T09:55:03.2316789Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING 2022-12-01T09:55:03.2580442Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed 2022-12-01T09:55:03.2580813Z -- Turning off deprecation warning due to glog. 2022-12-01T09:55:03.2592932Z -- Performing Test C_HAS_AVX_1 2022-12-01T09:55:03.4730634Z -- Performing Test C_HAS_AVX_1 - Failed 2022-12-01T09:55:03.4731584Z -- Performing Test C_HAS_AVX_2 2022-12-01T09:55:03.6029408Z -- Performing Test C_HAS_AVX_2 - Success 2022-12-01T09:55:03.6031945Z -- Performing Test C_HAS_AVX2_1 2022-12-01T09:55:03.7679045Z -- Performing Test C_HAS_AVX2_1 - Failed 2022-12-01T09:55:03.7679866Z -- Performing Test C_HAS_AVX2_2 2022-12-01T09:55:03.8874109Z -- Performing Test C_HAS_AVX2_2 - Success 2022-12-01T09:55:03.8876942Z -- Performing Test C_HAS_AVX512_1 2022-12-01T09:55:04.0547431Z -- Performing Test C_HAS_AVX512_1 - Failed 2022-12-01T09:55:04.0548506Z -- Performing Test C_HAS_AVX512_2 2022-12-01T09:55:04.2711441Z -- Performing Test C_HAS_AVX512_2 - Failed 2022-12-01T09:55:04.2712229Z -- Performing Test C_HAS_AVX512_3 2022-12-01T09:55:04.2976852Z -- Performing Test C_HAS_AVX512_3 - Failed 2022-12-01T09:55:04.2977719Z -- Performing Test CXX_HAS_AVX_1 2022-12-01T09:55:04.4854161Z -- Performing Test CXX_HAS_AVX_1 - Failed 2022-12-01T09:55:04.4855194Z -- Performing Test CXX_HAS_AVX_2 2022-12-01T09:55:04.6226770Z -- Performing Test CXX_HAS_AVX_2 - Success 2022-12-01T09:55:04.6228835Z -- Performing Test CXX_HAS_AVX2_1 2022-12-01T09:55:04.7893917Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2022-12-01T09:55:04.7894995Z -- Performing Test CXX_HAS_AVX2_2 2022-12-01T09:55:04.9282116Z -- Performing Test CXX_HAS_AVX2_2 - Success 2022-12-01T09:55:04.9284770Z -- Performing Test CXX_HAS_AVX512_1 2022-12-01T09:55:05.0960600Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2022-12-01T09:55:05.0961411Z -- Performing Test CXX_HAS_AVX512_2 2022-12-01T09:55:05.2616287Z -- Performing Test CXX_HAS_AVX512_2 - Failed 2022-12-01T09:55:05.2617583Z -- Performing Test CXX_HAS_AVX512_3 2022-12-01T09:55:05.2829905Z -- Performing Test CXX_HAS_AVX512_3 - Failed 2022-12-01T09:55:05.2830947Z -- Current compiler supports avx2 extension. Will build perfkernels. 2022-12-01T09:55:05.2832993Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2022-12-01T09:55:05.4158452Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2022-12-01T09:55:05.4158978Z -- Current compiler supports avx512f extension. Will build fbgemm. 2022-12-01T09:55:05.4164302Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2022-12-01T09:55:05.5001761Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2022-12-01T09:55:05.5007068Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2022-12-01T09:55:05.5839603Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2022-12-01T09:55:05.5845186Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2022-12-01T09:55:05.6672437Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2022-12-01T09:55:05.7008223Z -- Found CUDA: /usr/local/cuda (found version "11.6") 2022-12-01T09:55:06.6874564Z -- The CUDA compiler identification is NVIDIA 11.6.124 2022-12-01T09:55:06.6935358Z -- Detecting CUDA compiler ABI info 2022-12-01T09:55:06.9565382Z -- Detecting CUDA compiler ABI info - done 2022-12-01T09:55:06.9804337Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-12-01T09:55:06.9807863Z -- Detecting CUDA compile features 2022-12-01T09:55:06.9812418Z -- Detecting CUDA compile features - done 2022-12-01T09:55:06.9855072Z -- Caffe2: CUDA detected: 11.6 2022-12-01T09:55:06.9855612Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-12-01T09:55:06.9855932Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-12-01T09:55:07.0901435Z -- Caffe2: Header version is: 11.6 2022-12-01T09:55:07.0941757Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-12-01T09:55:07.0942251Z -- Found cuDNN: v8.3.2 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-12-01T09:55:07.3769636Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 4dd39364 2022-12-01T09:55:07.3781022Z CMake Warning at cmake/public/utils.cmake:385 (message): 2022-12-01T09:55:07.3781586Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-12-01T09:55:07.3782181Z to cmake instead of implicitly setting it as an env variable. This will 2022-12-01T09:55:07.3782604Z become a FATAL_ERROR in future version of pytorch. 2022-12-01T09:55:07.3782896Z Call Stack (most recent call first): 2022-12-01T09:55:07.3783148Z cmake/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-12-01T09:55:07.3783401Z cmake/Dependencies.cmake:43 (include) 2022-12-01T09:55:07.3783606Z CMakeLists.txt:722 (include) 2022-12-01T09:55:07.3783730Z 2022-12-01T09:55:07.3783827Z  2022-12-01T09:55:07.3784109Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-12-01T09:55:07.3794607Z -- Building using own protobuf under third_party per request. 2022-12-01T09:55:07.3795269Z -- Use custom protobuf build. 2022-12-01T09:55:07.3831726Z -- 2022-12-01T09:55:07.3832078Z -- 3.13.0.0 2022-12-01T09:55:07.3840979Z -- Looking for pthread.h 2022-12-01T09:55:07.4639440Z -- Looking for pthread.h - found 2022-12-01T09:55:07.4640108Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-12-01T09:55:07.5470586Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-12-01T09:55:07.5471109Z -- Check if compiler accepts -pthread 2022-12-01T09:55:07.6291824Z -- Check if compiler accepts -pthread - yes 2022-12-01T09:55:07.6301882Z -- Found Threads: TRUE 2022-12-01T09:55:07.6305991Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2022-12-01T09:55:07.7248680Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2022-12-01T09:55:07.7459062Z -- Caffe2 protobuf include directory: $$ 2022-12-01T09:55:07.7480089Z -- Trying to find preferred BLAS backend of choice: MKL 2022-12-01T09:55:07.7496097Z -- MKL_THREADING = OMP 2022-12-01T09:55:07.7498722Z -- Looking for sys/types.h 2022-12-01T09:55:07.8709530Z -- Looking for sys/types.h - found 2022-12-01T09:55:07.8711099Z -- Looking for stdint.h 2022-12-01T09:55:07.9503640Z -- Looking for stdint.h - found 2022-12-01T09:55:07.9505209Z -- Looking for stddef.h 2022-12-01T09:55:08.0402748Z -- Looking for stddef.h - found 2022-12-01T09:55:08.0403066Z -- Check size of void* 2022-12-01T09:55:08.1157712Z -- Check size of void* - done 2022-12-01T09:55:08.3841155Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T09:55:08.3841909Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-12-01T09:55:08.3842323Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T09:55:08.3842659Z problems in calling code that expects `find_package` result variables 2022-12-01T09:55:08.3843073Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T09:55:08.3843301Z Call Stack (most recent call first): 2022-12-01T09:55:08.3843573Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T09:55:08.3843842Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-12-01T09:55:08.3844105Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-12-01T09:55:08.3844363Z cmake/Dependencies.cmake:206 (find_package) 2022-12-01T09:55:08.3844575Z CMakeLists.txt:722 (include) 2022-12-01T09:55:08.3844910Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:08.3845161Z  2022-12-01T09:55:08.4759203Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T09:55:08.4759949Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-12-01T09:55:08.4760272Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T09:55:08.4760595Z problems in calling code that expects `find_package` result variables 2022-12-01T09:55:08.4760867Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T09:55:08.4761094Z Call Stack (most recent call first): 2022-12-01T09:55:08.4761364Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T09:55:08.4761638Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-12-01T09:55:08.4761899Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-12-01T09:55:08.4762156Z cmake/Dependencies.cmake:206 (find_package) 2022-12-01T09:55:08.4762380Z CMakeLists.txt:722 (include) 2022-12-01T09:55:08.4762693Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:08.4762941Z  2022-12-01T09:55:08.4776300Z -- Looking for cblas_sgemm 2022-12-01T09:55:08.7437040Z -- Looking for cblas_sgemm - found 2022-12-01T09:55:08.7479756Z -- MKL libraries: /opt/conda/lib/libmkl_intel_lp64.so;/opt/conda/lib/libmkl_gnu_thread.so;/opt/conda/lib/libmkl_core.so;-fopenmp;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so 2022-12-01T09:55:08.7480359Z -- MKL include directory: /opt/conda/include 2022-12-01T09:55:08.7480616Z -- MKL OpenMP type: GNU 2022-12-01T09:55:08.7480843Z -- MKL OpenMP library: -fopenmp 2022-12-01T09:55:08.7898346Z -- The ASM compiler identification is GNU 2022-12-01T09:55:08.7916805Z -- Found assembler: /opt/cache/bin/cc 2022-12-01T09:55:08.8129707Z -- Brace yourself, we are building NNPACK 2022-12-01T09:55:08.8175752Z -- Performing Test NNPACK_ARCH_IS_X86_32 2022-12-01T09:55:08.8414098Z -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed 2022-12-01T09:55:08.8594211Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.10.4") 2022-12-01T09:55:08.8594523Z -- NNPACK backend is x86-64 2022-12-01T09:55:09.3257690Z -- Found Python: /opt/conda/bin/python3.10 (found version "3.10.4") found components: Interpreter 2022-12-01T09:55:09.3332974Z -- Failed to find LLVM FileCheck 2022-12-01T09:55:09.3391889Z -- Found Git: /usr/bin/git (found version "2.17.1") 2022-12-01T09:55:09.4693392Z -- git version: v1.6.1 normalized to 1.6.1 2022-12-01T09:55:09.4693675Z -- Version: 1.6.1 2022-12-01T09:55:09.4699766Z -- Looking for shm_open in rt 2022-12-01T09:55:09.5454450Z -- Looking for shm_open in rt - found 2022-12-01T09:55:09.5461264Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2022-12-01T09:55:09.6351481Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2022-12-01T09:55:09.6358604Z -- Performing Test HAVE_CXX_FLAG_WALL 2022-12-01T09:55:09.7287337Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2022-12-01T09:55:09.7294052Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2022-12-01T09:55:09.8147468Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2022-12-01T09:55:09.8154184Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2022-12-01T09:55:09.9065775Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2022-12-01T09:55:09.9073014Z -- Performing Test HAVE_CXX_FLAG_WERROR 2022-12-01T09:55:09.9950213Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2022-12-01T09:55:09.9961495Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2022-12-01T09:55:10.0908487Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2022-12-01T09:55:10.0916022Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2022-12-01T09:55:10.1795741Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2022-12-01T09:55:10.1803526Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2022-12-01T09:55:10.2692260Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2022-12-01T09:55:10.2699859Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2022-12-01T09:55:10.3013168Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed 2022-12-01T09:55:10.3020596Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2022-12-01T09:55:10.3853935Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2022-12-01T09:55:10.3861086Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2022-12-01T09:55:10.4667721Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2022-12-01T09:55:10.4675895Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2022-12-01T09:55:10.5717426Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2022-12-01T09:55:10.5730363Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2022-12-01T09:55:10.6614630Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2022-12-01T09:55:10.6621868Z -- Performing Test HAVE_CXX_FLAG_WD654 2022-12-01T09:55:10.6870584Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2022-12-01T09:55:10.6878858Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2022-12-01T09:55:10.7147851Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed 2022-12-01T09:55:10.7155522Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2022-12-01T09:55:10.8019205Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2022-12-01T09:55:10.8020115Z -- Performing Test HAVE_STD_REGEX 2022-12-01T09:55:10.8020409Z -- Performing Test HAVE_STD_REGEX 2022-12-01T09:55:11.0885313Z -- Performing Test HAVE_STD_REGEX -- success 2022-12-01T09:55:11.0885627Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-12-01T09:55:11.0885897Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-12-01T09:55:11.1146008Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2022-12-01T09:55:11.1146333Z -- Performing Test HAVE_POSIX_REGEX 2022-12-01T09:55:11.1146597Z -- Performing Test HAVE_POSIX_REGEX 2022-12-01T09:55:11.2513711Z -- Performing Test HAVE_POSIX_REGEX -- success 2022-12-01T09:55:11.2514043Z -- Performing Test HAVE_STEADY_CLOCK 2022-12-01T09:55:11.2514299Z -- Performing Test HAVE_STEADY_CLOCK 2022-12-01T09:55:11.3744448Z -- Performing Test HAVE_STEADY_CLOCK -- success 2022-12-01T09:55:11.4046184Z -- Performing Test COMPILER_SUPPORTS_AVX512 2022-12-01T09:55:11.4863295Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2022-12-01T09:55:11.4884402Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T09:55:11.4885046Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-12-01T09:55:11.4885641Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T09:55:11.4886181Z problems in calling code that expects `find_package` result variables 2022-12-01T09:55:11.4886586Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T09:55:11.4886965Z Call Stack (most recent call first): 2022-12-01T09:55:11.4887248Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T09:55:11.4887538Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-12-01T09:55:11.4887915Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:11.4888309Z  2022-12-01T09:55:11.4888758Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-12-01T09:55:11.4889386Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T09:55:11.4889925Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-12-01T09:55:11.4890306Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T09:55:11.4890611Z problems in calling code that expects `find_package` result variables 2022-12-01T09:55:11.4890878Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T09:55:11.4891106Z Call Stack (most recent call first): 2022-12-01T09:55:11.4891362Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T09:55:11.4891650Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-12-01T09:55:11.4891998Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:11.4892255Z  2022-12-01T09:55:11.4892565Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-12-01T09:55:11.4892904Z -- Found OpenMP: TRUE (found version "4.5") 2022-12-01T09:55:11.4894317Z CMake Warning at third_party/fbgemm/CMakeLists.txt:87 (message): 2022-12-01T09:55:11.4894645Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2022-12-01T09:55:11.4894791Z 2022-12-01T09:55:11.4894872Z  2022-12-01T09:55:11.5915832Z CMake Warning at third_party/fbgemm/CMakeLists.txt:186 (message): 2022-12-01T09:55:11.5916198Z ========== 2022-12-01T09:55:11.5916389Z 2022-12-01T09:55:11.5916575Z  2022-12-01T09:55:11.5917075Z CMake Warning at third_party/fbgemm/CMakeLists.txt:187 (message): 2022-12-01T09:55:11.5917314Z CMAKE_BUILD_TYPE = Release 2022-12-01T09:55:11.5917434Z 2022-12-01T09:55:11.5917515Z  2022-12-01T09:55:11.5917792Z CMake Warning at third_party/fbgemm/CMakeLists.txt:188 (message): 2022-12-01T09:55:11.5918127Z CMAKE_CXX_FLAGS_DEBUG is -g 2022-12-01T09:55:11.5918238Z 2022-12-01T09:55:11.5918315Z  2022-12-01T09:55:11.5918592Z CMake Warning at third_party/fbgemm/CMakeLists.txt:189 (message): 2022-12-01T09:55:11.5918893Z CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG 2022-12-01T09:55:11.5919013Z 2022-12-01T09:55:11.5919093Z  2022-12-01T09:55:11.5919369Z CMake Warning at third_party/fbgemm/CMakeLists.txt:190 (message): 2022-12-01T09:55:11.5919597Z ========== 2022-12-01T09:55:11.5919697Z 2022-12-01T09:55:11.5919760Z  2022-12-01T09:55:11.5959304Z -- Performing Test __CxxFlag__fno_threadsafe_statics 2022-12-01T09:55:11.6817032Z -- Performing Test __CxxFlag__fno_threadsafe_statics - Success 2022-12-01T09:55:11.6823269Z -- Performing Test __CxxFlag__fno_semantic_interposition 2022-12-01T09:55:11.7693709Z -- Performing Test __CxxFlag__fno_semantic_interposition - Success 2022-12-01T09:55:11.7700425Z -- Performing Test __CxxFlag__fmerge_all_constants 2022-12-01T09:55:11.8517893Z -- Performing Test __CxxFlag__fmerge_all_constants - Success 2022-12-01T09:55:11.8524108Z -- Performing Test __CxxFlag__fno_enforce_eh_specs 2022-12-01T09:55:11.9402102Z -- Performing Test __CxxFlag__fno_enforce_eh_specs - Success 2022-12-01T09:55:11.9479040Z ** AsmJit Summary ** 2022-12-01T09:55:11.9479467Z  ASMJIT_DIR=/var/lib/jenkins/workspace/third_party/fbgemm/third_party/asmjit 2022-12-01T09:55:11.9479780Z  ASMJIT_TEST=FALSE 2022-12-01T09:55:11.9480088Z  ASMJIT_TARGET_TYPE=STATIC 2022-12-01T09:55:11.9480414Z  ASMJIT_DEPS=pthread;rt 2022-12-01T09:55:11.9480679Z  ASMJIT_LIBS=asmjit;pthread;rt 2022-12-01T09:55:11.9480931Z  ASMJIT_CFLAGS=-DASMJIT_STATIC 2022-12-01T09:55:11.9481549Z  ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC 2022-12-01T09:55:11.9481948Z  ASMJIT_PRIVATE_CFLAGS_DBG= 2022-12-01T09:55:11.9482289Z  ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants;-fno-enforce-eh-specs 2022-12-01T09:55:11.9554881Z -- Found Numa: /usr/include 2022-12-01T09:55:11.9555646Z -- Found Numa (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnuma.so) 2022-12-01T09:55:11.9582326Z -- Using third party subdirectory Eigen. 2022-12-01T09:55:11.9787149Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.10.4", minimum required is "3.0") 2022-12-01T09:55:11.9807901Z -- Found PythonLibs: /opt/conda/lib/libpython3.10.a (found suitable version "3.10.4", minimum required is "3.0") 2022-12-01T09:55:11.9809307Z -- Using third_party/pybind11. 2022-12-01T09:55:11.9809673Z -- pybind11 include dirs: /var/lib/jenkins/workspace/cmake/../third_party/pybind11/include 2022-12-01T09:55:12.1483865Z -- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found version "3.1") 2022-12-01T09:55:12.5548122Z -- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so (found version "3.1") 2022-12-01T09:55:12.5550224Z -- Found MPI: TRUE (found version "3.1") 2022-12-01T09:55:12.5556266Z -- MPI support found 2022-12-01T09:55:12.5556698Z -- MPI compile flags: -pthread 2022-12-01T09:55:12.5557878Z -- MPI include path: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include/usr/lib/x86_64-linux-gnu/openmpi/include 2022-12-01T09:55:12.5558832Z -- MPI LINK flags path: -L/usr/lib -pthread 2022-12-01T09:55:12.5559521Z -- MPI libraries: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so 2022-12-01T09:55:12.6703355Z CMake Warning at cmake/Dependencies.cmake:1158 (message): 2022-12-01T09:55:12.6703881Z OpenMPI found, but it is not built with CUDA support. 2022-12-01T09:55:12.6704301Z Call Stack (most recent call first): 2022-12-01T09:55:12.6704690Z CMakeLists.txt:722 (include) 2022-12-01T09:55:12.6704911Z 2022-12-01T09:55:12.6705066Z  2022-12-01T09:55:12.6728710Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T09:55:12.6729418Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-12-01T09:55:12.6729989Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T09:55:12.6730546Z problems in calling code that expects `find_package` result variables 2022-12-01T09:55:12.6730983Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T09:55:12.6731352Z Call Stack (most recent call first): 2022-12-01T09:55:12.6731825Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T09:55:12.6732320Z cmake/Dependencies.cmake:1218 (find_package) 2022-12-01T09:55:12.6732715Z CMakeLists.txt:722 (include) 2022-12-01T09:55:12.6733306Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:12.6733734Z  2022-12-01T09:55:12.6734429Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T09:55:12.6735099Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-12-01T09:55:12.6735667Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T09:55:12.6736195Z problems in calling code that expects `find_package` result variables 2022-12-01T09:55:12.6736686Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T09:55:12.6737082Z Call Stack (most recent call first): 2022-12-01T09:55:12.6737510Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T09:55:12.6737956Z cmake/Dependencies.cmake:1218 (find_package) 2022-12-01T09:55:12.6738551Z CMakeLists.txt:722 (include) 2022-12-01T09:55:12.6739117Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:12.6739497Z  2022-12-01T09:55:12.6739872Z -- Adding OpenMP CXX_FLAGS: -fopenmp 2022-12-01T09:55:12.6740540Z -- Will link against OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so 2022-12-01T09:55:12.6740900Z -- Looking for LLVM in /opt/llvm 2022-12-01T09:55:12.6803239Z -- Found LLVM 9.0.1 2022-12-01T09:55:12.6803554Z -- Using LLVMConfig.cmake in: /opt/llvm/lib/cmake/llvm 2022-12-01T09:55:12.6822407Z CMake Warning at cmake/public/utils.cmake:385 (message): 2022-12-01T09:55:12.6823038Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-12-01T09:55:12.6823637Z to cmake instead of implicitly setting it as an env variable. This will 2022-12-01T09:55:12.6823937Z become a FATAL_ERROR in future version of pytorch. 2022-12-01T09:55:12.6824162Z Call Stack (most recent call first): 2022-12-01T09:55:12.6824423Z cmake/External/nccl.cmake:13 (torch_cuda_get_nvcc_gencode_flag) 2022-12-01T09:55:12.6824675Z cmake/Dependencies.cmake:1366 (include) 2022-12-01T09:55:12.6824893Z CMakeLists.txt:722 (include) 2022-12-01T09:55:12.6825005Z 2022-12-01T09:55:12.6825094Z  2022-12-01T09:55:12.6941575Z CMake Warning at cmake/External/nccl.cmake:68 (message): 2022-12-01T09:55:12.6942070Z Enabling NCCL library slimming 2022-12-01T09:55:12.6942474Z Call Stack (most recent call first): 2022-12-01T09:55:12.6942880Z cmake/Dependencies.cmake:1366 (include) 2022-12-01T09:55:12.6943256Z CMakeLists.txt:722 (include) 2022-12-01T09:55:12.6943461Z 2022-12-01T09:55:12.6943553Z  2022-12-01T09:55:12.7033038Z -- Found CUB: /usr/local/cuda/include 2022-12-01T09:55:12.7034777Z -- Converting CMAKE_CUDA_FLAGS to CUDA_NVCC_FLAGS: 2022-12-01T09:55:12.7037645Z 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-12-01T09:55:12.7039547Z CUDA_NVCC_FLAGS_DEBUG = -g;-lineinfo;--source-in-ptx 2022-12-01T09:55:12.7040091Z CUDA_NVCC_FLAGS_RELEASE = -O3;-DNDEBUG 2022-12-01T09:55:12.7040639Z CUDA_NVCC_FLAGS_RELWITHDEBINFO = -g;-lineinfo;--source-in-ptx 2022-12-01T09:55:12.7041184Z CUDA_NVCC_FLAGS_MINSIZEREL = -O1;-DNDEBUG 2022-12-01T09:55:12.7198967Z -- Performing Test UV_LINT_W4 2022-12-01T09:55:12.7409982Z -- Performing Test UV_LINT_W4 - Failed 2022-12-01T09:55:12.7416572Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2022-12-01T09:55:12.7662018Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2022-12-01T09:55:12.7669496Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2022-12-01T09:55:12.7868148Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2022-12-01T09:55:12.7875694Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2022-12-01T09:55:12.8071830Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2022-12-01T09:55:12.8079539Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2022-12-01T09:55:12.8275410Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2022-12-01T09:55:12.8282553Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2022-12-01T09:55:12.8482862Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2022-12-01T09:55:12.8489430Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2022-12-01T09:55:12.8694091Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2022-12-01T09:55:12.8700327Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2022-12-01T09:55:12.8901946Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2022-12-01T09:55:12.8907903Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2022-12-01T09:55:12.9114820Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2022-12-01T09:55:12.9121065Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2022-12-01T09:55:12.9321793Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2022-12-01T09:55:12.9327818Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2022-12-01T09:55:12.9524228Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2022-12-01T09:55:12.9530040Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2022-12-01T09:55:12.9729100Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2022-12-01T09:55:12.9735674Z -- Performing Test UV_LINT_WALL 2022-12-01T09:55:13.0444578Z -- Performing Test UV_LINT_WALL - Success 2022-12-01T09:55:13.0451013Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2022-12-01T09:55:13.1191834Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2022-12-01T09:55:13.1198913Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2022-12-01T09:55:13.1945632Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2022-12-01T09:55:13.1951856Z -- Performing Test UV_LINT_EXTRA 2022-12-01T09:55:13.2802367Z -- Performing Test UV_LINT_EXTRA - Success 2022-12-01T09:55:13.2809018Z -- Performing Test UV_LINT_UTF8_MSVC 2022-12-01T09:55:13.3014982Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2022-12-01T09:55:13.3022460Z -- Performing Test UV_F_STRICT_ALIASING 2022-12-01T09:55:13.3789270Z -- Performing Test UV_F_STRICT_ALIASING - Success 2022-12-01T09:55:13.3801054Z -- summary of build options: 2022-12-01T09:55:13.3801533Z Install prefix: /var/lib/jenkins/workspace/torch 2022-12-01T09:55:13.3801940Z Target system: Linux 2022-12-01T09:55:13.3802246Z Compiler: 2022-12-01T09:55:13.3802564Z C compiler: /opt/cache/bin/cc 2022-12-01T09:55:13.3803002Z CFLAGS: -fopenmp 2022-12-01T09:55:13.3803184Z 2022-12-01T09:55:13.3828312Z -- Found uv: 1.38.1 (found version "1.38.1") 2022-12-01T09:55:13.3898739Z -- Converting CMAKE_CUDA_FLAGS to CUDA_NVCC_FLAGS: 2022-12-01T09:55:13.3900547Z 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-12-01T09:55:13.3901603Z CUDA_NVCC_FLAGS_DEBUG = -g;-lineinfo;--source-in-ptx 2022-12-01T09:55:13.3901902Z CUDA_NVCC_FLAGS_RELEASE = -O3;-DNDEBUG 2022-12-01T09:55:13.3902203Z CUDA_NVCC_FLAGS_RELWITHDEBINFO = -g;-lineinfo;--source-in-ptx 2022-12-01T09:55:13.3902511Z CUDA_NVCC_FLAGS_MINSIZEREL = -O1;-DNDEBUG 2022-12-01T09:55:13.3919387Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2022-12-01T09:55:13.3919950Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2022-12-01T09:55:13.3920386Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2022-12-01T09:55:13.3920663Z set the policy and suppress this warning. 2022-12-01T09:55:13.3920808Z 2022-12-01T09:55:13.3921004Z For compatibility with older versions of CMake, option is clearing the 2022-12-01T09:55:13.3921416Z normal variable 'BUILD_BENCHMARK'. 2022-12-01T09:55:13.3921887Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:13.3922181Z  2022-12-01T09:55:13.3922536Z -- Enabling sccache for CXX 2022-12-01T09:55:13.3922780Z -- Enabling sccache for C 2022-12-01T09:55:13.3923015Z -- Gloo build as SHARED library 2022-12-01T09:55:13.4051831Z -- MPI include path: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include/usr/lib/x86_64-linux-gnu/openmpi/include 2022-12-01T09:55:13.4052533Z -- MPI libraries: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so 2022-12-01T09:55:13.4110167Z -- Found CUDA: /usr/local/cuda (found suitable version "11.6", minimum required is "7.0") 2022-12-01T09:55:13.4118932Z -- CUDA detected: 11.6 2022-12-01T09:55:13.4371652Z CMake Warning at cmake/Dependencies.cmake:1509 (message): 2022-12-01T09:55:13.4371915Z Metal is only used in ios builds. 2022-12-01T09:55:13.4372137Z Call Stack (most recent call first): 2022-12-01T09:55:13.4372356Z CMakeLists.txt:722 (include) 2022-12-01T09:55:13.4372483Z 2022-12-01T09:55:13.4372558Z  2022-12-01T09:55:13.4628599Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.10.4") 2022-12-01T09:55:13.4645215Z -- Found PythonLibs: /opt/conda/lib/libpython3.10.a (found version "3.10.4") 2022-12-01T09:55:13.4648677Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-12-01T09:55:13.4651736Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-12-01T09:55:13.4654268Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-12-01T09:55:13.7878548Z -- 2022-12-01T09:55:13.7878996Z -- ******** Summary ******** 2022-12-01T09:55:13.7879457Z -- CMake version : 3.22.1 2022-12-01T09:55:13.7879891Z -- CMake command : /opt/conda/bin/cmake 2022-12-01T09:55:13.7880216Z -- System : Linux 2022-12-01T09:55:13.7880497Z -- C++ compiler : /opt/cache/bin/c++ 2022-12-01T09:55:13.7880762Z -- C++ compiler version : 7.5.0 2022-12-01T09:55:13.7881198Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-12-01T09:55:13.7881544Z -- Build type : Release 2022-12-01T09:55:13.7881905Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2022-12-01T09:55:13.7882336Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.10/site-packages;/opt/conda;/usr/local/cuda 2022-12-01T09:55:13.7882708Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-12-01T09:55:13.7883143Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-12-01T09:55:13.7883434Z -- 2022-12-01T09:55:13.7883647Z -- ONNX version : 1.12.0 2022-12-01T09:55:13.7883892Z -- ONNX NAMESPACE : onnx_torch 2022-12-01T09:55:13.7884141Z -- ONNX_USE_LITE_PROTO : OFF 2022-12-01T09:55:13.7884389Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2022-12-01T09:55:13.7884627Z -- Protobuf_USE_STATIC_LIBS : ON 2022-12-01T09:55:13.7884878Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2022-12-01T09:55:13.7885119Z -- ONNX_WERROR : OFF 2022-12-01T09:55:13.7885341Z -- ONNX_BUILD_TESTS : OFF 2022-12-01T09:55:13.7885580Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-12-01T09:55:13.7885825Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-12-01T09:55:13.7886053Z -- ONNXIFI_ENABLE_EXT : OFF 2022-12-01T09:55:13.7886250Z -- 2022-12-01T09:55:13.7886459Z -- Protobuf compiler : 2022-12-01T09:55:13.7886689Z -- Protobuf includes : 2022-12-01T09:55:13.7886926Z -- Protobuf libraries : 2022-12-01T09:55:13.7887166Z -- BUILD_ONNX_PYTHON : OFF 2022-12-01T09:55:13.7935266Z -- 2022-12-01T09:55:13.7935685Z -- ******** Summary ******** 2022-12-01T09:55:13.7936318Z -- CMake version : 3.22.1 2022-12-01T09:55:13.7936798Z -- CMake command : /opt/conda/bin/cmake 2022-12-01T09:55:13.7937208Z -- System : Linux 2022-12-01T09:55:13.7937630Z -- C++ compiler : /opt/cache/bin/c++ 2022-12-01T09:55:13.7938063Z -- C++ compiler version : 7.5.0 2022-12-01T09:55:13.7938792Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-12-01T09:55:13.7939405Z -- Build type : Release 2022-12-01T09:55:13.7939939Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2022-12-01T09:55:13.7940725Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.10/site-packages;/opt/conda;/usr/local/cuda 2022-12-01T09:55:13.7941131Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-12-01T09:55:13.7941574Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-12-01T09:55:13.7941868Z -- 2022-12-01T09:55:13.7942065Z -- ONNX version : 1.4.1 2022-12-01T09:55:13.7942309Z -- ONNX NAMESPACE : onnx_torch 2022-12-01T09:55:13.7942551Z -- ONNX_BUILD_TESTS : OFF 2022-12-01T09:55:13.7942777Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-12-01T09:55:13.7943012Z -- ONNX_USE_LITE_PROTO : OFF 2022-12-01T09:55:13.7943264Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-12-01T09:55:13.7943444Z -- 2022-12-01T09:55:13.7943651Z -- Protobuf compiler : 2022-12-01T09:55:13.7943886Z -- Protobuf includes : 2022-12-01T09:55:13.7944110Z -- Protobuf libraries : 2022-12-01T09:55:13.7944354Z -- BUILD_ONNX_PYTHON : OFF 2022-12-01T09:55:13.7944673Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2022-12-01T09:55:13.7944985Z -- Adding -DNDEBUG to compile flags 2022-12-01T09:55:13.7959429Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2022-12-01T09:55:13.8219160Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2022-12-01T09:55:13.8219953Z -- Compiling with MAGMA support 2022-12-01T09:55:13.8220293Z -- MAGMA INCLUDE DIRECTORIES: /opt/conda/include 2022-12-01T09:55:13.8220593Z -- MAGMA LIBRARIES: /opt/conda/lib/libmagma.a 2022-12-01T09:55:13.8220836Z -- MAGMA V2 check: 0 2022-12-01T09:55:13.8446160Z -- Could not find hardware support for NEON on this machine. 2022-12-01T09:55:13.8446635Z -- No OMAP3 processor on this machine. 2022-12-01T09:55:13.8446902Z -- No OMAP4 processor on this machine. 2022-12-01T09:55:13.8468355Z -- Found a library with LAPACK API (mkl). 2022-12-01T09:55:13.8468687Z disabling ROCM because NOT USE_ROCM is set 2022-12-01T09:55:13.8469005Z -- MIOpen not found. Compiling without MIOpen support 2022-12-01T09:55:13.8481293Z -- Will build oneDNN Graph 2022-12-01T09:55:13.8501932Z -- MKLDNN_CPU_RUNTIME = OMP 2022-12-01T09:55:13.8525316Z -- cmake version: 3.22.1 2022-12-01T09:55:13.8525961Z CMake Deprecation Warning at third_party/ideep/mkl-dnn/CMakeLists.txt:36 (cmake_policy): 2022-12-01T09:55:13.8526321Z The OLD behavior for policy CMP0025 will be removed from a future version 2022-12-01T09:55:13.8526647Z of CMake. 2022-12-01T09:55:13.8526841Z 2022-12-01T09:55:13.8527234Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-12-01T09:55:13.8527606Z policies are deprecated and that a policy should be set to OLD only under 2022-12-01T09:55:13.8527964Z specific short-term circumstances. Projects should be ported to the NEW 2022-12-01T09:55:13.8528256Z behavior and not rely on setting a policy to OLD. 2022-12-01T09:55:13.8528401Z 2022-12-01T09:55:13.8528487Z  2022-12-01T09:55:13.8565192Z -- DNNL_TARGET_ARCH: X64 2022-12-01T09:55:13.8579691Z -- DNNL_LIBRARY_NAME: dnnl 2022-12-01T09:55:13.8627124Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T09:55:13.8627819Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-12-01T09:55:13.8628573Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T09:55:13.8629061Z problems in calling code that expects `find_package` result variables 2022-12-01T09:55:13.8629417Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T09:55:13.8629826Z Call Stack (most recent call first): 2022-12-01T09:55:13.8630220Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T09:55:13.8630621Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-12-01T09:55:13.8630992Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-12-01T09:55:13.8631418Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:13.8631664Z  2022-12-01T09:55:13.8631905Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-12-01T09:55:13.8632997Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T09:55:13.8633694Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-12-01T09:55:13.8634103Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T09:55:13.8634388Z problems in calling code that expects `find_package` result variables 2022-12-01T09:55:13.8634760Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T09:55:13.8635162Z Call Stack (most recent call first): 2022-12-01T09:55:13.8635425Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T09:55:13.8635827Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-12-01T09:55:13.8636210Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-12-01T09:55:13.8636572Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:13.8636804Z  2022-12-01T09:55:13.8637059Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-12-01T09:55:13.8696861Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2022-12-01T09:55:13.8884299Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.10.4", minimum required is "2.7") 2022-12-01T09:55:13.8898882Z -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) 2022-12-01T09:55:13.8980890Z -- Enabled workload: TRAINING 2022-12-01T09:55:13.8981204Z -- Enabled primitives: ALL 2022-12-01T09:55:13.8981446Z -- Enabled primitive CPU ISA: ALL 2022-12-01T09:55:13.8981697Z -- Enabled primitive GPU ISA: ALL 2022-12-01T09:55:13.9034626Z -- Primitive cache is enabled 2022-12-01T09:55:13.9508131Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h 2022-12-01T09:55:14.0655876Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h - found 2022-12-01T09:55:14.0658049Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h 2022-12-01T09:55:14.1634395Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h - found 2022-12-01T09:55:14.1637391Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp 2022-12-01T09:55:14.3294672Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp - found 2022-12-01T09:55:14.6681626Z -- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") found components: doxygen missing components: dot 2022-12-01T09:55:14.7337341Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T09:55:14.7337777Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-12-01T09:55:14.7338182Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T09:55:14.7338779Z problems in calling code that expects `find_package` result variables 2022-12-01T09:55:14.7339264Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T09:55:14.7339481Z Call Stack (most recent call first): 2022-12-01T09:55:14.7339776Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T09:55:14.7340317Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-12-01T09:55:14.7340641Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-12-01T09:55:14.7340991Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:14.7341362Z  2022-12-01T09:55:14.7342012Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T09:55:14.7342638Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-12-01T09:55:14.7342952Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T09:55:14.7343252Z problems in calling code that expects `find_package` result variables 2022-12-01T09:55:14.7343508Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T09:55:14.7343735Z Call Stack (most recent call first): 2022-12-01T09:55:14.7344004Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T09:55:14.7344361Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-12-01T09:55:14.7344673Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-12-01T09:55:14.7345012Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:14.7345255Z  2022-12-01T09:55:14.7388468Z -- DNNL_GRAPH_BUILD_FOR_CI is set to be OFF 2022-12-01T09:55:14.7409425Z -- Compiling oneDNN Graph with CPU runtime OMP support 2022-12-01T09:55:14.7560868Z -- Graph compiler backend is disabled. 2022-12-01T09:55:14.7572315Z -- Set version definitions to /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/src/utils/verbose.cpp 2022-12-01T09:55:14.7606138Z -- Compiled partition cache is enabled 2022-12-01T09:55:14.7666572Z -- Found MKL-DNN: TRUE 2022-12-01T09:55:14.7670488Z -- Looking for clock_gettime in rt 2022-12-01T09:55:14.8441661Z -- Looking for clock_gettime in rt - found 2022-12-01T09:55:14.8442474Z -- Looking for mmap 2022-12-01T09:55:14.9219790Z -- Looking for mmap - found 2022-12-01T09:55:14.9220082Z -- Looking for shm_open 2022-12-01T09:55:14.9974517Z -- Looking for shm_open - found 2022-12-01T09:55:14.9974842Z -- Looking for shm_unlink 2022-12-01T09:55:15.0799309Z -- Looking for shm_unlink - found 2022-12-01T09:55:15.0799615Z -- Looking for malloc_usable_size 2022-12-01T09:55:15.1537707Z -- Looking for malloc_usable_size - found 2022-12-01T09:55:15.1538477Z -- Performing Test C_HAS_THREAD 2022-12-01T09:55:15.2312790Z -- Performing Test C_HAS_THREAD - Success 2022-12-01T09:55:15.2383915Z -- Version: 7.0.3 2022-12-01T09:55:15.2384163Z -- Build type: Release 2022-12-01T09:55:15.2413920Z -- CXX_STANDARD: 14 2022-12-01T09:55:15.2420113Z -- Performing Test has_std_14_flag 2022-12-01T09:55:15.3262576Z -- Performing Test has_std_14_flag - Success 2022-12-01T09:55:15.3269515Z -- Performing Test has_std_1y_flag 2022-12-01T09:55:15.4095705Z -- Performing Test has_std_1y_flag - Success 2022-12-01T09:55:15.4097042Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS 2022-12-01T09:55:15.4928179Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success 2022-12-01T09:55:15.4929046Z -- Performing Test FMT_HAS_VARIANT 2022-12-01T09:55:15.5888299Z -- Performing Test FMT_HAS_VARIANT - Success 2022-12-01T09:55:15.5895293Z -- Required features: cxx_variadic_templates 2022-12-01T09:55:15.5901230Z -- Looking for strtod_l 2022-12-01T09:55:15.6735713Z -- Looking for strtod_l - not found 2022-12-01T09:55:15.6742473Z -- Using Kineto with CUPTI support 2022-12-01T09:55:15.6742920Z -- Configuring Kineto dependency: 2022-12-01T09:55:15.6743534Z -- KINETO_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto 2022-12-01T09:55:15.6744019Z -- KINETO_BUILD_TESTS = OFF 2022-12-01T09:55:15.6744420Z -- KINETO_LIBRARY_TYPE = static 2022-12-01T09:55:15.6744840Z -- CUDA_SOURCE_DIR = /usr/local/cuda 2022-12-01T09:55:15.6745500Z -- CUDA_INCLUDE_DIRS = /usr/local/cuda/include 2022-12-01T09:55:15.6746035Z -- CUPTI_INCLUDE_DIR = /usr/local/cuda/include 2022-12-01T09:55:15.6746568Z -- CUDA_cupti_LIBRARY = /usr/local/cuda/lib64/libcupti.so 2022-12-01T09:55:15.6747010Z -- Found CUPTI 2022-12-01T09:55:15.6977774Z -- Found PythonInterp: /opt/conda/bin/python (found version "3.10.4") 2022-12-01T09:55:15.6978763Z INFO ROCM_SOURCE_DIR =  2022-12-01T09:55:15.7496343Z -- Kineto: FMT_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/fmt 2022-12-01T09:55:15.7496825Z -- Kineto: FMT_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/fmt/include 2022-12-01T09:55:15.7497445Z INFO CUPTI_INCLUDE_DIR = /usr/local/cuda/include 2022-12-01T09:55:15.7497739Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2022-12-01T09:55:15.7523014Z -- Configured Kineto 2022-12-01T09:55:15.7547289Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-12-01T09:55:15.7547761Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-12-01T09:55:15.7548235Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-12-01T09:55:15.7548542Z cmake_policy command to set the policy and suppress this warning. 2022-12-01T09:55:15.7548794Z Call Stack (most recent call first): 2022-12-01T09:55:15.7549012Z CMakeLists.txt:725 (cmake_dependent_option) 2022-12-01T09:55:15.7549351Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:15.7549595Z  2022-12-01T09:55:15.7555768Z -- GCC 7.5.0: Adding gcc and gcc_s libs to link line 2022-12-01T09:55:15.7563375Z -- Performing Test HAS_WERROR_RETURN_TYPE 2022-12-01T09:55:15.8857431Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2022-12-01T09:55:15.8864833Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2022-12-01T09:55:16.0489213Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2022-12-01T09:55:16.0497575Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2022-12-01T09:55:16.1572767Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2022-12-01T09:55:16.1581061Z -- Performing Test HAS_WNO_TYPE_LIMITS 2022-12-01T09:55:16.2619818Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2022-12-01T09:55:16.2627554Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2022-12-01T09:55:16.3534201Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2022-12-01T09:55:16.3541920Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2022-12-01T09:55:16.4476714Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2022-12-01T09:55:16.4484667Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS 2022-12-01T09:55:16.5745012Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS - Success 2022-12-01T09:55:16.5752386Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2022-12-01T09:55:16.6822716Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2022-12-01T09:55:16.6829840Z -- Performing Test HAS_WNO_UNUSED_FUNCTION 2022-12-01T09:55:16.8650539Z -- Performing Test HAS_WNO_UNUSED_FUNCTION - Success 2022-12-01T09:55:16.8657610Z -- Performing Test HAS_WNO_UNUSED_RESULT 2022-12-01T09:55:16.9763819Z -- Performing Test HAS_WNO_UNUSED_RESULT - Success 2022-12-01T09:55:16.9770910Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2022-12-01T09:55:17.1304071Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2022-12-01T09:55:17.1311099Z -- Performing Test HAS_WNO_STRICT_ALIASING 2022-12-01T09:55:17.2376966Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2022-12-01T09:55:17.2383791Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS 2022-12-01T09:55:17.4547380Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS - Success 2022-12-01T09:55:17.4554795Z -- Performing Test HAS_WVLA_EXTENSION 2022-12-01T09:55:17.4811846Z -- Performing Test HAS_WVLA_EXTENSION - Failed 2022-12-01T09:55:17.4819001Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2022-12-01T09:55:17.6213823Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2022-12-01T09:55:17.6220892Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS 2022-12-01T09:55:17.7689028Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS - Success 2022-12-01T09:55:17.7696047Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2022-12-01T09:55:17.8758695Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2022-12-01T09:55:17.8765123Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2022-12-01T09:55:17.9043823Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Failed 2022-12-01T09:55:17.9050305Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS 2022-12-01T09:55:18.0322387Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS - Success 2022-12-01T09:55:18.0329597Z -- Performing Test COMPILER_SUPPORT_WERROR 2022-12-01T09:55:18.2793528Z -- Performing Test COMPILER_SUPPORT_WERROR - Success 2022-12-01T09:55:18.2802328Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2022-12-01T09:55:18.4071232Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Success 2022-12-01T09:55:18.4079619Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2022-12-01T09:55:18.5032011Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Success 2022-12-01T09:55:18.5039585Z -- Performing Test HAS_FNO_MATH_ERRNO 2022-12-01T09:55:18.6435202Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2022-12-01T09:55:18.6442425Z -- Performing Test HAS_FNO_TRAPPING_MATH 2022-12-01T09:55:18.7898217Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2022-12-01T09:55:18.7905326Z -- Performing Test HAS_WERROR_FORMAT 2022-12-01T09:55:18.9195881Z -- Performing Test HAS_WERROR_FORMAT - Success 2022-12-01T09:55:18.9203223Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE 2022-12-01T09:55:18.9456384Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE - Failed 2022-12-01T09:55:18.9462545Z -- Performing Test HAS_WERROR_SIGN_COMPARE 2022-12-01T09:55:19.0608263Z -- Performing Test HAS_WERROR_SIGN_COMPARE - Success 2022-12-01T09:55:19.0615453Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2022-12-01T09:55:19.1992791Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Success 2022-12-01T09:55:19.2094060Z -- Looking for backtrace 2022-12-01T09:55:19.2909986Z -- Looking for backtrace - found 2022-12-01T09:55:19.2911518Z -- backtrace facility detected in default set of libraries 2022-12-01T09:55:19.2914081Z -- Found Backtrace: /usr/include 2022-12-01T09:55:19.2915535Z -- NUMA paths: 2022-12-01T09:55:19.2915896Z -- /usr/include 2022-12-01T09:55:19.2916326Z -- /usr/lib/x86_64-linux-gnu/libnuma.so 2022-12-01T09:55:21.9719471Z -- headers outputs: 2022-12-01T09:55:27.6395859Z -- sources outputs: 2022-12-01T09:55:28.7448955Z -- declarations_yaml outputs: 2022-12-01T09:55:28.7530931Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2022-12-01T09:55:28.8635500Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success 2022-12-01T09:55:28.8975050Z -- Using ATen parallel backend: OMP 2022-12-01T09:55:29.0623993Z CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:91 (cmake_policy): 2022-12-01T09:55:29.0624608Z The OLD behavior for policy CMP0066 will be removed from a future version 2022-12-01T09:55:29.0625029Z of CMake. 2022-12-01T09:55:29.0625232Z 2022-12-01T09:55:29.0625595Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-12-01T09:55:29.0625907Z policies are deprecated and that a policy should be set to OLD only under 2022-12-01T09:55:29.0626274Z specific short-term circumstances. Projects should be ported to the NEW 2022-12-01T09:55:29.0626559Z behavior and not rely on setting a policy to OLD. 2022-12-01T09:55:29.0626704Z 2022-12-01T09:55:29.0626784Z  2022-12-01T09:55:29.1309552Z -- Found OpenSSL: /opt/conda/lib/libcrypto.so (found version "1.1.1s") 2022-12-01T09:55:29.1331674Z -- Check size of long double 2022-12-01T09:55:29.2203512Z -- Check size of long double - done 2022-12-01T09:55:29.2205110Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE 2022-12-01T09:55:29.2979962Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success 2022-12-01T09:55:29.2981015Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2022-12-01T09:55:29.3736859Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success 2022-12-01T09:55:29.3738020Z -- Performing Test COMPILER_SUPPORTS_SSE2 2022-12-01T09:55:29.4913927Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2022-12-01T09:55:29.4915760Z -- Performing Test COMPILER_SUPPORTS_SSE4 2022-12-01T09:55:29.5978874Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2022-12-01T09:55:29.5980044Z -- Performing Test COMPILER_SUPPORTS_AVX 2022-12-01T09:55:29.7130636Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2022-12-01T09:55:29.7131560Z -- Performing Test COMPILER_SUPPORTS_FMA4 2022-12-01T09:55:29.8682106Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2022-12-01T09:55:29.8683640Z -- Performing Test COMPILER_SUPPORTS_AVX2 2022-12-01T09:55:29.9756932Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2022-12-01T09:55:29.9758425Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2022-12-01T09:55:30.0822912Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2022-12-01T09:55:30.0856600Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2022-12-01T09:55:30.1698002Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2022-12-01T09:55:30.1698829Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2022-12-01T09:55:30.2762835Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success 2022-12-01T09:55:30.2764493Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2022-12-01T09:55:30.3543033Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2022-12-01T09:55:30.3543695Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2022-12-01T09:55:30.4594197Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success 2022-12-01T09:55:30.4767776Z -- Configuring build for SLEEF-v3.6.0 2022-12-01T09:55:30.4768300Z  Target system: Linux-4.14.252-195.483.amzn2.x86_64 2022-12-01T09:55:30.4768684Z  Target processor: x86_64 2022-12-01T09:55:30.4768967Z  Host system: Linux-4.14.252-195.483.amzn2.x86_64 2022-12-01T09:55:30.4769232Z  Host processor: x86_64 2022-12-01T09:55:30.4769511Z  Detected C compiler: GNU @ /opt/cache/bin/cc 2022-12-01T09:55:30.4769746Z  CMake: 3.22.1 2022-12-01T09:55:30.4769987Z  Make program: /usr/bin/make 2022-12-01T09:55:30.4770483Z -- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2022-12-01T09:55:30.4770871Z -- Building shared libs : OFF 2022-12-01T09:55:30.4771100Z -- Building static test bins: OFF 2022-12-01T09:55:30.4771336Z -- MPFR : LIB_MPFR-NOTFOUND 2022-12-01T09:55:30.4771564Z -- GMP : LIBGMP-NOTFOUND 2022-12-01T09:55:30.4771803Z -- RT : /usr/lib/x86_64-linux-gnu/librt.so 2022-12-01T09:55:30.4772043Z -- FFTW3 : LIBFFTW3-NOTFOUND 2022-12-01T09:55:30.4772262Z -- OPENSSL : 1.1.1s 2022-12-01T09:55:30.4772469Z -- SDE : SDE_COMMAND-NOTFOUND 2022-12-01T09:55:30.4772691Z -- RUNNING_ON_TRAVIS : 2022-12-01T09:55:30.4772923Z -- COMPILER_SUPPORTS_OPENMP : 1 2022-12-01T09:55:30.4773118Z  2022-12-01T09:55:30.4773389Z *** Note: Parallel build is only supported with Ninja *** 2022-12-01T09:55:30.4773628Z  2022-12-01T09:55:30.4939295Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2022-12-01T09:55:30.4939857Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h 2022-12-01T09:55:30.4940324Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/aten_interned_strings.h 2022-12-01T09:55:30.4940811Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/enum_tag.h 2022-12-01T09:55:31.5440732Z -- Performing Test HAS_WNO_UNUSED_VARIABLE 2022-12-01T09:55:31.6830611Z -- Performing Test HAS_WNO_UNUSED_VARIABLE - Success 2022-12-01T09:55:31.6838611Z -- Performing Test HAS_WNO_MISSING_BRACES 2022-12-01T09:55:31.8274127Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2022-12-01T09:55:31.8283730Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2022-12-01T09:55:31.9359097Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Success 2022-12-01T09:55:31.9430640Z -- /opt/cache/bin/c++ /var/lib/jenkins/workspace/torch/abi-check.cpp -o /var/lib/jenkins/workspace/build/abi-check 2022-12-01T09:55:32.1564441Z -- Determined _GLIBCXX_USE_CXX11_ABI=1 2022-12-01T09:55:32.1614975Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-12-01T09:55:32.1615470Z Syntax Warning in cmake code at column 107 2022-12-01T09:55:32.1615679Z 2022-12-01T09:55:32.1615823Z Argument not separated from preceding token by whitespace. 2022-12-01T09:55:32.1616186Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:32.1616435Z  2022-12-01T09:55:32.1616676Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-12-01T09:55:32.1617088Z Syntax Warning in cmake code at column 115 2022-12-01T09:55:32.1617224Z 2022-12-01T09:55:32.1617354Z Argument not separated from preceding token by whitespace. 2022-12-01T09:55:32.1617693Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:32.1617935Z  2022-12-01T09:55:32.2343972Z CMake Warning at cmake/public/utils.cmake:385 (message): 2022-12-01T09:55:32.2344541Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-12-01T09:55:32.2345047Z to cmake instead of implicitly setting it as an env variable. This will 2022-12-01T09:55:32.2345530Z become a FATAL_ERROR in future version of pytorch. 2022-12-01T09:55:32.2345918Z Call Stack (most recent call first): 2022-12-01T09:55:32.2346321Z torch/CMakeLists.txt:338 (torch_cuda_get_nvcc_gencode_flag) 2022-12-01T09:55:32.2346591Z 2022-12-01T09:55:32.2346756Z  2022-12-01T09:55:32.2375549Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T09:55:32.2376274Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-12-01T09:55:32.2376797Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T09:55:32.2377338Z problems in calling code that expects `find_package` result variables 2022-12-01T09:55:32.2377826Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T09:55:32.2378169Z Call Stack (most recent call first): 2022-12-01T09:55:32.2378624Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T09:55:32.2379106Z caffe2/CMakeLists.txt:1254 (find_package) 2022-12-01T09:55:32.2379733Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:32.2380154Z  2022-12-01T09:55:32.2380856Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T09:55:32.2381537Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-12-01T09:55:32.2382068Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T09:55:32.2382593Z problems in calling code that expects `find_package` result variables 2022-12-01T09:55:32.2383078Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T09:55:32.2383461Z Call Stack (most recent call first): 2022-12-01T09:55:32.2383947Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T09:55:32.2384424Z caffe2/CMakeLists.txt:1254 (find_package) 2022-12-01T09:55:32.2385003Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T09:55:32.2385415Z  2022-12-01T09:55:32.2387229Z -- pytorch is compiling with OpenMP. 2022-12-01T09:55:32.2387683Z OpenMP CXX_FLAGS: -fopenmp. 2022-12-01T09:55:32.2388295Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-12-01T09:55:32.2390732Z -- Caffe2 is compiling with OpenMP. 2022-12-01T09:55:32.2391192Z OpenMP CXX_FLAGS: -fopenmp. 2022-12-01T09:55:32.2391851Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-12-01T09:55:32.2869371Z -- Using lib/python3.10/site-packages as python relative installation path 2022-12-01T09:55:32.3274616Z CMake Warning at CMakeLists.txt:1090 (message): 2022-12-01T09:55:32.3275259Z Generated cmake files are only fully tested if one builds with system glog, 2022-12-01T09:55:32.3275632Z gflags, and protobuf. Other settings may generate files that are not well 2022-12-01T09:55:32.3275855Z tested. 2022-12-01T09:55:32.3275957Z 2022-12-01T09:55:32.3276053Z  2022-12-01T09:55:32.3300416Z -- 2022-12-01T09:55:32.3300889Z -- ******** Summary ******** 2022-12-01T09:55:32.3301242Z -- General: 2022-12-01T09:55:32.3301593Z -- CMake version : 3.22.1 2022-12-01T09:55:32.3302028Z -- CMake command : /opt/conda/bin/cmake 2022-12-01T09:55:32.3302479Z -- System : Linux 2022-12-01T09:55:32.3303118Z -- C++ compiler : /opt/cache/bin/c++ 2022-12-01T09:55:32.3303361Z -- C++ compiler id : GNU 2022-12-01T09:55:32.3303601Z -- C++ compiler version : 7.5.0 2022-12-01T09:55:32.3303838Z -- Using ccache if found : ON 2022-12-01T09:55:32.3304132Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2022-12-01T09:55:32.3306920Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wunused-local-typedefs -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow 2022-12-01T09:55:32.3309240Z -- Build type : Release 2022-12-01T09:55:32.3310281Z -- 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-12-01T09:55:32.3311337Z -- CMAKE_PREFIX_PATH : /opt/conda/lib/python3.10/site-packages;/opt/conda;/usr/local/cuda 2022-12-01T09:55:32.3311968Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-12-01T09:55:32.3312453Z -- USE_GOLD_LINKER : OFF 2022-12-01T09:55:32.3312801Z -- 2022-12-01T09:55:32.3313169Z -- TORCH_VERSION : 1.13.0 2022-12-01T09:55:32.3313592Z -- CAFFE2_VERSION : 1.13.0 2022-12-01T09:55:32.3313973Z -- BUILD_CAFFE2 : OFF 2022-12-01T09:55:32.3314330Z -- BUILD_CAFFE2_OPS : OFF 2022-12-01T09:55:32.3314727Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2022-12-01T09:55:32.3315356Z -- BUILD_TENSOREXPR_BENCHMARK: OFF 2022-12-01T09:55:32.3315823Z -- BUILD_NVFUSER_BENCHMARK: OFF 2022-12-01T09:55:32.3316074Z -- BUILD_BINARY : OFF 2022-12-01T09:55:32.3316374Z -- BUILD_CUSTOM_PROTOBUF : ON 2022-12-01T09:55:32.3316616Z -- Link local protobuf : ON 2022-12-01T09:55:32.3316833Z -- BUILD_DOCS : OFF 2022-12-01T09:55:32.3317060Z -- BUILD_PYTHON : True 2022-12-01T09:55:32.3317302Z -- Python version : 3.10.4 2022-12-01T09:55:32.3317563Z -- Python executable : /opt/conda/bin/python 2022-12-01T09:55:32.3317826Z -- Pythonlibs version : 3.10.4 2022-12-01T09:55:32.3318188Z -- Python library : /opt/conda/lib/libpython3.10.a 2022-12-01T09:55:32.3318490Z -- Python includes : /opt/conda/include/python3.10 2022-12-01T09:55:32.3318814Z -- Python site-packages: lib/python3.10/site-packages 2022-12-01T09:55:32.3319080Z -- BUILD_SHARED_LIBS : ON 2022-12-01T09:55:32.3319329Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2022-12-01T09:55:32.3319576Z -- BUILD_TEST : True 2022-12-01T09:55:32.3319800Z -- BUILD_JNI : OFF 2022-12-01T09:55:32.3320126Z -- BUILD_MOBILE_AUTOGRAD : OFF 2022-12-01T09:55:32.3320374Z -- BUILD_LITE_INTERPRETER: OFF 2022-12-01T09:55:32.3320609Z -- INTERN_BUILD_MOBILE : 2022-12-01T09:55:32.3320827Z -- TRACING_BASED : OFF 2022-12-01T09:55:32.3321052Z -- USE_BLAS : 1 2022-12-01T09:55:32.3321274Z -- BLAS : mkl 2022-12-01T09:55:32.3321493Z -- BLAS_HAS_SBGEMM : 2022-12-01T09:55:32.3321706Z -- USE_LAPACK : 1 2022-12-01T09:55:32.3321929Z -- LAPACK : mkl 2022-12-01T09:55:32.3322149Z -- USE_ASAN : OFF 2022-12-01T09:55:32.3322361Z -- USE_CPP_CODE_COVERAGE : OFF 2022-12-01T09:55:32.3322636Z -- USE_CUDA : ON 2022-12-01T09:55:32.3322857Z -- Split CUDA : ON 2022-12-01T09:55:32.3323069Z -- CUDA static link : OFF 2022-12-01T09:55:32.3323292Z -- USE_CUDNN : ON 2022-12-01T09:55:32.3323536Z -- USE_EXPERIMENTAL_CUDNN_V8_API: ON 2022-12-01T09:55:32.3323771Z -- CUDA version : 11.6 2022-12-01T09:55:32.3324004Z -- USE_FLASH_ATTENTION : ON 2022-12-01T09:55:32.3324242Z -- cuDNN version : 8.3.2 2022-12-01T09:55:32.3324483Z -- CUDA root directory : /usr/local/cuda 2022-12-01T09:55:32.3324787Z -- CUDA library : /usr/local/cuda/lib64/stubs/libcuda.so 2022-12-01T09:55:32.3327747Z -- cudart library : /usr/local/cuda/lib64/libcudart.so 2022-12-01T09:55:32.3328342Z -- cublas library : /usr/local/cuda/lib64/libcublas.so 2022-12-01T09:55:32.3328940Z -- cufft library : /usr/local/cuda/lib64/libcufft.so 2022-12-01T09:55:32.3329493Z -- curand library : /usr/local/cuda/lib64/libcurand.so 2022-12-01T09:55:32.3330085Z -- cuDNN library : /usr/local/cuda/lib64/libcudnn.so 2022-12-01T09:55:32.3330652Z -- nvrtc : /usr/local/cuda/lib64/libnvrtc.so 2022-12-01T09:55:32.3331052Z -- CUDA include path : /usr/local/cuda/include 2022-12-01T09:55:32.3331349Z -- NVCC executable : /usr/local/cuda/bin/nvcc 2022-12-01T09:55:32.3331627Z -- CUDA compiler : /usr/local/cuda/bin/nvcc 2022-12-01T09:55:32.3333466Z -- 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-12-01T09:55:32.3334720Z -- CUDA host compiler : 2022-12-01T09:55:32.3334962Z -- CUDA --device-c : OFF 2022-12-01T09:55:32.3335195Z -- USE_TENSORRT : OFF 2022-12-01T09:55:32.3335407Z -- USE_ROCM : OFF 2022-12-01T09:55:32.3335626Z -- USE_EIGEN_FOR_BLAS : 2022-12-01T09:55:32.3335854Z -- USE_FBGEMM : ON 2022-12-01T09:55:32.3336076Z -- USE_FAKELOWP : OFF 2022-12-01T09:55:32.3336304Z -- USE_KINETO : ON 2022-12-01T09:55:32.3336529Z -- USE_FFMPEG : OFF 2022-12-01T09:55:32.3336738Z -- USE_GFLAGS : OFF 2022-12-01T09:55:32.3336959Z -- USE_GLOG : OFF 2022-12-01T09:55:32.3337178Z -- USE_LEVELDB : OFF 2022-12-01T09:55:32.3337402Z -- USE_LITE_PROTO : OFF 2022-12-01T09:55:32.3337610Z -- USE_LMDB : OFF 2022-12-01T09:55:32.3337826Z -- USE_METAL : OFF 2022-12-01T09:55:32.3338049Z -- USE_PYTORCH_METAL : OFF 2022-12-01T09:55:32.3338361Z -- USE_PYTORCH_METAL_EXPORT : OFF 2022-12-01T09:55:32.3338601Z -- USE_MPS : OFF 2022-12-01T09:55:32.3338818Z -- USE_FFTW : OFF 2022-12-01T09:55:32.3339019Z -- USE_MKL : ON 2022-12-01T09:55:32.3339235Z -- USE_MKLDNN : ON 2022-12-01T09:55:32.3339458Z -- USE_MKLDNN_ACL : OFF 2022-12-01T09:55:32.3339672Z -- USE_MKLDNN_CBLAS : OFF 2022-12-01T09:55:32.3339892Z -- USE_UCC : 1 2022-12-01T09:55:32.3340114Z -- USE_SYSTEM_UCC : 1 2022-12-01T09:55:32.3340319Z -- USE_ITT : ON 2022-12-01T09:55:32.3340572Z -- USE_NCCL : ON 2022-12-01T09:55:32.3340794Z -- USE_SYSTEM_NCCL : OFF 2022-12-01T09:55:32.3341008Z -- USE_NCCL_WITH_UCC : OFF 2022-12-01T09:55:32.3341229Z -- USE_NNPACK : ON 2022-12-01T09:55:32.3341450Z -- USE_NUMPY : ON 2022-12-01T09:55:32.3341657Z -- USE_OBSERVERS : ON 2022-12-01T09:55:32.3341881Z -- USE_OPENCL : OFF 2022-12-01T09:55:32.3342104Z -- USE_OPENCV : OFF 2022-12-01T09:55:32.3342334Z -- USE_OPENMP : ON 2022-12-01T09:55:32.3342540Z -- USE_TBB : OFF 2022-12-01T09:55:32.3342754Z -- USE_VULKAN : OFF 2022-12-01T09:55:32.3342972Z -- USE_PROF : OFF 2022-12-01T09:55:32.3343178Z -- USE_QNNPACK : ON 2022-12-01T09:55:32.3343403Z -- USE_PYTORCH_QNNPACK : ON 2022-12-01T09:55:32.3343627Z -- USE_XNNPACK : ON 2022-12-01T09:55:32.3343834Z -- USE_REDIS : OFF 2022-12-01T09:55:32.3344050Z -- USE_ROCKSDB : OFF 2022-12-01T09:55:32.3344270Z -- USE_ZMQ : OFF 2022-12-01T09:55:32.3344476Z -- USE_DISTRIBUTED : ON 2022-12-01T09:55:32.3344699Z -- USE_MPI : ON 2022-12-01T09:55:32.3344918Z -- USE_GLOO : ON 2022-12-01T09:55:32.3345135Z -- USE_GLOO_WITH_OPENSSL : OFF 2022-12-01T09:55:32.3345369Z -- USE_TENSORPIPE : ON 2022-12-01T09:55:32.3345756Z -- Public Dependencies : caffe2::Threads;caffe2::mkl 2022-12-01T09:55:32.3346582Z -- Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;/usr/lib/x86_64-linux-gnu/libnuma.so;ittnotify;fp16;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so;tensorpipe;gloo;foxi_loader;rt;fmt::fmt-header-only;kineto;gcc_s;gcc;dl 2022-12-01T09:55:32.3347106Z -- USE_COREML_DELEGATE : OFF 2022-12-01T09:55:32.3347344Z -- BUILD_LAZY_TS_BACKEND : ON 2022-12-01T09:55:32.3447997Z -- Configuring done 2022-12-01T09:55:33.9382955Z CMake Warning at caffe2/CMakeLists.txt:807 (add_library): 2022-12-01T09:55:33.9383539Z Cannot generate a safe runtime search path for target torch_cpu because 2022-12-01T09:55:33.9384029Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:33.9384266Z directories: 2022-12-01T09:55:33.9384376Z 2022-12-01T09:55:33.9384628Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:33.9384885Z /opt/conda/lib 2022-12-01T09:55:33.9384995Z 2022-12-01T09:55:33.9385096Z Some of these libraries may not be found correctly. 2022-12-01T09:55:33.9385243Z 2022-12-01T09:55:33.9385323Z  2022-12-01T09:55:34.0362938Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.0363524Z Cannot generate a safe runtime search path for target Dict_test because 2022-12-01T09:55:34.0364027Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.0364256Z directories: 2022-12-01T09:55:34.0364374Z 2022-12-01T09:55:34.0364616Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.0364867Z /opt/conda/lib 2022-12-01T09:55:34.0364964Z 2022-12-01T09:55:34.0365078Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.0365224Z 2022-12-01T09:55:34.0365301Z  2022-12-01T09:55:34.0406703Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.0407284Z Cannot generate a safe runtime search path for target Dimname_test because 2022-12-01T09:55:34.0407761Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.0407992Z directories: 2022-12-01T09:55:34.0408099Z 2022-12-01T09:55:34.0408339Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.0408576Z /opt/conda/lib 2022-12-01T09:55:34.0408684Z 2022-12-01T09:55:34.0408800Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.0409020Z 2022-12-01T09:55:34.0409098Z  2022-12-01T09:55:34.0451521Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.0452094Z Cannot generate a safe runtime search path for target MaybeOwned_test 2022-12-01T09:55:34.0452728Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.0453172Z directories: 2022-12-01T09:55:34.0453385Z 2022-12-01T09:55:34.0453706Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.0453945Z /opt/conda/lib 2022-12-01T09:55:34.0454054Z 2022-12-01T09:55:34.0454171Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.0454316Z 2022-12-01T09:55:34.0454396Z  2022-12-01T09:55:34.0495899Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.0496320Z Cannot generate a safe runtime search path for target NamedTensor_test 2022-12-01T09:55:34.0496649Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.0496947Z directories: 2022-12-01T09:55:34.0497130Z 2022-12-01T09:55:34.0497583Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.0497952Z /opt/conda/lib 2022-12-01T09:55:34.0498059Z 2022-12-01T09:55:34.0498174Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.0498321Z 2022-12-01T09:55:34.0498390Z  2022-12-01T09:55:34.0540759Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.0541285Z Cannot generate a safe runtime search path for target apply_utils_test 2022-12-01T09:55:34.0541877Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.0542304Z directories: 2022-12-01T09:55:34.0542502Z 2022-12-01T09:55:34.0542943Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.0543294Z /opt/conda/lib 2022-12-01T09:55:34.0543402Z 2022-12-01T09:55:34.0543505Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.0543652Z 2022-12-01T09:55:34.0543732Z  2022-12-01T09:55:34.0585155Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.0585730Z Cannot generate a safe runtime search path for target atest because files 2022-12-01T09:55:34.0586224Z in some directories may conflict with libraries in implicit directories: 2022-12-01T09:55:34.0586399Z 2022-12-01T09:55:34.0586638Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.0586882Z /opt/conda/lib 2022-12-01T09:55:34.0586991Z 2022-12-01T09:55:34.0587092Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.0587237Z 2022-12-01T09:55:34.0587315Z  2022-12-01T09:55:34.0629572Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.0630113Z Cannot generate a safe runtime search path for target basic because files 2022-12-01T09:55:34.0630678Z in some directories may conflict with libraries in implicit directories: 2022-12-01T09:55:34.0630877Z 2022-12-01T09:55:34.0631113Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.0631489Z /opt/conda/lib 2022-12-01T09:55:34.0631599Z 2022-12-01T09:55:34.0631714Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.0631846Z 2022-12-01T09:55:34.0631925Z  2022-12-01T09:55:34.0673953Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.0674533Z Cannot generate a safe runtime search path for target broadcast_test 2022-12-01T09:55:34.0675070Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.0675317Z directories: 2022-12-01T09:55:34.0675426Z 2022-12-01T09:55:34.0675672Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.0676050Z /opt/conda/lib 2022-12-01T09:55:34.0676146Z 2022-12-01T09:55:34.0676262Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.0676407Z 2022-12-01T09:55:34.0676489Z  2022-12-01T09:55:34.0718259Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.0718755Z Cannot generate a safe runtime search path for target cpu_generator_test 2022-12-01T09:55:34.0719343Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.0719727Z directories: 2022-12-01T09:55:34.0719834Z 2022-12-01T09:55:34.0720072Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.0720307Z /opt/conda/lib 2022-12-01T09:55:34.0720413Z 2022-12-01T09:55:34.0720525Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.0720669Z 2022-12-01T09:55:34.0720746Z  2022-12-01T09:55:34.0762897Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.0763333Z Cannot generate a safe runtime search path for target 2022-12-01T09:55:34.0763901Z cpu_profiling_allocator_test because files in some directories may conflict 2022-12-01T09:55:34.0764227Z with libraries in implicit directories: 2022-12-01T09:55:34.0764363Z 2022-12-01T09:55:34.0764589Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.0764836Z /opt/conda/lib 2022-12-01T09:55:34.0764942Z 2022-12-01T09:55:34.0765055Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.0765199Z 2022-12-01T09:55:34.0765277Z  2022-12-01T09:55:34.0807484Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.0807903Z Cannot generate a safe runtime search path for target cpu_rng_test because 2022-12-01T09:55:34.0808216Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.0808437Z directories: 2022-12-01T09:55:34.0808544Z 2022-12-01T09:55:34.0808781Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.0809032Z /opt/conda/lib 2022-12-01T09:55:34.0809138Z 2022-12-01T09:55:34.0809252Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.0809386Z 2022-12-01T09:55:34.0809464Z  2022-12-01T09:55:34.0852007Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.0852461Z Cannot generate a safe runtime search path for target dispatch_key_set_test 2022-12-01T09:55:34.0852846Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.0853070Z directories: 2022-12-01T09:55:34.0853178Z 2022-12-01T09:55:34.0853414Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.0853665Z /opt/conda/lib 2022-12-01T09:55:34.0853776Z 2022-12-01T09:55:34.0853875Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.0854022Z 2022-12-01T09:55:34.0854100Z  2022-12-01T09:55:34.0896640Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.0897205Z Cannot generate a safe runtime search path for target dlconvertor_test 2022-12-01T09:55:34.0897802Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.0898049Z directories: 2022-12-01T09:55:34.0898158Z 2022-12-01T09:55:34.0898409Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.0898646Z /opt/conda/lib 2022-12-01T09:55:34.0898754Z 2022-12-01T09:55:34.0898868Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.0899021Z 2022-12-01T09:55:34.0899101Z  2022-12-01T09:55:34.0941557Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.0942043Z Cannot generate a safe runtime search path for target 2022-12-01T09:55:34.0942713Z extension_backend_test because files in some directories may conflict with 2022-12-01T09:55:34.0942981Z libraries in implicit directories: 2022-12-01T09:55:34.0943117Z 2022-12-01T09:55:34.0943352Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.0943611Z /opt/conda/lib 2022-12-01T09:55:34.0943720Z 2022-12-01T09:55:34.0943835Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.0943979Z 2022-12-01T09:55:34.0944060Z  2022-12-01T09:55:34.0986084Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.0986673Z Cannot generate a safe runtime search path for target half_test because 2022-12-01T09:55:34.0987123Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.0987355Z directories: 2022-12-01T09:55:34.0987451Z 2022-12-01T09:55:34.0987691Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.0987946Z /opt/conda/lib 2022-12-01T09:55:34.0988054Z 2022-12-01T09:55:34.0988171Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.0988314Z 2022-12-01T09:55:34.0988378Z  2022-12-01T09:55:34.1030758Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1031328Z Cannot generate a safe runtime search path for target ivalue_test because 2022-12-01T09:55:34.1031940Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1032341Z directories: 2022-12-01T09:55:34.1032536Z 2022-12-01T09:55:34.1032848Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1033097Z /opt/conda/lib 2022-12-01T09:55:34.1033204Z 2022-12-01T09:55:34.1033307Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1033450Z 2022-12-01T09:55:34.1033529Z  2022-12-01T09:55:34.1075777Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1076342Z Cannot generate a safe runtime search path for target lazy_tensor_test 2022-12-01T09:55:34.1076813Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1077050Z directories: 2022-12-01T09:55:34.1077155Z 2022-12-01T09:55:34.1077402Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1077636Z /opt/conda/lib 2022-12-01T09:55:34.1077744Z 2022-12-01T09:55:34.1077857Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1078077Z 2022-12-01T09:55:34.1078158Z  2022-12-01T09:55:34.1120335Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1120627Z Cannot generate a safe runtime search path for target math_kernel_test 2022-12-01T09:55:34.1120943Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1121184Z directories: 2022-12-01T09:55:34.1121289Z 2022-12-01T09:55:34.1121527Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1121760Z /opt/conda/lib 2022-12-01T09:55:34.1121868Z 2022-12-01T09:55:34.1121982Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1122123Z 2022-12-01T09:55:34.1122307Z  2022-12-01T09:55:34.1164830Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1165392Z Cannot generate a safe runtime search path for target memory_format_test 2022-12-01T09:55:34.1165851Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1166088Z directories: 2022-12-01T09:55:34.1166183Z 2022-12-01T09:55:34.1166414Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1166698Z /opt/conda/lib 2022-12-01T09:55:34.1166804Z 2022-12-01T09:55:34.1167015Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1167160Z 2022-12-01T09:55:34.1167227Z  2022-12-01T09:55:34.1210795Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1211327Z Cannot generate a safe runtime search path for target 2022-12-01T09:55:34.1211715Z memory_overlapping_test because files in some directories may conflict with 2022-12-01T09:55:34.1211973Z libraries in implicit directories: 2022-12-01T09:55:34.1212106Z 2022-12-01T09:55:34.1212340Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1212590Z /opt/conda/lib 2022-12-01T09:55:34.1212697Z 2022-12-01T09:55:34.1212796Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1212938Z 2022-12-01T09:55:34.1213019Z  2022-12-01T09:55:34.1254689Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1255247Z Cannot generate a safe runtime search path for target mobile_memory_cleanup 2022-12-01T09:55:34.1255565Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1255806Z directories: 2022-12-01T09:55:34.1255911Z 2022-12-01T09:55:34.1256151Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1256405Z /opt/conda/lib 2022-12-01T09:55:34.1256502Z 2022-12-01T09:55:34.1256619Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1256763Z 2022-12-01T09:55:34.1256842Z  2022-12-01T09:55:34.1298870Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1299306Z Cannot generate a safe runtime search path for target native_test because 2022-12-01T09:55:34.1299641Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1299868Z directories: 2022-12-01T09:55:34.1299975Z 2022-12-01T09:55:34.1300209Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1300450Z /opt/conda/lib 2022-12-01T09:55:34.1300557Z 2022-12-01T09:55:34.1300669Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1300811Z 2022-12-01T09:55:34.1300888Z  2022-12-01T09:55:34.1343098Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1343663Z Cannot generate a safe runtime search path for target operator_name_test 2022-12-01T09:55:34.1344133Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1344367Z directories: 2022-12-01T09:55:34.1344460Z 2022-12-01T09:55:34.1344693Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1344935Z /opt/conda/lib 2022-12-01T09:55:34.1345040Z 2022-12-01T09:55:34.1345152Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1345294Z 2022-12-01T09:55:34.1345403Z  2022-12-01T09:55:34.1387134Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1387691Z Cannot generate a safe runtime search path for target operators_test 2022-12-01T09:55:34.1388084Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1388305Z directories: 2022-12-01T09:55:34.1388409Z 2022-12-01T09:55:34.1388742Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1388989Z /opt/conda/lib 2022-12-01T09:55:34.1389096Z 2022-12-01T09:55:34.1389211Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1389341Z 2022-12-01T09:55:34.1389420Z  2022-12-01T09:55:34.1431635Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1432158Z Cannot generate a safe runtime search path for target 2022-12-01T09:55:34.1432550Z packedtensoraccessor_test because files in some directories may conflict 2022-12-01T09:55:34.1432924Z with libraries in implicit directories: 2022-12-01T09:55:34.1433061Z 2022-12-01T09:55:34.1433294Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1433541Z /opt/conda/lib 2022-12-01T09:55:34.1433636Z 2022-12-01T09:55:34.1433753Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1433897Z 2022-12-01T09:55:34.1433977Z  2022-12-01T09:55:34.1475832Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1476214Z Cannot generate a safe runtime search path for target pow_test because 2022-12-01T09:55:34.1476523Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1476755Z directories: 2022-12-01T09:55:34.1476862Z 2022-12-01T09:55:34.1477097Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1477330Z /opt/conda/lib 2022-12-01T09:55:34.1477441Z 2022-12-01T09:55:34.1477563Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1477706Z 2022-12-01T09:55:34.1477783Z  2022-12-01T09:55:34.1520451Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1520850Z Cannot generate a safe runtime search path for target quantized_test 2022-12-01T09:55:34.1521166Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1521403Z directories: 2022-12-01T09:55:34.1521507Z 2022-12-01T09:55:34.1521728Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1521979Z /opt/conda/lib 2022-12-01T09:55:34.1522087Z 2022-12-01T09:55:34.1522199Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1522346Z 2022-12-01T09:55:34.1522423Z  2022-12-01T09:55:34.1567629Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1568006Z Cannot generate a safe runtime search path for target reduce_ops_test 2022-12-01T09:55:34.1568328Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1568549Z directories: 2022-12-01T09:55:34.1568656Z 2022-12-01T09:55:34.1568889Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1569137Z /opt/conda/lib 2022-12-01T09:55:34.1569250Z 2022-12-01T09:55:34.1569363Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1569496Z 2022-12-01T09:55:34.1569572Z  2022-12-01T09:55:34.1612254Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1612595Z Cannot generate a safe runtime search path for target 2022-12-01T09:55:34.1612920Z reportMemoryUsage_test because files in some directories may conflict with 2022-12-01T09:55:34.1613188Z libraries in implicit directories: 2022-12-01T09:55:34.1613319Z 2022-12-01T09:55:34.1613550Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1613799Z /opt/conda/lib 2022-12-01T09:55:34.1613905Z 2022-12-01T09:55:34.1614005Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1614150Z 2022-12-01T09:55:34.1614228Z  2022-12-01T09:55:34.1657273Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1657914Z Cannot generate a safe runtime search path for target scalar_tensor_test 2022-12-01T09:55:34.1658359Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1658598Z directories: 2022-12-01T09:55:34.1658706Z 2022-12-01T09:55:34.1658941Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1659174Z /opt/conda/lib 2022-12-01T09:55:34.1659283Z 2022-12-01T09:55:34.1659396Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1659541Z 2022-12-01T09:55:34.1659618Z  2022-12-01T09:55:34.1701389Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1701773Z Cannot generate a safe runtime search path for target scalar_test because 2022-12-01T09:55:34.1702079Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1702305Z directories: 2022-12-01T09:55:34.1702412Z 2022-12-01T09:55:34.1702633Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1702877Z /opt/conda/lib 2022-12-01T09:55:34.1702983Z 2022-12-01T09:55:34.1703094Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1703244Z 2022-12-01T09:55:34.1703320Z  2022-12-01T09:55:34.1745399Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1745871Z Cannot generate a safe runtime search path for target 2022-12-01T09:55:34.1746384Z stride_properties_test because files in some directories may conflict with 2022-12-01T09:55:34.1746638Z libraries in implicit directories: 2022-12-01T09:55:34.1746771Z 2022-12-01T09:55:34.1747004Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1747245Z /opt/conda/lib 2022-12-01T09:55:34.1747350Z 2022-12-01T09:55:34.1747462Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1747604Z 2022-12-01T09:55:34.1747671Z  2022-12-01T09:55:34.1789560Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1790126Z Cannot generate a safe runtime search path for target tensor_iterator_test 2022-12-01T09:55:34.1790529Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1790751Z directories: 2022-12-01T09:55:34.1790856Z 2022-12-01T09:55:34.1791089Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1791334Z /opt/conda/lib 2022-12-01T09:55:34.1791440Z 2022-12-01T09:55:34.1791544Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1791687Z 2022-12-01T09:55:34.1791764Z  2022-12-01T09:55:34.1833572Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1834139Z Cannot generate a safe runtime search path for target test_parallel because 2022-12-01T09:55:34.1834496Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1834720Z directories: 2022-12-01T09:55:34.1834824Z 2022-12-01T09:55:34.1835193Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1835429Z /opt/conda/lib 2022-12-01T09:55:34.1835536Z 2022-12-01T09:55:34.1835650Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1835796Z 2022-12-01T09:55:34.1835875Z  2022-12-01T09:55:34.1877731Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1878110Z Cannot generate a safe runtime search path for target thread_init_test 2022-12-01T09:55:34.1878430Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1878668Z directories: 2022-12-01T09:55:34.1878774Z 2022-12-01T09:55:34.1879000Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1879247Z /opt/conda/lib 2022-12-01T09:55:34.1879452Z 2022-12-01T09:55:34.1879567Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1879710Z 2022-12-01T09:55:34.1879791Z  2022-12-01T09:55:34.1922198Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1922812Z Cannot generate a safe runtime search path for target type_ptr_test because 2022-12-01T09:55:34.1923120Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1923352Z directories: 2022-12-01T09:55:34.1923448Z 2022-12-01T09:55:34.1923695Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1924067Z /opt/conda/lib 2022-12-01T09:55:34.1924176Z 2022-12-01T09:55:34.1924289Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1924435Z 2022-12-01T09:55:34.1924504Z  2022-12-01T09:55:34.1965900Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.1966439Z Cannot generate a safe runtime search path for target type_test because 2022-12-01T09:55:34.1966996Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.1967347Z directories: 2022-12-01T09:55:34.1967455Z 2022-12-01T09:55:34.1967691Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.1967937Z /opt/conda/lib 2022-12-01T09:55:34.1968046Z 2022-12-01T09:55:34.1968147Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.1968292Z 2022-12-01T09:55:34.1968370Z  2022-12-01T09:55:34.2011529Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2011897Z Cannot generate a safe runtime search path for target undefined_tensor_test 2022-12-01T09:55:34.2012206Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.2012444Z directories: 2022-12-01T09:55:34.2012551Z 2022-12-01T09:55:34.2012785Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2013022Z /opt/conda/lib 2022-12-01T09:55:34.2013130Z 2022-12-01T09:55:34.2013243Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2013387Z 2022-12-01T09:55:34.2013468Z  2022-12-01T09:55:34.2058099Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2058637Z Cannot generate a safe runtime search path for target variant_test because 2022-12-01T09:55:34.2059061Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.2059291Z directories: 2022-12-01T09:55:34.2059396Z 2022-12-01T09:55:34.2059627Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2059861Z /opt/conda/lib 2022-12-01T09:55:34.2059968Z 2022-12-01T09:55:34.2060081Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2060225Z 2022-12-01T09:55:34.2060305Z  2022-12-01T09:55:34.2102254Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2102820Z Cannot generate a safe runtime search path for target verify_api_visibility 2022-12-01T09:55:34.2103278Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.2103511Z directories: 2022-12-01T09:55:34.2103603Z 2022-12-01T09:55:34.2103845Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2104092Z /opt/conda/lib 2022-12-01T09:55:34.2104198Z 2022-12-01T09:55:34.2104312Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2104460Z 2022-12-01T09:55:34.2104527Z  2022-12-01T09:55:34.2146861Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2147172Z Cannot generate a safe runtime search path for target vmap_test because 2022-12-01T09:55:34.2147614Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.2147831Z directories: 2022-12-01T09:55:34.2147938Z 2022-12-01T09:55:34.2148183Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2148433Z /opt/conda/lib 2022-12-01T09:55:34.2148540Z 2022-12-01T09:55:34.2148644Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2148789Z 2022-12-01T09:55:34.2148870Z  2022-12-01T09:55:34.2191119Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2191689Z Cannot generate a safe runtime search path for target weakref_test because 2022-12-01T09:55:34.2192121Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.2192349Z directories: 2022-12-01T09:55:34.2192456Z 2022-12-01T09:55:34.2192690Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2192978Z /opt/conda/lib 2022-12-01T09:55:34.2193076Z 2022-12-01T09:55:34.2193191Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2193335Z 2022-12-01T09:55:34.2193415Z  2022-12-01T09:55:34.2235306Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2235602Z Cannot generate a safe runtime search path for target wrapdim_test because 2022-12-01T09:55:34.2235911Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.2236142Z directories: 2022-12-01T09:55:34.2236248Z 2022-12-01T09:55:34.2236483Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2236723Z /opt/conda/lib 2022-12-01T09:55:34.2236832Z 2022-12-01T09:55:34.2236945Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2237092Z 2022-12-01T09:55:34.2237170Z  2022-12-01T09:55:34.2279438Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2279785Z Cannot generate a safe runtime search path for target xla_tensor_test 2022-12-01T09:55:34.2280099Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.2280337Z directories: 2022-12-01T09:55:34.2280431Z 2022-12-01T09:55:34.2280662Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2280911Z /opt/conda/lib 2022-12-01T09:55:34.2281017Z 2022-12-01T09:55:34.2281129Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2281274Z 2022-12-01T09:55:34.2281339Z  2022-12-01T09:55:34.2323684Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2324266Z Cannot generate a safe runtime search path for target IListRef_test because 2022-12-01T09:55:34.2324670Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.2324883Z directories: 2022-12-01T09:55:34.2324990Z 2022-12-01T09:55:34.2325226Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2325472Z /opt/conda/lib 2022-12-01T09:55:34.2325580Z 2022-12-01T09:55:34.2325690Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2325822Z 2022-12-01T09:55:34.2325899Z  2022-12-01T09:55:34.2367640Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2368018Z Cannot generate a safe runtime search path for target List_test because 2022-12-01T09:55:34.2368315Z files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.2368541Z directories: 2022-12-01T09:55:34.2368652Z 2022-12-01T09:55:34.2368952Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2369197Z /opt/conda/lib 2022-12-01T09:55:34.2369290Z 2022-12-01T09:55:34.2369402Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2369608Z 2022-12-01T09:55:34.2369690Z  2022-12-01T09:55:34.2412030Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2412564Z Cannot generate a safe runtime search path for target KernelFunction_test 2022-12-01T09:55:34.2412891Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.2413131Z directories: 2022-12-01T09:55:34.2413238Z 2022-12-01T09:55:34.2413476Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2413770Z /opt/conda/lib 2022-12-01T09:55:34.2413878Z 2022-12-01T09:55:34.2413992Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2414200Z 2022-12-01T09:55:34.2414281Z  2022-12-01T09:55:34.2457065Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2457519Z Cannot generate a safe runtime search path for target 2022-12-01T09:55:34.2458069Z kernel_function_legacy_test because files in some directories may conflict 2022-12-01T09:55:34.2458354Z with libraries in implicit directories: 2022-12-01T09:55:34.2458491Z 2022-12-01T09:55:34.2458715Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2458960Z /opt/conda/lib 2022-12-01T09:55:34.2472424Z 2022-12-01T09:55:34.2472601Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2472762Z 2022-12-01T09:55:34.2472890Z  2022-12-01T09:55:34.2502020Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2502601Z Cannot generate a safe runtime search path for target kernel_function_test 2022-12-01T09:55:34.2503072Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.2503311Z directories: 2022-12-01T09:55:34.2503419Z 2022-12-01T09:55:34.2503658Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2503909Z /opt/conda/lib 2022-12-01T09:55:34.2504006Z 2022-12-01T09:55:34.2504129Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2504274Z 2022-12-01T09:55:34.2504353Z  2022-12-01T09:55:34.2546934Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2547412Z Cannot generate a safe runtime search path for target 2022-12-01T09:55:34.2547938Z kernel_lambda_legacy_test because files in some directories may conflict 2022-12-01T09:55:34.2548206Z with libraries in implicit directories: 2022-12-01T09:55:34.2548343Z 2022-12-01T09:55:34.2548576Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2548817Z /opt/conda/lib 2022-12-01T09:55:34.2548924Z 2022-12-01T09:55:34.2549041Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2549189Z 2022-12-01T09:55:34.2549269Z  2022-12-01T09:55:34.2591861Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2592475Z Cannot generate a safe runtime search path for target kernel_lambda_test 2022-12-01T09:55:34.2592945Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.2593188Z directories: 2022-12-01T09:55:34.2593298Z 2022-12-01T09:55:34.2593528Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2593779Z /opt/conda/lib 2022-12-01T09:55:34.2593888Z 2022-12-01T09:55:34.2594004Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2594148Z 2022-12-01T09:55:34.2594227Z  2022-12-01T09:55:34.2636911Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2637307Z Cannot generate a safe runtime search path for target 2022-12-01T09:55:34.2637609Z kernel_stackbased_test because files in some directories may conflict with 2022-12-01T09:55:34.2637862Z libraries in implicit directories: 2022-12-01T09:55:34.2638090Z 2022-12-01T09:55:34.2638448Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2638702Z /opt/conda/lib 2022-12-01T09:55:34.2638810Z 2022-12-01T09:55:34.2638926Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2639057Z 2022-12-01T09:55:34.2639138Z  2022-12-01T09:55:34.2681653Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2682152Z Cannot generate a safe runtime search path for target 2022-12-01T09:55:34.2682634Z make_boxed_from_unboxed_functor_test because files in some directories may 2022-12-01T09:55:34.2682916Z conflict with libraries in implicit directories: 2022-12-01T09:55:34.2683150Z 2022-12-01T09:55:34.2683389Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2683642Z /opt/conda/lib 2022-12-01T09:55:34.2683750Z 2022-12-01T09:55:34.2683850Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2683992Z 2022-12-01T09:55:34.2684075Z  2022-12-01T09:55:34.2726629Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2727000Z Cannot generate a safe runtime search path for target CppSignature_test 2022-12-01T09:55:34.2727308Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.2727547Z directories: 2022-12-01T09:55:34.2727655Z 2022-12-01T09:55:34.2727893Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2728130Z /opt/conda/lib 2022-12-01T09:55:34.2728237Z 2022-12-01T09:55:34.2728358Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2728504Z 2022-12-01T09:55:34.2728584Z  2022-12-01T09:55:34.2771568Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2772043Z Cannot generate a safe runtime search path for target backend_fallback_test 2022-12-01T09:55:34.2772648Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.2773016Z directories: 2022-12-01T09:55:34.2773124Z 2022-12-01T09:55:34.2773350Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2773600Z /opt/conda/lib 2022-12-01T09:55:34.2773709Z 2022-12-01T09:55:34.2773822Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2773966Z 2022-12-01T09:55:34.2774045Z  2022-12-01T09:55:34.2817891Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2818415Z Cannot generate a safe runtime search path for target op_allowlist_test 2022-12-01T09:55:34.2819015Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.2819269Z directories: 2022-12-01T09:55:34.2819364Z 2022-12-01T09:55:34.2819605Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2819853Z /opt/conda/lib 2022-12-01T09:55:34.2819964Z 2022-12-01T09:55:34.2820078Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2820222Z 2022-12-01T09:55:34.2820287Z  2022-12-01T09:55:34.2862378Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2862953Z Cannot generate a safe runtime search path for target op_registration_test 2022-12-01T09:55:34.2863394Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.2863616Z directories: 2022-12-01T09:55:34.2863721Z 2022-12-01T09:55:34.2863957Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2864209Z /opt/conda/lib 2022-12-01T09:55:34.2864316Z 2022-12-01T09:55:34.2864416Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2864561Z 2022-12-01T09:55:34.2864639Z  2022-12-01T09:55:34.2906155Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T09:55:34.2906842Z Cannot generate a safe runtime search path for target inline_container_test 2022-12-01T09:55:34.2907263Z because files in some directories may conflict with libraries in implicit 2022-12-01T09:55:34.2907500Z directories: 2022-12-01T09:55:34.2907606Z 2022-12-01T09:55:34.2907847Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T09:55:34.2908156Z /opt/conda/lib 2022-12-01T09:55:34.2908266Z 2022-12-01T09:55:34.2908382Z Some of these libraries may not be found correctly. 2022-12-01T09:55:34.2908525Z 2022-12-01T09:55:34.2908605Z  2022-12-01T09:55:34.6342801Z -- Generating done 2022-12-01T09:55:34.6689454Z CMake Warning: 2022-12-01T09:55:34.6689840Z Manually-specified variables were not used by the project: 2022-12-01T09:55:34.6690019Z 2022-12-01T09:55:34.6690082Z BUILD_ENVIRONMENT 2022-12-01T09:55:34.6690196Z 2022-12-01T09:55:34.6690277Z  2022-12-01T09:55:34.6715440Z -- Build files have been written to: /var/lib/jenkins/workspace/build 2022-12-01T09:55:34.7403729Z cmake --build . --target install --config Release -- -j 6 2022-12-01T09:55:34.7978415Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2022-12-01T09:55:34.7981880Z [ 0%] Creating directories for 'nccl_external' 2022-12-01T09:55:34.7988758Z [ 0%] Building C object confu-deps/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2022-12-01T09:55:34.7989702Z [ 0%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2022-12-01T09:55:34.7990677Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2022-12-01T09:55:34.7998513Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2022-12-01T09:55:34.8433009Z [ 0%] No download step for 'nccl_external' 2022-12-01T09:55:34.8537938Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_fatal’: 2022-12-01T09:55:34.8539079Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:117:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-12-01T09:55:34.8539752Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-12-01T09:55:34.8540161Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-12-01T09:55:34.8540693Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_error’: 2022-12-01T09:55:34.8541441Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:195:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-12-01T09:55:34.8541971Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-12-01T09:55:34.8542250Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-12-01T09:55:34.8542746Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_warning’: 2022-12-01T09:55:34.8543453Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:273:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-12-01T09:55:34.8543845Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-12-01T09:55:34.8544242Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-12-01T09:55:34.8544626Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_info’: 2022-12-01T09:55:34.8545264Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:351:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-12-01T09:55:34.8545902Z write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-12-01T09:55:34.8546272Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-12-01T09:55:34.8546690Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_debug’: 2022-12-01T09:55:34.8547265Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:429:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-12-01T09:55:34.8547759Z write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-12-01T09:55:34.8548128Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-12-01T09:55:34.8594800Z [ 0%] No update step for 'nccl_external' 2022-12-01T09:55:34.8619841Z [ 0%] Linking C static library ../../../../lib/libclog.a 2022-12-01T09:55:34.8756122Z [ 0%] No patch step for 'nccl_external' 2022-12-01T09:55:34.8903714Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2022-12-01T09:55:34.8919596Z [ 0%] No configure step for 'nccl_external' 2022-12-01T09:55:34.8952096Z [ 0%] Built target clog 2022-12-01T09:55:34.9049269Z [ 1%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2022-12-01T09:55:34.9183064Z [ 1%] Performing build step for 'nccl_external' 2022-12-01T09:55:34.9568741Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2022-12-01T09:55:34.9569915Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2022-12-01T09:55:34.9723812Z Generating nccl.h.in > /var/lib/jenkins/workspace/build/nccl/include/nccl.h 2022-12-01T09:55:34.9859075Z Grabbing include/nccl_net.h > /var/lib/jenkins/workspace/build/nccl/include/nccl_net.h 2022-12-01T09:55:34.9912266Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2022-12-01T09:55:34.9965755Z [ 1%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2022-12-01T09:55:35.0085584Z Generating nccl.pc.in > /var/lib/jenkins/workspace/build/nccl/lib/pkgconfig/nccl.pc 2022-12-01T09:55:35.0158515Z Compiling init.cc > /var/lib/jenkins/workspace/build/nccl/obj/init.o 2022-12-01T09:55:35.0676244Z [ 1%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2022-12-01T09:55:35.0760871Z [ 1%] Linking CXX static library ../../../lib/libgtest.a 2022-12-01T09:55:35.0761895Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2022-12-01T09:55:35.1000644Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-12-01T09:55:35.1195419Z [ 1%] Built target gtest 2022-12-01T09:55:35.1272921Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-12-01T09:55:35.1331965Z [ 1%] Linking C static library ../../lib/libpthreadpool.a 2022-12-01T09:55:35.1638430Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-12-01T09:55:35.1703510Z [ 1%] Built target pthreadpool 2022-12-01T09:55:35.1781187Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-12-01T09:55:35.2425931Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-12-01T09:55:35.2719579Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-12-01T09:55:35.2927758Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-12-01T09:55:35.3187456Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-12-01T09:55:35.3624479Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-12-01T09:55:35.4006186Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-12-01T09:55:35.4219023Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-12-01T09:55:35.4443281Z Compiling channel.cc > /var/lib/jenkins/workspace/build/nccl/obj/channel.o 2022-12-01T09:55:35.4467142Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-12-01T09:55:35.4717707Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2022-12-01T09:55:35.4718651Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-12-01T09:55:35.5021071Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2022-12-01T09:55:35.5167222Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-12-01T09:55:35.5621451Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2022-12-01T09:55:35.6007694Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2022-12-01T09:55:35.6249975Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2022-12-01T09:55:35.6351261Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-12-01T09:55:35.6529585Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-12-01T09:55:35.7538756Z Compiling bootstrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/bootstrap.o 2022-12-01T09:55:35.7556327Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-12-01T09:55:35.7679827Z Compiling transport.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport.o 2022-12-01T09:55:35.7806865Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2022-12-01T09:55:35.7966798Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2022-12-01T09:55:35.8098994Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2022-12-01T09:55:35.8912933Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-12-01T09:55:35.9901862Z In file included from /usr/include/string.h:494:0, 2022-12-01T09:55:35.9902448Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-12-01T09:55:35.9903219Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-12-01T09:55:35.9903868Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-12-01T09:55:35.9904471Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-12-01T09:55:35.9905030Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-12-01T09:55:35.9905719Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T09:55:35.9906614Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T09:55:35.9907897Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T09:55:35.9908918Z inlined from ‘bool google::protobuf::MessageLite::SerializeToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-12-01T09:55:35.9909763Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T09:55:35.9910222Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T09:55:35.9910453Z ^ 2022-12-01T09:55:35.9910734Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T09:55:35.9911359Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T09:55:35.9912184Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35: 2022-12-01T09:55:35.9913242Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T09:55:35.9913749Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T09:55:35.9913995Z ^ 2022-12-01T09:55:35.9914286Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T09:55:35.9915283Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T09:55:35.9916420Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T09:55:35.9917241Z inlined from ‘bool google::protobuf::MessageLite::SerializeToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-12-01T09:55:35.9918304Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T09:55:35.9918771Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T09:55:35.9919038Z ^ 2022-12-01T09:55:35.9919354Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T09:55:35.9920047Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T09:55:35.9921649Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T09:55:35.9922661Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:432:42: 2022-12-01T09:55:35.9924066Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T09:55:35.9924729Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T09:55:35.9925132Z ^ 2022-12-01T09:55:35.9925612Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T09:55:35.9926554Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T09:55:35.9956970Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T09:55:35.9958562Z inlined from ‘bool google::protobuf::MessageLite::SerializeToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-12-01T09:55:35.9959449Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T09:55:35.9959916Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T09:55:35.9960176Z ^ 2022-12-01T09:55:35.9960447Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T09:55:35.9961070Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T09:55:35.9961905Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T09:55:35.9962688Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:445:60: 2022-12-01T09:55:35.9963607Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T09:55:35.9964059Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T09:55:35.9964288Z ^ 2022-12-01T09:55:35.9985464Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2022-12-01T09:55:35.9990232Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2022-12-01T09:55:36.0203515Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2022-12-01T09:55:36.0221663Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2022-12-01T09:55:36.1045793Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2022-12-01T09:55:36.1347074Z Compiling enqueue.cc > /var/lib/jenkins/workspace/build/nccl/obj/enqueue.o 2022-12-01T09:55:36.1584327Z Compiling group.cc > /var/lib/jenkins/workspace/build/nccl/obj/group.o 2022-12-01T09:55:36.1784993Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-12-01T09:55:36.1823679Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2022-12-01T09:55:36.1920541Z In file included from /usr/include/string.h:494:0, 2022-12-01T09:55:36.1921473Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-12-01T09:55:36.1925064Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-12-01T09:55:36.1925912Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-12-01T09:55:36.1926573Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-12-01T09:55:36.1927166Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-12-01T09:55:36.1927853Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T09:55:36.1928782Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T09:55:36.1930058Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T09:55:36.1931012Z inlined from ‘bool google::protobuf::MessageLite::SerializeToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-12-01T09:55:36.1932037Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T09:55:36.1932542Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T09:55:36.1932941Z ^ 2022-12-01T09:55:36.1933301Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T09:55:36.1934074Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T09:55:36.1935147Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35: 2022-12-01T09:55:36.1936220Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T09:55:36.1936779Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T09:55:36.1937086Z ^ 2022-12-01T09:55:36.1937383Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T09:55:36.1938194Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T09:55:36.1939025Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T09:55:36.1939982Z inlined from ‘bool google::protobuf::MessageLite::SerializeToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-12-01T09:55:36.1940837Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T09:55:36.1941419Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T09:55:36.1941664Z ^ 2022-12-01T09:55:36.1941951Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T09:55:36.1942761Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T09:55:36.1943693Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T09:55:36.1944781Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:432:42: 2022-12-01T09:55:36.1945840Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T09:55:36.1946290Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T09:55:36.1946537Z ^ 2022-12-01T09:55:36.1946923Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T09:55:36.1947541Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T09:55:36.1948432Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T09:55:36.1949196Z inlined from ‘bool google::protobuf::MessageLite::SerializeToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-12-01T09:55:36.1949986Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T09:55:36.1950465Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T09:55:36.1950709Z ^ 2022-12-01T09:55:36.1951003Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T09:55:36.1951925Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T09:55:36.1952937Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T09:55:36.1954339Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:445:60: 2022-12-01T09:55:36.1955812Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T09:55:36.1956565Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T09:55:36.1956934Z ^ 2022-12-01T09:55:36.1978168Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2022-12-01T09:55:36.2664368Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2022-12-01T09:55:36.3118889Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2022-12-01T09:55:36.3213620Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2022-12-01T09:55:36.3358523Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-12-01T09:55:36.4084740Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-12-01T09:55:36.4733135Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2022-12-01T09:55:36.4853467Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2022-12-01T09:55:36.4913610Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-12-01T09:55:36.4984305Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2022-12-01T09:55:36.5459271Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2022-12-01T09:55:36.5885987Z Compiling debug.cc > /var/lib/jenkins/workspace/build/nccl/obj/debug.o 2022-12-01T09:55:36.6259115Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-12-01T09:55:36.6310572Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2022-12-01T09:55:36.6375480Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-12-01T09:55:36.6504097Z [ 3%] Built target defs.bzl 2022-12-01T09:55:36.6659293Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-12-01T09:55:36.7026890Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2022-12-01T09:55:36.7465965Z Compiling proxy.cc > /var/lib/jenkins/workspace/build/nccl/obj/proxy.o 2022-12-01T09:55:36.7568525Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-12-01T09:55:36.7618261Z Compiling enhcompat.cc > /var/lib/jenkins/workspace/build/nccl/obj/enhcompat.o 2022-12-01T09:55:36.7865435Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-12-01T09:55:36.8411054Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2022-12-01T09:55:36.8452408Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2022-12-01T09:55:36.8668860Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2022-12-01T09:55:36.8806467Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-12-01T09:55:36.9123734Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-12-01T09:55:37.0082239Z Compiling net.cc > /var/lib/jenkins/workspace/build/nccl/obj/net.o 2022-12-01T09:55:37.0120753Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2022-12-01T09:55:37.0299013Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-12-01T09:55:37.0421323Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2022-12-01T09:55:37.0579649Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-12-01T09:55:37.0980717Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-12-01T09:55:37.1586605Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2022-12-01T09:55:37.1941280Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2022-12-01T09:55:37.2050146Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2022-12-01T09:55:37.2095765Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2022-12-01T09:55:37.2500758Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2022-12-01T09:55:37.3220799Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-12-01T09:55:37.3465350Z Compiling misc/cudawrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/cudawrap.o 2022-12-01T09:55:37.3473254Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-12-01T09:55:37.3501950Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2022-12-01T09:55:37.3748537Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2022-12-01T09:55:37.3972490Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2022-12-01T09:55:37.4701169Z [ 3%] Linking CXX static library ../../../lib/libprotobuf-lite.a 2022-12-01T09:55:37.4819996Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2022-12-01T09:55:37.4999697Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2022-12-01T09:55:37.5023560Z Compiling misc/nvmlwrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/nvmlwrap.o 2022-12-01T09:55:37.5096867Z [ 3%] Built target libprotobuf-lite 2022-12-01T09:55:37.5193673Z Compiling misc/ibvwrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/ibvwrap.o 2022-12-01T09:55:37.5486386Z Compiling misc/gdrwrap.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/gdrwrap.o 2022-12-01T09:55:37.5583406Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2022-12-01T09:55:37.6541196Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2022-12-01T09:55:37.6783005Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2022-12-01T09:55:37.7077403Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2022-12-01T09:55:37.7174003Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2022-12-01T09:55:37.7900264Z Compiling misc/utils.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/utils.o 2022-12-01T09:55:37.8283642Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2022-12-01T09:55:37.8488328Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2022-12-01T09:55:37.8589682Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2022-12-01T09:55:37.8594396Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2022-12-01T09:55:37.8753128Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2022-12-01T09:55:38.0032608Z Compiling misc/argcheck.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/argcheck.o 2022-12-01T09:55:38.0211290Z Compiling misc/socket.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/socket.o 2022-12-01T09:55:38.0250817Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2022-12-01T09:55:38.0265242Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2022-12-01T09:55:38.0345524Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2022-12-01T09:55:38.0470288Z [ 3%] Linking CXX static library ../../../lib/libbenchmark.a 2022-12-01T09:55:38.0934692Z [ 3%] Built target benchmark 2022-12-01T09:55:38.1073546Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2022-12-01T09:55:38.1390529Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2022-12-01T09:55:38.1951954Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2022-12-01T09:55:38.2104591Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2022-12-01T09:55:38.2379690Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2022-12-01T09:55:38.2401991Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2022-12-01T09:55:38.3271171Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2022-12-01T09:55:38.3707713Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2022-12-01T09:55:38.3708906Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2022-12-01T09:55:38.3842548Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2022-12-01T09:55:38.3968105Z Compiling misc/shmutils.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/shmutils.o 2022-12-01T09:55:38.4408962Z Compiling misc/profiler.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/profiler.o 2022-12-01T09:55:38.4838857Z Compiling misc/param.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/param.o 2022-12-01T09:55:38.5025527Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2022-12-01T09:55:38.5055549Z Compiling misc/strongstream.cc > /var/lib/jenkins/workspace/build/nccl/obj/misc/strongstream.o 2022-12-01T09:55:38.5766619Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2022-12-01T09:55:38.5914291Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2022-12-01T09:55:38.6483806Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2022-12-01T09:55:38.6590832Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2022-12-01T09:55:38.6987758Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2022-12-01T09:55:38.7608857Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2022-12-01T09:55:38.7759866Z Compiling transport/p2p.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/p2p.o 2022-12-01T09:55:38.7785378Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2022-12-01T09:55:38.7869373Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2022-12-01T09:55:38.8138688Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2022-12-01T09:55:38.8533860Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2022-12-01T09:55:38.9077923Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2022-12-01T09:55:38.9123303Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2022-12-01T09:55:38.9654489Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2022-12-01T09:55:39.0043996Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2022-12-01T09:55:39.0085371Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2022-12-01T09:55:39.0460722Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2022-12-01T09:55:39.0900463Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2022-12-01T09:55:39.0939277Z [ 4%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2022-12-01T09:55:39.1084360Z Compiling transport/shm.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/shm.o 2022-12-01T09:55:39.1256714Z Compiling transport/net.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/net.o 2022-12-01T09:55:39.1540056Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2022-12-01T09:55:39.1856405Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2022-12-01T09:55:39.2141823Z [ 4%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2022-12-01T09:55:39.2300690Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2022-12-01T09:55:39.2854571Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2022-12-01T09:55:39.2920301Z [ 4%] Linking C static library ../../lib/libittnotify.a 2022-12-01T09:55:39.3163593Z [ 4%] Built target ittnotify 2022-12-01T09:55:39.3226795Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2022-12-01T09:55:39.3239162Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2022-12-01T09:55:39.4109529Z Compiling transport/net_socket.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/net_socket.o 2022-12-01T09:55:39.4430445Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2022-12-01T09:55:39.4451306Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2022-12-01T09:55:39.4547107Z Compiling transport/net_ib.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/net_ib.o 2022-12-01T09:55:39.5137159Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2022-12-01T09:55:39.5210365Z Compiling transport/coll_net.cc > /var/lib/jenkins/workspace/build/nccl/obj/transport/coll_net.o 2022-12-01T09:55:39.5762533Z Compiling collectives/sendrecv.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/sendrecv.o 2022-12-01T09:55:39.5850436Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2022-12-01T09:55:39.6586605Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2022-12-01T09:55:39.7064451Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2022-12-01T09:55:39.7125220Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2022-12-01T09:55:39.8134864Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2022-12-01T09:55:39.8338165Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2022-12-01T09:55:39.8403097Z Compiling collectives/all_reduce.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/all_reduce.o 2022-12-01T09:55:39.8515458Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2022-12-01T09:55:39.8876836Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2022-12-01T09:55:39.8930411Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2022-12-01T09:55:39.9729807Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2022-12-01T09:55:39.9973440Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2022-12-01T09:55:40.0368979Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2022-12-01T09:55:40.0641744Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2022-12-01T09:55:40.0766001Z Compiling collectives/all_gather.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/all_gather.o 2022-12-01T09:55:40.1343970Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2022-12-01T09:55:40.1851150Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2022-12-01T09:55:40.1915578Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2022-12-01T09:55:40.2203797Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2022-12-01T09:55:40.2581243Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2022-12-01T09:55:40.2983819Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2022-12-01T09:55:40.3511398Z Compiling collectives/broadcast.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/broadcast.o 2022-12-01T09:55:40.3692839Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2022-12-01T09:55:40.3737257Z [ 4%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2022-12-01T09:55:40.4077205Z Compiling collectives/reduce.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/reduce.o 2022-12-01T09:55:40.4271371Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2022-12-01T09:55:40.4300654Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2022-12-01T09:55:40.5197572Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2022-12-01T09:55:40.5244197Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2022-12-01T09:55:40.5941734Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2022-12-01T09:55:40.6553210Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2022-12-01T09:55:40.6727975Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2022-12-01T09:55:40.6768444Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2022-12-01T09:55:40.6895060Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2022-12-01T09:55:40.7223249Z Compiling collectives/reduce_scatter.cc > /var/lib/jenkins/workspace/build/nccl/obj/collectives/reduce_scatter.o 2022-12-01T09:55:40.7567502Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2022-12-01T09:55:40.8193990Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2022-12-01T09:55:40.8486654Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2022-12-01T09:55:40.8528024Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2022-12-01T09:55:40.8688701Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2022-12-01T09:55:40.9801194Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2022-12-01T09:55:40.9884434Z Compiling graph/topo.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/topo.o 2022-12-01T09:55:41.0208377Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2022-12-01T09:55:41.0320055Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2022-12-01T09:55:41.0592018Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2022-12-01T09:55:41.0655276Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2022-12-01T09:55:41.1186220Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2022-12-01T09:55:41.1683516Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2022-12-01T09:55:41.2125070Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2022-12-01T09:55:41.2389658Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2022-12-01T09:55:41.2706062Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2022-12-01T09:55:41.2751853Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2022-12-01T09:55:41.2982595Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2022-12-01T09:55:41.3405156Z Compiling graph/paths.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/paths.o 2022-12-01T09:55:41.3492824Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2022-12-01T09:55:41.4069342Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2022-12-01T09:55:41.4339533Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2022-12-01T09:55:41.4882066Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2022-12-01T09:55:41.4925883Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2022-12-01T09:55:41.5297895Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2022-12-01T09:55:41.5415225Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2022-12-01T09:55:41.5866101Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2022-12-01T09:55:41.6337872Z Compiling graph/search.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/search.o 2022-12-01T09:55:41.6582330Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2022-12-01T09:55:41.6941904Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2022-12-01T09:55:41.7204097Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2022-12-01T09:55:41.7465283Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2022-12-01T09:55:41.7796544Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2022-12-01T09:55:41.8465877Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2022-12-01T09:55:41.8912602Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2022-12-01T09:55:41.9088089Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2022-12-01T09:55:41.9134462Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2022-12-01T09:55:41.9780628Z Compiling graph/connect.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/connect.o 2022-12-01T09:55:41.9903303Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2022-12-01T09:55:42.0883675Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2022-12-01T09:55:42.0888085Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2022-12-01T09:55:42.0889728Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2022-12-01T09:55:42.0891447Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2022-12-01T09:55:42.2090327Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2022-12-01T09:55:42.2352152Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2022-12-01T09:55:42.2620499Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2022-12-01T09:55:42.2687410Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2022-12-01T09:55:42.2772933Z Compiling graph/rings.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/rings.o 2022-12-01T09:55:42.2982187Z [ 5%] Linking CXX static library ../../../lib/libasmjit.a 2022-12-01T09:55:42.3561836Z [ 5%] Built target asmjit 2022-12-01T09:55:42.3699116Z Compiling graph/trees.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/trees.o 2022-12-01T09:55:42.3956262Z Compiling graph/tuning.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/tuning.o 2022-12-01T09:55:42.4216693Z [ 5%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2022-12-01T09:55:42.4500627Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2022-12-01T09:55:42.4600018Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2022-12-01T09:55:42.4868244Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2022-12-01T09:55:42.5429940Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2022-12-01T09:55:42.5444908Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2022-12-01T09:55:42.6385683Z [ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2022-12-01T09:55:42.6831975Z [ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2022-12-01T09:55:42.6852877Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2022-12-01T09:55:42.7164648Z Compiling graph/xml.cc > /var/lib/jenkins/workspace/build/nccl/obj/graph/xml.o 2022-12-01T09:55:42.7505153Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2022-12-01T09:55:42.8141960Z Generating rules > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/Makefile.rules 2022-12-01T09:55:42.8250018Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2022-12-01T09:55:42.8311076Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2022-12-01T09:55:42.8648290Z [ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2022-12-01T09:55:42.9324089Z [ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2022-12-01T09:55:42.9775779Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i8.cu 2022-12-01T09:55:42.9818850Z [ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2022-12-01T09:55:42.9880752Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2022-12-01T09:55:43.0772285Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2022-12-01T09:55:43.0886975Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/mpi/context.cc.o 2022-12-01T09:55:43.1034639Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2022-12-01T09:55:43.1743873Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2022-12-01T09:55:43.1903907Z [ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2022-12-01T09:55:43.2212344Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2022-12-01T09:55:43.3354802Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2022-12-01T09:55:43.3592191Z In file included from /var/lib/jenkins/workspace/third_party/gloo/gloo/transport/pair.h:13:0, 2022-12-01T09:55:43.3592866Z from /var/lib/jenkins/workspace/third_party/gloo/gloo/context.h:15, 2022-12-01T09:55:43.3594679Z from /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.h:11, 2022-12-01T09:55:43.3596795Z from /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc:9: 2022-12-01T09:55:43.3598171Z /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc: In destructor ‘gloo::mpi::MPIScope::~MPIScope()’: 2022-12-01T09:55:43.3599265Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:141:58: warning: throw will always call terminate() [-Wterminate] 2022-12-01T09:55:43.3599830Z r.get_message_and_free(MakeString(__VA_ARGS__))); \ 2022-12-01T09:55:43.3600210Z ^ 2022-12-01T09:55:43.3600918Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:150:3: note: in expansion of macro ‘GLOO_ENFORCE_THAT_IMPL’ 2022-12-01T09:55:43.3601500Z GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) 2022-12-01T09:55:43.3601870Z ^~~~~~~~~~~~~~~~~~~~~~ 2022-12-01T09:55:43.3602504Z /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc:43:3: note: in expansion of macro ‘GLOO_ENFORCE_EQ’ 2022-12-01T09:55:43.3603008Z GLOO_ENFORCE_EQ(rv, MPI_SUCCESS); 2022-12-01T09:55:43.3603330Z ^~~~~~~~~~~~~~~ 2022-12-01T09:55:43.3603826Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:141:58: note: in C++11 destructors default to noexcept 2022-12-01T09:55:43.3604370Z r.get_message_and_free(MakeString(__VA_ARGS__))); \ 2022-12-01T09:55:43.3604767Z ^ 2022-12-01T09:55:43.3605451Z /var/lib/jenkins/workspace/third_party/gloo/gloo/common/logging.h:150:3: note: in expansion of macro ‘GLOO_ENFORCE_THAT_IMPL’ 2022-12-01T09:55:43.3605996Z GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) 2022-12-01T09:55:43.3606374Z ^~~~~~~~~~~~~~~~~~~~~~ 2022-12-01T09:55:43.3607026Z /var/lib/jenkins/workspace/third_party/gloo/gloo/mpi/context.cc:43:3: note: in expansion of macro ‘GLOO_ENFORCE_EQ’ 2022-12-01T09:55:43.3607544Z GLOO_ENFORCE_EQ(rv, MPI_SUCCESS); 2022-12-01T09:55:43.3607864Z ^~~~~~~~~~~~~~~ 2022-12-01T09:55:43.3754397Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2022-12-01T09:55:43.3952588Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2022-12-01T09:55:43.4014406Z [ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2022-12-01T09:55:43.4286201Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2022-12-01T09:55:43.4993785Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u8.cu 2022-12-01T09:55:43.5034167Z [ 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-12-01T09:55:43.5117648Z [ 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-12-01T09:55:43.5159401Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i32.cu 2022-12-01T09:55:43.5268359Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u32.cu 2022-12-01T09:55:43.5489217Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i64.cu 2022-12-01T09:55:43.5577767Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u64.cu 2022-12-01T09:55:43.5633943Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f16.cu 2022-12-01T09:55:43.5689442Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f32.cu 2022-12-01T09:55:43.5739951Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f64.cu 2022-12-01T09:55:43.5783999Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2022-12-01T09:55:43.5844068Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_bf16.cu 2022-12-01T09:55:43.5849147Z [ 6%] Linking CXX static library ../../../lib/libprotobuf.a 2022-12-01T09:55:43.5964657Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i8.cu 2022-12-01T09:55:43.6015507Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2022-12-01T09:55:43.6155608Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u8.cu 2022-12-01T09:55:43.6374807Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i32.cu 2022-12-01T09:55:43.6511557Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u32.cu 2022-12-01T09:55:43.6571997Z [ 6%] Built target libprotobuf 2022-12-01T09:55:43.6631047Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2022-12-01T09:55:43.6802593Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i64.cu 2022-12-01T09:55:43.7045521Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u64.cu 2022-12-01T09:55:43.7168584Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f16.cu 2022-12-01T09:55:43.7245692Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f32.cu 2022-12-01T09:55:43.7346483Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f64.cu 2022-12-01T09:55:43.7457541Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2022-12-01T09:55:43.7596727Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_bf16.cu 2022-12-01T09:55:43.7739953Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i8.cu 2022-12-01T09:55:43.7794789Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u8.cu 2022-12-01T09:55:43.7896008Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i32.cu 2022-12-01T09:55:43.7953607Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u32.cu 2022-12-01T09:55:43.8016546Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i64.cu 2022-12-01T09:55:43.8094786Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2022-12-01T09:55:43.8098882Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u64.cu 2022-12-01T09:55:43.8173717Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2022-12-01T09:55:43.8256640Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f16.cu 2022-12-01T09:55:43.8367687Z [ 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-12-01T09:55:43.8378616Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f32.cu 2022-12-01T09:55:43.8481374Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2022-12-01T09:55:43.8532753Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f64.cu 2022-12-01T09:55:43.8684680Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_bf16.cu 2022-12-01T09:55:43.8768369Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i8.cu 2022-12-01T09:55:43.8989730Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2022-12-01T09:55:43.9085720Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u8.cu 2022-12-01T09:55:43.9294250Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i32.cu 2022-12-01T09:55:43.9405451Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u32.cu 2022-12-01T09:55:43.9468220Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i64.cu 2022-12-01T09:55:43.9539013Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2022-12-01T09:55:43.9593520Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u64.cu 2022-12-01T09:55:43.9670064Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f16.cu 2022-12-01T09:55:43.9701871Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2022-12-01T09:55:43.9731525Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2022-12-01T09:55:43.9759909Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f32.cu 2022-12-01T09:55:43.9856607Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f64.cu 2022-12-01T09:55:43.9937587Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_bf16.cu 2022-12-01T09:55:44.0078675Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i8.cu 2022-12-01T09:55:44.0181205Z [ 6%] 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-12-01T09:55:44.0226389Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u8.cu 2022-12-01T09:55:44.0406719Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i32.cu 2022-12-01T09:55:44.0564974Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u32.cu 2022-12-01T09:55:44.0825110Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i64.cu 2022-12-01T09:55:44.0965110Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u64.cu 2022-12-01T09:55:44.1118152Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f16.cu 2022-12-01T09:55:44.1272073Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f32.cu 2022-12-01T09:55:44.1343812Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f64.cu 2022-12-01T09:55:44.1383899Z [ 6%] 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-12-01T09:55:44.1396869Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_bf16.cu 2022-12-01T09:55:44.1469304Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i8.cu 2022-12-01T09:55:44.1550655Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2022-12-01T09:55:44.1557929Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u8.cu 2022-12-01T09:55:44.1642647Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i32.cu 2022-12-01T09:55:44.1763130Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u32.cu 2022-12-01T09:55:44.1806084Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2022-12-01T09:55:44.1885659Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i64.cu 2022-12-01T09:55:44.1983274Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2022-12-01T09:55:44.2044578Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u64.cu 2022-12-01T09:55:44.2206456Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f16.cu 2022-12-01T09:55:44.2363132Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f32.cu 2022-12-01T09:55:44.2491999Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2022-12-01T09:55:44.2566387Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f64.cu 2022-12-01T09:55:44.2845114Z Copying sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_bf16.cu 2022-12-01T09:55:44.2992319Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i8.cu 2022-12-01T09:55:44.3526625Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u8.cu 2022-12-01T09:55:44.3724370Z Scanning dependencies of target dnnl_common 2022-12-01T09:55:44.3815560Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2022-12-01T09:55:44.3984039Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2022-12-01T09:55:44.4217949Z [ 6%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-sysctl-linux.c.o 2022-12-01T09:55:44.4230805Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2022-12-01T09:55:44.5300413Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2022-12-01T09:55:44.5387337Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2022-12-01T09:55:44.5539429Z [ 6%] 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-12-01T09:55:44.5656221Z [ 6%] Linking C static library ../../../lib/libtensorpipe_uv.a 2022-12-01T09:55:44.5964561Z [ 6%] Built target tensorpipe_uv 2022-12-01T09:55:44.6088701Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2022-12-01T09:55:44.6287575Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2022-12-01T09:55:44.7222333Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2022-12-01T09:55:44.8312123Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2022-12-01T09:55:44.8492545Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i32.cu 2022-12-01T09:55:44.8643593Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u32.cu 2022-12-01T09:55:44.8650724Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2022-12-01T09:55:44.8810486Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i64.cu 2022-12-01T09:55:44.8897951Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u64.cu 2022-12-01T09:55:44.8978292Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f16.cu 2022-12-01T09:55:44.9044878Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f32.cu 2022-12-01T09:55:44.9141192Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f64.cu 2022-12-01T09:55:44.9200283Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2022-12-01T09:55:44.9215922Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_bf16.cu 2022-12-01T09:55:44.9281907Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i8.cu 2022-12-01T09:55:44.9391489Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u8.cu 2022-12-01T09:55:44.9486604Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i32.cu 2022-12-01T09:55:44.9575178Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u32.cu 2022-12-01T09:55:44.9670692Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i64.cu 2022-12-01T09:55:44.9701936Z [ 6%] 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-12-01T09:55:44.9763507Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u64.cu 2022-12-01T09:55:44.9808563Z [ 6%] 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-12-01T09:55:44.9893220Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f16.cu 2022-12-01T09:55:45.0126608Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f32.cu 2022-12-01T09:55:45.0254069Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f64.cu 2022-12-01T09:55:45.0364226Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_bf16.cu 2022-12-01T09:55:45.0485329Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i8.cu 2022-12-01T09:55:45.0579714Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u8.cu 2022-12-01T09:55:45.0666205Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i32.cu 2022-12-01T09:55:45.0742721Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2022-12-01T09:55:45.0874523Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u32.cu 2022-12-01T09:55:45.0945276Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i64.cu 2022-12-01T09:55:45.1058504Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u64.cu 2022-12-01T09:55:45.1127500Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f16.cu 2022-12-01T09:55:45.1186708Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2022-12-01T09:55:45.1347881Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f32.cu 2022-12-01T09:55:45.1486865Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f64.cu 2022-12-01T09:55:45.1587153Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_bf16.cu 2022-12-01T09:55:45.1709593Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2022-12-01T09:55:45.1731782Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i8.cu 2022-12-01T09:55:45.1927988Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u8.cu 2022-12-01T09:55:45.2044307Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i32.cu 2022-12-01T09:55:45.2300168Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u32.cu 2022-12-01T09:55:45.2413899Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i64.cu 2022-12-01T09:55:45.2508494Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u64.cu 2022-12-01T09:55:45.2595663Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f16.cu 2022-12-01T09:55:45.2685023Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f32.cu 2022-12-01T09:55:45.2781052Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f64.cu 2022-12-01T09:55:45.2859488Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_bf16.cu 2022-12-01T09:55:45.2937816Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i8.cu 2022-12-01T09:55:45.2941985Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2022-12-01T09:55:45.3066094Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u8.cu 2022-12-01T09:55:45.3140578Z [ 6%] 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-12-01T09:55:45.3231922Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i32.cu 2022-12-01T09:55:45.3306973Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u32.cu 2022-12-01T09:55:45.3381342Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i64.cu 2022-12-01T09:55:45.3453102Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u64.cu 2022-12-01T09:55:45.3550762Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2022-12-01T09:55:45.3570936Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f16.cu 2022-12-01T09:55:45.3724725Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f32.cu 2022-12-01T09:55:45.3925257Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f64.cu 2022-12-01T09:55:45.4060213Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_bf16.cu 2022-12-01T09:55:45.4157880Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i8.cu 2022-12-01T09:55:45.4198491Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2022-12-01T09:55:45.4255944Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u8.cu 2022-12-01T09:55:45.4412485Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i32.cu 2022-12-01T09:55:45.4540142Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u32.cu 2022-12-01T09:55:45.4643309Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i64.cu 2022-12-01T09:55:45.4779743Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u64.cu 2022-12-01T09:55:45.4943906Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2022-12-01T09:55:45.4945855Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f16.cu 2022-12-01T09:55:45.5052844Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f32.cu 2022-12-01T09:55:45.5239998Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f64.cu 2022-12-01T09:55:45.5379828Z Copying all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_bf16.cu 2022-12-01T09:55:45.5430689Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i8.cu 2022-12-01T09:55:45.5532165Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2022-12-01T09:55:45.6220933Z [ 6%] 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-12-01T09:55:45.6248176Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2022-12-01T09:55:45.7119304Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2022-12-01T09:55:45.7745609Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2022-12-01T09:55:45.7762702Z [ 6%] Linking CXX static library ../../../lib/libgloo.a 2022-12-01T09:55:45.8213417Z [ 6%] Built target gloo 2022-12-01T09:55:45.8285280Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2022-12-01T09:55:45.9100908Z [ 6%] 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-12-01T09:55:45.9302161Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2022-12-01T09:55:46.0620346Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u8.cu 2022-12-01T09:55:46.0685951Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i32.cu 2022-12-01T09:55:46.0742813Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u32.cu 2022-12-01T09:55:46.0815190Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/allocator.cpp.o 2022-12-01T09:55:46.0816487Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i64.cu 2022-12-01T09:55:46.0874614Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u64.cu 2022-12-01T09:55:46.0973597Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f16.cu 2022-12-01T09:55:46.1055808Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f32.cu 2022-12-01T09:55:46.1149167Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f64.cu 2022-12-01T09:55:46.1251541Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_bf16.cu 2022-12-01T09:55:46.1264619Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2022-12-01T09:55:46.1319618Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i8.cu 2022-12-01T09:55:46.1347131Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2022-12-01T09:55:46.1457819Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u8.cu 2022-12-01T09:55:46.1544948Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i32.cu 2022-12-01T09:55:46.1658865Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u32.cu 2022-12-01T09:55:46.1741457Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i64.cu 2022-12-01T09:55:46.1842468Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u64.cu 2022-12-01T09:55:46.1912126Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f16.cu 2022-12-01T09:55:46.2019081Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f32.cu 2022-12-01T09:55:46.2100871Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2022-12-01T09:55:46.2116777Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f64.cu 2022-12-01T09:55:46.2216718Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_bf16.cu 2022-12-01T09:55:46.2360052Z [ 6%] 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-12-01T09:55:46.2390390Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i8.cu 2022-12-01T09:55:46.2523672Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u8.cu 2022-12-01T09:55:46.2644086Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i32.cu 2022-12-01T09:55:46.2747567Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u32.cu 2022-12-01T09:55:46.2822185Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i64.cu 2022-12-01T09:55:46.2932436Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u64.cu 2022-12-01T09:55:46.3059180Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f16.cu 2022-12-01T09:55:46.3113829Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/backend.cpp.o 2022-12-01T09:55:46.3122104Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_thread.cpp.o 2022-12-01T09:55:46.3162064Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f32.cu 2022-12-01T09:55:46.3307311Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f64.cu 2022-12-01T09:55:46.3407598Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_bf16.cu 2022-12-01T09:55:46.3586599Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i8.cu 2022-12-01T09:55:46.3723834Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u8.cu 2022-12-01T09:55:46.3866365Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i32.cu 2022-12-01T09:55:46.3947164Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u32.cu 2022-12-01T09:55:46.4045117Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i64.cu 2022-12-01T09:55:46.4168095Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2022-12-01T09:55:46.4179249Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u64.cu 2022-12-01T09:55:46.4251654Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f16.cu 2022-12-01T09:55:46.4428123Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f32.cu 2022-12-01T09:55:46.4565163Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f64.cu 2022-12-01T09:55:46.4725276Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_bf16.cu 2022-12-01T09:55:46.4822787Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i8.cu 2022-12-01T09:55:46.4964899Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u8.cu 2022-12-01T09:55:46.5100738Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i32.cu 2022-12-01T09:55:46.5168383Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2022-12-01T09:55:46.5191091Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u32.cu 2022-12-01T09:55:46.5259236Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i64.cu 2022-12-01T09:55:46.5329695Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u64.cu 2022-12-01T09:55:46.5414065Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f16.cu 2022-12-01T09:55:46.5483410Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f32.cu 2022-12-01T09:55:46.5537336Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f64.cu 2022-12-01T09:55:46.5609154Z [ 6%] 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-12-01T09:55:46.5628433Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_bf16.cu 2022-12-01T09:55:46.5736892Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i8.cu 2022-12-01T09:55:46.5871519Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2022-12-01T09:55:46.5923748Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u8.cu 2022-12-01T09:55:46.5990469Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i32.cu 2022-12-01T09:55:46.6126573Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u32.cu 2022-12-01T09:55:46.6308388Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/engine.cpp.o 2022-12-01T09:55:46.6318379Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i64.cu 2022-12-01T09:55:46.6509976Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u64.cu 2022-12-01T09:55:46.6581612Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f16.cu 2022-12-01T09:55:46.6707125Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f32.cu 2022-12-01T09:55:46.6781783Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f64.cu 2022-12-01T09:55:46.6871290Z Copying all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_bf16.cu 2022-12-01T09:55:46.6981248Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i8.cu 2022-12-01T09:55:46.7317605Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2022-12-01T09:55:46.8518369Z [ 6%] 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-12-01T09:55:46.8803092Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2022-12-01T09:55:46.8904893Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/graph.cpp.o 2022-12-01T09:55:47.0457937Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2022-12-01T09:55:47.0944394Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2022-12-01T09:55:47.1332736Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u8.cu 2022-12-01T09:55:47.1381490Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i32.cu 2022-12-01T09:55:47.1436794Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u32.cu 2022-12-01T09:55:47.1494265Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i64.cu 2022-12-01T09:55:47.1527298Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/logical_tensor.cpp.o 2022-12-01T09:55:47.1579188Z [ 8%] 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-12-01T09:55:47.1597149Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u64.cu 2022-12-01T09:55:47.1684787Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f16.cu 2022-12-01T09:55:47.1747387Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f32.cu 2022-12-01T09:55:47.1834403Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f64.cu 2022-12-01T09:55:47.1911148Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_bf16.cu 2022-12-01T09:55:47.1928576Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2022-12-01T09:55:47.2006910Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i8.cu 2022-12-01T09:55:47.2124589Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u8.cu 2022-12-01T09:55:47.2404580Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i32.cu 2022-12-01T09:55:47.2563887Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u32.cu 2022-12-01T09:55:47.2659021Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i64.cu 2022-12-01T09:55:47.2819072Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u64.cu 2022-12-01T09:55:47.2890356Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f16.cu 2022-12-01T09:55:47.3016114Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f32.cu 2022-12-01T09:55:47.3079514Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2022-12-01T09:55:47.3218673Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f64.cu 2022-12-01T09:55:47.3526298Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_bf16.cu 2022-12-01T09:55:47.3645787Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i8.cu 2022-12-01T09:55:47.3733407Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u8.cu 2022-12-01T09:55:47.3909115Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i32.cu 2022-12-01T09:55:47.4015359Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u32.cu 2022-12-01T09:55:47.4079193Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i64.cu 2022-12-01T09:55:47.4134693Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u64.cu 2022-12-01T09:55:47.4186436Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f16.cu 2022-12-01T09:55:47.4242105Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f32.cu 2022-12-01T09:55:47.4287694Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f64.cu 2022-12-01T09:55:47.4340342Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_bf16.cu 2022-12-01T09:55:47.4395553Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i8.cu 2022-12-01T09:55:47.4455371Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u8.cu 2022-12-01T09:55:47.4472869Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_eltwise_list.cpp.o 2022-12-01T09:55:47.4522589Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i32.cu 2022-12-01T09:55:47.4525366Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op.cpp.o 2022-12-01T09:55:47.4659755Z [ 8%] 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-12-01T09:55:47.4691569Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u32.cu 2022-12-01T09:55:47.4862509Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2022-12-01T09:55:47.4871777Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i64.cu 2022-12-01T09:55:47.5027884Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u64.cu 2022-12-01T09:55:47.5244239Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f16.cu 2022-12-01T09:55:47.5421069Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f32.cu 2022-12-01T09:55:47.5526497Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f64.cu 2022-12-01T09:55:47.5686932Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_bf16.cu 2022-12-01T09:55:47.5912472Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i8.cu 2022-12-01T09:55:47.6023295Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u8.cu 2022-12-01T09:55:47.6142344Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i32.cu 2022-12-01T09:55:47.6268685Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u32.cu 2022-12-01T09:55:47.6343557Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i64.cu 2022-12-01T09:55:47.6470704Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u64.cu 2022-12-01T09:55:47.6579414Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f16.cu 2022-12-01T09:55:47.6694951Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f32.cu 2022-12-01T09:55:47.6785331Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f64.cu 2022-12-01T09:55:47.6873423Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_bf16.cu 2022-12-01T09:55:47.6913018Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_shape_infer.cpp.o 2022-12-01T09:55:47.6964377Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i8.cu 2022-12-01T09:55:47.7018644Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u8.cu 2022-12-01T09:55:47.7094487Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i32.cu 2022-12-01T09:55:47.7191233Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u32.cu 2022-12-01T09:55:47.7254261Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i64.cu 2022-12-01T09:55:47.7308452Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u64.cu 2022-12-01T09:55:47.7360557Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f16.cu 2022-12-01T09:55:47.7410827Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f32.cu 2022-12-01T09:55:47.7485006Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op_schema.cpp.o 2022-12-01T09:55:47.7495914Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f64.cu 2022-12-01T09:55:47.7564701Z Copying broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_bf16.cu 2022-12-01T09:55:47.7573433Z [ 8%] 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-12-01T09:55:47.7613894Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2022-12-01T09:55:47.7657591Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i8.cu 2022-12-01T09:55:47.8042666Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2022-12-01T09:55:47.9813521Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/compile_ops.cpp.o 2022-12-01T09:55:48.0592720Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition.cpp.o 2022-12-01T09:55:48.0920069Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2022-12-01T09:55:48.1281104Z [ 8%] 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-12-01T09:55:48.1664249Z [ 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-12-01T09:55:48.2871258Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/infer_type.cpp.o 2022-12-01T09:55:48.3172108Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_cache.cpp.o 2022-12-01T09:55:48.3258593Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u8.cu 2022-12-01T09:55:48.3283922Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2022-12-01T09:55:48.3359100Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i32.cu 2022-12-01T09:55:48.3582578Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u32.cu 2022-12-01T09:55:48.3778939Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i64.cu 2022-12-01T09:55:48.3941936Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u64.cu 2022-12-01T09:55:48.4084207Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f16.cu 2022-12-01T09:55:48.4170040Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f32.cu 2022-12-01T09:55:48.4261339Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f64.cu 2022-12-01T09:55:48.4375101Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_bf16.cu 2022-12-01T09:55:48.4458965Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i8.cu 2022-12-01T09:55:48.4540828Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u8.cu 2022-12-01T09:55:48.4599557Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i32.cu 2022-12-01T09:55:48.4668890Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u32.cu 2022-12-01T09:55:48.4745363Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i64.cu 2022-12-01T09:55:48.4801894Z [ 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-12-01T09:55:48.4819986Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u64.cu 2022-12-01T09:55:48.4918559Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f16.cu 2022-12-01T09:55:48.5004831Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f32.cu 2022-12-01T09:55:48.5165244Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f64.cu 2022-12-01T09:55:48.5226682Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_bf16.cu 2022-12-01T09:55:48.5281976Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i8.cu 2022-12-01T09:55:48.5335519Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u8.cu 2022-12-01T09:55:48.5391924Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i32.cu 2022-12-01T09:55:48.5456567Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u32.cu 2022-12-01T09:55:48.5499417Z [ 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-12-01T09:55:48.5508053Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i64.cu 2022-12-01T09:55:48.5571121Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u64.cu 2022-12-01T09:55:48.5646399Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f16.cu 2022-12-01T09:55:48.5716093Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f32.cu 2022-12-01T09:55:48.5791877Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f64.cu 2022-12-01T09:55:48.5897132Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_bf16.cu 2022-12-01T09:55:48.5958670Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_hashing.cpp.o 2022-12-01T09:55:48.6031883Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2022-12-01T09:55:48.6033912Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i8.cu 2022-12-01T09:55:48.6119824Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u8.cu 2022-12-01T09:55:48.6162831Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/insert_ops.cpp.o 2022-12-01T09:55:48.6244910Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i32.cu 2022-12-01T09:55:48.6542181Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u32.cu 2022-12-01T09:55:48.6700533Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i64.cu 2022-12-01T09:55:48.6861425Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u64.cu 2022-12-01T09:55:48.6979716Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f16.cu 2022-12-01T09:55:48.7137592Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f32.cu 2022-12-01T09:55:48.7249202Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f64.cu 2022-12-01T09:55:48.7342113Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_bf16.cu 2022-12-01T09:55:48.7420288Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i8.cu 2022-12-01T09:55:48.7494488Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u8.cu 2022-12-01T09:55:48.7578157Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i32.cu 2022-12-01T09:55:48.7658294Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u32.cu 2022-12-01T09:55:48.7743865Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i64.cu 2022-12-01T09:55:48.7824890Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u64.cu 2022-12-01T09:55:48.7894948Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f16.cu 2022-12-01T09:55:48.7952948Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f32.cu 2022-12-01T09:55:48.8013669Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f64.cu 2022-12-01T09:55:48.8101437Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_bf16.cu 2022-12-01T09:55:48.8148634Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i8.cu 2022-12-01T09:55:48.8223838Z [ 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-12-01T09:55:48.8244139Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u8.cu 2022-12-01T09:55:48.8310395Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i32.cu 2022-12-01T09:55:48.8359205Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_lrn_list.cpp.o 2022-12-01T09:55:48.8464775Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u32.cu 2022-12-01T09:55:48.8556968Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i64.cu 2022-12-01T09:55:48.8676315Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u64.cu 2022-12-01T09:55:48.8745671Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f16.cu 2022-12-01T09:55:48.8853067Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f32.cu 2022-12-01T09:55:48.8945536Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f64.cu 2022-12-01T09:55:48.8971473Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2022-12-01T09:55:48.9022758Z Copying reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_bf16.cu 2022-12-01T09:55:48.9043378Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_impl.cpp.o 2022-12-01T09:55:48.9139184Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i8.cu 2022-12-01T09:55:48.9790115Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/layout_propagation.cpp.o 2022-12-01T09:55:49.1707362Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2022-12-01T09:55:49.1774887Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/shape_infer.cpp.o 2022-12-01T09:55:49.2095990Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_pooling_list.cpp.o 2022-12-01T09:55:49.2260811Z [ 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-12-01T09:55:49.3024982Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/lower_down.cpp.o 2022-12-01T09:55:49.4412826Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u8.cu 2022-12-01T09:55:49.4462648Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/stream.cpp.o 2022-12-01T09:55:49.4486748Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i32.cu 2022-12-01T09:55:49.4552254Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u32.cu 2022-12-01T09:55:49.4638573Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2022-12-01T09:55:49.4660401Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i64.cu 2022-12-01T09:55:49.4803074Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u64.cu 2022-12-01T09:55:49.4968334Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f16.cu 2022-12-01T09:55:49.5026717Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f32.cu 2022-12-01T09:55:49.5118555Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f64.cu 2022-12-01T09:55:49.5186636Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_bf16.cu 2022-12-01T09:55:49.5257076Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i8.cu 2022-12-01T09:55:49.5340296Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u8.cu 2022-12-01T09:55:49.5419004Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i32.cu 2022-12-01T09:55:49.5533107Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_prelu_list.cpp.o 2022-12-01T09:55:49.5538358Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u32.cu 2022-12-01T09:55:49.5665803Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i64.cu 2022-12-01T09:55:49.5814816Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u64.cu 2022-12-01T09:55:49.5902428Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f16.cu 2022-12-01T09:55:49.6003360Z [ 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-12-01T09:55:49.6017671Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f32.cu 2022-12-01T09:55:49.6084843Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f64.cu 2022-12-01T09:55:49.6323139Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_bf16.cu 2022-12-01T09:55:49.6484893Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i8.cu 2022-12-01T09:55:49.6619827Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u8.cu 2022-12-01T09:55:49.6727078Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i32.cu 2022-12-01T09:55:49.6810338Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/memory_planning.cpp.o 2022-12-01T09:55:49.6885587Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u32.cu 2022-12-01T09:55:49.7057377Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i64.cu 2022-12-01T09:55:49.7144851Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u64.cu 2022-12-01T09:55:49.7284979Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f16.cu 2022-12-01T09:55:49.7364932Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f32.cu 2022-12-01T09:55:49.7413330Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/tensor.cpp.o 2022-12-01T09:55:49.7448987Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f64.cu 2022-12-01T09:55:49.7539009Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_bf16.cu 2022-12-01T09:55:49.7642985Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i8.cu 2022-12-01T09:55:49.7764431Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u8.cu 2022-12-01T09:55:49.7884851Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i32.cu 2022-12-01T09:55:49.7902623Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2022-12-01T09:55:49.8001451Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u32.cu 2022-12-01T09:55:49.8199372Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i64.cu 2022-12-01T09:55:49.8306920Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u64.cu 2022-12-01T09:55:49.8384891Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f16.cu 2022-12-01T09:55:49.8499496Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f32.cu 2022-12-01T09:55:49.8643152Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f64.cu 2022-12-01T09:55:49.8702679Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_bf16.cu 2022-12-01T09:55:49.8814607Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i8.cu 2022-12-01T09:55:49.8882608Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u8.cu 2022-12-01T09:55:49.8930289Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_reduction_list.cpp.o 2022-12-01T09:55:49.8945205Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i32.cu 2022-12-01T09:55:49.9099296Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u32.cu 2022-12-01T09:55:49.9251395Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i64.cu 2022-12-01T09:55:49.9275434Z [ 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-12-01T09:55:49.9336382Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u64.cu 2022-12-01T09:55:49.9422366Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f16.cu 2022-12-01T09:55:49.9566106Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f32.cu 2022-12-01T09:55:49.9645138Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f64.cu 2022-12-01T09:55:49.9739175Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_bf16.cu 2022-12-01T09:55:49.9822303Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i8.cu 2022-12-01T09:55:49.9905008Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u8.cu 2022-12-01T09:55:49.9935754Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/type_constraint.cpp.o 2022-12-01T09:55:50.0050291Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i32.cu 2022-12-01T09:55:50.0162834Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u32.cu 2022-12-01T09:55:50.0204900Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/utils.cpp.o 2022-12-01T09:55:50.0405647Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i64.cu 2022-12-01T09:55:50.0618468Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u64.cu 2022-12-01T09:55:50.0726916Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2022-12-01T09:55:50.0805230Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f16.cu 2022-12-01T09:55:50.1020990Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f32.cu 2022-12-01T09:55:50.1246981Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f64.cu 2022-12-01T09:55:50.1351382Z Copying reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_bf16.cu 2022-12-01T09:55:50.1967422Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_resampling_list.cpp.o 2022-12-01T09:55:50.2704409Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/value.cpp.o 2022-12-01T09:55:50.2813735Z [ 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-12-01T09:55:50.3430537Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2022-12-01T09:55:50.3575853Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/binary_fusion.cpp.o 2022-12-01T09:55:50.4997327Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_rnn_list.cpp.o 2022-12-01T09:55:50.5601890Z [ 8%] Built target dnnl_graph_common 2022-12-01T09:55:50.5680187Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/bn_fusion.cpp.o 2022-12-01T09:55:50.6274145Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2022-12-01T09:55:50.6547893Z [ 9%] 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-12-01T09:55:50.7464854Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_shuffle_list.cpp.o 2022-12-01T09:55:50.8856142Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2022-12-01T09:55:50.8906477Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2022-12-01T09:55:50.9606690Z [ 9%] 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-12-01T09:55:50.9881345Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/concat_fusion.cpp.o 2022-12-01T09:55:51.0392530Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_softmax_list.cpp.o 2022-12-01T09:55:51.1536846Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i8.o 2022-12-01T09:55:51.1776803Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u8.o 2022-12-01T09:55:51.1994861Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2022-12-01T09:55:51.3100455Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_fusion.cpp.o 2022-12-01T09:55:51.3512636Z [ 9%] 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-12-01T09:55:51.3522839Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2022-12-01T09:55:51.4384034Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2022-12-01T09:55:51.6832930Z [ 9%] 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-12-01T09:55:51.7077592Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/convtranspose_fusion.cpp.o 2022-12-01T09:55:51.7463689Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2022-12-01T09:55:51.7600851Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2022-12-01T09:55:52.0129492Z [ 9%] 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-12-01T09:55:52.0607236Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2022-12-01T09:55:52.0761040Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution_utils.cpp.o 2022-12-01T09:55:52.1125907Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/eltwise_fusion.cpp.o 2022-12-01T09:55:52.2972663Z [ 9%] 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-12-01T09:55:52.3369917Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc.cpp.o 2022-12-01T09:55:52.4202998Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product.cpp.o 2022-12-01T09:55:52.4422289Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/gelu_fusion.cpp.o 2022-12-01T09:55:52.5836297Z [ 9%] 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-12-01T09:55:52.6295491Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2022-12-01T09:55:52.7024526Z [ 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-12-01T09:55:52.8177823Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/interpolate_fusion.cpp.o 2022-12-01T09:55:52.8818802Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2022-12-01T09:55:52.9184529Z [ 9%] 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-12-01T09:55:52.9831370Z [ 9%] 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-12-01T09:55:53.0302258Z [ 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-12-01T09:55:53.1605166Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_iterator.cpp.o 2022-12-01T09:55:53.1762847Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2022-12-01T09:55:53.1843521Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/matmul_fusion.cpp.o 2022-12-01T09:55:53.3159320Z [ 9%] 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-12-01T09:55:53.3952514Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution.cpp.o 2022-12-01T09:55:53.4484570Z [ 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-12-01T09:55:53.4744258Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2022-12-01T09:55:53.5911676Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/pool_fusion.cpp.o 2022-12-01T09:55:53.6225355Z [ 9%] 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-12-01T09:55:53.7053290Z [ 9%] 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-12-01T09:55:53.7422536Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2022-12-01T09:55:53.7885279Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2022-12-01T09:55:53.8296915Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i32.o 2022-12-01T09:55:53.9733032Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/quantize_fusion.cpp.o 2022-12-01T09:55:54.0056502Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2022-12-01T09:55:54.0121916Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2022-12-01T09:55:54.0380646Z [ 9%] 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-12-01T09:55:54.0829588Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2022-12-01T09:55:54.2527412Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2022-12-01T09:55:54.2889384Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2022-12-01T09:55:54.3701023Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reduction_fusion.cpp.o 2022-12-01T09:55:54.3859127Z [ 9%] 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-12-01T09:55:54.3896866Z [ 9%] 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-12-01T09:55:54.4967385Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2022-12-01T09:55:54.6052938Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2022-12-01T09:55:54.7088663Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2022-12-01T09:55:54.7158872Z [ 9%] 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-12-01T09:55:54.7462620Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2022-12-01T09:55:54.7628978Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reorder_fusion.cpp.o 2022-12-01T09:55:54.8957129Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/shuffle_fusion.cpp.o 2022-12-01T09:55:55.0128244Z [ 9%] 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-12-01T09:55:55.0418117Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2022-12-01T09:55:55.0486043Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2022-12-01T09:55:55.1361698Z [ 9%] 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-12-01T09:55:55.2652332Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/single_op_pattern.cpp.o 2022-12-01T09:55:55.3080620Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sum_fusion.cpp.o 2022-12-01T09:55:55.3137887Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2022-12-01T09:55:55.3777016Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2022-12-01T09:55:55.3893141Z [ 9%] 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-12-01T09:55:55.5820749Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u32.o 2022-12-01T09:55:55.6316730Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2022-12-01T09:55:55.6675904Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2022-12-01T09:55:55.7079674Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2022-12-01T09:55:55.7173573Z [ 9%] 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-12-01T09:55:55.7506159Z [ 9%] Built target dnnl_graph_backend_dnnl 2022-12-01T09:55:55.7617796Z [ 9%] 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-12-01T09:55:55.9091215Z [ 9%] 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-12-01T09:55:55.9235667Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2022-12-01T09:55:55.9335010Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2022-12-01T09:55:56.0205366Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2022-12-01T09:55:56.1398883Z [ 9%] 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-12-01T09:55:56.1829352Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution_int8.cpp.o 2022-12-01T09:55:56.2461479Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2022-12-01T09:55:56.2750369Z [ 9%] 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-12-01T09:55:56.3030229Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2022-12-01T09:55:56.4755943Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2022-12-01T09:55:56.4886933Z [ 9%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2022-12-01T09:55:56.5367421Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2022-12-01T09:55:56.5476390Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product.cpp.o 2022-12-01T09:55:56.6129303Z [ 9%] 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-12-01T09:55:56.6747477Z [ 9%] 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-12-01T09:55:56.7597089Z [ 9%] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2022-12-01T09:55:56.8226567Z [ 9%] Building ASM object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2022-12-01T09:55:56.8253776Z [ 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-12-01T09:55:56.8540420Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_layer_normalization.cpp.o 2022-12-01T09:55:56.8624539Z [ 10%] Built target dnnl_common 2022-12-01T09:55:56.8708466Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2022-12-01T09:55:56.9270628Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_i64.o 2022-12-01T09:55:57.0025114Z [ 10%] 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-12-01T09:55:57.0998454Z [ 10%] 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-12-01T09:55:57.1474782Z [ 10%] 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-12-01T09:55:57.1503476Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2022-12-01T09:55:57.2699079Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2022-12-01T09:55:57.2920573Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2022-12-01T09:55:57.4065770Z [ 10%] 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-12-01T09:55:57.4780530Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2022-12-01T09:55:57.5375666Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2022-12-01T09:55:57.5563681Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2022-12-01T09:55:57.6132900Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2022-12-01T09:55:57.6338782Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2022-12-01T09:55:57.6859658Z [ 10%] 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-12-01T09:55:57.7162752Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2022-12-01T09:55:57.7634208Z [ 10%] Built target dnnl_graph_backend_fake 2022-12-01T09:55:57.7748978Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2022-12-01T09:55:57.9216260Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2022-12-01T09:55:57.9263844Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2022-12-01T09:55:57.9988209Z [ 10%] 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-12-01T09:55:58.0016568Z [ 10%] 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-12-01T09:55:58.0825598Z [ 10%] 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-12-01T09:55:58.1799432Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2022-12-01T09:55:58.2141752Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/rw_mutex.cpp.o 2022-12-01T09:55:58.2971274Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2022-12-01T09:55:58.3202571Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2022-12-01T09:55:58.3809033Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_u64.o 2022-12-01T09:55:58.4061952Z [ 10%] 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-12-01T09:55:58.4665355Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2022-12-01T09:55:58.5423897Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization_kernels.cpp.o 2022-12-01T09:55:58.6046942Z [ 10%] Built target dnnl_graph_utils 2022-12-01T09:55:58.6111896Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2022-12-01T09:55:58.6583087Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2022-12-01T09:55:58.7565368Z [ 10%] 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-12-01T09:55:58.8179908Z [ 10%] 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-12-01T09:55:58.8389754Z [ 10%] 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-12-01T09:55:58.9449653Z [ 10%] 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-12-01T09:55:58.9701901Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2022-12-01T09:55:59.0713468Z [ 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-12-01T09:55:59.1060030Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f16.o 2022-12-01T09:55:59.1510758Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f32.o 2022-12-01T09:55:59.2178273Z [ 10%] 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-12-01T09:55:59.2268829Z [ 10%] 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-12-01T09:55:59.3540739Z [ 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-12-01T09:55:59.4923196Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2022-12-01T09:55:59.5142438Z [ 10%] 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-12-01T09:55:59.6178539Z [ 10%] 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-12-01T09:55:59.7940358Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2022-12-01T09:55:59.8563332Z [ 10%] 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-12-01T09:55:59.9367273Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_f64.o 2022-12-01T09:55:59.9695984Z [ 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-12-01T09:56:00.1382259Z [ 10%] 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-12-01T09:56:00.1383508Z [ 10%] 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-12-01T09:56:00.2291936Z [ 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-12-01T09:56:00.4734359Z [ 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-12-01T09:56:00.4797225Z [ 10%] 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-12-01T09:56:00.5303583Z [ 10%] 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-12-01T09:56:00.7968530Z [ 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-12-01T09:56:00.8196845Z [ 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-12-01T09:56:00.8401351Z [ 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-12-01T09:56:00.8825543Z [ 10%] 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-12-01T09:56:00.9799272Z [ 10%] 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-12-01T09:56:01.1447670Z [ 10%] 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-12-01T09:56:01.1588869Z [ 10%] 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-12-01T09:56:01.1804443Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul.cpp.o 2022-12-01T09:56:01.2210918Z [ 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-12-01T09:56:01.2927437Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2022-12-01T09:56:01.4520655Z [ 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-12-01T09:56:01.4604694Z [ 10%] 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-12-01T09:56:01.5066202Z [ 10%] 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-12-01T09:56:01.5073201Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sum_bf16.o 2022-12-01T09:56:01.5329905Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i8.o 2022-12-01T09:56:01.5923598Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u8.o 2022-12-01T09:56:01.7507589Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i32.o 2022-12-01T09:56:01.7837471Z [ 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-12-01T09:56:01.7997208Z [ 10%] 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-12-01T09:56:02.0129839Z [ 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-12-01T09:56:02.1631977Z [ 10%] 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-12-01T09:56:02.2810100Z [ 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-12-01T09:56:02.4553643Z [ 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_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T09:56:02.5610227Z [ 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-12-01T09:56:02.7972973Z [ 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_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T09:56:02.9236610Z [ 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-12-01T09:56:03.1542734Z [ 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_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T09:56:03.1801008Z [ 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-12-01T09:56:03.3215387Z [ 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-12-01T09:56:03.4368767Z [ 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-12-01T09:56:03.4373208Z [ 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-12-01T09:56:03.4617972Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u32.o 2022-12-01T09:56:03.4646464Z [ 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_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T09:56:03.4663751Z [ 10%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2022-12-01T09:56:03.6167718Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_i64.o 2022-12-01T09:56:03.7234118Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_u64.o 2022-12-01T09:56:03.7533259Z [ 10%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2022-12-01T09:56:03.7547500Z [ 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-12-01T09:56:03.7785131Z [ 11%] 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-12-01T09:56:04.0591267Z [ 11%] 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-12-01T09:56:04.0744519Z [ 11%] 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-12-01T09:56:04.1531275Z [ 11%] Linking CXX static library ../../lib/libfmt.a 2022-12-01T09:56:04.1827049Z [ 11%] Built target fmt 2022-12-01T09:56:04.1976948Z [ 11%] 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-12-01T09:56:04.3388740Z [ 11%] 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-12-01T09:56:04.3872056Z [ 11%] 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-12-01T09:56:04.4802500Z [ 11%] 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-12-01T09:56:04.6431455Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/brgemm_cell_common.cpp.o 2022-12-01T09:56:04.6752441Z [ 11%] 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-12-01T09:56:04.7538682Z [ 11%] 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-12-01T09:56:05.0004776Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f16.o 2022-12-01T09:56:05.0068526Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_common.cpp.o 2022-12-01T09:56:05.0824939Z [ 11%] 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-12-01T09:56:05.2343698Z [ 11%] 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-12-01T09:56:05.2916125Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru.cpp.o 2022-12-01T09:56:05.3157048Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru_lbr.cpp.o 2022-12-01T09:56:05.4035673Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru.cpp.o 2022-12-01T09:56:05.4947855Z [ 11%] 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-12-01T09:56:05.5211914Z [ 11%] 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-12-01T09:56:05.6432338Z [ 11%] 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-12-01T09:56:05.6789715Z [ 11%] 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-12-01T09:56:05.7291346Z [ 11%] 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-12-01T09:56:05.7994128Z [ 11%] Built target libkineto_defs.bzl 2022-12-01T09:56:05.8049148Z [ 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-12-01T09:56:05.8390041Z [ 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-12-01T09:56:05.9733541Z [ 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-12-01T09:56:06.0321142Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f32.o 2022-12-01T09:56:06.0850592Z [ 11%] 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-12-01T09:56:06.1326062Z [ 11%] 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-12-01T09:56:06.2158311Z [ 11%] 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-12-01T09:56:06.3086796Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_rnn.cpp.o 2022-12-01T09:56:06.4105840Z [ 11%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2022-12-01T09:56:06.4368100Z [ 11%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2022-12-01T09:56:06.5171654Z [ 11%] 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-12-01T09:56:06.7197036Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/rnn_utils.cpp.o 2022-12-01T09:56:06.7346375Z [ 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-12-01T09:56:06.7570045Z [ 11%] Built target kineto_api 2022-12-01T09:56:06.7653830Z [ 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-12-01T09:56:06.8338269Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2022-12-01T09:56:06.8419240Z [ 11%] 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-12-01T09:56:06.9695598Z [ 11%] 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-12-01T09:56:07.0607578Z [ 11%] 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-12-01T09:56:07.0713931Z [ 11%] Built target dnnl_cpu 2022-12-01T09:56:07.1055324Z [ 11%] Building CXX object caffe2/CMakeFiles/caffe2_nvrtc.dir/__/aten/src/ATen/cuda/nvrtc_stub/ATenNVRTC.cpp.o 2022-12-01T09:56:07.1271185Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2022-12-01T09:56:07.1525932Z [ 11%] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2022-12-01T09:56:07.2133285Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2022-12-01T09:56:07.2541590Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2022-12-01T09:56:07.3476374Z [ 12%] 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-12-01T09:56:07.4066366Z [ 12%] Linking CXX shared library ../lib/libcaffe2_nvrtc.so 2022-12-01T09:56:07.4848885Z [ 12%] 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-12-01T09:56:07.4884964Z [ 12%] Built target caffe2_nvrtc 2022-12-01T09:56:07.4963408Z [ 12%] 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-12-01T09:56:07.5180184Z [ 12%] 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-12-01T09:56:07.5873879Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2022-12-01T09:56:07.6441501Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_f64.o 2022-12-01T09:56:07.6684150Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_prod_bf16.o 2022-12-01T09:56:07.7973414Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i8.o 2022-12-01T09:56:07.8088731Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u8.o 2022-12-01T09:56:07.8484355Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2022-12-01T09:56:07.8697102Z [ 12%] 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-12-01T09:56:08.1076498Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2022-12-01T09:56:08.1774484Z [ 12%] 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-12-01T09:56:08.4026423Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2022-12-01T09:56:08.4543265Z [ 12%] 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-12-01T09:56:08.6279288Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2022-12-01T09:56:08.8064447Z [ 12%] 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-12-01T09:56:08.9688830Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2022-12-01T09:56:09.0857706Z [ 12%] 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-12-01T09:56:09.1450301Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2022-12-01T09:56:09.4269492Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2022-12-01T09:56:09.4271379Z [ 12%] 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-12-01T09:56:09.4820125Z [ 12%] 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-12-01T09:56:09.4902736Z [ 12%] 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-12-01T09:56:09.4970424Z [ 12%] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2022-12-01T09:56:09.5680960Z [ 12%] Linking C static library ../../lib/libfoxi_loader.a 2022-12-01T09:56:09.5895228Z [ 12%] Built target foxi_loader 2022-12-01T09:56:09.6052055Z [ 12%] 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-12-01T09:56:09.6173330Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i32.o 2022-12-01T09:56:09.7799278Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2022-12-01T09:56:09.8098117Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2022-12-01T09:56:09.8212739Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2022-12-01T09:56:09.8428617Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2022-12-01T09:56:09.9572574Z [ 12%] 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-12-01T09:56:10.0928297Z [ 12%] 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-12-01T09:56:10.1288503Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/ip_convolution.cpp.o 2022-12-01T09:56:10.1487832Z [ 12%] 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-12-01T09:56:10.1529509Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2022-12-01T09:56:10.3349079Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u32.o 2022-12-01T09:56:10.4024151Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_i64.o 2022-12-01T09:56:10.4184447Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloatNodeImpl.cpp.o 2022-12-01T09:56:10.4707592Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2022-12-01T09:56:10.4784216Z [ 12%] 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-12-01T09:56:10.7401140Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2022-12-01T09:56:10.7570858Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_u64.o 2022-12-01T09:56:10.8254559Z [ 12%] 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-12-01T09:56:11.0064216Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntNodeImpl.cpp.o 2022-12-01T09:56:11.1657938Z [ 12%] 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-12-01T09:56:11.2466645Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2022-12-01T09:56:11.3298819Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2022-12-01T09:56:11.5197808Z [ 12%] 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-12-01T09:56:11.6363626Z [ 12%] 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-12-01T09:56:11.6787586Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2022-12-01T09:56:11.8251146Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2022-12-01T09:56:11.9675740Z [ 12%] 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-12-01T09:56:12.0042880Z [ 12%] 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-12-01T09:56:12.0654004Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2022-12-01T09:56:12.1406632Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2022-12-01T09:56:12.1905124Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2022-12-01T09:56:12.2950556Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2022-12-01T09:56:12.3552501Z [ 12%] 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-12-01T09:56:12.4990990Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2022-12-01T09:56:12.5090219Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f16.o 2022-12-01T09:56:12.5828021Z [ 12%] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2022-12-01T09:56:12.6346793Z [ 12%] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2022-12-01T09:56:12.6740735Z [ 12%] 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-12-01T09:56:12.6817328Z [ 12%] Built target common 2022-12-01T09:56:12.6895480Z [ 12%] 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-12-01T09:56:12.7184881Z [ 12%] Linking C executable ../../bin/mkrename 2022-12-01T09:56:12.7600750Z [ 12%] Built target mkrename 2022-12-01T09:56:12.7673047Z [ 12%] 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-12-01T09:56:12.8097123Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2022-12-01T09:56:12.8445281Z [ 12%] Generating ATen headers 2022-12-01T09:56:13.0132084Z [ 12%] Generating ATen sources 2022-12-01T09:56:13.0456496Z [ 12%] Generating ATen declarations_yaml 2022-12-01T09:56:13.1143155Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2022-12-01T09:56:13.1170029Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_convolution.cpp.o 2022-12-01T09:56:13.4406623Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2022-12-01T09:56:13.5353152Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_deconvolution.cpp.o 2022-12-01T09:56:13.7395602Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2022-12-01T09:56:13.8914596Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_conv_kernel.cpp.o 2022-12-01T09:56:14.0464669Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2022-12-01T09:56:14.1872911Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_convolution.cpp.o 2022-12-01T09:56:14.2906019Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f32.o 2022-12-01T09:56:14.2940345Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2022-12-01T09:56:14.5302056Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_conv_kernel.cpp.o 2022-12-01T09:56:14.6180646Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o 2022-12-01T09:56:14.8539454Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2022-12-01T09:56:14.9060039Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_convolution.cpp.o 2022-12-01T09:56:15.1282727Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2022-12-01T09:56:15.2426303Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_dw_conv_kernel.cpp.o 2022-12-01T09:56:15.3592879Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2022-12-01T09:56:15.5827634Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_sum.cpp.o 2022-12-01T09:56:15.5888755Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2022-12-01T09:56:15.8510862Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2022-12-01T09:56:15.9716914Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16cvt.cpp.o 2022-12-01T09:56:16.0460034Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2022-12-01T09:56:16.2719075Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_f64.o 2022-12-01T09:56:16.2880334Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_2x3.cpp.o 2022-12-01T09:56:16.2915563Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2022-12-01T09:56:16.6419195Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2022-12-01T09:56:16.6540612Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3.cpp.o 2022-12-01T09:56:16.9295968Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2022-12-01T09:56:16.9815280Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3_kernel.cpp.o 2022-12-01T09:56:17.1414333Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2022-12-01T09:56:17.2905377Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_u8s8s32x_wino_convolution.cpp.o 2022-12-01T09:56:17.3866715Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2022-12-01T09:56:17.6216495Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2022-12-01T09:56:17.6982903Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o 2022-12-01T09:56:17.8133067Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2022-12-01T09:56:18.0555307Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2022-12-01T09:56:18.0589955Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o 2022-12-01T09:56:18.0664091Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_min_bf16.o 2022-12-01T09:56:18.1164921Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i8.o 2022-12-01T09:56:18.3204909Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2022-12-01T09:56:18.3641772Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o 2022-12-01T09:56:18.5038357Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2022-12-01T09:56:18.7187333Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2022-12-01T09:56:18.7460624Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_convolution.cpp.o 2022-12-01T09:56:18.9151464Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2022-12-01T09:56:19.0588483Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_deconvolution.cpp.o 2022-12-01T09:56:19.0998315Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2022-12-01T09:56:19.1685092Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2022-12-01T09:56:19.3527849Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2022-12-01T09:56:19.4283436Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brdgmm_dw_conv.cpp.o 2022-12-01T09:56:19.6119199Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2022-12-01T09:56:19.6989383Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_1x1_conv.cpp.o 2022-12-01T09:56:19.7664621Z [ 12%] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2022-12-01T09:56:19.8473570Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2022-12-01T09:56:19.8521485Z [ 12%] Linking C executable ../../bin/mkalias 2022-12-01T09:56:19.8705046Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u8.o 2022-12-01T09:56:19.9016413Z [ 12%] Built target mkalias 2022-12-01T09:56:19.9164646Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i32.o 2022-12-01T09:56:20.0529028Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv.cpp.o 2022-12-01T09:56:20.1994592Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2022-12-01T09:56:20.3755729Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_comp_pad_kernel.cpp.o 2022-12-01T09:56:20.4422918Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2022-12-01T09:56:20.6759613Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_trans_kernel.cpp.o 2022-12-01T09:56:20.7102592Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2022-12-01T09:56:20.9637836Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2022-12-01T09:56:21.0566588Z [ 12%] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2022-12-01T09:56:21.0896151Z [ 12%] 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-12-01T09:56:21.2797984Z [ 13%] 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-12-01T09:56:21.3090998Z [ 13%] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2022-12-01T09:56:21.3887450Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u32.o 2022-12-01T09:56:21.6117078Z [ 13%] 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-12-01T09:56:21.6118289Z [ 13%] 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-12-01T09:56:21.6386126Z [ 13%] Linking CXX shared library ../lib/libc10.so 2022-12-01T09:56:21.7585131Z [ 13%] 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-12-01T09:56:21.7669735Z [ 13%] Built target c10 2022-12-01T09:56:21.7769936Z [ 13%] 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-12-01T09:56:21.9480185Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_i64.o 2022-12-01T09:56:21.9781101Z [ 13%] Generating include/renameavx512f.h 2022-12-01T09:56:21.9799637Z Generating renameavx512f.h: mkrename finz_ 8 16 avx512f 2022-12-01T09:56:21.9948343Z [ 13%] Built target renameAVX512F.h_generated 2022-12-01T09:56:22.0043095Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_u64.o 2022-12-01T09:56:22.0808798Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f16.o 2022-12-01T09:56:22.1145329Z [ 13%] 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-12-01T09:56:22.3982934Z [ 13%] 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-12-01T09:56:22.7360634Z [ 13%] 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-12-01T09:56:23.0892660Z [ 13%] 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-12-01T09:56:23.2357597Z [ 13%] Generating include/renameavx2.h 2022-12-01T09:56:23.2368716Z Generating renameavx2.h: mkrename finz_ 4 8 avx2 2022-12-01T09:56:23.2480170Z [ 13%] Built target renameAVX2.h_generated 2022-12-01T09:56:23.2727064Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f32.o 2022-12-01T09:56:23.4125037Z [ 13%] 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-12-01T09:56:23.6312131Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_f64.o 2022-12-01T09:56:23.6547448Z [ 13%] 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-12-01T09:56:23.6970375Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_max_bf16.o 2022-12-01T09:56:23.7436359Z [ 13%] 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-12-01T09:56:23.9400732Z [ 13%] Generating include/renameavx2128.h 2022-12-01T09:56:23.9411759Z Generating renameavx2128.h: mkrename finz_ 2 4 avx2128 2022-12-01T09:56:23.9505498Z [ 13%] Built target renameAVX2128.h_generated 2022-12-01T09:56:23.9592881Z [ 13%] 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-12-01T09:56:24.1179209Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i8.o 2022-12-01T09:56:24.2667395Z [ 13%] 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-12-01T09:56:24.5687302Z [ 13%] 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-12-01T09:56:24.8846436Z [ 13%] 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-12-01T09:56:25.1705700Z [ 13%] 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-12-01T09:56:25.2528525Z [ 13%] Generating include/renamefma4.h 2022-12-01T09:56:25.2539124Z Generating renamefma4.h: mkrename finz_ 4 8 fma4 2022-12-01T09:56:25.2608002Z [ 13%] Built target renameFMA4.h_generated 2022-12-01T09:56:25.2739274Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u8.o 2022-12-01T09:56:25.4386203Z [ 13%] Generating include/renameavx.h 2022-12-01T09:56:25.4398722Z Generating renameavx.h: mkrename cinz_ 4 8 avx 2022-12-01T09:56:25.4486615Z [ 13%] Built target renameAVX.h_generated 2022-12-01T09:56:25.4575605Z [ 13%] 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-12-01T09:56:25.5110811Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i32.o 2022-12-01T09:56:25.5624865Z [ 13%] 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-12-01T09:56:25.8245713Z [ 13%] Generating include/renamesse4.h 2022-12-01T09:56:25.8255955Z Generating renamesse4.h: mkrename cinz_ 2 4 sse4 2022-12-01T09:56:25.8338756Z [ 13%] Built target renameSSE4.h_generated 2022-12-01T09:56:25.8502497Z [ 13%] Generating include/renamesse2.h 2022-12-01T09:56:25.8511858Z Generating renamesse2.h: mkrename cinz_ 2 4 sse2 2022-12-01T09:56:25.8581348Z [ 13%] Built target renameSSE2.h_generated 2022-12-01T09:56:25.8695652Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u32.o 2022-12-01T09:56:25.8718434Z [ 13%] 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-12-01T09:56:25.9318917Z [ 13%] Generating include/renamepurec_scalar.h 2022-12-01T09:56:25.9331704Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2022-12-01T09:56:25.9421311Z [ 13%] Built target renamePUREC_SCALAR.h_generated 2022-12-01T09:56:25.9492283Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_i64.o 2022-12-01T09:56:26.2669794Z [ 13%] 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-12-01T09:56:26.5948352Z [ 13%] 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-12-01T09:56:26.9162000Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization_kernels.cpp.o 2022-12-01T09:56:26.9821914Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_u64.o 2022-12-01T09:56:27.3021230Z [ 13%] 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-12-01T09:56:27.3935450Z [ 13%] Generating include/renamepurecfma_scalar.h 2022-12-01T09:56:27.3947422Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2022-12-01T09:56:27.4108296Z [ 13%] Built target renamePURECFMA_SCALAR.h_generated 2022-12-01T09:56:27.4192888Z [ 13%] 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-12-01T09:56:27.5967208Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f16.o 2022-12-01T09:56:27.6218111Z [ 13%] 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-12-01T09:56:27.7537206Z [ 13%] Generating renamedsp128.h 2022-12-01T09:56:27.7598366Z [ 13%] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2022-12-01T09:56:27.7623239Z [ 13%] Built target renamedsp128.h_generated 2022-12-01T09:56:27.7852535Z [ 13%] Generating renamedsp256.h 2022-12-01T09:56:27.7954387Z [ 13%] Built target renamedsp256.h_generated 2022-12-01T09:56:27.8213473Z [ 13%] Built target nvfuser_rt_UnpackRaw 2022-12-01T09:56:27.8346261Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f32.o 2022-12-01T09:56:27.8564106Z [ 13%] Linking C executable ../../bin/mkdisp 2022-12-01T09:56:27.9057598Z [ 13%] Built target mkdisp 2022-12-01T09:56:27.9811861Z [ 13%] 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-12-01T09:56:28.3480841Z [ 13%] 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-12-01T09:56:28.6788967Z [ 13%] 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-12-01T09:56:28.7493101Z [ 13%] 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-12-01T09:56:28.9798394Z [ 13%] 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-12-01T09:56:29.1826484Z [ 13%] Built target nvfuser_rt_array 2022-12-01T09:56:29.2108772Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_f64.o 2022-12-01T09:56:29.2888422Z [ 13%] 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-12-01T09:56:29.5228240Z [ 13%] 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-12-01T09:56:29.6954690Z [ 13%] 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-12-01T09:56:29.8167896Z [ 13%] 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-12-01T09:56:29.9215661Z [ 13%] 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-12-01T09:56:30.0514536Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_premulsum_bf16.o 2022-12-01T09:56:30.1741810Z [ 13%] Built target nvfuser_rt_block_reduction 2022-12-01T09:56:30.1818809Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i8.o 2022-12-01T09:56:30.2577047Z [ 13%] 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-12-01T09:56:30.5702178Z [ 13%] 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-12-01T09:56:30.9121266Z [ 13%] 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-12-01T09:56:30.9950563Z [ 13%] Built target nvfuser_rt_block_sync_atomic 2022-12-01T09:56:31.0172166Z [ 13%] Built target nvfuser_rt_block_sync_default 2022-12-01T09:56:31.0483484Z [ 13%] 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-12-01T09:56:31.2490756Z [ 13%] 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-12-01T09:56:31.3231040Z [ 13%] 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-12-01T09:56:31.6540100Z [ 13%] 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-12-01T09:56:31.6595549Z [ 13%] 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-12-01T09:56:31.7783733Z [ 13%] 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-12-01T09:56:31.9376305Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u8.o 2022-12-01T09:56:31.9973382Z [ 13%] 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-12-01T09:56:32.0022494Z [ 13%] 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-12-01T09:56:32.0582742Z [ 13%] Built target nvfuser_rt_broadcast 2022-12-01T09:56:32.0722263Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i32.o 2022-12-01T09:56:32.2807370Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u32.o 2022-12-01T09:56:32.4176369Z [ 13%] 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-12-01T09:56:32.7354409Z [ 13%] 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-12-01T09:56:33.0460486Z [ 13%] 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-12-01T09:56:33.3254872Z [ 13%] 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-12-01T09:56:33.6137272Z [ 13%] 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-12-01T09:56:33.7483021Z [ 13%] 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-12-01T09:56:33.8419240Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_i64.o 2022-12-01T09:56:33.9411653Z [ 13%] 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-12-01T09:56:34.0393708Z [ 13%] 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-12-01T09:56:34.0433119Z [ 13%] 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-12-01T09:56:34.2862284Z [ 13%] Built target nvfuser_rt_fp16_support 2022-12-01T09:56:34.3099604Z [ 13%] Built target nvfuser_rt_fused_reduction 2022-12-01T09:56:34.3259479Z [ 13%] 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-12-01T09:56:34.3658535Z [ 13%] Built target nvfuser_rt_fused_welford_helper 2022-12-01T09:56:34.3751435Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_u64.o 2022-12-01T09:56:34.3899851Z [ 13%] Built target nvfuser_rt_fused_welford_impl 2022-12-01T09:56:34.3999289Z [ 13%] 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-12-01T09:56:34.6471545Z [ 13%] Built target nvfuser_rt_bf16_support 2022-12-01T09:56:34.6544927Z [ 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-12-01T09:56:34.7933621Z [ 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-12-01T09:56:34.9995196Z [ 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-12-01T09:56:35.1581279Z [ 13%] Built target nvfuser_rt_grid_broadcast 2022-12-01T09:56:35.1814150Z [ 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-12-01T09:56:35.2694400Z [ 13%] Built target nvfuser_rt_grid_reduction 2022-12-01T09:56:35.3433137Z [ 13%] Built target nvfuser_rt_grid_sync 2022-12-01T09:56:35.3900428Z [ 13%] Built target nvfuser_rt_helpers 2022-12-01T09:56:35.4531607Z [ 13%] Built target nvfuser_rt_index_utils 2022-12-01T09:56:35.4804074Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f16.o 2022-12-01T09:56:35.4866120Z [ 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-12-01T09:56:35.6693753Z [ 13%] Built target nvfuser_rt_random_numbers 2022-12-01T09:56:35.6818312Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f32.o 2022-12-01T09:56:35.8203906Z [ 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-12-01T09:56:36.0823404Z [ 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-12-01T09:56:36.0904048Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_f64.o 2022-12-01T09:56:36.3574052Z [ 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-12-01T09:56:36.6620856Z [ 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-12-01T09:56:36.9610501Z [ 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-12-01T09:56:37.2712325Z [ 13%] Built target dnnl_cpu_x64 2022-12-01T09:56:37.3054331Z Compiling sendrecv.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/sendrecv_sumpostdiv_bf16.o 2022-12-01T09:56:37.3100675Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i8.o 2022-12-01T09:56:37.5439359Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u8.o 2022-12-01T09:56:37.8090651Z [ 13%] Built target nvfuser_rt_tensor 2022-12-01T09:56:37.8255383Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i32.o 2022-12-01T09:56:39.1710100Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u32.o 2022-12-01T09:56:50.5162277Z [ 13%] Built target ATEN_CUDA_FILES_GEN_TARGET 2022-12-01T09:56:50.5370997Z [ 13%] Built target nvfuser_rt_tuple 2022-12-01T09:56:50.5432946Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_i64.o 2022-12-01T09:56:52.1898065Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_u64.o 2022-12-01T09:56:52.8244374Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f16.o 2022-12-01T09:56:53.9851465Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f32.o 2022-12-01T09:56:54.2783303Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_f64.o 2022-12-01T09:57:01.7902862Z [ 13%] Built target ATEN_CPU_FILES_GEN_TARGET 2022-12-01T09:57:01.8068249Z [ 13%] Built target nvfuser_rt_type_traits 2022-12-01T09:57:01.8125693Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sum_bf16.o 2022-12-01T09:57:05.8946526Z [ 13%] Built target nvfuser_rt_welford 2022-12-01T09:57:05.9016880Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i8.o 2022-12-01T09:57:07.2748970Z [ 13%] Built target nvfuser_rt_warp 2022-12-01T09:57:07.2868573Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u8.o 2022-12-01T09:57:07.7063652Z [ 13%] Built target nvfuser_rt_tensorcore 2022-12-01T09:57:07.7126563Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i32.o 2022-12-01T09:57:08.1934155Z [ 13%] Built target nvfuser_rt_memory 2022-12-01T09:57:08.1992472Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u32.o 2022-12-01T09:57:10.3127906Z [ 13%] Built target nvfuser_rt_swizzle 2022-12-01T09:57:10.3199150Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_i64.o 2022-12-01T09:57:20.3501950Z [ 13%] Built target nvfuser_rt_PhiloxCudaStateRaw 2022-12-01T09:57:20.3563080Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_u64.o 2022-12-01T09:57:23.0449475Z [ 13%] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2022-12-01T09:57:23.0954654Z [ 13%] Linking C shared library ../lib/libtorch_global_deps.so 2022-12-01T09:57:23.3692793Z [ 13%] Built target torch_global_deps 2022-12-01T09:57:23.3771287Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f16.o 2022-12-01T09:57:23.3831833Z [ 13%] Built target python_copy_files 2022-12-01T09:57:23.3894541Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f32.o 2022-12-01T09:57:23.6578038Z [ 13%] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2022-12-01T09:57:23.7562802Z [ 13%] Linking C executable ../../bin/mkrename_gnuabi 2022-12-01T09:57:23.8047843Z [ 13%] Built target mkrename_gnuabi 2022-12-01T09:57:23.8123749Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_f64.o 2022-12-01T09:57:24.4524944Z [ 13%] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2022-12-01T09:57:24.5449997Z [ 13%] Linking C executable ../../bin/mkmasked_gnuabi 2022-12-01T09:57:24.5920864Z [ 13%] Built target mkmasked_gnuabi 2022-12-01T09:57:24.5979754Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_prod_bf16.o 2022-12-01T09:57:25.7868890Z [ 13%] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2022-12-01T09:57:25.8901831Z [ 13%] Built target arraymap 2022-12-01T09:57:25.8962510Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i8.o 2022-12-01T09:57:35.3941687Z [ 13%] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2022-12-01T09:57:35.4839976Z [ 13%] Linking C executable ../../bin/addSuffix 2022-12-01T09:57:35.5354672Z [ 13%] Built target addSuffix 2022-12-01T09:57:35.5416666Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u8.o 2022-12-01T09:57:36.2754774Z [ 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-12-01T09:57:38.7153012Z [ 13%] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2022-12-01T09:57:42.1911184Z [ 13%] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2022-12-01T09:57:42.2258919Z Generating Python interface file 'datapipe.pyi'... 2022-12-01T09:57:42.2493027Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i32.o 2022-12-01T09:57:42.6750518Z [ 13%] Generating ../../../torch/version.py 2022-12-01T09:57:45.3084358Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u32.o 2022-12-01T09:57:45.4917743Z [ 13%] Built target torch_python_stubs 2022-12-01T09:57:45.4975284Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_i64.o 2022-12-01T09:57:47.8859687Z [ 13%] Built target generate-torch-sources 2022-12-01T09:57:47.8917936Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_u64.o 2022-12-01T09:57:49.2365206Z fatal: no tag exactly matches 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T09:57:49.2830894Z [ 13%] Built target gen_torch_version 2022-12-01T09:57:49.2892403Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f16.o 2022-12-01T09:57:52.0157275Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2022-12-01T09:57:52.2108668Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2022-12-01T09:57:52.4286925Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2022-12-01T09:57:52.6246589Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2022-12-01T09:57:52.8213941Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2022-12-01T09:57:53.0268517Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2022-12-01T09:57:53.2174249Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2022-12-01T09:57:53.4152069Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2022-12-01T09:57:53.6196063Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2022-12-01T09:57:53.8226902Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2022-12-01T09:57:54.0219875Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2022-12-01T09:57:54.2204032Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2022-12-01T09:57:54.2626271Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f32.o 2022-12-01T09:57:54.4309171Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2022-12-01T09:57:54.5788873Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2022-12-01T09:57:54.7720214Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2022-12-01T09:57:54.9664329Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2022-12-01T09:57:55.1614272Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2022-12-01T09:57:55.3037372Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2022-12-01T09:57:55.4862403Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2022-12-01T09:57:55.7141088Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2022-12-01T09:57:55.8652690Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2022-12-01T09:57:56.0088337Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2022-12-01T09:57:56.2076038Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2022-12-01T09:57:56.3993682Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2022-12-01T09:57:56.5923075Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2022-12-01T09:57:56.7998295Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2022-12-01T09:57:57.0011259Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2022-12-01T09:57:57.1982298Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2022-12-01T09:57:57.3950795Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2022-12-01T09:57:57.5395982Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2022-12-01T09:57:57.7186487Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2022-12-01T09:57:57.8552382Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2022-12-01T09:57:57.9980860Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2022-12-01T09:57:58.0743270Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2022-12-01T09:57:58.1537373Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_f64.o 2022-12-01T09:57:58.2157895Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2022-12-01T09:57:58.4148684Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2022-12-01T09:57:58.5657357Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2022-12-01T09:57:58.7303119Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2022-12-01T09:57:58.7899055Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2022-12-01T09:57:58.9326473Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_min_bf16.o 2022-12-01T09:57:58.9930739Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2022-12-01T09:57:59.1885830Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2022-12-01T09:57:59.3724529Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2022-12-01T09:57:59.5820306Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2022-12-01T09:57:59.7759324Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2022-12-01T09:57:59.9749634Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2022-12-01T09:58:00.1707812Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2022-12-01T09:58:00.3642949Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2022-12-01T09:58:00.5108467Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2022-12-01T09:58:00.7055764Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2022-12-01T09:58:00.9002556Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2022-12-01T09:58:01.0962141Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2022-12-01T09:58:01.1861693Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2022-12-01T09:58:01.2582246Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2022-12-01T09:58:01.2910929Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2022-12-01T09:58:01.3220707Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2022-12-01T09:58:01.3753086Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2022-12-01T09:58:01.4383171Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2022-12-01T09:58:01.4857768Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2022-12-01T09:58:01.5231277Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2022-12-01T09:58:01.5814378Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2022-12-01T09:58:01.6374136Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2022-12-01T09:58:01.6880000Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2022-12-01T09:58:01.6905790Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2022-12-01T09:58:01.7504356Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2022-12-01T09:58:01.8016854Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2022-12-01T09:58:01.8594025Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2022-12-01T09:58:01.8844951Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2022-12-01T09:58:01.9086802Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2022-12-01T09:58:01.9691852Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2022-12-01T09:58:02.0347175Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2022-12-01T09:58:02.0955510Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2022-12-01T09:58:02.1044976Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2022-12-01T09:58:02.1825086Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2022-12-01T09:58:02.2527622Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2022-12-01T09:58:02.2940886Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2022-12-01T09:58:02.3192022Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2022-12-01T09:58:02.3864463Z [ 14%] Linking C static library ../../lib/libcpuinfo.a 2022-12-01T09:58:02.4183318Z [ 14%] Built target cpuinfo 2022-12-01T09:58:02.4298100Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i8.o 2022-12-01T09:58:02.5014728Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2022-12-01T09:58:02.7110708Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2022-12-01T09:58:02.9025547Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2022-12-01T09:58:03.0957560Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2022-12-01T09:58:03.3173718Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2022-12-01T09:58:03.3670160Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2022-12-01T09:58:03.5588044Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2022-12-01T09:58:03.7457262Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2022-12-01T09:58:03.9376761Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2022-12-01T09:58:04.1335735Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2022-12-01T09:58:04.3362164Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2022-12-01T09:58:04.5301066Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2022-12-01T09:58:04.7375486Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2022-12-01T09:58:04.9349355Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2022-12-01T09:58:05.1496508Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2022-12-01T09:58:05.3438567Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2022-12-01T09:58:05.5360363Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2022-12-01T09:58:05.7302587Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2022-12-01T09:58:05.9277803Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2022-12-01T09:58:06.1301585Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2022-12-01T09:58:06.3275019Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2022-12-01T09:58:06.5191287Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2022-12-01T09:58:06.7146300Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2022-12-01T09:58:06.8424534Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2022-12-01T09:58:06.9531011Z [ 14%] Linking CXX static library ../../../lib/libprotoc.a 2022-12-01T09:58:07.0120708Z [ 14%] Built target libprotoc 2022-12-01T09:58:07.0174813Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u8.o 2022-12-01T09:58:07.3714385Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2022-12-01T09:58:07.4377520Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2022-12-01T09:58:07.4975799Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2022-12-01T09:58:07.5515984Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2022-12-01T09:58:07.6100108Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2022-12-01T09:58:07.6561820Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2022-12-01T09:58:07.7046743Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2022-12-01T09:58:07.7543900Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2022-12-01T09:58:07.8052759Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2022-12-01T09:58:07.8778141Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2022-12-01T09:58:07.9387907Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2022-12-01T09:58:08.0288053Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2022-12-01T09:58:08.0833312Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2022-12-01T09:58:08.1448129Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2022-12-01T09:58:08.2069728Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2022-12-01T09:58:08.2711160Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2022-12-01T09:58:08.3411591Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2022-12-01T09:58:08.4064815Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2022-12-01T09:58:08.4693460Z [ 14%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2022-12-01T09:58:08.5333927Z [ 14%] Linking C static library ../../lib/libcpuinfo_internals.a 2022-12-01T09:58:08.5617205Z [ 14%] Built target cpuinfo_internals 2022-12-01T09:58:08.5708485Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i32.o 2022-12-01T09:58:08.8522175Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2022-12-01T09:58:08.9320450Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2022-12-01T09:58:09.0094066Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2022-12-01T09:58:09.0837731Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2022-12-01T09:58:09.1554852Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2022-12-01T09:58:09.2215459Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2022-12-01T09:58:09.2935252Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2022-12-01T09:58:09.3655572Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2022-12-01T09:58:09.4381889Z [ 14%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2022-12-01T09:58:09.5109622Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2022-12-01T09:58:09.5801966Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2022-12-01T09:58:09.6639297Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2022-12-01T09:58:09.7358343Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2022-12-01T09:58:09.8063433Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2022-12-01T09:58:09.8740333Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2022-12-01T09:58:09.9494575Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2022-12-01T09:58:10.0216804Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-12-01T09:58:10.0912289Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2022-12-01T09:58:10.1475375Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-12-01T09:58:10.2142097Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-12-01T09:58:10.2953466Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-12-01T09:58:10.3581833Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-12-01T09:58:10.4283328Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-12-01T09:58:10.5410343Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-12-01T09:58:10.6629212Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-12-01T09:58:10.7881691Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-12-01T09:58:10.8622550Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-12-01T09:58:10.9322567Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-12-01T09:58:10.9949768Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-12-01T09:58:11.0988737Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-12-01T09:58:11.2052366Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2022-12-01T09:58:11.3130325Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2022-12-01T09:58:11.3788706Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-12-01T09:58:11.4441759Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-12-01T09:58:11.5078647Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2022-12-01T09:58:11.5714558Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-12-01T09:58:11.6416780Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-12-01T09:58:11.7087011Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-12-01T09:58:11.7181902Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u32.o 2022-12-01T09:58:11.7698876Z [ 15%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-12-01T09:58:11.8368069Z [ 15%] Linking C static library ../../lib/libqnnpack.a 2022-12-01T09:58:11.8708865Z [ 15%] Built target qnnpack 2022-12-01T09:58:11.8775698Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_i64.o 2022-12-01T09:58:17.1272119Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2022-12-01T09:58:17.2051786Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2022-12-01T09:58:17.2982666Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2022-12-01T09:58:17.3881912Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2022-12-01T09:58:17.4667499Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2022-12-01T09:58:17.5421863Z [ 15%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2022-12-01T09:58:17.6478698Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2022-12-01T09:58:17.7762903Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2022-12-01T09:58:17.9070083Z [ 15%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2022-12-01T09:58:18.0355210Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2022-12-01T09:58:18.1520424Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2022-12-01T09:58:18.2629184Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2022-12-01T09:58:18.3680412Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2022-12-01T09:58:18.4449790Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2022-12-01T09:58:18.5508192Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2022-12-01T09:58:18.6485558Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2022-12-01T09:58:18.7515642Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2022-12-01T09:58:18.8499528Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2022-12-01T09:58:18.9512447Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2022-12-01T09:58:19.0258886Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2022-12-01T09:58:19.1416930Z [ 15%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2022-12-01T09:58:19.2971032Z [ 15%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2022-12-01T09:58:19.4555924Z [ 15%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2022-12-01T09:58:19.5967752Z [ 15%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2022-12-01T09:58:19.7032863Z [ 15%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/pack_block_sparse.cc.o 2022-12-01T09:58:19.8800488Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2022-12-01T09:58:19.9930240Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2022-12-01T09:58:20.0994184Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-12-01T09:58:20.1894269Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2022-12-01T09:58:20.2757344Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-12-01T09:58:20.3873963Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-12-01T09:58:20.4763127Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-12-01T09:58:20.5621330Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-12-01T09:58:20.6368374Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-12-01T09:58:20.7506492Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-12-01T09:58:20.8923490Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2022-12-01T09:58:21.0087231Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2022-12-01T09:58:21.1338904Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-12-01T09:58:21.2753020Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2022-12-01T09:58:21.4074551Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-12-01T09:58:21.5098048Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-12-01T09:58:21.5939649Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-12-01T09:58:21.6847232Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-12-01T09:58:21.8141904Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2022-12-01T09:58:21.9286045Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-12-01T09:58:22.0575626Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2022-12-01T09:58:22.1961923Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2022-12-01T09:58:22.3150552Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2022-12-01T09:58:22.3263857Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2022-12-01T09:58:22.4181345Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_u64.o 2022-12-01T09:58:22.4584479Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-12-01T09:58:22.5673203Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-12-01T09:58:22.6713040Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2022-12-01T09:58:22.7517480Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-12-01T09:58:22.8369382Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-12-01T09:58:22.8370120Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f16.o 2022-12-01T09:58:22.8870687Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-12-01T09:58:22.9747277Z [ 15%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-12-01T09:58:23.0665546Z [ 15%] Linking CXX static library ../../lib/libpytorch_qnnpack.a 2022-12-01T09:58:23.1015261Z [ 15%] Built target pytorch_qnnpack 2022-12-01T09:58:23.1101666Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f32.o 2022-12-01T09:58:23.9368483Z [ 15%] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2022-12-01T09:58:25.6992196Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2022-12-01T09:58:25.7491469Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2022-12-01T09:58:25.8014394Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2022-12-01T09:58:25.8546508Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2022-12-01T09:58:25.9152477Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2022-12-01T09:58:25.9680033Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2022-12-01T09:58:26.0275577Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2022-12-01T09:58:26.0885978Z [ 15%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2022-12-01T09:58:26.1483368Z [ 15%] Linking C static library ../../lib/libnnpack_reference_layers.a 2022-12-01T09:58:26.1749937Z [ 15%] Built target nnpack_reference_layers 2022-12-01T09:58:26.1805897Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_f64.o 2022-12-01T09:58:26.2480084Z [ 15%] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2022-12-01T09:58:27.6332929Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-12-01T09:58:27.7051689Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-12-01T09:58:27.7747553Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-12-01T09:58:27.8398161Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-12-01T09:58:27.9165694Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-scalar-c1.c.o 2022-12-01T09:58:27.9742358Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-scalar-c1.c.o 2022-12-01T09:58:28.0326370Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-scalar-c1.c.o 2022-12-01T09:58:28.0923692Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T09:58:28.1484008Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-scalar-c1.c.o 2022-12-01T09:58:28.2058409Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c.o 2022-12-01T09:58:28.2670095Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c.o 2022-12-01T09:58:28.3253661Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c.o 2022-12-01T09:58:28.3827206Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar-acc2.c.o 2022-12-01T09:58:28.4552439Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar.c.o 2022-12-01T09:58:28.5197059Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar-acc2.c.o 2022-12-01T09:58:28.5819048Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar.c.o 2022-12-01T09:58:28.6430578Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar-acc2.c.o 2022-12-01T09:58:28.7086044Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar.c.o 2022-12-01T09:58:28.7770436Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar-acc2.c.o 2022-12-01T09:58:28.8454708Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar.c.o 2022-12-01T09:58:28.9107369Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar-acc2.c.o 2022-12-01T09:58:28.9758053Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar.c.o 2022-12-01T09:58:29.0411426Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar-acc2.c.o 2022-12-01T09:58:29.1096835Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar.c.o 2022-12-01T09:58:29.1737354Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar-acc2.c.o 2022-12-01T09:58:29.2440426Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar.c.o 2022-12-01T09:58:29.3135043Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar-acc2.c.o 2022-12-01T09:58:29.3978309Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar.c.o 2022-12-01T09:58:29.4707169Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar-acc2.c.o 2022-12-01T09:58:29.5368352Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar.c.o 2022-12-01T09:58:29.5992678Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar-acc2.c.o 2022-12-01T09:58:29.6623955Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar.c.o 2022-12-01T09:58:29.7276723Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar-acc2.c.o 2022-12-01T09:58:29.7987033Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar.c.o 2022-12-01T09:58:29.8678413Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar-acc2.c.o 2022-12-01T09:58:29.9421133Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar.c.o 2022-12-01T09:58:30.0043806Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar-acc2.c.o 2022-12-01T09:58:30.0701928Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar.c.o 2022-12-01T09:58:30.1617764Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar-acc2.c.o 2022-12-01T09:58:30.2254617Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar.c.o 2022-12-01T09:58:30.3168936Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar-acc2.c.o 2022-12-01T09:58:30.3844264Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar.c.o 2022-12-01T09:58:30.4500934Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar-acc2.c.o 2022-12-01T09:58:30.5241997Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar.c.o 2022-12-01T09:58:30.5951935Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc2.c.o 2022-12-01T09:58:30.6605517Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc3.c.o 2022-12-01T09:58:30.7269588Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc4.c.o 2022-12-01T09:58:30.7923463Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1.c.o 2022-12-01T09:58:30.8578438Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1-acc2.c.o 2022-12-01T09:58:30.9322124Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1.c.o 2022-12-01T09:58:31.0018546Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-3x1.c.o 2022-12-01T09:58:31.0661505Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-4x1.c.o 2022-12-01T09:58:31.1339386Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-5x1.c.o 2022-12-01T09:58:31.1998509Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-6x1.c.o 2022-12-01T09:58:31.2646436Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc2.c.o 2022-12-01T09:58:31.3326159Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc3.c.o 2022-12-01T09:58:31.3976275Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc4.c.o 2022-12-01T09:58:31.4698102Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1.c.o 2022-12-01T09:58:31.5394202Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1-acc2.c.o 2022-12-01T09:58:31.6057505Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1.c.o 2022-12-01T09:58:31.6743259Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-3x1.c.o 2022-12-01T09:58:31.7439419Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-4x1.c.o 2022-12-01T09:58:31.8126596Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc2.c.o 2022-12-01T09:58:31.8819866Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc3.c.o 2022-12-01T09:58:31.9499327Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc4.c.o 2022-12-01T09:58:32.0249777Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc5.c.o 2022-12-01T09:58:32.0917426Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1.c.o 2022-12-01T09:58:32.1576507Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc2.c.o 2022-12-01T09:58:32.2198172Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc3.c.o 2022-12-01T09:58:32.2879735Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1.c.o 2022-12-01T09:58:32.3550486Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1-acc2.c.o 2022-12-01T09:58:32.4245765Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1.c.o 2022-12-01T09:58:32.4787248Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc2.c.o 2022-12-01T09:58:32.5378252Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc3.c.o 2022-12-01T09:58:32.5945827Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc4.c.o 2022-12-01T09:58:32.6590785Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc5.c.o 2022-12-01T09:58:32.7257502Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1.c.o 2022-12-01T09:58:32.7925598Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc2.c.o 2022-12-01T09:58:32.8366388Z [ 16%] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2022-12-01T09:58:32.8574090Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc3.c.o 2022-12-01T09:58:32.9173888Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1.c.o 2022-12-01T09:58:32.9879266Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1-acc2.c.o 2022-12-01T09:58:33.0693487Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1.c.o 2022-12-01T09:58:33.1314791Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x1.c.o 2022-12-01T09:58:33.2010734Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x2.c.o 2022-12-01T09:58:33.2683987Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x3.c.o 2022-12-01T09:58:33.3377950Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x4.c.o 2022-12-01T09:58:33.4088776Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x1.c.o 2022-12-01T09:58:33.4779387Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x2.c.o 2022-12-01T09:58:33.5473775Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x3.c.o 2022-12-01T09:58:33.6157419Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x4.c.o 2022-12-01T09:58:33.6941920Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/scalar-x1.c.o 2022-12-01T09:58:33.7529082Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-scalar-c1.c.o 2022-12-01T09:58:33.8136025Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-scalar-c1.c.o 2022-12-01T09:58:33.8483683Z [ 17%] Generating src/x86_64-fma/blas/s8gemm.py.o 2022-12-01T09:58:33.8704598Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x4inc-minmax-scalar.c.o 2022-12-01T09:58:33.9571432Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/2x4inc-minmax-scalar.c.o 2022-12-01T09:58:34.0203439Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x4inc-minmax-scalar.c.o 2022-12-01T09:58:34.0879030Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-minmax-scalar.c.o 2022-12-01T09:58:34.1640643Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-relu-scalar.c.o 2022-12-01T09:58:34.2216122Z [ 17%] Generating src/x86_64-fma/blas/c8gemm.py.o 2022-12-01T09:58:34.2383637Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-scalar.c.o 2022-12-01T09:58:34.3138121Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-minmax-scalar.c.o 2022-12-01T09:58:34.3931163Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-relu-scalar.c.o 2022-12-01T09:58:34.4716402Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-scalar.c.o 2022-12-01T09:58:34.5371246Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-minmax-scalar.c.o 2022-12-01T09:58:34.6249781Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-relu-scalar.c.o 2022-12-01T09:58:34.7035598Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-scalar.c.o 2022-12-01T09:58:34.7876857Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-minmax-scalar.c.o 2022-12-01T09:58:34.8680473Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-relu-scalar.c.o 2022-12-01T09:58:34.9282404Z [ 17%] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2022-12-01T09:58:34.9502155Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-scalar.c.o 2022-12-01T09:58:35.0276886Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p1.c.o 2022-12-01T09:58:35.0901789Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p2.c.o 2022-12-01T09:58:35.1535492Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p4.c.o 2022-12-01T09:58:35.2434328Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c1.c.o 2022-12-01T09:58:35.3042174Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c2.c.o 2022-12-01T09:58:35.3664149Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c4.c.o 2022-12-01T09:58:35.4264700Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-minmax-scalar.c.o 2022-12-01T09:58:35.5067742Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-relu-scalar.c.o 2022-12-01T09:58:35.6109776Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-scalar.c.o 2022-12-01T09:58:35.6206180Z [ 18%] Generating src/x86_64-fma/blas/conv1x1.py.o 2022-12-01T09:58:35.6361607Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_max_bf16.o 2022-12-01T09:58:35.6913367Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-minmax-scalar.c.o 2022-12-01T09:58:35.7722851Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-relu-scalar.c.o 2022-12-01T09:58:35.8585170Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-scalar.c.o 2022-12-01T09:58:35.9424231Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-minmax-scalar.c.o 2022-12-01T09:58:35.9950424Z [ 18%] Generating src/x86_64-fma/blas/sgemm.py.o 2022-12-01T09:58:36.0103883Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-relu-scalar.c.o 2022-12-01T09:58:36.0918853Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-scalar.c.o 2022-12-01T09:58:36.1751266Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-minmax-scalar.c.o 2022-12-01T09:58:36.2609874Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-relu-scalar.c.o 2022-12-01T09:58:36.3592352Z [ 18%] Generating src/x86_64-fma/max-pooling.py.o 2022-12-01T09:58:36.3706856Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-scalar.c.o 2022-12-01T09:58:36.4393043Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T09:58:36.4967178Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T09:58:36.5587328Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-scalar-c1.c.o 2022-12-01T09:58:36.5950546Z [ 18%] Generating src/x86_64-fma/relu.py.o 2022-12-01T09:58:36.6141648Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/2x4-minmax-scalar.c.o 2022-12-01T09:58:36.6743772Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/3x3-minmax-scalar.c.o 2022-12-01T09:58:36.7274566Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x2-minmax-scalar.c.o 2022-12-01T09:58:36.7785283Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x4-minmax-scalar.c.o 2022-12-01T09:58:36.8109994Z [ 18%] Generating src/x86_64-fma/softmax.py.o 2022-12-01T09:58:36.8605061Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x1.c.o 2022-12-01T09:58:36.9199865Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x4.c.o 2022-12-01T09:58:36.9783872Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-12-01T09:58:37.0452403Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-12-01T09:58:37.1068863Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-12-01T09:58:37.1647048Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-12-01T09:58:37.2217959Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-12-01T09:58:37.2905957Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-12-01T09:58:37.3521478Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-12-01T09:58:37.4121751Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-12-01T09:58:37.5002913Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-12-01T09:58:37.5778211Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-12-01T09:58:37.6502167Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-12-01T09:58:37.6530128Z [ 18%] Generating src/x86_64-fma/blas/sdotxf.py.o 2022-12-01T09:58:37.7128775Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-12-01T09:58:37.7545377Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-12-01T09:58:37.7722932Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i8.o 2022-12-01T09:58:37.8189187Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-12-01T09:58:37.8914054Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-12-01T09:58:37.9699602Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-12-01T09:58:38.0415015Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-12-01T09:58:38.1196895Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-12-01T09:58:38.1893560Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-12-01T09:58:38.2621565Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-12-01T09:58:38.3345398Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-12-01T09:58:38.3657541Z [ 18%] Generating src/x86_64-fma/blas/shdotxf.py.o 2022-12-01T09:58:38.4024226Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-12-01T09:58:38.4986971Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-12-01T09:58:38.5666282Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-12-01T09:58:38.6507268Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x1.c.o 2022-12-01T09:58:38.7092755Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2-acc2.c.o 2022-12-01T09:58:38.7743327Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2.c.o 2022-12-01T09:58:38.8405800Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc2.c.o 2022-12-01T09:58:38.9018866Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc4.c.o 2022-12-01T09:58:38.9585180Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4.c.o 2022-12-01T09:58:39.0338623Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x1.c.o 2022-12-01T09:58:39.0861925Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2-acc2.c.o 2022-12-01T09:58:39.0881634Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2.c.o 2022-12-01T09:58:39.1428154Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u8.o 2022-12-01T09:58:39.1488735Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc2.c.o 2022-12-01T09:58:39.2089994Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc4.c.o 2022-12-01T09:58:39.2680118Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4.c.o 2022-12-01T09:58:39.3373511Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/scalar.c.o 2022-12-01T09:58:39.3918732Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar-pipelined.c.o 2022-12-01T09:58:39.4510791Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar.c.o 2022-12-01T09:58:39.5097169Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar-pipelined.c.o 2022-12-01T09:58:39.5960257Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar.c.o 2022-12-01T09:58:39.6580939Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i32.o 2022-12-01T09:58:39.6588803Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar-pipelined.c.o 2022-12-01T09:58:39.7260092Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar.c.o 2022-12-01T09:58:39.7938326Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar-pipelined.c.o 2022-12-01T09:58:39.8539766Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar.c.o 2022-12-01T09:58:39.9163863Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x2-minmax-scalar.c.o 2022-12-01T09:58:39.9829441Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x4-minmax-scalar.c.o 2022-12-01T09:58:40.0450257Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x1.c.o 2022-12-01T09:58:40.1105338Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x2.c.o 2022-12-01T09:58:40.1767709Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x4.c.o 2022-12-01T09:58:40.2419903Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x8.c.o 2022-12-01T09:58:40.3145098Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x1.c.o 2022-12-01T09:58:40.3792384Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x2.c.o 2022-12-01T09:58:40.4637720Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x4.c.o 2022-12-01T09:58:40.5305429Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x8.c.o 2022-12-01T09:58:40.5934743Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x1.c.o 2022-12-01T09:58:40.6659114Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x2.c.o 2022-12-01T09:58:40.7365162Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x4.c.o 2022-12-01T09:58:40.8038392Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x8.c.o 2022-12-01T09:58:40.8678533Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x1.c.o 2022-12-01T09:58:40.9206628Z [ 19%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2022-12-01T09:58:40.9512535Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x2.c.o 2022-12-01T09:58:40.9945663Z [ 19%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2022-12-01T09:58:41.0162103Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x4.c.o 2022-12-01T09:58:41.0730495Z [ 19%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2022-12-01T09:58:41.0820232Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x8.c.o 2022-12-01T09:58:41.1341604Z [ 19%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2022-12-01T09:58:41.1410117Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x1.c.o 2022-12-01T09:58:41.2090501Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x2.c.o 2022-12-01T09:58:41.2128997Z [ 19%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2022-12-01T09:58:41.2786619Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x4.c.o 2022-12-01T09:58:41.2787572Z [ 19%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2022-12-01T09:58:41.3446116Z [ 19%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2022-12-01T09:58:41.3517911Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x8.c.o 2022-12-01T09:58:41.4149569Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x1.c.o 2022-12-01T09:58:41.4189010Z [ 19%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2022-12-01T09:58:41.4783663Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x2.c.o 2022-12-01T09:58:41.4826188Z [ 19%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2022-12-01T09:58:41.5513757Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x4.c.o 2022-12-01T09:58:41.5620267Z [ 19%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2022-12-01T09:58:41.6180262Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x8.c.o 2022-12-01T09:58:41.6401684Z [ 19%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2022-12-01T09:58:41.6826321Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x1.c.o 2022-12-01T09:58:41.7219263Z [ 19%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2022-12-01T09:58:41.7563925Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x2.c.o 2022-12-01T09:58:41.7811255Z [ 19%] Linking C static library ../../lib/libnnpack.a 2022-12-01T09:58:41.8126429Z [ 19%] Built target nnpack 2022-12-01T09:58:41.8156313Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x4.c.o 2022-12-01T09:58:41.8203880Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x8.c.o 2022-12-01T09:58:41.8848619Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x1.c.o 2022-12-01T09:58:41.8976660Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2022-12-01T09:58:41.9485485Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x2.c.o 2022-12-01T09:58:41.9943031Z [ 19%] Built target indirection 2022-12-01T09:58:42.0021979Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x4.c.o 2022-12-01T09:58:42.0203494Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2022-12-01T09:58:42.0740096Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x8.c.o 2022-12-01T09:58:42.1011583Z [ 19%] Built target packing 2022-12-01T09:58:42.1072319Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x1.c.o 2022-12-01T09:58:42.1325106Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u32.o 2022-12-01T09:58:42.1761405Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x2.c.o 2022-12-01T09:58:42.2370726Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x4.c.o 2022-12-01T09:58:42.2960900Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x8.c.o 2022-12-01T09:58:42.3564781Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x1.c.o 2022-12-01T09:58:42.4193118Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x2.c.o 2022-12-01T09:58:42.4882807Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x4.c.o 2022-12-01T09:58:42.5542046Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x8.c.o 2022-12-01T09:58:42.6220172Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x1.c.o 2022-12-01T09:58:42.6893151Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x2.c.o 2022-12-01T09:58:42.7516336Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x4.c.o 2022-12-01T09:58:42.8315926Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x8.c.o 2022-12-01T09:58:42.8982764Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x1.c.o 2022-12-01T09:58:42.9624175Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x2.c.o 2022-12-01T09:58:43.0279733Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x4.c.o 2022-12-01T09:58:43.0893383Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x8.c.o 2022-12-01T09:58:43.1527531Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x1.c.o 2022-12-01T09:58:43.2184706Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x2.c.o 2022-12-01T09:58:43.2970411Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x4.c.o 2022-12-01T09:58:43.4117123Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x8.c.o 2022-12-01T09:58:43.4776331Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x1.c.o 2022-12-01T09:58:43.5400163Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x2.c.o 2022-12-01T09:58:43.6001408Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x4.c.o 2022-12-01T09:58:43.6556334Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x8.c.o 2022-12-01T09:58:43.7091557Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x1.c.o 2022-12-01T09:58:43.7941187Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x2.c.o 2022-12-01T09:58:43.8569512Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x4.c.o 2022-12-01T09:58:43.9161992Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x8.c.o 2022-12-01T09:58:43.9813375Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x1.c.o 2022-12-01T09:58:44.0464020Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x2.c.o 2022-12-01T09:58:44.1126733Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x4.c.o 2022-12-01T09:58:44.1812898Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x8.c.o 2022-12-01T09:58:44.2451173Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x1.c.o 2022-12-01T09:58:44.3051258Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x2.c.o 2022-12-01T09:58:44.3805426Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x4.c.o 2022-12-01T09:58:44.4400141Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x8.c.o 2022-12-01T09:58:44.5047766Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x1.c.o 2022-12-01T09:58:44.5751525Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x2.c.o 2022-12-01T09:58:44.6445321Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x4.c.o 2022-12-01T09:58:44.7352921Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x8.c.o 2022-12-01T09:58:44.8004345Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x1.c.o 2022-12-01T09:58:44.8618203Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x2.c.o 2022-12-01T09:58:44.9232376Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x4.c.o 2022-12-01T09:58:44.9971431Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x8.c.o 2022-12-01T09:58:45.0660106Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x1.c.o 2022-12-01T09:58:45.1313959Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x2.c.o 2022-12-01T09:58:45.1957494Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x4.c.o 2022-12-01T09:58:45.2613441Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x8.c.o 2022-12-01T09:58:45.3212911Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x1.c.o 2022-12-01T09:58:45.3884624Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x2.c.o 2022-12-01T09:58:45.4483767Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x4.c.o 2022-12-01T09:58:45.5120848Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x8.c.o 2022-12-01T09:58:45.5834530Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x1.c.o 2022-12-01T09:58:45.6467000Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x2.c.o 2022-12-01T09:58:45.7089018Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x4.c.o 2022-12-01T09:58:45.7739648Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x8.c.o 2022-12-01T09:58:45.8378896Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x1.c.o 2022-12-01T09:58:45.9042466Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x2.c.o 2022-12-01T09:58:46.0019197Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x4.c.o 2022-12-01T09:58:46.0865080Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x8.c.o 2022-12-01T09:58:46.1472178Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x1.c.o 2022-12-01T09:58:46.2094461Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x2.c.o 2022-12-01T09:58:46.2741597Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x4.c.o 2022-12-01T09:58:46.3344256Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x8.c.o 2022-12-01T09:58:46.3966337Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x1.c.o 2022-12-01T09:58:46.4617132Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x2.c.o 2022-12-01T09:58:46.5238185Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x4.c.o 2022-12-01T09:58:46.5841497Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x8.c.o 2022-12-01T09:58:46.6471924Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x1.c.o 2022-12-01T09:58:46.7074396Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x2.c.o 2022-12-01T09:58:46.7738288Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x4.c.o 2022-12-01T09:58:46.8384148Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x8.c.o 2022-12-01T09:58:46.9044588Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x1.c.o 2022-12-01T09:58:46.9681988Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x2.c.o 2022-12-01T09:58:47.0306658Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x4.c.o 2022-12-01T09:58:47.0941462Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x8.c.o 2022-12-01T09:58:47.1576165Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x1.c.o 2022-12-01T09:58:47.2184922Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x2.c.o 2022-12-01T09:58:47.2795358Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x4.c.o 2022-12-01T09:58:47.3438564Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x8.c.o 2022-12-01T09:58:47.4125625Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x1.c.o 2022-12-01T09:58:47.4759655Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x2.c.o 2022-12-01T09:58:47.5436194Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x4.c.o 2022-12-01T09:58:47.6078692Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x8.c.o 2022-12-01T09:58:47.6702288Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x1.c.o 2022-12-01T09:58:47.7327769Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x2.c.o 2022-12-01T09:58:47.7956630Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x4.c.o 2022-12-01T09:58:47.8741702Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x8.c.o 2022-12-01T09:58:47.9373790Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x1.c.o 2022-12-01T09:58:48.0039151Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x2.c.o 2022-12-01T09:58:48.0667745Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x4.c.o 2022-12-01T09:58:48.1334192Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x8.c.o 2022-12-01T09:58:48.1984842Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x1.c.o 2022-12-01T09:58:48.2578870Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x2.c.o 2022-12-01T09:58:48.3209441Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x4.c.o 2022-12-01T09:58:48.3901583Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x8.c.o 2022-12-01T09:58:48.4530222Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x1.c.o 2022-12-01T09:58:48.5150124Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x2.c.o 2022-12-01T09:58:48.5782606Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x4.c.o 2022-12-01T09:58:48.6417058Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x8.c.o 2022-12-01T09:58:48.7068936Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x1.c.o 2022-12-01T09:58:48.7700537Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x2.c.o 2022-12-01T09:58:48.8328654Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x4.c.o 2022-12-01T09:58:48.8996085Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x8.c.o 2022-12-01T09:58:48.9649234Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x1.c.o 2022-12-01T09:58:49.0264807Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x2.c.o 2022-12-01T09:58:49.1157943Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x4.c.o 2022-12-01T09:58:49.1806140Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x8.c.o 2022-12-01T09:58:49.2425502Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x1.c.o 2022-12-01T09:58:49.3099404Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x2.c.o 2022-12-01T09:58:49.3720214Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x4.c.o 2022-12-01T09:58:49.4318592Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x8.c.o 2022-12-01T09:58:49.5019241Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x1.c.o 2022-12-01T09:58:49.5666733Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x2.c.o 2022-12-01T09:58:49.6267716Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x4.c.o 2022-12-01T09:58:49.6917497Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x1.c.o 2022-12-01T09:58:49.7603358Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x2.c.o 2022-12-01T09:58:49.8380381Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x3.c.o 2022-12-01T09:58:49.9182129Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x4.c.o 2022-12-01T09:58:49.9897452Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x5.c.o 2022-12-01T09:58:50.0798769Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x6.c.o 2022-12-01T09:58:50.1508305Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x1.c.o 2022-12-01T09:58:50.2203035Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x2.c.o 2022-12-01T09:58:50.2941070Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x3.c.o 2022-12-01T09:58:50.3657320Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x4.c.o 2022-12-01T09:58:50.4362808Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x5.c.o 2022-12-01T09:58:50.5093403Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x6.c.o 2022-12-01T09:58:50.5786753Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x1.c.o 2022-12-01T09:58:50.6398637Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x2.c.o 2022-12-01T09:58:50.7073211Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x4.c.o 2022-12-01T09:58:50.7738257Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x1.c.o 2022-12-01T09:58:50.8349165Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x2.c.o 2022-12-01T09:58:50.8994476Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x4.c.o 2022-12-01T09:58:51.0074203Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c1-minmax-scalar-2x.c.o 2022-12-01T09:58:51.0670399Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c2-minmax-scalar-2x.c.o 2022-12-01T09:58:51.1236313Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-scalar-2x.c.o 2022-12-01T09:58:51.1826603Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x1.c.o 2022-12-01T09:58:51.2502426Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x2.c.o 2022-12-01T09:58:51.3164877Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x4.c.o 2022-12-01T09:58:51.3787365Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x8.c.o 2022-12-01T09:58:51.4421245Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x1.c.o 2022-12-01T09:58:51.5138688Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x2.c.o 2022-12-01T09:58:51.5872398Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x4.c.o 2022-12-01T09:58:51.6595530Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x1.c.o 2022-12-01T09:58:51.7316010Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x2.c.o 2022-12-01T09:58:51.8021956Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x4.c.o 2022-12-01T09:58:51.8748586Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x1.c.o 2022-12-01T09:58:51.9649113Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x2.c.o 2022-12-01T09:58:52.0370147Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x4.c.o 2022-12-01T09:58:52.1117817Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x1.c.o 2022-12-01T09:58:52.1818793Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x2.c.o 2022-12-01T09:58:52.2552693Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x4.c.o 2022-12-01T09:58:52.3252648Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x1.c.o 2022-12-01T09:58:52.4104214Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x2.c.o 2022-12-01T09:58:52.4818716Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x4.c.o 2022-12-01T09:58:52.5529931Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x1.c.o 2022-12-01T09:58:52.6155805Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x2.c.o 2022-12-01T09:58:52.6846962Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x4.c.o 2022-12-01T09:58:52.7549830Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x1.c.o 2022-12-01T09:58:52.8260323Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x2.c.o 2022-12-01T09:58:52.9002669Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x4.c.o 2022-12-01T09:58:52.9711144Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x1.c.o 2022-12-01T09:58:53.0388290Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x2.c.o 2022-12-01T09:58:53.1076859Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x4.c.o 2022-12-01T09:58:53.1821808Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x1.c.o 2022-12-01T09:58:53.2560388Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x2.c.o 2022-12-01T09:58:53.3248388Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x4.c.o 2022-12-01T09:58:53.3966552Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x1.c.o 2022-12-01T09:58:53.4575477Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x2.c.o 2022-12-01T09:58:53.5227592Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x4.c.o 2022-12-01T09:58:53.5859045Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x1.c.o 2022-12-01T09:58:53.6494355Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x2.c.o 2022-12-01T09:58:53.8015911Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x4.c.o 2022-12-01T09:58:53.8609852Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-bitcast.c.o 2022-12-01T09:58:53.9262405Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-fabsf.c.o 2022-12-01T09:58:53.9969440Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut64-p2.c.o 2022-12-01T09:58:54.0553199Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut2048-p1.c.o 2022-12-01T09:58:54.1128846Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-p5.c.o 2022-12-01T09:58:54.1698829Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut4-p4.c.o 2022-12-01T09:58:54.2243049Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p3.c.o 2022-12-01T09:58:54.2800133Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p4.c.o 2022-12-01T09:58:54.3375819Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p3.c.o 2022-12-01T09:58:54.3891669Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p4.c.o 2022-12-01T09:58:54.4400248Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p5.c.o 2022-12-01T09:58:54.5022219Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p6.c.o 2022-12-01T09:58:54.5635968Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-addsub.c.o 2022-12-01T09:58:54.6021478Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_i64.o 2022-12-01T09:58:54.6252218Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-cvt.c.o 2022-12-01T09:58:54.6841734Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-floor.c.o 2022-12-01T09:58:54.7428510Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-addsub.c.o 2022-12-01T09:58:54.8079652Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-nearbyint.c.o 2022-12-01T09:58:54.8696949Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-rint.c.o 2022-12-01T09:58:54.9378684Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-addsub.c.o 2022-12-01T09:58:54.9921396Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-ceil.c.o 2022-12-01T09:58:55.0495402Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-cvt.c.o 2022-12-01T09:58:55.1143247Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-addsub.c.o 2022-12-01T09:58:55.1826527Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-cvt.c.o 2022-12-01T09:58:55.2490128Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-trunc.c.o 2022-12-01T09:58:55.3269928Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut64-p2-div.c.o 2022-12-01T09:58:55.3853592Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut2048-p1-div.c.o 2022-12-01T09:58:55.4470459Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-p5-div.c.o 2022-12-01T09:58:55.4618004Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/params-init.c.o 2022-12-01T09:58:55.5018632Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_u64.o 2022-12-01T09:58:55.5302928Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:55.5420955Z [ 22%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2022-12-01T09:58:55.6058103Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:55.6634150Z [ 22%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2022-12-01T09:58:55.6849581Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:55.7635757Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:55.7944935Z [ 22%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2022-12-01T09:58:55.8383890Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:55.9076673Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/memory.c.o 2022-12-01T09:58:55.9220923Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:55.9815892Z [ 22%] Built target jit 2022-12-01T09:58:55.9892279Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f16.o 2022-12-01T09:58:55.9901159Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:56.0521894Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:56.1136832Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:56.1742941Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:56.2532332Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:56.3270946Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:56.3990606Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:56.4715829Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:56.5443100Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:56.6163159Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:56.6882393Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:56.7467816Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:56.8200843Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:56.9057014Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:56.9897634Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:57.0716713Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:57.1653073Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:57.2621949Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:57.3425910Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:57.3797794Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:57.4282388Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f32.o 2022-12-01T09:58:57.4542284Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:57.5469956Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:57.6137838Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:57.6956788Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:57.7798417Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:57.8667976Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:57.9496953Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:58.0364513Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:58.1284848Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:58.2082121Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:58.2856359Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:58.3702722Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:58.4532955Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:58.5523612Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:58.6383586Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:58.7026273Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:58.7916254Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:58.8754508Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:58.9592536Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:59.0489204Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:59.1362936Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:59.2220043Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:59.3110493Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:59.3492538Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:59.3990937Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_f64.o 2022-12-01T09:58:59.4392455Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:59.5279092Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:59.6549581Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:58:59.7364203Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:58:59.8230179Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:58:59.9104808Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:00.0000196Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:00.0853341Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:00.1719065Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:00.2546459Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:00.3375264Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:00.4210870Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:00.5110737Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:00.5928260Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:00.6773145Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:00.7631132Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:00.8493289Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:00.9191698Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:00.9962386Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:01.0692965Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:01.1416528Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:01.2151249Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:01.2925049Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:01.3660860Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:01.4389199Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:01.5091879Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:01.5832256Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:01.6650212Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:01.7413571Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:01.8130884Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:01.8896308Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:01.9658278Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:02.0407045Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:02.1133711Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:02.2098976Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-12-01T09:59:02.2709650Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-12-01T09:59:02.3312467Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-12-01T09:59:02.3909956Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-12-01T09:59:02.4501812Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-12-01T09:59:02.5169531Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-12-01T09:59:02.5898241Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-12-01T09:59:02.6668289Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-12-01T09:59:02.7341447Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-12-01T09:59:02.8006994Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-12-01T09:59:02.9382530Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-12-01T09:59:03.0019395Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-12-01T09:59:03.0688620Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-12-01T09:59:03.1537631Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-12-01T09:59:03.2165706Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-12-01T09:59:03.2830224Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-12-01T09:59:03.3499690Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-12-01T09:59:03.4164263Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-12-01T09:59:03.4824943Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-12-01T09:59:03.5526563Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-12-01T09:59:03.6227012Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-12-01T09:59:03.6888823Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-12-01T09:59:03.7560218Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:03.8434413Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:03.9305969Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:04.0154127Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:04.1019783Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:04.1870834Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:04.2936920Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:04.3813930Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:04.4687716Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:04.5552142Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:04.6396847Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:04.7247193Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:04.8072227Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:04.8974016Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:04.9805999Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:05.0626799Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:05.1459080Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:05.2406990Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:05.3273402Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:05.4111349Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:05.4965996Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:05.5812849Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:05.6721821Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:05.7594752Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:05.8408135Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:05.9310216Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:06.0179311Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:06.1046894Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:06.1896928Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:06.2757339Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:06.3663342Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:06.4516234Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:06.5369838Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:06.6043584Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:06.6760934Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:06.7644039Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:06.8472300Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:06.9335797Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:07.0223243Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:07.1077226Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:07.1921728Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:07.2768062Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:07.3651616Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:07.4510669Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:07.5496831Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:07.6368773Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:07.7239512Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:07.8111792Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:07.8952246Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-fmagic.c.o 2022-12-01T09:59:07.9527350Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-lrintf.c.o 2022-12-01T09:59:08.0195899Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-scalar.c.o 2022-12-01T09:59:08.0762270Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-signed64.c.o 2022-12-01T09:59:08.1589249Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned32.c.o 2022-12-01T09:59:08.2082341Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned64.c.o 2022-12-01T09:59:08.2620518Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-scalar.c.o 2022-12-01T09:59:08.3205096Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x1.c.o 2022-12-01T09:59:08.3827843Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x2.c.o 2022-12-01T09:59:08.4681600Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x4.c.o 2022-12-01T09:59:08.5313176Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x1.c.o 2022-12-01T09:59:08.5881510Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x2.c.o 2022-12-01T09:59:08.6523725Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x4.c.o 2022-12-01T09:59:08.7100999Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-12-01T09:59:08.7811484Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-12-01T09:59:08.8572171Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-12-01T09:59:08.9203752Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-12-01T09:59:08.9741660Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-12-01T09:59:08.9873035Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_premulsum_bf16.o 2022-12-01T09:59:09.0418857Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-12-01T09:59:09.1140106Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T09:59:09.1736938Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-scalar-c1.c.o 2022-12-01T09:59:09.2322878Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:09.3091817Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:09.3836936Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:09.4594092Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:09.5361094Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:09.6114321Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:09.7005916Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:09.7738402Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:09.8474686Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:09.9196146Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:09.9929916Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:10.0734478Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:10.1229134Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/argmax-pooling-nhwc.c.o 2022-12-01T09:59:10.1461511Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:10.1995755Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/average-pooling-nhwc.c.o 2022-12-01T09:59:10.2169306Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:10.2655601Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/binary-elementwise-nd.c.o 2022-12-01T09:59:10.2912573Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:10.3363046Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/channel-shuffle-nc.c.o 2022-12-01T09:59:10.3590687Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:10.4043801Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/constant-pad-nd.c.o 2022-12-01T09:59:10.4304152Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:10.4746831Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nchw.c.o 2022-12-01T09:59:10.5086324Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:10.5747858Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-12-01T09:59:10.6017610Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nhwc.c.o 2022-12-01T09:59:10.6271035Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-12-01T09:59:10.6831719Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/deconvolution-nhwc.c.o 2022-12-01T09:59:10.6893444Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-12-01T09:59:10.7511983Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-12-01T09:59:10.7652405Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nchw2nhwc.c.o 2022-12-01T09:59:10.8241805Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-12-01T09:59:10.8337608Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nhwc.c.o 2022-12-01T09:59:10.8908025Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-12-01T09:59:10.8982403Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/fully-connected-nc.c.o 2022-12-01T09:59:10.9523255Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-12-01T09:59:10.9755792Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-ncw.c.o 2022-12-01T09:59:11.0103926Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-12-01T09:59:11.0462553Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-nwc.c.o 2022-12-01T09:59:11.0763755Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-12-01T09:59:11.1227153Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-12-01T09:59:11.1271756Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/lut-elementwise-nc.c.o 2022-12-01T09:59:11.1344682Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/max-pooling-nhwc.c.o 2022-12-01T09:59:11.1810108Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-12-01T09:59:11.2093698Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-12-01T09:59:11.2154326Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/prelu-nc.c.o 2022-12-01T09:59:11.2461138Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nchw.c.o 2022-12-01T09:59:11.2781802Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-12-01T09:59:11.2882109Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-12-01T09:59:11.3168495Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nhwc.c.o 2022-12-01T09:59:11.3444976Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/softmax-nc.c.o 2022-12-01T09:59:11.3642235Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-12-01T09:59:11.3883072Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-12-01T09:59:11.4111363Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unary-elementwise-nc.c.o 2022-12-01T09:59:11.4274406Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unpooling-nhwc.c.o 2022-12-01T09:59:11.4628298Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-12-01T09:59:11.4877178Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-12-01T09:59:11.5101307Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/abs.c.o 2022-12-01T09:59:11.5302859Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/add2.c.o 2022-12-01T09:59:11.5554177Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-12-01T09:59:11.5734916Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i8.o 2022-12-01T09:59:11.6052560Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/argmax-pooling-2d.c.o 2022-12-01T09:59:11.6291182Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-12-01T09:59:11.6828985Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/average-pooling-2d.c.o 2022-12-01T09:59:11.6981525Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-12-01T09:59:11.7533826Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/bankers-rounding.c.o 2022-12-01T09:59:11.7745330Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-12-01T09:59:11.8318861Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/ceiling.c.o 2022-12-01T09:59:11.8551227Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:11.9092851Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/clamp.c.o 2022-12-01T09:59:11.9694947Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:11.9872810Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convert.c.o 2022-12-01T09:59:12.0622673Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:12.0739962Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convolution-2d.c.o 2022-12-01T09:59:12.1530592Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/deconvolution-2d.c.o 2022-12-01T09:59:12.1966366Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:12.2406571Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depth-to-space.c.o 2022-12-01T09:59:12.2623107Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depthwise-convolution-2d.c.o 2022-12-01T09:59:12.2821133Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:12.3190675Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:12.3364466Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/divide.c.o 2022-12-01T09:59:12.3698756Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/elu.c.o 2022-12-01T09:59:12.4042739Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u8.o 2022-12-01T09:59:12.4107700Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:12.4814250Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:12.5341859Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/floor.c.o 2022-12-01T09:59:12.5660555Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:12.6062337Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/fully-connected.c.o 2022-12-01T09:59:12.6697971Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/global-average-pooling-2d.c.o 2022-12-01T09:59:12.6710196Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:12.7354768Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/hardswish.c.o 2022-12-01T09:59:12.7492516Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:12.8007476Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/leaky-relu.c.o 2022-12-01T09:59:12.8345676Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:12.8698247Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/max-pooling-2d.c.o 2022-12-01T09:59:12.9070793Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:12.9403799Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/maximum2.c.o 2022-12-01T09:59:12.9965108Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:13.0084253Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/minimum2.c.o 2022-12-01T09:59:13.0873171Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:13.0876693Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/multiply2.c.o 2022-12-01T09:59:13.1630621Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/negate.c.o 2022-12-01T09:59:13.1944205Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:13.2431690Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/prelu.c.o 2022-12-01T09:59:13.2863435Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:13.3270078Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/sigmoid.c.o 2022-12-01T09:59:13.4116619Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/softmax.c.o 2022-12-01T09:59:13.4890338Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square-root.c.o 2022-12-01T09:59:13.5086669Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:13.5702484Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square.c.o 2022-12-01T09:59:13.5937494Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:13.6468064Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/squared-difference.c.o 2022-12-01T09:59:13.6652218Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:13.7203633Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-constant-pad.c.o 2022-12-01T09:59:13.7368809Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:13.8026179Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-reshape.c.o 2022-12-01T09:59:13.8165528Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:13.8776308Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-resize-bilinear-2d.c.o 2022-12-01T09:59:13.8914154Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:13.9522857Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/subtract.c.o 2022-12-01T09:59:13.9738573Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:14.0261602Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/unpooling-2d.c.o 2022-12-01T09:59:14.0528706Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:14.0942522Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/datatype-strings.c.o 2022-12-01T09:59:14.1268890Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:14.1593704Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-strings.c.o 2022-12-01T09:59:14.2012660Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:14.2422018Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph-strings.c.o 2022-12-01T09:59:14.2788333Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:14.3133393Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/allocator.c.o 2022-12-01T09:59:14.3735523Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:14.3738223Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:14.3915268Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2022-12-01T09:59:14.4507334Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/memory-planner.c.o 2022-12-01T09:59:14.4609012Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:14.5257958Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:14.5384488Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-delete.c.o 2022-12-01T09:59:14.5780789Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:14.5997748Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/runtime.c.o 2022-12-01T09:59:14.6117162Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i32.o 2022-12-01T09:59:14.6580278Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:14.6783377Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph.c.o 2022-12-01T09:59:14.7488798Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:14.7507591Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tensor.c.o 2022-12-01T09:59:14.8317162Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/indirection.c.o 2022-12-01T09:59:14.8443089Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:14.9097625Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-run.c.o 2022-12-01T09:59:14.9350759Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:14.9830391Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/packing.c.o 2022-12-01T09:59:15.0273202Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:15.0634169Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-64.c.o 2022-12-01T09:59:15.1111785Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-2048.c.o 2022-12-01T09:59:15.1168257Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:15.1617719Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-4.c.o 2022-12-01T09:59:15.2049927Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:15.2083670Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-8.c.o 2022-12-01T09:59:15.2524736Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-16.c.o 2022-12-01T09:59:15.2903526Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:15.3019724Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-64.c.o 2022-12-01T09:59:15.3487802Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-2048.c.o 2022-12-01T09:59:15.3740297Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:15.3995114Z [ 26%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch32-assembler.cc.o 2022-12-01T09:59:15.4623775Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:15.5322928Z [ 26%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch64-assembler.cc.o 2022-12-01T09:59:15.5461452Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:15.6319279Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:15.7116711Z [ 27%] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/assembler.cc.o 2022-12-01T09:59:15.7167256Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T09:59:15.8001837Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T09:59:15.8144050Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/memory.c.o 2022-12-01T09:59:15.8735049Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T09:59:15.8973718Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params-init.c.o 2022-12-01T09:59:15.9548427Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-fmagic.c.o 2022-12-01T09:59:15.9672346Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-lut32norm/scalar.c.o 2022-12-01T09:59:16.0191482Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-lrintf.c.o 2022-12-01T09:59:16.0196860Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-copy/memcpy.c.o 2022-12-01T09:59:16.0747902Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-12-01T09:59:16.0859334Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-scalar.c.o 2022-12-01T09:59:16.1302565Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-12-01T09:59:16.1442772Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-signed64.c.o 2022-12-01T09:59:16.1905957Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-12-01T09:59:16.1995906Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned32.c.o 2022-12-01T09:59:16.2603589Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned64.c.o 2022-12-01T09:59:16.2635710Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-12-01T09:59:16.3130308Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x1.c.o 2022-12-01T09:59:16.3477278Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-12-01T09:59:16.3680208Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x2.c.o 2022-12-01T09:59:16.4207368Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-12-01T09:59:16.4235514Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x4.c.o 2022-12-01T09:59:16.4777280Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x1.c.o 2022-12-01T09:59:16.5016448Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-12-01T09:59:16.5367250Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x2.c.o 2022-12-01T09:59:16.5782068Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-12-01T09:59:16.5918509Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x4.c.o 2022-12-01T09:59:16.6468385Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-12-01T09:59:16.6617124Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-12-01T09:59:16.7184453Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-12-01T09:59:16.7191784Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-12-01T09:59:16.7870106Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-12-01T09:59:16.7895903Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-12-01T09:59:16.8514553Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-12-01T09:59:16.8655144Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-12-01T09:59:16.9194540Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-12-01T09:59:16.9288998Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-12-01T09:59:16.9780447Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-12-01T09:59:17.0059152Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-12-01T09:59:17.0622991Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c1.c.o 2022-12-01T09:59:17.0722141Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-12-01T09:59:17.1254459Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c2.c.o 2022-12-01T09:59:17.1396090Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-12-01T09:59:17.1858433Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c4.c.o 2022-12-01T09:59:17.2090639Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-12-01T09:59:17.2397619Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T09:59:17.2866810Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-12-01T09:59:17.3147493Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/scalar-x4.c.o 2022-12-01T09:59:17.3739070Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-12-01T09:59:17.3844106Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c1.c.o 2022-12-01T09:59:17.4447857Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c2.c.o 2022-12-01T09:59:17.4534435Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-12-01T09:59:17.5059599Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c4.c.o 2022-12-01T09:59:17.5680250Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-12-01T09:59:17.5761693Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-lut32norm/scalar.c.o 2022-12-01T09:59:17.6403999Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T09:59:17.6837296Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-12-01T09:59:17.7020490Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/scalar.c.o 2022-12-01T09:59:17.7544687Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/scalar-x4.c.o 2022-12-01T09:59:17.7706297Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-12-01T09:59:17.8236710Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-copy/memcpy.c.o 2022-12-01T09:59:17.8588402Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-12-01T09:59:17.8866103Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/scalar-x16.c.o 2022-12-01T09:59:17.9373060Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-12-01T09:59:17.9444874Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/scalar.c.o 2022-12-01T09:59:18.0008620Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x1.c.o 2022-12-01T09:59:18.0091137Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-12-01T09:59:18.0735726Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-12-01T09:59:18.1056756Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x2.c.o 2022-12-01T09:59:18.1452248Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-rmax/sse.c.o 2022-12-01T09:59:18.1592667Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-12-01T09:59:18.2071349Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-12-01T09:59:18.2219472Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x8.c.o 2022-12-01T09:59:18.2899082Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x16.c.o 2022-12-01T09:59:18.3230668Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-12-01T09:59:18.3553632Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x2-scalar-int.c.o 2022-12-01T09:59:18.3973301Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-12-01T09:59:18.4096448Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x4-scalar-int.c.o 2022-12-01T09:59:18.4644426Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x1-scalar-int.c.o 2022-12-01T09:59:18.4684004Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-12-01T09:59:18.5183940Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x2-scalar-int.c.o 2022-12-01T09:59:18.5526443Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-12-01T09:59:18.5810208Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x4-scalar-int.c.o 2022-12-01T09:59:18.6335362Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x1-scalar-int.c.o 2022-12-01T09:59:18.6660976Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-12-01T09:59:18.6980299Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x2-scalar-int.c.o 2022-12-01T09:59:18.7467943Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-12-01T09:59:18.7583469Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x4-scalar-int.c.o 2022-12-01T09:59:18.8081537Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-scalar.c.o 2022-12-01T09:59:18.8163203Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-12-01T09:59:18.8851511Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-scalar.c.o 2022-12-01T09:59:18.8864815Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-12-01T09:59:18.9462034Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-scalar.c.o 2022-12-01T09:59:18.9663692Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-12-01T09:59:19.0109326Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-scalar.c.o 2022-12-01T09:59:19.0441503Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-12-01T09:59:19.0789756Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x2-scalar-int.c.o 2022-12-01T09:59:19.1269782Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-12-01T09:59:19.1444306Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x4-scalar-int.c.o 2022-12-01T09:59:19.1926026Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-12-01T09:59:19.2073537Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x1-scalar-int.c.o 2022-12-01T09:59:19.2604124Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-12-01T09:59:19.2657082Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x2-scalar-int.c.o 2022-12-01T09:59:19.3344733Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-12-01T09:59:19.3352558Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x4-scalar-int.c.o 2022-12-01T09:59:19.3982543Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x1-scalar-int.c.o 2022-12-01T09:59:19.4167463Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-12-01T09:59:19.4633655Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x2-scalar-int.c.o 2022-12-01T09:59:19.4968419Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-12-01T09:59:19.5252583Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x4-scalar-int.c.o 2022-12-01T09:59:19.5708022Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-12-01T09:59:19.5899544Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-12-01T09:59:19.6441491Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-12-01T09:59:19.6474619Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x2-scalar.c.o 2022-12-01T09:59:19.7124081Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x3-scalar.c.o 2022-12-01T09:59:19.7185393Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-12-01T09:59:19.7653791Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-scalar.c.o 2022-12-01T09:59:19.7891332Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-12-01T09:59:19.8179245Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-float.c.o 2022-12-01T09:59:19.8659344Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-12-01T09:59:19.8846582Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-int.c.o 2022-12-01T09:59:19.9423815Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-12-01T09:59:19.9429993Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-float.c.o 2022-12-01T09:59:20.0024258Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-int.c.o 2022-12-01T09:59:20.0379582Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-12-01T09:59:20.0672717Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-float.c.o 2022-12-01T09:59:20.1203839Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-12-01T09:59:20.1316910Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-int.c.o 2022-12-01T09:59:20.1921375Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-packx/x4-sse.c.o 2022-12-01T09:59:20.1977043Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-float.c.o 2022-12-01T09:59:20.2527733Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-12-01T09:59:20.2559503Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-int.c.o 2022-12-01T09:59:20.3247164Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-float.c.o 2022-12-01T09:59:20.3332919Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-12-01T09:59:20.3916361Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-int.c.o 2022-12-01T09:59:20.4203279Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-12-01T09:59:20.4437624Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-float.c.o 2022-12-01T09:59:20.5214631Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-12-01T09:59:20.5246891Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-int.c.o 2022-12-01T09:59:20.5783822Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-float.c.o 2022-12-01T09:59:20.5890507Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T09:59:20.6333493Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-int.c.o 2022-12-01T09:59:20.6580661Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-12-01T09:59:20.6949262Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-float.c.o 2022-12-01T09:59:20.7273488Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T09:59:20.7538533Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-int.c.o 2022-12-01T09:59:20.8003705Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T09:59:20.8135702Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/scalar.c.o 2022-12-01T09:59:20.8698140Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-scalar.c.o 2022-12-01T09:59:20.8746252Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-12-01T09:59:20.9275864Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-scalar.c.o 2022-12-01T09:59:20.9454777Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-12-01T09:59:20.9990500Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-scalar.c.o 2022-12-01T09:59:21.0563961Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-scalar.c.o 2022-12-01T09:59:21.0580905Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-12-01T09:59:21.1157310Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-float.c.o 2022-12-01T09:59:21.1320221Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-12-01T09:59:21.1913692Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-int.c.o 2022-12-01T09:59:21.2088397Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-12-01T09:59:21.2582205Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-float.c.o 2022-12-01T09:59:21.2820519Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-12-01T09:59:21.3176108Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-int.c.o 2022-12-01T09:59:21.3619926Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-12-01T09:59:21.3862873Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-float.c.o 2022-12-01T09:59:21.4415796Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-12-01T09:59:21.4868613Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-int.c.o 2022-12-01T09:59:21.5285478Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:21.5534140Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-float.c.o 2022-12-01T09:59:21.6105694Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:21.6160868Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-int.c.o 2022-12-01T09:59:21.6830125Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-float.c.o 2022-12-01T09:59:21.6881542Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:21.7420406Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-int.c.o 2022-12-01T09:59:21.7731390Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:21.7987213Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-12-01T09:59:21.8625471Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:21.8770615Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-12-01T09:59:21.9451632Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-1x1.c.o 2022-12-01T09:59:21.9579503Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:22.0180777Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-12-01T09:59:22.0428199Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T09:59:22.0901304Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse-acc2.c.o 2022-12-01T09:59:22.1214282Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T09:59:22.1855062Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse.c.o 2022-12-01T09:59:22.2069336Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T09:59:22.2684437Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse-acc2.c.o 2022-12-01T09:59:22.2822771Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-12-01T09:59:22.3465935Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse.c.o 2022-12-01T09:59:22.3548038Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-12-01T09:59:22.4222052Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:22.4283780Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse-acc2.c.o 2022-12-01T09:59:22.5030430Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse.c.o 2022-12-01T09:59:22.5034219Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:22.5807232Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse-acc2.c.o 2022-12-01T09:59:22.5857775Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:22.6564832Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse.c.o 2022-12-01T09:59:22.6705024Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:22.7367186Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse-acc2.c.o 2022-12-01T09:59:22.7624304Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T09:59:22.8214708Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-12-01T09:59:22.8504004Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T09:59:22.8973426Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse-acc2.c.o 2022-12-01T09:59:22.9300332Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T09:59:22.9778014Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-12-01T09:59:23.0016738Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T09:59:23.0528822Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse-acc2.c.o 2022-12-01T09:59:23.0762459Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-12-01T09:59:23.1300149Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-12-01T09:59:23.1546685Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-12-01T09:59:23.2011370Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse-acc2.c.o 2022-12-01T09:59:23.2228712Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:23.2773084Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-12-01T09:59:23.3135457Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:23.3536157Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc2.c.o 2022-12-01T09:59:23.3880735Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T09:59:23.4341087Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc3.c.o 2022-12-01T09:59:23.4617640Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-12-01T09:59:23.5156063Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc4.c.o 2022-12-01T09:59:23.5504051Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-12-01T09:59:23.5838959Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4.c.o 2022-12-01T09:59:23.6204616Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:23.6487723Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-12-01T09:59:23.7055923Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:23.7429170Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4.c.o 2022-12-01T09:59:23.7869760Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:23.8068885Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-3x4.c.o 2022-12-01T09:59:23.8579458Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:23.8920519Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-4x4.c.o 2022-12-01T09:59:23.9431622Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T09:59:23.9657975Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-5x4.c.o 2022-12-01T09:59:24.0150620Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T09:59:24.0418266Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-6x4.c.o 2022-12-01T09:59:24.0761077Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T09:59:24.1147870Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc2.c.o 2022-12-01T09:59:24.1409470Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T09:59:24.1858065Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-12-01T09:59:24.2183769Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-12-01T09:59:24.2592087Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc4.c.o 2022-12-01T09:59:24.2924519Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-12-01T09:59:24.3346843Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4.c.o 2022-12-01T09:59:24.3603955Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse2-x64.c.o 2022-12-01T09:59:24.4172320Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4-acc2.c.o 2022-12-01T09:59:24.4198078Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-12-01T09:59:24.4972054Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4.c.o 2022-12-01T09:59:24.5068524Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-12-01T09:59:24.5776040Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-3x4.c.o 2022-12-01T09:59:24.5901387Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-rmax/sse2.c.o 2022-12-01T09:59:24.6573168Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-4x4.c.o 2022-12-01T09:59:24.7091970Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-vclamp/sse2-x64.c.o 2022-12-01T09:59:24.7325886Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc2.c.o 2022-12-01T09:59:24.7953537Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-fill/sse2-x64.c.o 2022-12-01T09:59:24.8297867Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc3.c.o 2022-12-01T09:59:24.8727293Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-pad/sse2.c.o 2022-12-01T09:59:24.9227329Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc4.c.o 2022-12-01T09:59:24.9471253Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/xm-sse2.c.o 2022-12-01T09:59:25.0071530Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc5.c.o 2022-12-01T09:59:25.0228801Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x2-sse2.c.o 2022-12-01T09:59:25.0875370Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4.c.o 2022-12-01T09:59:25.0981052Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x3-sse2.c.o 2022-12-01T09:59:25.1681180Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc2.c.o 2022-12-01T09:59:25.1707201Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x4-sse2.c.o 2022-12-01T09:59:25.2415772Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-unpool/sse2.c.o 2022-12-01T09:59:25.2547669Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc3.c.o 2022-12-01T09:59:25.3130576Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/xm-sse2.c.o 2022-12-01T09:59:25.3459522Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4.c.o 2022-12-01T09:59:25.3871320Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x2-sse2.c.o 2022-12-01T09:59:25.4286695Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4-acc2.c.o 2022-12-01T09:59:25.4929494Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x3-sse2.c.o 2022-12-01T09:59:25.5061084Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4.c.o 2022-12-01T09:59:25.5674029Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x4-sse2.c.o 2022-12-01T09:59:25.5959160Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4-acc2.c.o 2022-12-01T09:59:25.6463198Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-12-01T09:59:25.6750412Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-12-01T09:59:25.7302941Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-12-01T09:59:25.7703248Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-5x4.c.o 2022-12-01T09:59:25.8121700Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-12-01T09:59:25.8512400Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc2.c.o 2022-12-01T09:59:25.8846738Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-12-01T09:59:25.9301535Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc3.c.o 2022-12-01T09:59:25.9654155Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-12-01T09:59:26.0195954Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc4.c.o 2022-12-01T09:59:26.0482979Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-12-01T09:59:26.0981649Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc5.c.o 2022-12-01T09:59:26.1268956Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-12-01T09:59:26.1811307Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4.c.o 2022-12-01T09:59:26.2094135Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-12-01T09:59:26.2644628Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc2.c.o 2022-12-01T09:59:26.2902682Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-12-01T09:59:26.3339845Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc3.c.o 2022-12-01T09:59:26.3737346Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-12-01T09:59:26.4131244Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-12-01T09:59:26.4510875Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-12-01T09:59:26.4922978Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4-acc2.c.o 2022-12-01T09:59:26.5666753Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4.c.o 2022-12-01T09:59:26.5804078Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T09:59:26.6511101Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-12-01T09:59:26.6535238Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T09:59:26.7169535Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-12-01T09:59:26.7430877Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T09:59:26.7902123Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-12-01T09:59:26.8301785Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T09:59:26.8702723Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-dup.c.o 2022-12-01T09:59:26.9131335Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T09:59:26.9502674Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-load1.c.o 2022-12-01T09:59:26.9937445Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T09:59:27.0222420Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8s4inc-minmax-sse.c.o 2022-12-01T09:59:27.0786741Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T09:59:27.1177289Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-dup.c.o 2022-12-01T09:59:27.1613161Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T09:59:27.2153413Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-load1.c.o 2022-12-01T09:59:27.2427531Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T09:59:27.2941928Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8s4inc-minmax-sse.c.o 2022-12-01T09:59:27.3581480Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-12-01T09:59:27.3681626Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-dup.c.o 2022-12-01T09:59:27.4313344Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-12-01T09:59:27.4622266Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-load1.c.o 2022-12-01T09:59:27.5020138Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T09:59:27.5432877Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8s4inc-minmax-sse.c.o 2022-12-01T09:59:27.5926645Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T09:59:27.6316520Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-dup.c.o 2022-12-01T09:59:27.6754570Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T09:59:27.7038159Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-load1.c.o 2022-12-01T09:59:27.7662967Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T09:59:27.8390515Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8s4inc-minmax-sse.c.o 2022-12-01T09:59:27.8427680Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-dup.c.o 2022-12-01T09:59:27.8828319Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T09:59:27.9102732Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T09:59:27.9276823Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-12-01T09:59:27.9623924Z [ 31%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2022-12-01T09:59:27.9760939Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T09:59:27.9965766Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8s4-minmax-sse.c.o 2022-12-01T09:59:28.0428122Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T09:59:28.0715064Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-dup.c.o 2022-12-01T09:59:28.1208463Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T09:59:28.1468619Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-load1.c.o 2022-12-01T09:59:28.1860138Z [ 31%] Linking CXX static library ../../../lib/libgmock.a 2022-12-01T09:59:28.1920961Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T09:59:28.2110649Z [ 31%] Built target gmock 2022-12-01T09:59:28.2164791Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8s4-minmax-sse.c.o 2022-12-01T09:59:28.2218460Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-12-01T09:59:28.2739416Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T09:59:28.3040114Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-12-01T09:59:28.3108501Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-dup.c.o 2022-12-01T09:59:28.3712177Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-12-01T09:59:28.3903910Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-12-01T09:59:28.4029595Z [ 32%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2022-12-01T09:59:28.4489880Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8s4-minmax-sse.c.o 2022-12-01T09:59:28.4736192Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T09:59:28.5285062Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-dup.c.o 2022-12-01T09:59:28.5616420Z [ 32%] Linking CXX static library ../../../lib/libgtest_main.a 2022-12-01T09:59:28.5681450Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T09:59:28.5932388Z [ 32%] Built target gtest_main 2022-12-01T09:59:28.6007634Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T09:59:28.6101985Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-load1.c.o 2022-12-01T09:59:28.6588032Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8s4-minmax-sse.c.o 2022-12-01T09:59:28.6777595Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T09:59:28.6964995Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T09:59:28.7370571Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p4.c.o 2022-12-01T09:59:28.7592757Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-12-01T09:59:28.7766160Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T09:59:28.8565855Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T09:59:28.8729670Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c4.c.o 2022-12-01T09:59:28.8969420Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-12-01T09:59:28.9311497Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T09:59:28.9840289Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-12-01T09:59:28.9905933Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-dup.c.o 2022-12-01T09:59:28.9995541Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-12-01T09:59:29.0539054Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-12-01T09:59:29.0778364Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8s4-minmax-sse.c.o 2022-12-01T09:59:29.0819163Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse41-x64.c.o 2022-12-01T09:59:29.1294498Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-dup.c.o 2022-12-01T09:59:29.1446766Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-load1.c.o 2022-12-01T09:59:29.1583322Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-12-01T09:59:29.1782834Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-12-01T09:59:29.2121644Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-12-01T09:59:29.2190046Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8s4-minmax-sse.c.o 2022-12-01T09:59:29.2317446Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-12-01T09:59:29.2412329Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-dup.c.o 2022-12-01T09:59:29.3032784Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-12-01T09:59:29.3131019Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-12-01T09:59:29.3246896Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-12-01T09:59:29.3453489Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-12-01T09:59:29.4070480Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8s4-minmax-sse.c.o 2022-12-01T09:59:29.4163037Z [ 32%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2022-12-01T09:59:29.4512339Z [ 32%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2022-12-01T09:59:29.4646861Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T09:59:29.4857079Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-dup.c.o 2022-12-01T09:59:29.5347746Z [ 32%] Linking CXX static library ../../../lib/libbenchmark_main.a 2022-12-01T09:59:29.5399312Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-12-01T09:59:29.5622194Z [ 32%] Built target benchmark_main 2022-12-01T09:59:29.5678711Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-load1.c.o 2022-12-01T09:59:29.5737690Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8s4-minmax-sse.c.o 2022-12-01T09:59:29.6539128Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-12-01T09:59:29.6862588Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-12-01T09:59:29.7124631Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-12-01T09:59:29.7257975Z [ 32%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2022-12-01T09:59:29.7779285Z [ 32%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2022-12-01T09:59:29.7844217Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-12-01T09:59:29.8069246Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-12-01T09:59:29.8379425Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-12-01T09:59:29.8842864Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-12-01T09:59:29.9379543Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x8-minmax-sse.c.o 2022-12-01T09:59:29.9488889Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T09:59:29.9550072Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T09:59:29.9695908Z [ 32%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2022-12-01T09:59:30.0141871Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x4.c.o 2022-12-01T09:59:30.0462322Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x8.c.o 2022-12-01T09:59:30.0853662Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-12-01T09:59:30.0925698Z [ 32%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2022-12-01T09:59:30.1293911Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/sse.c.o 2022-12-01T09:59:30.2061603Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-sse.c.o 2022-12-01T09:59:30.2082551Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-12-01T09:59:30.2145834Z [ 32%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2022-12-01T09:59:30.2202929Z [ 32%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2022-12-01T09:59:30.3093684Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-sse.c.o 2022-12-01T09:59:30.3215766Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-12-01T09:59:30.4252204Z [ 32%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2022-12-01T09:59:30.4332371Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o 2022-12-01T09:59:30.4467361Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-12-01T09:59:30.4606540Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2022-12-01T09:59:30.5321756Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-12-01T09:59:30.6038939Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-12-01T09:59:30.6241137Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2022-12-01T09:59:30.6269530Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2022-12-01T09:59:30.6632970Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o 2022-12-01T09:59:30.7070467Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-12-01T09:59:30.7256355Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-12-01T09:59:30.7331603Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-12-01T09:59:30.7801713Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2022-12-01T09:59:30.8045392Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x4.c.o 2022-12-01T09:59:30.8294175Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2022-12-01T09:59:30.8305058Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2022-12-01T09:59:30.8363717Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-12-01T09:59:30.8790317Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-12-01T09:59:30.9592755Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x4.c.o 2022-12-01T09:59:30.9640977Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-12-01T09:59:30.9935191Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2022-12-01T09:59:31.0132983Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2022-12-01T09:59:31.0335847Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-12-01T09:59:31.0574753Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2022-12-01T09:59:31.0724615Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-12-01T09:59:31.1182150Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x4.c.o 2022-12-01T09:59:31.1886147Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-12-01T09:59:31.1886925Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-12-01T09:59:31.2141445Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-12-01T09:59:31.2188605Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2022-12-01T09:59:31.2259146Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2022-12-01T09:59:31.2495375Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x4.c.o 2022-12-01T09:59:31.2931617Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-12-01T09:59:31.3175644Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-12-01T09:59:31.3396667Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2022-12-01T09:59:31.3748201Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x4.c.o 2022-12-01T09:59:31.4143218Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2022-12-01T09:59:31.4406016Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-12-01T09:59:31.4583428Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-12-01T09:59:31.5110582Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x4.c.o 2022-12-01T09:59:31.5324005Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2022-12-01T09:59:31.5365074Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2022-12-01T09:59:31.5416372Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-12-01T09:59:31.6019722Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-12-01T09:59:31.6057258Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2022-12-01T09:59:31.6452762Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-12-01T09:59:31.6699707Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-12-01T09:59:31.6833743Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x4.c.o 2022-12-01T09:59:31.7401328Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2022-12-01T09:59:31.7530670Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-12-01T09:59:31.7540239Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2022-12-01T09:59:31.7609638Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x4.c.o 2022-12-01T09:59:31.7748350Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-12-01T09:59:31.8306580Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-12-01T09:59:31.8447758Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-12-01T09:59:31.8853391Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x4.c.o 2022-12-01T09:59:31.8946822Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2022-12-01T09:59:31.9168919Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u32.o 2022-12-01T09:59:31.9326673Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-12-01T09:59:31.9491195Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-12-01T09:59:32.0018851Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2022-12-01T09:59:32.0136823Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2022-12-01T09:59:32.0321090Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x4.c.o 2022-12-01T09:59:32.0575828Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-12-01T09:59:32.1182149Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-12-01T09:59:32.1920329Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-12-01T09:59:32.2164040Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2022-12-01T09:59:32.2176884Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x4.c.o 2022-12-01T09:59:32.2860329Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-12-01T09:59:32.3054947Z [ 33%] Built target fbgemm_avx2 2022-12-01T09:59:32.3114424Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-12-01T09:59:32.3119398Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-12-01T09:59:32.3643040Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x4.c.o 2022-12-01T09:59:32.4103372Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-12-01T09:59:32.4405962Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-12-01T09:59:32.4439507Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x4.c.o 2022-12-01T09:59:32.4640960Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2022-12-01T09:59:32.5164947Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2022-12-01T09:59:32.5257097Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-12-01T09:59:32.5303349Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-12-01T09:59:32.6021825Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x4.c.o 2022-12-01T09:59:32.6459674Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-12-01T09:59:32.6704128Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-12-01T09:59:32.6981994Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x4.c.o 2022-12-01T09:59:32.7387620Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_i64.o 2022-12-01T09:59:32.7442252Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-12-01T09:59:32.7622247Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-12-01T09:59:32.7713784Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2022-12-01T09:59:32.8371380Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x4.c.o 2022-12-01T09:59:32.8500784Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-12-01T09:59:32.9113006Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-12-01T09:59:32.9823165Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T09:59:32.9880946Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x4.c.o 2022-12-01T09:59:33.0211075Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2022-12-01T09:59:33.0642927Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-12-01T09:59:33.0648468Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T09:59:33.1314576Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x4.c.o 2022-12-01T09:59:33.1584873Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T09:59:33.1992902Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-12-01T09:59:33.2282056Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2022-12-01T09:59:33.2433262Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T09:59:33.2963838Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-12-01T09:59:33.3343099Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T09:59:33.3662802Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c8-minmax-sse-2x.c.o 2022-12-01T09:59:33.4083142Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T09:59:33.4350664Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x4.c.o 2022-12-01T09:59:33.4532340Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2022-12-01T09:59:33.4866647Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T09:59:33.5122701Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x8.c.o 2022-12-01T09:59:33.5747105Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T09:59:33.5960843Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-12-01T09:59:33.6693963Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T09:59:33.6715295Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x8.c.o 2022-12-01T09:59:33.6937594Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2022-12-01T09:59:33.7461459Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x4.c.o 2022-12-01T09:59:33.7848581Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T09:59:33.8230378Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-12-01T09:59:33.8670101Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T09:59:33.9077155Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x4.c.o 2022-12-01T09:59:33.9325536Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2022-12-01T09:59:33.9437072Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T09:59:33.9770434Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-12-01T09:59:34.0305551Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T09:59:34.0482016Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x4.c.o 2022-12-01T09:59:34.1041257Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2022-12-01T09:59:34.1122908Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T09:59:34.1208304Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-12-01T09:59:34.2089563Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse-addsub.c.o 2022-12-01T09:59:34.2545928Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T09:59:34.2688286Z [ 33%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2022-12-01T09:59:34.2754278Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse-addsub.c.o 2022-12-01T09:59:34.3481277Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse-addsub.c.o 2022-12-01T09:59:34.3816512Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T09:59:34.4100608Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse-addsub.c.o 2022-12-01T09:59:34.4245540Z [ 34%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2022-12-01T09:59:34.4568988Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T09:59:34.4758216Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-hh1mac.c.o 2022-12-01T09:59:34.5319707Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-12-01T09:59:34.5468261Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr1mac.c.o 2022-12-01T09:59:34.6089413Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr2mac.c.o 2022-12-01T09:59:34.6115117Z [ 34%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2022-12-01T09:59:34.6145839Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-12-01T09:59:34.6855489Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T09:59:34.7002865Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-sse.c.o 2022-12-01T09:59:34.7723958Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/4x4-sse.c.o 2022-12-01T09:59:34.7929705Z [ 34%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2022-12-01T09:59:34.8040657Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T09:59:34.8632186Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x8.c.o 2022-12-01T09:59:34.9005297Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T09:59:34.9391636Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x16.c.o 2022-12-01T09:59:34.9508506Z [ 34%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2022-12-01T09:59:34.9831883Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T09:59:35.0388248Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x24.c.o 2022-12-01T09:59:35.0924755Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T09:59:35.1102060Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-12-01T09:59:35.1687955Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T09:59:35.1867093Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x8.c.o 2022-12-01T09:59:35.2016694Z [ 34%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2022-12-01T09:59:35.2592025Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x16.c.o 2022-12-01T09:59:35.2709045Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T09:59:35.3381827Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x24.c.o 2022-12-01T09:59:35.3711189Z [ 34%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2022-12-01T09:59:35.3957960Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T09:59:35.4133260Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x32.c.o 2022-12-01T09:59:35.4738372Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T09:59:35.5020143Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-12-01T09:59:35.5533007Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-12-01T09:59:35.5791839Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-12-01T09:59:35.6222574Z [ 34%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2022-12-01T09:59:35.6524922Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-12-01T09:59:35.6780494Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-12-01T09:59:35.7303318Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x8.c.o 2022-12-01T09:59:35.7826667Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2022-12-01T09:59:35.8138593Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T09:59:35.8509685Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-12-01T09:59:35.8856372Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x24.c.o 2022-12-01T09:59:35.9716065Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T09:59:35.9751340Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-12-01T09:59:35.9800904Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2022-12-01T09:59:36.0480400Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse2-dup.c.o 2022-12-01T09:59:36.0820449Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-12-01T09:59:36.1494441Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse2-dup.c.o 2022-12-01T09:59:36.2189957Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-12-01T09:59:36.2240991Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse2-dup.c.o 2022-12-01T09:59:36.2620784Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2022-12-01T09:59:36.3058954Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse2-dup.c.o 2022-12-01T09:59:36.3309944Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-12-01T09:59:36.4035964Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse2-dup.c.o 2022-12-01T09:59:36.4514183Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-12-01T09:59:36.4944105Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse2-dup.c.o 2022-12-01T09:59:36.5034221Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2022-12-01T09:59:36.5517522Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-12-01T09:59:36.5827827Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse2-dup.c.o 2022-12-01T09:59:36.6451321Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2022-12-01T09:59:36.6697484Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-12-01T09:59:36.6758058Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse2-dup.c.o 2022-12-01T09:59:36.7575159Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse2-dup.c.o 2022-12-01T09:59:36.7641020Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-12-01T09:59:36.8408855Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse2-dup.c.o 2022-12-01T09:59:36.8943430Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-12-01T09:59:36.9035309Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2022-12-01T09:59:36.9294877Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse2-dup.c.o 2022-12-01T09:59:37.0269619Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-12-01T09:59:37.0438010Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse2-dup.c.o 2022-12-01T09:59:37.0901320Z [ 35%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2022-12-01T09:59:37.1304378Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x4.c.o 2022-12-01T09:59:37.1726691Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-12-01T09:59:37.2068642Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-12-01T09:59:37.2464590Z [ 35%] Built target fbgemm_generic 2022-12-01T09:59:37.2551298Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x8.c.o 2022-12-01T09:59:37.2738259Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_u64.o 2022-12-01T09:59:37.3393347Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T09:59:37.3528554Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T09:59:37.4486193Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x24.c.o 2022-12-01T09:59:37.4669521Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T09:59:37.5206569Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T09:59:37.5970022Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T09:59:37.5971038Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x8.c.o 2022-12-01T09:59:37.6753750Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T09:59:37.7344508Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T09:59:37.7553402Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x24.c.o 2022-12-01T09:59:37.8352475Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T09:59:37.8676743Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T09:59:37.9109582Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x4.c.o 2022-12-01T09:59:37.9878113Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8-acc2.c.o 2022-12-01T09:59:38.0026724Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T09:59:38.0603901Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8.c.o 2022-12-01T09:59:38.1354317Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T09:59:38.1405057Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc2.c.o 2022-12-01T09:59:38.2223627Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc3.c.o 2022-12-01T09:59:38.2652516Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T09:59:38.3034870Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12.c.o 2022-12-01T09:59:38.3755760Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc2.c.o 2022-12-01T09:59:38.3903128Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T09:59:38.4473404Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc4.c.o 2022-12-01T09:59:38.5269240Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16.c.o 2022-12-01T09:59:38.5419289Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T09:59:38.6200868Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-12-01T09:59:38.6813612Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T09:59:38.6897245Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc5.c.o 2022-12-01T09:59:38.7602815Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20.c.o 2022-12-01T09:59:38.8191715Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T09:59:38.8384531Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x4.c.o 2022-12-01T09:59:38.9184442Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x8.c.o 2022-12-01T09:59:38.9512951Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T09:59:38.9929231Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-12-01T09:59:39.0691007Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x16.c.o 2022-12-01T09:59:39.0700521Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T09:59:39.1516854Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x20.c.o 2022-12-01T09:59:39.1903126Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-12-01T09:59:39.2273981Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x24.c.o 2022-12-01T09:59:39.2999289Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-12-01T09:59:39.3025557Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x4.c.o 2022-12-01T09:59:39.3759659Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x8.c.o 2022-12-01T09:59:39.4071569Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T09:59:39.4476046Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x12.c.o 2022-12-01T09:59:39.5237204Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x16.c.o 2022-12-01T09:59:39.5462969Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T09:59:39.6090561Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x20.c.o 2022-12-01T09:59:39.6816839Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x24.c.o 2022-12-01T09:59:39.6957494Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T09:59:39.7577670Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x4.c.o 2022-12-01T09:59:39.8263809Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T09:59:39.8306790Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-12-01T09:59:39.9062074Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x4.c.o 2022-12-01T09:59:39.9599356Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T09:59:39.9801967Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-12-01T09:59:40.0845422Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x4.c.o 2022-12-01T09:59:40.0846364Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T09:59:40.1634092Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-12-01T09:59:40.2059740Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-12-01T09:59:40.2382859Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x4.c.o 2022-12-01T09:59:40.3186156Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-12-01T09:59:40.3622250Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-12-01T09:59:40.3953355Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x4.c.o 2022-12-01T09:59:40.4730971Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-12-01T09:59:40.4854255Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-12-01T09:59:40.5546821Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x4.c.o 2022-12-01T09:59:40.6143315Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-12-01T09:59:40.6434227Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-12-01T09:59:40.7182929Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x12.c.o 2022-12-01T09:59:40.7370578Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-12-01T09:59:40.7942045Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x16.c.o 2022-12-01T09:59:40.8540708Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-12-01T09:59:40.8781431Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x20.c.o 2022-12-01T09:59:40.9555708Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x24.c.o 2022-12-01T09:59:40.9693584Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-12-01T09:59:41.0346448Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x4.c.o 2022-12-01T09:59:41.0672597Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-12-01T09:59:41.1032154Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x8.c.o 2022-12-01T09:59:41.1726979Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-12-01T09:59:41.1987029Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x12.c.o 2022-12-01T09:59:41.2844188Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x16.c.o 2022-12-01T09:59:41.3019533Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-12-01T09:59:41.3753482Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x20.c.o 2022-12-01T09:59:41.4387451Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-12-01T09:59:41.4539334Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x24.c.o 2022-12-01T09:59:41.5331248Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int16.c.o 2022-12-01T09:59:41.5645086Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-12-01T09:59:41.6000478Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int32.c.o 2022-12-01T09:59:41.6713127Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse2.c.o 2022-12-01T09:59:41.6978472Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-12-01T09:59:41.7428233Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-lut64-p2.c.o 2022-12-01T09:59:41.8206361Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-p5.c.o 2022-12-01T09:59:41.8343134Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-12-01T09:59:41.8981285Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-sse2-rr2-p5.c.o 2022-12-01T09:59:41.9656825Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-lut16-p3.c.o 2022-12-01T09:59:41.9879245Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-12-01T09:59:42.0312446Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-p6.c.o 2022-12-01T09:59:42.0983990Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse2-cvt.c.o 2022-12-01T09:59:42.1333157Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-12-01T09:59:42.1779254Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse2-cvt.c.o 2022-12-01T09:59:42.2525388Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse2-cvt.c.o 2022-12-01T09:59:42.2644246Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-12-01T09:59:42.3199996Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse2-cvt.c.o 2022-12-01T09:59:42.3855204Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-div.c.o 2022-12-01T09:59:42.3933556Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-12-01T09:59:42.4670697Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr1.c.o 2022-12-01T09:59:42.5317718Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr2.c.o 2022-12-01T09:59:42.5356827Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-12-01T09:59:42.6052048Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-div.c.o 2022-12-01T09:59:42.6589806Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-12-01T09:59:42.6707480Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr1.c.o 2022-12-01T09:59:42.7408008Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr2.c.o 2022-12-01T09:59:42.7792459Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-12-01T09:59:42.8042865Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T09:59:42.8902172Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:42.9202504Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-12-01T09:59:42.9795069Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T09:59:43.0533913Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:43.0556230Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-12-01T09:59:43.1258036Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T09:59:43.1806459Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-12-01T09:59:43.2141943Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:43.2917002Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T09:59:43.2970372Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-12-01T09:59:43.3763752Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:43.4137045Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-12-01T09:59:43.4685265Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:43.5355906Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-12-01T09:59:43.5445769Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:43.6301515Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T09:59:43.6401716Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:43.7274728Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:43.7561793Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T09:59:43.8123676Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:43.8192778Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:43.8810590Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T09:59:43.8938990Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T09:59:43.9124890Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:44.0069223Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:44.0085059Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T09:59:44.0473413Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:44.0900155Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:44.1628381Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T09:59:44.1642122Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:44.1909147Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:44.2560766Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T09:59:44.2615285Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:44.2852167Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:44.3460666Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f16.o 2022-12-01T09:59:44.3751909Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:44.4566156Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:44.5178529Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T09:59:44.5379354Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:44.6063915Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:44.6397524Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T09:59:44.6732605Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:44.7536277Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:44.7603106Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T09:59:44.8476720Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:44.8647504Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T09:59:44.9315662Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:44.9801405Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T09:59:45.0057161Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:45.0920461Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:45.1172071Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T09:59:45.1665002Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:45.2291030Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T09:59:45.2636832Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:45.3246815Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T09:59:45.3567827Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:45.4202388Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T09:59:45.4339875Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:45.5170008Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:45.5382869Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T09:59:45.6061501Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:45.6488999Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T09:59:45.6766102Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:45.7116570Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:45.7623545Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f32.o 2022-12-01T09:59:45.7670644Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T09:59:45.7918469Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:45.8700193Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:45.8958030Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T09:59:45.9470957Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:46.0186426Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T09:59:46.0504453Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:46.1079113Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:46.1169719Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T09:59:46.1303222Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T09:59:46.1399489Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T09:59:46.1862828Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:46.2400846Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:46.2425302Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:46.2754737Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-12-01T09:59:46.2903283Z [ 38%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2022-12-01T09:59:46.3056855Z [ 38%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2022-12-01T09:59:46.3200613Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:46.3907206Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:46.3986675Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-12-01T09:59:46.4575426Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-12-01T09:59:46.4726010Z [ 38%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2022-12-01T09:59:46.4770782Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:46.5283596Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:46.5525922Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_f64.o 2022-12-01T09:59:46.5774306Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-12-01T09:59:46.5992531Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:46.6938742Z [ 39%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2022-12-01T09:59:46.6952529Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-12-01T09:59:46.6974837Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:46.7809647Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T09:59:46.8218305Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-12-01T09:59:46.8526505Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:46.8685176Z [ 39%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2022-12-01T09:59:46.9250458Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T09:59:46.9289066Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-12-01T09:59:47.0086930Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:47.0472161Z [ 39%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2022-12-01T09:59:47.0568880Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-12-01T09:59:47.0695685Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T09:59:47.1501202Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:47.1752918Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-12-01T09:59:47.2302015Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T09:59:47.2363539Z [ 39%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2022-12-01T09:59:47.2802826Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-12-01T09:59:47.2976705Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:47.3854414Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:47.3960350Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-12-01T09:59:47.4409857Z [ 39%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2022-12-01T09:59:47.4662819Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:47.5053827Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-12-01T09:59:47.5579206Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-12-01T09:59:47.5744581Z [ 39%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2022-12-01T09:59:47.5903818Z [ 39%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2022-12-01T09:59:47.6102580Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-12-01T09:59:47.6421198Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T09:59:47.7146995Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-12-01T09:59:47.7170920Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-12-01T09:59:47.7907416Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T09:59:47.8288691Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-12-01T09:59:47.8374247Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-12-01T09:59:47.8418775Z [ 39%] Built target fbgemm_avx512 2022-12-01T09:59:47.8489041Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-12-01T09:59:47.8572139Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-12-01T09:59:47.9373397Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-12-01T09:59:47.9374287Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-12-01T09:59:47.9401055Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-12-01T09:59:47.9764373Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-12-01T09:59:48.0036792Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-12-01T09:59:48.0048650Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-12-01T09:59:48.0121840Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-12-01T09:59:48.0817920Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-12-01T09:59:48.0931234Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-12-01T09:59:48.1208406Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2022-12-01T09:59:48.1269239Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2022-12-01T09:59:48.1580202Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:48.2026089Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-12-01T09:59:48.2578016Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:48.2897773Z Compiling all_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_reduce_sumpostdiv_bf16.o 2022-12-01T09:59:48.3242057Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-12-01T09:59:48.3361187Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse2.c.o 2022-12-01T09:59:48.3379840Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2022-12-01T09:59:48.3559480Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2022-12-01T09:59:48.4167819Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:48.4350908Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-12-01T09:59:48.5082336Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:48.5422709Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse2.c.o 2022-12-01T09:59:48.5543441Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-12-01T09:59:48.5789075Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2022-12-01T09:59:48.5790078Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-12-01T09:59:48.6263947Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:48.6674344Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-12-01T09:59:48.7068105Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:48.7322311Z [ 39%] Linking CXX static library ../../../../../../lib/libdnnl.a 2022-12-01T09:59:48.7577308Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2022-12-01T09:59:48.7703773Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-12-01T09:59:48.7833267Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse2.c.o 2022-12-01T09:59:48.8846005Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-12-01T09:59:48.8939469Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:48.9479102Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2022-12-01T09:59:48.9804288Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:49.0098932Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-12-01T09:59:49.0577574Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse2.c.o 2022-12-01T09:59:49.1539902Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-12-01T09:59:49.1569966Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2022-12-01T09:59:49.2227228Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:49.2677646Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-12-01T09:59:49.3089083Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:49.3730271Z [ 39%] Built target dnnl 2022-12-01T09:59:49.3787083Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse2.c.o 2022-12-01T09:59:49.3958262Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-12-01T09:59:49.4018951Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-12-01T09:59:49.4046347Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2022-12-01T09:59:49.4660931Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:49.5219737Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2022-12-01T09:59:49.5257564Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-12-01T09:59:49.5561760Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:49.6308286Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-12-01T09:59:49.6535938Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-12-01T09:59:49.6767883Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse2.c.o 2022-12-01T09:59:49.7484213Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:49.7823300Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-12-01T09:59:49.7906598Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2022-12-01T09:59:49.8125554Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:49.8927715Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse2.c.o 2022-12-01T09:59:49.8983683Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T09:59:49.9038602Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T09:59:49.9591908Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2022-12-01T09:59:49.9773687Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:49.9874307Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2022-12-01T09:59:50.0142423Z [ 39%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2022-12-01T09:59:50.0176664Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-12-01T09:59:50.0743968Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:50.1210523Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-12-01T09:59:50.1643607Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse2.c.o 2022-12-01T09:59:50.2559852Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:50.2626886Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T09:59:50.2696505Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:50.3226021Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse2.c.o 2022-12-01T09:59:50.3469850Z [ 40%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CudaDeviceProperties.cpp.o 2022-12-01T09:59:50.3660166Z [ 41%] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2022-12-01T09:59:50.3703080Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T09:59:50.3924983Z [ 41%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2022-12-01T09:59:50.4007838Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:50.4844895Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T09:59:50.4963858Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:50.5830845Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse2.c.o 2022-12-01T09:59:50.5986140Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T09:59:50.6734401Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:50.7057657Z [ 41%] Linking CXX executable ../../bin/c10_CompileTimeFunctionPointer_test 2022-12-01T09:59:50.7202487Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T09:59:50.7438830Z [ 41%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2022-12-01T09:59:50.7527761Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:50.7647930Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2022-12-01T09:59:50.8317067Z [ 42%] Built target c10_CompileTimeFunctionPointer_test 2022-12-01T09:59:50.8379663Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2022-12-01T09:59:50.8457708Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T09:59:50.8485797Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse2.c.o 2022-12-01T09:59:50.9225544Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:50.9507502Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:50.9742366Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T09:59:51.0167131Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:51.0203701Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T09:59:51.0807957Z [ 42%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityPlatform.cpp.o 2022-12-01T09:59:51.0920549Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:51.1004737Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:51.1172464Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2022-12-01T09:59:51.1540561Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T09:59:51.1717549Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T09:59:51.1760902Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:51.2001730Z [ 42%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiCallbackApi.cpp.o 2022-12-01T09:59:51.2583949Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:51.2744250Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2022-12-01T09:59:51.3093942Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T09:59:51.3236100Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T09:59:51.3633428Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:51.4454898Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:51.4473951Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T09:59:51.4505537Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i8.o 2022-12-01T09:59:51.5057779Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2022-12-01T09:59:51.5077516Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2022-12-01T09:59:51.5301105Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:51.5482099Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T09:59:51.5552993Z [ 42%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiEventApi.cpp.o 2022-12-01T09:59:51.6183832Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:51.6775585Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T09:59:51.7068038Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:51.7492459Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:51.7859484Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2022-12-01T09:59:51.7924649Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T09:59:51.8007064Z [ 42%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2022-12-01T09:59:51.8228517Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:51.8974384Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T09:59:51.9091436Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:51.9686611Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiMetricApi.cpp.o 2022-12-01T09:59:51.9927658Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T09:59:52.0164622Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T09:59:52.0179252Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:52.0977887Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:52.1167608Z [ 43%] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2022-12-01T09:59:52.1211738Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T09:59:52.1287510Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2022-12-01T09:59:52.1781476Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:52.2312820Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T09:59:52.2650748Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:52.3244746Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiRangeProfiler.cpp.o 2022-12-01T09:59:52.3499013Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T09:59:52.3505088Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:52.4048045Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2022-12-01T09:59:52.4420770Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:52.4664048Z [ 43%] Linking CXX executable ../../bin/c10_DeviceGuard_test 2022-12-01T09:59:52.4804087Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T09:59:52.5346845Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:52.5897934Z [ 43%] Built target c10_DeviceGuard_test 2022-12-01T09:59:52.5973768Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T09:59:52.6060262Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u8.o 2022-12-01T09:59:52.6246421Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse2.c.o 2022-12-01T09:59:52.6540564Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2022-12-01T09:59:52.6697158Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiRangeProfilerApi.cpp.o 2022-12-01T09:59:52.6907865Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse2.c.o 2022-12-01T09:59:52.7171654Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-12-01T09:59:52.7706961Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse2.c.o 2022-12-01T09:59:52.8446664Z [ 43%] Linking CXX static library ../../lib/libXNNPACK.a 2022-12-01T09:59:52.8508757Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T09:59:52.9203179Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2022-12-01T09:59:52.9264834Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-12-01T09:59:52.9534271Z [ 43%] Built target XNNPACK 2022-12-01T09:59:52.9620505Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-12-01T09:59:52.9901829Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiRangeProfilerConfig.cpp.o 2022-12-01T09:59:52.9943440Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiNvPerfMetric.cpp.o 2022-12-01T09:59:53.0448520Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-12-01T09:59:53.1142712Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T09:59:53.1429956Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2022-12-01T09:59:53.1855758Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-12-01T09:59:53.2650138Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-12-01T09:59:53.3291881Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-12-01T09:59:53.3340878Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2022-12-01T09:59:53.3358808Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/EventProfiler.cpp.o 2022-12-01T09:59:53.3653566Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2022-12-01T09:59:53.3942600Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T09:59:53.4823331Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-12-01T09:59:53.5226091Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2022-12-01T09:59:53.5583897Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T09:59:53.6405591Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-12-01T09:59:53.6459658Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-12-01T09:59:53.7098115Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i32.o 2022-12-01T09:59:53.7201881Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-12-01T09:59:53.7437606Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/EventProfilerController.cpp.o 2022-12-01T09:59:53.7690070Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2022-12-01T09:59:53.7876759Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:53.8769637Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:53.9537338Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:54.0146990Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2022-12-01T09:59:54.0523617Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T09:59:54.0843732Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/WeakSymbols.cpp.o 2022-12-01T09:59:54.1365976Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-12-01T09:59:54.2112698Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T09:59:54.2434010Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/cupti_strings.cpp.o 2022-12-01T09:59:54.2727062Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2022-12-01T09:59:54.2782259Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-12-01T09:59:54.3120420Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T09:59:54.3615969Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2022-12-01T09:59:54.3775630Z [ 43%] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2022-12-01T09:59:54.3878219Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-12-01T09:59:54.4756032Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-12-01T09:59:54.5422741Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2022-12-01T09:59:54.5570074Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-12-01T09:59:54.6405412Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2022-12-01T09:59:54.6455065Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-12-01T09:59:54.6965647Z [ 43%] Linking CXX executable ../../bin/c10_Device_test 2022-12-01T09:59:54.7232287Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-12-01T09:59:54.8000182Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-12-01T09:59:54.8083503Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2022-12-01T09:59:54.8136840Z [ 43%] Built target c10_Device_test 2022-12-01T09:59:54.8226672Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2022-12-01T09:59:54.8794679Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:54.9625912Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:55.0231514Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:55.0446227Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2022-12-01T09:59:55.1000369Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2022-12-01T09:59:55.1022464Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:55.1244920Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2022-12-01T09:59:55.1770300Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:55.2655392Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:55.3419001Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:55.3747352Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2022-12-01T09:59:55.4079751Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:55.4723323Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:55.4876451Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2022-12-01T09:59:55.5326681Z [ 43%] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2022-12-01T09:59:55.5383374Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:55.5580255Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2022-12-01T09:59:55.6185785Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2022-12-01T09:59:55.6216189Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:55.6779240Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u32.o 2022-12-01T09:59:55.7008905Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:55.8093349Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:55.8146492Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2022-12-01T09:59:55.8539996Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2022-12-01T09:59:55.8898858Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:55.9258433Z [ 43%] Linking CXX executable ../../bin/c10_DispatchKeySet_test 2022-12-01T09:59:55.9306484Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2022-12-01T09:59:55.9723829Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:56.0707185Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:56.0713366Z [ 43%] Built target c10_DispatchKeySet_test 2022-12-01T09:59:56.0805128Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:56.1408436Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:56.1451311Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2022-12-01T09:59:56.1860128Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:56.1932551Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_i64.o 2022-12-01T09:59:56.2154064Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_u64.o 2022-12-01T09:59:56.2449810Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2022-12-01T09:59:56.2696910Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:56.3673535Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:56.4263373Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2022-12-01T09:59:56.4488021Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:56.4990657Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2022-12-01T09:59:56.5342260Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:56.6265956Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:56.6930522Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2022-12-01T09:59:56.7039891Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:56.7704730Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2022-12-01T09:59:56.7883535Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:56.8759479Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:56.9490632Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/Logger.cpp:28:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas] 2022-12-01T09:59:56.9491445Z #pragma GCC diagnostic ignored "-Wglobal-constructors" 2022-12-01T09:59:56.9491895Z ^~~~~~~~~~~~~~~~~~~~~~~ 2022-12-01T09:59:56.9571111Z [ 43%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2022-12-01T09:59:56.9612201Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:56.9636315Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2022-12-01T09:59:57.0382462Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:57.1163437Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:57.1511755Z [ 43%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2022-12-01T09:59:57.1902225Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:57.2896069Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:57.3090719Z [ 44%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2022-12-01T09:59:57.3677569Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:57.4533407Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2022-12-01T09:59:57.4661193Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:57.5111685Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2022-12-01T09:59:57.5477568Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:57.6031282Z [ 44%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2022-12-01T09:59:57.6307308Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:57.7301716Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:57.7409269Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:57.7540293Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2022-12-01T09:59:57.8185715Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2022-12-01T09:59:57.8236338Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:57.9043252Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:57.9504861Z [ 44%] Built target kineto_base 2022-12-01T09:59:57.9617160Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2022-12-01T09:59:57.9836621Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2022-12-01T09:59:58.0025909Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:58.0052636Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f16.o 2022-12-01T09:59:58.0714720Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f32.o 2022-12-01T09:59:58.0822156Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:58.1070240Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T09:59:58.1770056Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2022-12-01T09:59:58.1930053Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2022-12-01T09:59:58.1982139Z [ 44%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2022-12-01T09:59:58.2350670Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T09:59:58.3134331Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-sse2.c.o 2022-12-01T09:59:58.3908574Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse2.c.o 2022-12-01T09:59:58.4247391Z [ 44%] Linking CXX static library ../../../lib/libtensorpipe.a 2022-12-01T09:59:58.4566454Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse2.c.o 2022-12-01T09:59:58.4708860Z [ 44%] Linking CXX executable ../../bin/c10_StreamGuard_test 2022-12-01T09:59:58.5216309Z [ 44%] Built target tensorpipe 2022-12-01T09:59:58.5240930Z [ 44%] Linking CXX executable ../../bin/c10_SymInt_test 2022-12-01T09:59:58.5297037Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T09:59:58.5300997Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_f64.o 2022-12-01T09:59:58.5980306Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-12-01T09:59:58.6032100Z [ 44%] Built target c10_StreamGuard_test 2022-12-01T09:59:58.6096803Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T09:59:58.6582888Z [ 44%] Built target c10_SymInt_test 2022-12-01T09:59:58.6654920Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-12-01T09:59:58.6775993Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2022-12-01T09:59:58.6964674Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2022-12-01T09:59:58.7403424Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T09:59:58.8271444Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-12-01T09:59:58.9139871Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T09:59:58.9737402Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-12-01T09:59:59.0330905Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-12-01T09:59:59.0409401Z [ 44%] Linking CXX executable ../../bin/c10_InlineDeviceGuard_test 2022-12-01T09:59:59.1054787Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c16.c.o 2022-12-01T09:59:59.1136269Z [ 44%] Linking CXX executable ../../bin/c10_InlineStreamGuard_test 2022-12-01T09:59:59.1689171Z [ 44%] Built target c10_InlineDeviceGuard_test 2022-12-01T09:59:59.1810681Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-12-01T09:59:59.1922080Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2022-12-01T09:59:59.2383140Z [ 44%] Built target c10_InlineStreamGuard_test 2022-12-01T09:59:59.2484541Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse2-x64.c.o 2022-12-01T09:59:59.2667233Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o 2022-12-01T09:59:59.3303692Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-12-01T09:59:59.4078443Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c16.c.o 2022-12-01T09:59:59.4787923Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-12-01T09:59:59.4791959Z [ 44%] Linking CXX executable ../../bin/c10_SizesAndStrides_test 2022-12-01T09:59:59.5465234Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/sse2.c.o 2022-12-01T09:59:59.6082578Z [ 44%] Linking CXX executable ../../bin/c10_Array_test 2022-12-01T09:59:59.6119712Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/sse2-x64.c.o 2022-12-01T09:59:59.6181168Z [ 44%] Built target c10_SizesAndStrides_test 2022-12-01T09:59:59.6258431Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/sse2-x64.c.o 2022-12-01T09:59:59.7025194Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2022-12-01T09:59:59.7059245Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/sse2.c.o 2022-12-01T09:59:59.7395687Z [ 44%] Built target c10_Array_test 2022-12-01T09:59:59.7467297Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-mov-sse2.c.o 2022-12-01T09:59:59.7575320Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_C++17_test.dir/util/C++17_test.cpp.o 2022-12-01T09:59:59.7907059Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2022-12-01T09:59:59.8307760Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2022-12-01T09:59:59.8561684Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-switch-sse2.c.o 2022-12-01T10:00:00.0267180Z [ 44%] Linking CXX executable ../../bin/c10_Bitset_test 2022-12-01T10:00:00.0482715Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-sse2.c.o 2022-12-01T10:00:00.0952178Z [ 44%] Linking CXX executable ../../bin/c10_ConstexprCrc_test 2022-12-01T10:00:00.1239438Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-sse2.c.o 2022-12-01T10:00:00.1327728Z [ 44%] Linking CXX executable ../../bin/c10_C++17_test 2022-12-01T10:00:00.1385470Z [ 44%] Built target c10_Bitset_test 2022-12-01T10:00:00.1462961Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-sse2.c.o 2022-12-01T10:00:00.1762084Z [ 44%] Linking CXX executable ../../bin/c10_DeadlockDetection_test 2022-12-01T10:00:00.2075311Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2022-12-01T10:00:00.2102755Z [ 44%] Built target c10_ConstexprCrc_test 2022-12-01T10:00:00.2135297Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-sse2.c.o 2022-12-01T10:00:00.2172101Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-mov-sse2.c.o 2022-12-01T10:00:00.2675205Z [ 44%] Built target c10_C++17_test 2022-12-01T10:00:00.2915758Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2022-12-01T10:00:00.3074864Z [ 44%] Built target c10_DeadlockDetection_test 2022-12-01T10:00:00.3080288Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2022-12-01T10:00:00.3185050Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-switch-sse2.c.o 2022-12-01T10:00:00.3325045Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_SmallVectorTest.dir/util/SmallVectorTest.cpp.o 2022-12-01T10:00:00.4481193Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-mov-sse2.c.o 2022-12-01T10:00:00.4955299Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sum_bf16.o 2022-12-01T10:00:00.5656410Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-multi-sse2.c.o 2022-12-01T10:00:00.6027890Z [ 44%] Linking CXX executable ../../bin/c10_Half_test 2022-12-01T10:00:00.6803661Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-switch-sse2.c.o 2022-12-01T10:00:00.6906611Z [ 44%] Linking CXX executable ../../bin/c10_LeftRight_test 2022-12-01T10:00:00.7072810Z [ 44%] Linking CXX executable ../../bin/c10_Metaprogramming_test 2022-12-01T10:00:00.7110179Z [ 44%] Built target c10_Half_test 2022-12-01T10:00:00.7242782Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/4x8-sse2.c.o 2022-12-01T10:00:00.7861507Z [ 44%] Linking CXX executable ../../bin/c10_SmallVectorTest 2022-12-01T10:00:00.7897544Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2022-12-01T10:00:00.7972536Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-mov-sse2.c.o 2022-12-01T10:00:00.8154736Z [ 44%] Built target c10_LeftRight_test 2022-12-01T10:00:00.8258204Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-multi-sse2.c.o 2022-12-01T10:00:00.8457233Z [ 44%] Built target c10_Metaprogramming_test 2022-12-01T10:00:00.8716871Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2022-12-01T10:00:00.9060842Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-switch-sse2.c.o 2022-12-01T10:00:00.9342362Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i8.o 2022-12-01T10:00:00.9381092Z [ 44%] Built target c10_SmallVectorTest 2022-12-01T10:00:00.9579523Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2022-12-01T10:00:01.0261715Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-mov-sse2.c.o 2022-12-01T10:00:01.0915317Z [ 44%] Linking CXX executable ../../bin/c10_Synchronized_test 2022-12-01T10:00:01.1543388Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-multi-sse2.c.o 2022-12-01T10:00:01.1766659Z [ 44%] Linking CXX executable ../../bin/c10_ThreadLocal_test 2022-12-01T10:00:01.2172575Z [ 44%] Built target c10_Synchronized_test 2022-12-01T10:00:01.2311119Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-switch-sse2.c.o 2022-12-01T10:00:01.2966347Z [ 44%] Linking CXX executable ../../bin/c10_TypeIndex_test 2022-12-01T10:00:01.3177164Z [ 44%] Built target c10_ThreadLocal_test 2022-12-01T10:00:01.3238492Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/sse2.c.o 2022-12-01T10:00:01.3605432Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2022-12-01T10:00:01.3981160Z [ 44%] Built target c10_TypeIndex_test 2022-12-01T10:00:01.3994570Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2022-12-01T10:00:01.4032339Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-sse2.c.o 2022-12-01T10:00:01.4046606Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-sse2.c.o 2022-12-01T10:00:01.4718227Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2022-12-01T10:00:01.4883280Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-sse2.c.o 2022-12-01T10:00:01.5768335Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-sse2.c.o 2022-12-01T10:00:01.6643687Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-mov-sse2.c.o 2022-12-01T10:00:01.7534476Z [ 44%] Linking CXX executable ../../bin/c10_TypeTraits_test 2022-12-01T10:00:01.7734729Z [ 44%] Linking CXX executable ../../bin/c10_accumulate_test 2022-12-01T10:00:01.7789740Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-multi-sse2.c.o 2022-12-01T10:00:01.8605948Z [ 44%] Linking CXX executable ../../bin/c10_TypeList_test 2022-12-01T10:00:01.8791264Z [ 44%] Built target c10_TypeTraits_test 2022-12-01T10:00:01.8871721Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-switch-sse2.c.o 2022-12-01T10:00:01.9126849Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2022-12-01T10:00:01.9127970Z [ 44%] Built target c10_accumulate_test 2022-12-01T10:00:01.9259380Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-mov-sse2.c.o 2022-12-01T10:00:01.9863245Z [ 44%] Built target c10_TypeList_test 2022-12-01T10:00:01.9949094Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-multi-sse2.c.o 2022-12-01T10:00:02.0074003Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u8.o 2022-12-01T10:00:02.0485585Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i32.o 2022-12-01T10:00:02.0883417Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-switch-sse2.c.o 2022-12-01T10:00:02.1901712Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc2.c.o 2022-12-01T10:00:02.1991016Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2022-12-01T10:00:02.2669186Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc3.c.o 2022-12-01T10:00:02.2829390Z [ 44%] Linking CXX executable ../../bin/c10_bfloat16_test 2022-12-01T10:00:02.4036089Z [ 44%] Built target c10_bfloat16_test 2022-12-01T10:00:02.4116193Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc4.c.o 2022-12-01T10:00:02.5029231Z [ 44%] Linking CXX executable ../../bin/c10_complex_math_test 2022-12-01T10:00:02.5940429Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2022-12-01T10:00:02.6150427Z [ 44%] Built target c10_complex_math_test 2022-12-01T10:00:02.6222879Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4.c.o 2022-12-01T10:00:02.7324742Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_either_test.dir/util/either_test.cpp.o 2022-12-01T10:00:02.7532487Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-12-01T10:00:02.8685237Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4.c.o 2022-12-01T10:00:02.9251406Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-3x4.c.o 2022-12-01T10:00:02.9876710Z [ 44%] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2022-12-01T10:00:03.0106998Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-4x4.c.o 2022-12-01T10:00:03.0732851Z [ 45%] Linking CXX executable ../../bin/c10_complex_test 2022-12-01T10:00:03.0868655Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-5x4.c.o 2022-12-01T10:00:03.1696874Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-6x4.c.o 2022-12-01T10:00:03.1815422Z [ 45%] Built target c10_complex_test 2022-12-01T10:00:03.1888409Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:00:03.2530317Z [ 45%] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2022-12-01T10:00:03.2858042Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:00:03.3601403Z [ 45%] Linking CXX executable ../../bin/c10_either_test 2022-12-01T10:00:03.3631268Z [ 45%] Linking CXX executable ../../bin/c10_exception_test 2022-12-01T10:00:03.4026704Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-ssse3.c.o 2022-12-01T10:00:03.4911249Z [ 45%] Built target c10_exception_test 2022-12-01T10:00:03.4988255Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:00:03.5260298Z [ 45%] Built target c10_either_test 2022-12-01T10:00:03.5338980Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:00:03.5542469Z [ 45%] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2022-12-01T10:00:03.5772025Z [ 45%] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2022-12-01T10:00:03.5927238Z [ 45%] Linking CXX executable ../../bin/c10_flags_test 2022-12-01T10:00:03.6085338Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-ssse3.c.o 2022-12-01T10:00:03.6985181Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:00:03.7295750Z [ 45%] Built target c10_flags_test 2022-12-01T10:00:03.7358400Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:00:03.7389309Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-ssse3.c.o 2022-12-01T10:00:03.7555314Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u32.o 2022-12-01T10:00:03.7904980Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_i64.o 2022-12-01T10:00:03.8257995Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_u64.o 2022-12-01T10:00:03.8505984Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:00:04.0356878Z [ 45%] Linking CXX executable ../../bin/c10_irange_test 2022-12-01T10:00:04.1462083Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:00:04.1562675Z [ 45%] Built target c10_irange_test 2022-12-01T10:00:04.1645261Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:00:04.2362877Z [ 46%] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2022-12-01T10:00:04.2516584Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:00:04.3303207Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:00:04.3395738Z [ 46%] Linking CXX executable ../../bin/c10_intrusive_ptr_test 2022-12-01T10:00:04.4153637Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:00:04.4877244Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-ssse3.c.o 2022-12-01T10:00:04.5633073Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-ssse3.c.o 2022-12-01T10:00:04.5918336Z [ 46%] Built target c10_intrusive_ptr_test 2022-12-01T10:00:04.5988211Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-ssse3.c.o 2022-12-01T10:00:04.6340960Z [ 46%] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2022-12-01T10:00:04.6535319Z [ 46%] Linking CXX executable ../../bin/c10_logging_test 2022-12-01T10:00:04.6608155Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-ssse3.c.o 2022-12-01T10:00:04.7372305Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x16.c.o 2022-12-01T10:00:04.7974127Z [ 46%] Built target c10_logging_test 2022-12-01T10:00:04.8060740Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x32.c.o 2022-12-01T10:00:04.8159152Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f16.o 2022-12-01T10:00:04.8836324Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x8.c.o 2022-12-01T10:00:04.9596191Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-12-01T10:00:05.0127493Z [ 46%] Linking CXX executable ../../bin/c10_optional_test 2022-12-01T10:00:05.0379657Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x24.c.o 2022-12-01T10:00:05.1174625Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x32.c.o 2022-12-01T10:00:05.1495224Z [ 46%] Built target c10_optional_test 2022-12-01T10:00:05.1599489Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x8.c.o 2022-12-01T10:00:05.1976164Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f32.o 2022-12-01T10:00:05.2210305Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x16.c.o 2022-12-01T10:00:05.3144292Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x24.c.o 2022-12-01T10:00:05.3924086Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x32.c.o 2022-12-01T10:00:05.4058061Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-12-01T10:00:05.5018563Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_f64.o 2022-12-01T10:00:05.5087991Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T10:00:05.5188983Z [ 46%] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2022-12-01T10:00:05.5642101Z [ 46%] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2022-12-01T10:00:05.5750471Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x24.c.o 2022-12-01T10:00:05.6526139Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x32.c.o 2022-12-01T10:00:05.7273348Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x4.c.o 2022-12-01T10:00:05.9018211Z [ 46%] Linking CXX executable ../../bin/c10_ordered_preserving_dict_test 2022-12-01T10:00:05.9338007Z [ 46%] Linking CXX executable ../../bin/c10_registry_test 2022-12-01T10:00:06.0205174Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-12-01T10:00:06.0418801Z [ 46%] Built target c10_ordered_preserving_dict_test 2022-12-01T10:00:06.0436042Z [ 46%] Built target c10_registry_test 2022-12-01T10:00:06.0486932Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x8.c.o 2022-12-01T10:00:06.0678346Z [ 46%] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2022-12-01T10:00:06.1132887Z [ 46%] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2022-12-01T10:00:06.1192110Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T10:00:06.2020860Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x24.c.o 2022-12-01T10:00:06.2759356Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-12-01T10:00:06.3493499Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x4.c.o 2022-12-01T10:00:06.4012331Z [ 46%] Linking CXX executable ../../bin/c10_string_view_test 2022-12-01T10:00:06.4246128Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x8.c.o 2022-12-01T10:00:06.4942574Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x12.c.o 2022-12-01T10:00:06.5030296Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_prod_bf16.o 2022-12-01T10:00:06.5296962Z [ 46%] Linking CXX executable ../../bin/c10_tempfile_test 2022-12-01T10:00:06.5301736Z [ 46%] Built target c10_string_view_test 2022-12-01T10:00:06.5383045Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i8.o 2022-12-01T10:00:06.5688055Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x16.c.o 2022-12-01T10:00:06.6340767Z [ 46%] Built target c10_tempfile_test 2022-12-01T10:00:06.6430004Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x20.c.o 2022-12-01T10:00:06.6639154Z [ 46%] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2022-12-01T10:00:06.7237165Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x24.c.o 2022-12-01T10:00:06.8032969Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x4.c.o 2022-12-01T10:00:06.8460517Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x8.c.o 2022-12-01T10:00:06.9112788Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u8.o 2022-12-01T10:00:06.9224118Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x12.c.o 2022-12-01T10:00:06.9750645Z [ 46%] Linking CXX executable ../../bin/c10_typeid_test 2022-12-01T10:00:06.9983503Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x16.c.o 2022-12-01T10:00:07.0888422Z [ 46%] Built target c10_typeid_test 2022-12-01T10:00:07.0968864Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x20.c.o 2022-12-01T10:00:07.1299235Z [ 46%] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2022-12-01T10:00:07.1602599Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x24.c.o 2022-12-01T10:00:07.2254195Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x4.c.o 2022-12-01T10:00:07.2305191Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-12-01T10:00:07.2953243Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i32.o 2022-12-01T10:00:07.3071636Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x4.c.o 2022-12-01T10:00:07.3978809Z [ 46%] Linking CXX executable ../../bin/c10_intrusive_ptr_benchmark 2022-12-01T10:00:07.4265689Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-12-01T10:00:07.5093901Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x4.c.o 2022-12-01T10:00:07.5381991Z [ 46%] Built target c10_intrusive_ptr_benchmark 2022-12-01T10:00:07.5578923Z [ 46%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDACachingAllocator.cpp.o 2022-12-01T10:00:07.5783694Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-12-01T10:00:07.6628480Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x4.c.o 2022-12-01T10:00:07.7457914Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-12-01T10:00:07.8303982Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x4.c.o 2022-12-01T10:00:07.8917575Z [ 46%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAException.cpp.o 2022-12-01T10:00:07.9475444Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-12-01T10:00:08.0278088Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x4.c.o 2022-12-01T10:00:08.1090188Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-12-01T10:00:08.1831836Z [ 46%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAFunctions.cpp.o 2022-12-01T10:00:08.1940278Z [ 46%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAMiscFunctions.cpp.o 2022-12-01T10:00:08.1984511Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x12.c.o 2022-12-01T10:00:08.2140502Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x16.c.o 2022-12-01T10:00:08.2935382Z [ 46%] Generating ../../../include/sleef.h 2022-12-01T10:00:08.2972009Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x20.c.o 2022-12-01T10:00:08.3025583Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ 2022-12-01T10:00:08.3050142Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2 2022-12-01T10:00:08.3102065Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4 2022-12-01T10:00:08.3128395Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ 2022-12-01T10:00:08.3151251Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx 2022-12-01T10:00:08.3197334Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4 2022-12-01T10:00:08.3255678Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x24.c.o 2022-12-01T10:00:08.3286548Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2 2022-12-01T10:00:08.3463272Z Generating sleef.h: mkrename finz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128 2022-12-01T10:00:08.3495968Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ 2022-12-01T10:00:08.3524971Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f 2022-12-01T10:00:08.3604552Z Generating sleef.h: mkrename cinz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512fnofma 2022-12-01T10:00:08.3631154Z Generating sleef.h: mkrename cinz_ 1 1 double float int32_t int32_t __STDC__ purec 2022-12-01T10:00:08.3694030Z Generating sleef.h: mkrename finz_ 1 1 double float int32_t int32_t FP_FAST_FMA purecfma 2022-12-01T10:00:08.3803649Z [ 46%] Generating include/renameavx512fnofma.h 2022-12-01T10:00:08.3805000Z [ 46%] Generating include/renamecuda.h 2022-12-01T10:00:08.3819705Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2022-12-01T10:00:08.3825795Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-12-01T10:00:08.3905916Z [ 46%] Built target headers 2022-12-01T10:00:08.3928897Z [ 46%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/CUDAStream.cpp.o 2022-12-01T10:00:08.3986640Z [ 46%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/impl/CUDAGuardImpl.cpp.o 2022-12-01T10:00:08.4014909Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x4.c.o 2022-12-01T10:00:08.4383113Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x8.c.o 2022-12-01T10:00:08.4724809Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u32.o 2022-12-01T10:00:08.5087992Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x12.c.o 2022-12-01T10:00:08.5981523Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x16.c.o 2022-12-01T10:00:08.6363104Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x20.c.o 2022-12-01T10:00:08.6853324Z [ 47%] Building CXX object c10/cuda/CMakeFiles/c10_cuda.dir/impl/CUDATest.cpp.o 2022-12-01T10:00:08.6869132Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x24.c.o 2022-12-01T10:00:08.7326117Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int16.c.o 2022-12-01T10:00:08.7498388Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_i64.o 2022-12-01T10:00:08.7664457Z [ 47%] Built target renameAVX512FNOFMA.h_generated 2022-12-01T10:00:08.7745078Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_u64.o 2022-12-01T10:00:08.7929578Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int32.c.o 2022-12-01T10:00:08.8707865Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse41.c.o 2022-12-01T10:00:08.9556880Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse41.c.o 2022-12-01T10:00:08.9957691Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse41.c.o 2022-12-01T10:00:09.0147659Z [ 47%] Linking CXX shared library ../../lib/libc10_cuda.so 2022-12-01T10:00:09.0526981Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f16.o 2022-12-01T10:00:09.0643542Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse41.c.o 2022-12-01T10:00:09.1061795Z [ 47%] Built target c10_cuda 2022-12-01T10:00:09.1150199Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse41.c.o 2022-12-01T10:00:09.1397682Z [ 47%] Generating alias_avx512f.h 2022-12-01T10:00:09.1563126Z [ 47%] Built target alias_avx512f.h_generated 2022-12-01T10:00:09.1647448Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:00:09.2015991Z [ 47%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2022-12-01T10:00:09.2481629Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:00:09.3244568Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:00:09.3571522Z [ 47%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2022-12-01T10:00:09.4202657Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:00:09.5103717Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:00:09.5336626Z [ 47%] Built target sleefavx2 2022-12-01T10:00:09.5449343Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:00:09.5943199Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:00:09.6570295Z [ 47%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2022-12-01T10:00:09.6831564Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:00:09.7784890Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:00:09.8209556Z [ 47%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2022-12-01T10:00:09.9018346Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:00:09.9895112Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:00:10.0054627Z [ 47%] Built target sleefdetavx2 2022-12-01T10:00:10.0148963Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:00:10.0905216Z [ 47%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2022-12-01T10:00:10.1243846Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:00:10.1594402Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:00:10.2083779Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:00:10.2437450Z [ 47%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2022-12-01T10:00:10.2792701Z [ 47%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2022-12-01T10:00:10.3238163Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:00:10.4024382Z [ 47%] Built target sleefavx2128 2022-12-01T10:00:10.4089275Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:10.4523761Z [ 47%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2022-12-01T10:00:10.4593981Z [ 47%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2022-12-01T10:00:10.5097708Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:10.5497950Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:10.6186170Z [ 47%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2022-12-01T10:00:10.6429314Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:10.6465503Z [ 47%] Built target sleefdetavx2128 2022-12-01T10:00:10.6542580Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:10.6662228Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:10.6712457Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:10.7260943Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f32.o 2022-12-01T10:00:10.7421259Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_f64.o 2022-12-01T10:00:10.7503968Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_min_bf16.o 2022-12-01T10:00:10.7598526Z [ 47%] Built target sleeffma4 2022-12-01T10:00:10.7704317Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i8.o 2022-12-01T10:00:10.7882903Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:10.8419392Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u8.o 2022-12-01T10:00:10.8723527Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:10.9642163Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:11.0484252Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:11.1249822Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:11.2057610Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:11.2904946Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:11.3741161Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:11.4618210Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:11.5412046Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:11.6255227Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:11.7094377Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:11.7969819Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:11.8790005Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:11.9616078Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:12.0398884Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:12.1159174Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:12.2263832Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:12.3380267Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:12.3544275Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i32.o 2022-12-01T10:00:12.4196675Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:12.4792858Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:12.5122992Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u32.o 2022-12-01T10:00:12.5623459Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:12.6191480Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:12.6393793Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:12.6427896Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_i64.o 2022-12-01T10:00:12.7000630Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_u64.o 2022-12-01T10:00:12.7329245Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:12.7531354Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:12.8106767Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f16.o 2022-12-01T10:00:12.8409792Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:12.9330807Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:13.0177944Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:13.1062346Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:13.1794642Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:13.3017097Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:13.3865433Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:13.4629296Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:13.5484970Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:13.6180654Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:13.6997184Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:13.7721823Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:00:13.8404952Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:00:13.9192435Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:00:14.0427113Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:00:14.1250621Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:00:14.1399677Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2022-12-01T10:00:14.2310262Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:00:14.2953740Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:00:14.3216196Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2022-12-01T10:00:14.3462617Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:00:14.3868268Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f32.o 2022-12-01T10:00:14.3915835Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2022-12-01T10:00:14.4844348Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:00:14.4909779Z [ 48%] Built target sleefdetfma4 2022-12-01T10:00:14.4983905Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2022-12-01T10:00:14.5242460Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:00:14.5558751Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:00:14.6120326Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2022-12-01T10:00:14.6121462Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2022-12-01T10:00:14.6247135Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2022-12-01T10:00:14.6532274Z [ 48%] Built target sleefavx 2022-12-01T10:00:14.6556605Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:00:14.6627879Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:00:14.7525177Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2022-12-01T10:00:14.7790765Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2022-12-01T10:00:14.7849806Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:00:14.7889818Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2022-12-01T10:00:14.8229766Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2022-12-01T10:00:14.9111089Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:00:14.9207286Z [ 48%] Built target sleefdetavx 2022-12-01T10:00:14.9286666Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:00:14.9552349Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2022-12-01T10:00:14.9923942Z [ 48%] Built target sleefdetsse4 2022-12-01T10:00:15.0012229Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-12-01T10:00:15.0019048Z [ 48%] Built target sleefsse4 2022-12-01T10:00:15.0057374Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2022-12-01T10:00:15.0078850Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2022-12-01T10:00:15.0489612Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2022-12-01T10:00:15.1201098Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T10:00:15.1305375Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2022-12-01T10:00:15.1520172Z [ 48%] Built target sleefsse2 2022-12-01T10:00:15.1602566Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-12-01T10:00:15.1774405Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-12-01T10:00:15.1842489Z [ 48%] Built target sleefdetsse2 2022-12-01T10:00:15.1940089Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:00:15.2077129Z [ 48%] Built target sleefpurec_scalar 2022-12-01T10:00:15.2266650Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_f64.o 2022-12-01T10:00:15.2312468Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2022-12-01T10:00:15.2651838Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2022-12-01T10:00:15.2737221Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-12-01T10:00:15.2761072Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2022-12-01T10:00:15.3127464Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2022-12-01T10:00:15.3350716Z [ 48%] Built target sleefdetpurec_scalar 2022-12-01T10:00:15.3410754Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_max_bf16.o 2022-12-01T10:00:15.3518969Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i8.o 2022-12-01T10:00:15.3549896Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-12-01T10:00:15.3842836Z [ 48%] Built target sleefpurecfma_scalar 2022-12-01T10:00:15.3934015Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:00:15.4367360Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2022-12-01T10:00:15.4646564Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-12-01T10:00:15.5142845Z [ 48%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2022-12-01T10:00:15.5516466Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-12-01T10:00:15.5911438Z [ 48%] Built target sleefdetpurecfma_scalar 2022-12-01T10:00:15.5977043Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u8.o 2022-12-01T10:00:15.6410153Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:15.7114238Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:15.8020890Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse41.c.o 2022-12-01T10:00:15.8714870Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:15.9523411Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:16.0222303Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse41.c.o 2022-12-01T10:00:16.1205692Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:16.1809732Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:16.1911752Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i32.o 2022-12-01T10:00:16.2685990Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse41.c.o 2022-12-01T10:00:16.3461553Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:16.4191834Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:16.5106934Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse41.c.o 2022-12-01T10:00:16.5910371Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:16.6781050Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:16.7865605Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse41.c.o 2022-12-01T10:00:16.8930096Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:16.9995872Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:17.0389944Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse41.c.o 2022-12-01T10:00:17.0575350Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:17.0981617Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u32.o 2022-12-01T10:00:17.1249101Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_i64.o 2022-12-01T10:00:17.1439499Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:17.1627346Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_u64.o 2022-12-01T10:00:17.2274264Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse41.c.o 2022-12-01T10:00:17.3957877Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:17.4729092Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f16.o 2022-12-01T10:00:17.5303558Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:17.6151879Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse41.c.o 2022-12-01T10:00:17.6970164Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:17.7673433Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:17.8431549Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse41.c.o 2022-12-01T10:00:17.9133086Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:17.9537168Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:17.9998840Z [ 48%] Generating dispsse.c 2022-12-01T10:00:18.0168312Z [ 48%] Built target dispsse.c_generated 2022-12-01T10:00:18.0191287Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse41.c.o 2022-12-01T10:00:18.0307074Z [ 48%] Generating dispavx.c 2022-12-01T10:00:18.0459671Z [ 48%] Built target dispavx.c_generated 2022-12-01T10:00:18.0593772Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f32.o 2022-12-01T10:00:18.1142253Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:18.2034580Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:18.2979835Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse41.c.o 2022-12-01T10:00:18.3894869Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:18.4679061Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:18.5593424Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:18.6613005Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:18.7429903Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:18.8498924Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:18.8872215Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:18.9339618Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:18.9719454Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_f64.o 2022-12-01T10:00:18.9880743Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_premulsum_bf16.o 2022-12-01T10:00:19.0115991Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:19.0361836Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:19.0964338Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i8.o 2022-12-01T10:00:19.1215873Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:19.1900950Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:19.2682229Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:19.3106920Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:19.3650137Z [ 49%] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2022-12-01T10:00:19.4092828Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:19.4887877Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:19.5173818Z [ 49%] Linking CXX executable ../../../bin/protoc 2022-12-01T10:00:19.5570530Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:19.6442860Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:19.7302968Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:19.7993577Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:19.8000341Z [ 49%] Built target protoc 2022-12-01T10:00:19.8063997Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:19.8223350Z [ 49%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2022-12-01T10:00:19.8899689Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:19.8950739Z [ 49%] Linking CXX static library ../../lib/libfbgemm.a 2022-12-01T10:00:19.9816739Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse4.c.o 2022-12-01T10:00:20.0437305Z [ 49%] Built target fbgemm 2022-12-01T10:00:20.0453453Z [ 49%] Linking CXX static library ../../../lib/libgmock_main.a 2022-12-01T10:00:20.0499257Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse4.c.o 2022-12-01T10:00:20.0702573Z [ 49%] Built target gmock_main 2022-12-01T10:00:20.0850504Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u8.o 2022-12-01T10:00:20.0911663Z [ 49%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/common/cuda_buffer.cc.o 2022-12-01T10:00:20.1190174Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse4.c.o 2022-12-01T10:00:20.2180758Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-sra.c.o 2022-12-01T10:00:20.2908821Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-srl.c.o 2022-12-01T10:00:20.3221461Z [ 49%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_xth/channel_impl.cc.o 2022-12-01T10:00:20.3692733Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:00:20.4565420Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-12-01T10:00:20.5453279Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-12-01T10:00:20.5741610Z [ 49%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_xth/context_impl.cc.o 2022-12-01T10:00:20.6046663Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-12-01T10:00:20.6850861Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-12-01T10:00:20.6959985Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-12-01T10:00:20.8170611Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i32.o 2022-12-01T10:00:20.8248410Z [ 49%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_xth/factory.cc.o 2022-12-01T10:00:20.8415447Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-12-01T10:00:20.8416693Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-12-01T10:00:20.9619761Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:00:20.9678605Z [ 49%] Linking CXX static library ../../../../lib/libdnnl_graph.a 2022-12-01T10:00:21.0482242Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-12-01T10:00:21.0720600Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-12-01T10:00:21.0794184Z [ 49%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_basic/channel_impl.cc.o 2022-12-01T10:00:21.0939453Z [ 49%] Built target dnnl_graph 2022-12-01T10:00:21.1018645Z [ 49%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_basic/context_impl.cc.o 2022-12-01T10:00:21.1121245Z [ 49%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_basic/factory.cc.o 2022-12-01T10:00:21.1611080Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-12-01T10:00:21.2465166Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-12-01T10:00:21.3731843Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-12-01T10:00:21.3894059Z [ 49%] Linking CXX static library ../../../lib/libkineto.a 2022-12-01T10:00:21.4022989Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-12-01T10:00:21.4347848Z [ 49%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/common/cuda_loop.cc.o 2022-12-01T10:00:21.4484251Z [ 49%] Built target kineto 2022-12-01T10:00:21.4568992Z [ 49%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_ipc/channel_impl.cc.o 2022-12-01T10:00:21.4867786Z [ 49%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_ipc/context_impl.cc.o 2022-12-01T10:00:21.5141081Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-12-01T10:00:21.6305825Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-12-01T10:00:21.6694968Z [ 49%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_ipc/factory.cc.o 2022-12-01T10:00:21.7019936Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:00:21.7780673Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-12-01T10:00:21.7805010Z [ 49%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/common/ibv.cc.o 2022-12-01T10:00:21.7989755Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:00:21.8821990Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:00:21.8948941Z [ 49%] Building CXX object c10/cuda/test/CMakeFiles/c10_cuda_CUDATest.dir/impl/CUDATest.cpp.o 2022-12-01T10:00:21.9017539Z [ 49%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2022-12-01T10:00:21.9563715Z [ 49%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2022-12-01T10:00:21.9630167Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:00:21.9632009Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:00:21.9670917Z [ 49%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_gdr/channel_impl.cc.o 2022-12-01T10:00:22.0471702Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u32.o 2022-12-01T10:00:22.0681818Z [ 49%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2022-12-01T10:00:22.1021903Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:00:22.1798617Z [ 49%] Linking CXX executable ../../../bin/c10_cuda_CUDATest 2022-12-01T10:00:22.2221557Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:00:22.2874465Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:00:22.2927578Z [ 49%] Built target c10_cuda_CUDATest 2022-12-01T10:00:22.2991991Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:00:22.3064356Z [ 49%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_gdr/context_impl.cc.o 2022-12-01T10:00:22.3838080Z [ 49%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_cuda.dir/channel/cuda_gdr/factory.cc.o 2022-12-01T10:00:22.4043798Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:00:22.4319761Z [ 49%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2022-12-01T10:00:22.5223999Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-12-01T10:00:22.5815217Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T10:00:22.6220286Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_i64.o 2022-12-01T10:00:22.6991285Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-12-01T10:00:22.7185896Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-12-01T10:00:22.7383925Z [ 49%] Linking CXX static library ../../../lib/libtensorpipe_cuda.a 2022-12-01T10:00:22.7938627Z [ 49%] Built target tensorpipe_cuda 2022-12-01T10:00:22.7999282Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:00:22.8200374Z [ 49%] Running gen_proto.py on onnx/onnx.in.proto 2022-12-01T10:00:22.8249797Z [ 49%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2022-12-01T10:00:22.8518848Z [ 49%] Built target Caffe2_PROTO 2022-12-01T10:00:22.8596540Z [ 49%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2022-12-01T10:00:22.8676634Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx.in.proto 2022-12-01T10:00:22.8678034Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-12-01T10:00:22.8699845Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2022-12-01T10:00:22.8716539Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-12-01T10:00:22.8730841Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-ml.pb.h 2022-12-01T10:00:22.8732857Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_pb.py 2022-12-01T10:00:22.8874355Z [ 49%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-12-01T10:00:22.9563559Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-12-01T10:00:22.9903313Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:00:23.0040519Z [ 49%] Built target sleefavx512fnofma 2022-12-01T10:00:23.0123526Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-12-01T10:00:23.0272060Z [ 49%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2022-12-01T10:00:23.0653947Z [ 49%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2022-12-01T10:00:23.0815663Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-12-01T10:00:23.1083325Z [ 49%] Built target gen_onnx_proto 2022-12-01T10:00:23.1174423Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:23.1702481Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_u64.o 2022-12-01T10:00:23.1962499Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:23.2016595Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:23.2253976Z [ 49%] Built target sleefdetavx512fnofma 2022-12-01T10:00:23.2365808Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:23.3000731Z [ 49%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2022-12-01T10:00:23.3012747Z [ 49%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2022-12-01T10:00:23.3221728Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:23.4025635Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:23.4729112Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:23.4851287Z [ 49%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2022-12-01T10:00:23.5452862Z [ 49%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2022-12-01T10:00:23.5854384Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:23.6695840Z [ 50%] Built target sleefavx512f 2022-12-01T10:00:23.6760127Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:23.6785232Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:23.7275713Z [ 50%] Built target sleefdetavx512f 2022-12-01T10:00:23.7387555Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:23.7587615Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f16.o 2022-12-01T10:00:23.7667004Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f32.o 2022-12-01T10:00:23.7897521Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:23.8326251Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_f64.o 2022-12-01T10:00:23.8655334Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:23.9593982Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:24.0451257Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:24.1363744Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:24.2325447Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:24.2935245Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:24.3189071Z Compiling all_gather.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/all_gather_sumpostdiv_bf16.o 2022-12-01T10:00:24.3796203Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:24.4701517Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:24.5706797Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:24.7094052Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:24.7956831Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:24.8826245Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:24.8863766Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:24.9562879Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i8.o 2022-12-01T10:00:25.0039594Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:25.1448299Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:25.2139525Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:25.3215097Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:25.3919155Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:25.4123857Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u8.o 2022-12-01T10:00:25.4556786Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:25.5458757Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:25.6308812Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:25.6576228Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:25.7191379Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i32.o 2022-12-01T10:00:25.7339091Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:25.7464018Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u32.o 2022-12-01T10:00:25.8150461Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:25.9007402Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:25.9885803Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:26.0760723Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:26.1162132Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:26.1852855Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_i64.o 2022-12-01T10:00:26.2071267Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:26.2929156Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:26.3708963Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:00:26.4556918Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:00:26.5347930Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse4.c.o 2022-12-01T10:00:26.6074014Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse4.c.o 2022-12-01T10:00:26.6727619Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:00:26.7437303Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-12-01T10:00:26.8139342Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-12-01T10:00:26.9123813Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-12-01T10:00:27.0724854Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:00:27.1525803Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-12-01T10:00:27.1961587Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_u64.o 2022-12-01T10:00:27.2529736Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-12-01T10:00:27.3388123Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-12-01T10:00:27.3756453Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f16.o 2022-12-01T10:00:27.4553116Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-12-01T10:00:27.5403135Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:00:27.5868189Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-12-01T10:00:27.6278497Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:00:27.7062384Z [ 51%] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2022-12-01T10:00:27.7328512Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c8.c.o 2022-12-01T10:00:27.8019943Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-12-01T10:00:27.8634765Z [ 51%] Built target dispsse_obj 2022-12-01T10:00:27.8727568Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-12-01T10:00:27.8962046Z [ 51%] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2022-12-01T10:00:27.9539833Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse41-x64.c.o 2022-12-01T10:00:27.9992517Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c8.c.o 2022-12-01T10:00:28.0373617Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f32.o 2022-12-01T10:00:28.0637380Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-12-01T10:00:28.0739465Z [ 51%] Built target dispavx_obj 2022-12-01T10:00:28.0831463Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x8.c.o 2022-12-01T10:00:28.1426939Z [ 51%] Linking CXX static library ../lib/libcaffe2_protos.a 2022-12-01T10:00:28.1501139Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-12-01T10:00:28.1745439Z [ 51%] Built target caffe2_protos 2022-12-01T10:00:28.1842902Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x24.c.o 2022-12-01T10:00:28.2407262Z [ 51%] Running gen_proto.py on onnx/onnx-data.in.proto 2022-12-01T10:00:28.2590968Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x32.c.o 2022-12-01T10:00:28.2773121Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-data.in.proto 2022-12-01T10:00:28.2777889Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-12-01T10:00:28.2778692Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2022-12-01T10:00:28.2783450Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data.pb.h 2022-12-01T10:00:28.2787039Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_data_pb.py 2022-12-01T10:00:28.2918971Z [ 51%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-12-01T10:00:28.3312596Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x8.c.o 2022-12-01T10:00:28.3449341Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x16.c.o 2022-12-01T10:00:28.3590575Z [ 51%] Built target gen_onnx_data_proto 2022-12-01T10:00:28.3681467Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x24.c.o 2022-12-01T10:00:28.4124932Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_f64.o 2022-12-01T10:00:28.4247555Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sum_bf16.o 2022-12-01T10:00:28.4391996Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x32.c.o 2022-12-01T10:00:28.5232616Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx-acc2.c.o 2022-12-01T10:00:28.6587845Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx.c.o 2022-12-01T10:00:28.7905436Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx-acc2.c.o 2022-12-01T10:00:28.8969340Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx.c.o 2022-12-01T10:00:28.9962688Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx-acc2.c.o 2022-12-01T10:00:29.0648202Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx.c.o 2022-12-01T10:00:29.1551587Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i8.o 2022-12-01T10:00:29.1893860Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx-acc2.c.o 2022-12-01T10:00:29.2224660Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-12-01T10:00:29.3023001Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u8.o 2022-12-01T10:00:29.3573975Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx-acc2.c.o 2022-12-01T10:00:29.4756798Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-12-01T10:00:29.5949151Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx-acc2.c.o 2022-12-01T10:00:29.6894482Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-12-01T10:00:29.7960941Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx-acc2.c.o 2022-12-01T10:00:29.8244348Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i32.o 2022-12-01T10:00:29.9046264Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-12-01T10:00:30.0316697Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx-acc2.c.o 2022-12-01T10:00:30.1162665Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx.c.o 2022-12-01T10:00:30.1363950Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u32.o 2022-12-01T10:00:30.2224687Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x8.c.o 2022-12-01T10:00:30.2387853Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x16.c.o 2022-12-01T10:00:30.3075864Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_i64.o 2022-12-01T10:00:30.3156020Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T10:00:30.3843310Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:00:30.4482612Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-avx-broadcast.c.o 2022-12-01T10:00:30.5840222Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx-broadcast.c.o 2022-12-01T10:00:30.7123586Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-avx-broadcast.c.o 2022-12-01T10:00:30.8203786Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-avx-broadcast.c.o 2022-12-01T10:00:30.9364844Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx-broadcast.c.o 2022-12-01T10:00:31.0264623Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-avx-broadcast.c.o 2022-12-01T10:00:31.1009520Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx-broadcast.c.o 2022-12-01T10:00:31.1737347Z [ 52%] Running gen_proto.py on onnx/onnx-operators.in.proto 2022-12-01T10:00:31.1982699Z [ 52%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o 2022-12-01T10:00:31.2088480Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-operators.in.proto 2022-12-01T10:00:31.2089262Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-12-01T10:00:31.2091772Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2022-12-01T10:00:31.2096645Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2022-12-01T10:00:31.2097179Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_operators_pb.py 2022-12-01T10:00:31.2208403Z [ 52%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-12-01T10:00:31.2320507Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-avx-broadcast.c.o 2022-12-01T10:00:31.2763421Z [ 52%] Built target gen_onnx_operators_proto 2022-12-01T10:00:31.2808066Z [ 52%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o 2022-12-01T10:00:31.2860201Z [ 52%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2022-12-01T10:00:31.3559184Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-avx-broadcast.c.o 2022-12-01T10:00:31.3896376Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-avx-broadcast.c.o 2022-12-01T10:00:31.4039083Z [ 52%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o 2022-12-01T10:00:31.4659312Z [ 52%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o 2022-12-01T10:00:31.4862289Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_u64.o 2022-12-01T10:00:31.5168533Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-12-01T10:00:31.5421542Z [ 52%] Linking C static library ../../lib/libsleef.a 2022-12-01T10:00:31.5929293Z [ 52%] Built target sleef 2022-12-01T10:00:31.6021612Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-avx-broadcast.c.o 2022-12-01T10:00:31.6311246Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-avx-broadcast.c.o 2022-12-01T10:00:31.6647200Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f16.o 2022-12-01T10:00:31.7605898Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f32.o 2022-12-01T10:00:31.7741146Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx-broadcast.c.o 2022-12-01T10:00:31.8114137Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-avx-broadcast.c.o 2022-12-01T10:00:31.8886159Z [ 52%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2022-12-01T10:00:31.9193687Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-12-01T10:00:32.0123326Z [ 52%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2022-12-01T10:00:32.0399446Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-avx-broadcast.c.o 2022-12-01T10:00:32.1561958Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-avx-broadcast.c.o 2022-12-01T10:00:32.2198109Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-avx-broadcast.c.o 2022-12-01T10:00:32.2762852Z [ 52%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-12-01T10:00:32.3309462Z [ 52%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2022-12-01T10:00:32.3676271Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-12-01T10:00:32.5107461Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-avx-broadcast.c.o 2022-12-01T10:00:32.6442179Z [ 52%] Linking CXX static library ../../lib/libonnx_proto.a 2022-12-01T10:00:32.6526367Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-avx-broadcast.c.o 2022-12-01T10:00:32.6753781Z [ 52%] Built target onnx_proto 2022-12-01T10:00:32.6815128Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx-broadcast.c.o 2022-12-01T10:00:32.7831041Z [ 52%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-12-01T10:00:32.7931215Z [ 52%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-12-01T10:00:32.8289485Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-avx-broadcast.c.o 2022-12-01T10:00:32.9638731Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-12-01T10:00:33.0787803Z [ 52%] Linking CXX executable ../bin/vec_test_all_types_DEFAULT 2022-12-01T10:00:33.1163750Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-avx-broadcast.c.o 2022-12-01T10:00:33.2649329Z [ 52%] Built target vec_test_all_types_DEFAULT 2022-12-01T10:00:33.2736392Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-avx-broadcast.c.o 2022-12-01T10:00:33.2831037Z [ 52%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-12-01T10:00:33.2883525Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x8.c.o 2022-12-01T10:00:33.2907550Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_f64.o 2022-12-01T10:00:33.3221770Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-12-01T10:00:33.3972738Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x8.c.o 2022-12-01T10:00:33.4319938Z [ 52%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2022-12-01T10:00:33.4458305Z [ 52%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2022-12-01T10:00:33.5175702Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x16.c.o 2022-12-01T10:00:33.5450738Z [ 52%] Linking CXX executable ../bin/vec_test_all_types_AVX2 2022-12-01T10:00:33.5631267Z [ 52%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2022-12-01T10:00:33.6337745Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T10:00:33.7212125Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:00:33.7699968Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_prod_bf16.o 2022-12-01T10:00:33.7824082Z [ 52%] Built target vec_test_all_types_AVX2 2022-12-01T10:00:33.7895217Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x8.c.o 2022-12-01T10:00:33.7975072Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i8.o 2022-12-01T10:00:33.8428274Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u8.o 2022-12-01T10:00:33.8880924Z [ 52%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2022-12-01T10:00:33.9019509Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x16.c.o 2022-12-01T10:00:34.0285504Z [ 52%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2022-12-01T10:00:34.0955514Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T10:00:34.1799588Z [ 52%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2022-12-01T10:00:34.1973595Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:00:34.3267346Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx.c.o 2022-12-01T10:00:34.4373320Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x8.c.o 2022-12-01T10:00:34.5162533Z [ 52%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2022-12-01T10:00:34.5353191Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-12-01T10:00:34.6569242Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x8.c.o 2022-12-01T10:00:34.7824513Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-12-01T10:00:34.8502485Z [ 52%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2022-12-01T10:00:34.9055864Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x8.c.o 2022-12-01T10:00:35.0008722Z [ 52%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2022-12-01T10:00:35.0285658Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-12-01T10:00:35.1059163Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x8.c.o 2022-12-01T10:00:35.1344535Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i32.o 2022-12-01T10:00:35.1838130Z [ 52%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2022-12-01T10:00:35.2037732Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-12-01T10:00:35.3265931Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x8.c.o 2022-12-01T10:00:35.4318223Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-12-01T10:00:35.4954855Z [ 52%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2022-12-01T10:00:35.5256659Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x8.c.o 2022-12-01T10:00:35.5306201Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-12-01T10:00:35.5872632Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x8.c.o 2022-12-01T10:00:35.6511291Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u32.o 2022-12-01T10:00:35.6774469Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_i64.o 2022-12-01T10:00:35.6836233Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-12-01T10:00:35.7001828Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_u64.o 2022-12-01T10:00:35.7754206Z [ 52%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2022-12-01T10:00:35.8037475Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x8.c.o 2022-12-01T10:00:35.9306806Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-12-01T10:00:36.0368326Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x8.c.o 2022-12-01T10:00:36.0986456Z [ 52%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2022-12-01T10:00:36.1320253Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-12-01T10:00:36.2470791Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x8.c.o 2022-12-01T10:00:36.3470601Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-12-01T10:00:36.4183131Z [ 53%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2022-12-01T10:00:36.4817638Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x8.c.o 2022-12-01T10:00:36.5997173Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-12-01T10:00:36.6765567Z [ 53%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2022-12-01T10:00:36.7226279Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x8.c.o 2022-12-01T10:00:36.8556830Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-12-01T10:00:36.9427458Z [ 53%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2022-12-01T10:00:36.9821025Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x8.c.o 2022-12-01T10:00:36.9865318Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-12-01T10:00:37.0832814Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f16.o 2022-12-01T10:00:37.1107423Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x8.c.o 2022-12-01T10:00:37.2585847Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-12-01T10:00:37.2666498Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2022-12-01T10:00:37.3704874Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x8.c.o 2022-12-01T10:00:37.4272216Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2022-12-01T10:00:37.4947422Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-12-01T10:00:37.5283779Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f32.o 2022-12-01T10:00:37.5328981Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2022-12-01T10:00:37.5934362Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_f64.o 2022-12-01T10:00:37.6057188Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x8.c.o 2022-12-01T10:00:37.7123550Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-12-01T10:00:37.7271527Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2022-12-01T10:00:37.8216828Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x8.c.o 2022-12-01T10:00:37.9207099Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-12-01T10:00:37.9342315Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2022-12-01T10:00:37.9944531Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2022-12-01T10:00:38.0303013Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x8.c.o 2022-12-01T10:00:38.1521614Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x16.c.o 2022-12-01T10:00:38.2778008Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x24.c.o 2022-12-01T10:00:38.2921554Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2022-12-01T10:00:38.3297136Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-12-01T10:00:38.4205364Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2022-12-01T10:00:38.4553924Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x40.c.o 2022-12-01T10:00:38.5514204Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x48.c.o 2022-12-01T10:00:38.5704567Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2022-12-01T10:00:38.6480062Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x8.c.o 2022-12-01T10:00:38.7332729Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x16.c.o 2022-12-01T10:00:38.7593142Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_min_bf16.o 2022-12-01T10:00:38.8297597Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x24.c.o 2022-12-01T10:00:38.8417205Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i8.o 2022-12-01T10:00:38.9165685Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2022-12-01T10:00:38.9544692Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x32.c.o 2022-12-01T10:00:39.0747550Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x40.c.o 2022-12-01T10:00:39.1909699Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x48.c.o 2022-12-01T10:00:39.2133807Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2022-12-01T10:00:39.3143392Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x8.c.o 2022-12-01T10:00:39.4389682Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2022-12-01T10:00:39.4419373Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x16.c.o 2022-12-01T10:00:39.4855071Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x24.c.o 2022-12-01T10:00:39.5557866Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u8.o 2022-12-01T10:00:39.5757766Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x32.c.o 2022-12-01T10:00:39.6342779Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x40.c.o 2022-12-01T10:00:39.6990074Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2022-12-01T10:00:39.7496090Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x48.c.o 2022-12-01T10:00:39.7724738Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2022-12-01T10:00:39.8642555Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x8.c.o 2022-12-01T10:00:39.9725639Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-12-01T10:00:39.9870018Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x8.c.o 2022-12-01T10:00:40.0912683Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2022-12-01T10:00:40.1079105Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2022-12-01T10:00:40.1244686Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-12-01T10:00:40.2900328Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x8.c.o 2022-12-01T10:00:40.4002771Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-12-01T10:00:40.4290243Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2022-12-01T10:00:40.4486848Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x8.c.o 2022-12-01T10:00:40.5231971Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i32.o 2022-12-01T10:00:40.5692634Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-12-01T10:00:40.5883015Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u32.o 2022-12-01T10:00:40.6921181Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x8.c.o 2022-12-01T10:00:40.7045502Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_i64.o 2022-12-01T10:00:40.7183765Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2022-12-01T10:00:40.8266705Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-12-01T10:00:40.9585532Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x8.c.o 2022-12-01T10:00:40.9858193Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2022-12-01T10:00:41.0667864Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-12-01T10:00:41.2141091Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x8.c.o 2022-12-01T10:00:41.2787697Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2022-12-01T10:00:41.2843222Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2022-12-01T10:00:41.3183405Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x16.c.o 2022-12-01T10:00:41.4505482Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x24.c.o 2022-12-01T10:00:41.5793754Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x32.c.o 2022-12-01T10:00:41.6003861Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x40.c.o 2022-12-01T10:00:41.6084278Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2022-12-01T10:00:41.6994114Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2022-12-01T10:00:41.7560892Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x48.c.o 2022-12-01T10:00:41.8835171Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x56.c.o 2022-12-01T10:00:41.9267171Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x64.c.o 2022-12-01T10:00:42.0034598Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2022-12-01T10:00:42.0321373Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x72.c.o 2022-12-01T10:00:42.0523727Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x80.c.o 2022-12-01T10:00:42.1853721Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_u64.o 2022-12-01T10:00:42.2003110Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x8.c.o 2022-12-01T10:00:42.2696504Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2022-12-01T10:00:42.2757879Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2022-12-01T10:00:42.3178834Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x16.c.o 2022-12-01T10:00:42.4429432Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x24.c.o 2022-12-01T10:00:42.4778840Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x32.c.o 2022-12-01T10:00:42.5371973Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-12-01T10:00:42.5423834Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f16.o 2022-12-01T10:00:42.5869999Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f32.o 2022-12-01T10:00:42.6046775Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_f64.o 2022-12-01T10:00:42.6221640Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2022-12-01T10:00:42.6476102Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x48.c.o 2022-12-01T10:00:42.7720455Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x56.c.o 2022-12-01T10:00:42.8771362Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2022-12-01T10:00:42.8796820Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x64.c.o 2022-12-01T10:00:42.9987391Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x72.c.o 2022-12-01T10:00:43.0936843Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x80.c.o 2022-12-01T10:00:43.2172837Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-12-01T10:00:43.2315454Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o 2022-12-01T10:00:43.3365338Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x16.c.o 2022-12-01T10:00:43.4311610Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x8.c.o 2022-12-01T10:00:43.5433566Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2022-12-01T10:00:43.5553643Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-12-01T10:00:43.6693932Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x8.c.o 2022-12-01T10:00:43.7661866Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-12-01T10:00:43.8856941Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x8.c.o 2022-12-01T10:00:43.8898273Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2022-12-01T10:00:44.0366382Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-12-01T10:00:44.1068931Z [ 54%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2022-12-01T10:00:44.1496491Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx-rr2-p5.c.o 2022-12-01T10:00:44.1951898Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_max_bf16.o 2022-12-01T10:00:44.2733457Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut4-p4-perm.c.o 2022-12-01T10:00:44.3302640Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i8.o 2022-12-01T10:00:44.3458786Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut16-p3.c.o 2022-12-01T10:00:44.3978353Z [ 54%] Linking CXX static library ../../lib/libonnx.a 2022-12-01T10:00:44.4076719Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u8.o 2022-12-01T10:00:44.4291681Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-p6.c.o 2022-12-01T10:00:44.4712707Z [ 54%] Built target onnx 2022-12-01T10:00:44.4820969Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i32.o 2022-12-01T10:00:44.4906185Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-lut64-p2-div.c.o 2022-12-01T10:00:44.5454090Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u32.o 2022-12-01T10:00:44.6099518Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-div.c.o 2022-12-01T10:00:44.6954763Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr1.c.o 2022-12-01T10:00:44.7829859Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr2.c.o 2022-12-01T10:00:44.8875723Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:00:44.9698149Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:00:45.0421745Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:00:45.1451255Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:00:45.2130546Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:00:45.3005783Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:00:45.4456024Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:00:45.5477391Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:00:45.6263886Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:00:45.7960247Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:00:45.8898821Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:00:46.0065580Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:00:46.0623544Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:00:46.1454537Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:00:46.1701282Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_i64.o 2022-12-01T10:00:46.2056235Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:00:46.2458264Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:00:46.2667135Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_u64.o 2022-12-01T10:00:46.2748751Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-12-01T10:00:46.3271088Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-12-01T10:00:46.3653888Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:46.4106835Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:46.4604699Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f16.o 2022-12-01T10:00:46.5236173Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:46.5797643Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:46.6153373Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-12-01T10:00:46.6854643Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:46.7874674Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:46.8872059Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:46.9908253Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:47.0642607Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:47.0735468Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-12-01T10:00:47.1674775Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:47.2774926Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:47.3167083Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:47.3771986Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-12-01T10:00:47.4145392Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:47.5218249Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:47.6232433Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:47.7184070Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:47.8147229Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:47.9002485Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:47.9114252Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-12-01T10:00:47.9284562Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-12-01T10:00:47.9937540Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:48.0003695Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:48.0738104Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f32.o 2022-12-01T10:00:48.1003289Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:48.1397106Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:48.1887350Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_f64.o 2022-12-01T10:00:48.2264041Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:48.2352938Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:48.3226965Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_premulsum_bf16.o 2022-12-01T10:00:48.3412376Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:48.4234841Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:48.4501400Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-12-01T10:00:48.4961313Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:48.5793565Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:48.6677393Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:48.7521356Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:48.8001211Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:48.8315962Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2022-12-01T10:00:48.8914145Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:48.9831299Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:49.0639454Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:49.1574159Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:49.2539333Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:49.2744374Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:49.3283666Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-12-01T10:00:49.3351383Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i8.o 2022-12-01T10:00:49.3680248Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:49.4672843Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:49.5638783Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:49.6672711Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:49.7584084Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-12-01T10:00:49.7783144Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:49.8743697Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:49.9175657Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:49.9279163Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:00:49.9865217Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-12-01T10:00:50.0070268Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-12-01T10:00:50.0152780Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:00:50.0908400Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:00:50.0989117Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u8.o 2022-12-01T10:00:50.1782304Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i32.o 2022-12-01T10:00:50.1871819Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:00:50.2458727Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:00:50.2559727Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-12-01T10:00:50.3286647Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:00:50.4624807Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:00:50.4946339Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:00:50.5346001Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-12-01T10:00:50.6079110Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:00:50.7418148Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:00:50.8275371Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:00:50.9176031Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:00:50.9702568Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:00:51.0343996Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-12-01T10:00:51.0526461Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:00:51.1635259Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:00:51.1638517Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:00:51.2047446Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u32.o 2022-12-01T10:00:51.2606235Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_i64.o 2022-12-01T10:00:51.2976384Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-12-01T10:00:51.4242325Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-12-01T10:00:51.4462831Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-12-01T10:00:51.5329630Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T10:00:51.6770793Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:00:51.7958295Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:51.8025841Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:51.8410519Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-12-01T10:00:51.8675654Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-12-01T10:00:51.8908501Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-avx.c.o 2022-12-01T10:00:51.8910761Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:51.9633755Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_u64.o 2022-12-01T10:00:51.9864823Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:52.0795385Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-avx.c.o 2022-12-01T10:00:52.2025857Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:52.2445949Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f16.o 2022-12-01T10:00:52.2689552Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2022-12-01T10:00:52.2786855Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:52.3959143Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-avx.c.o 2022-12-01T10:00:52.4865518Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:52.5770711Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:52.6246391Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-12-01T10:00:52.7104479Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-avx.c.o 2022-12-01T10:00:52.8200411Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:52.9423937Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:53.0300795Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-avx.c.o 2022-12-01T10:00:53.0339238Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f32.o 2022-12-01T10:00:53.1172072Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:53.1380842Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:53.2183720Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-12-01T10:00:53.2299504Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-avx.c.o 2022-12-01T10:00:53.3136734Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:53.3976705Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2022-12-01T10:00:53.3978071Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:53.4822555Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-avx.c.o 2022-12-01T10:00:53.4887492Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:53.5659361Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2022-12-01T10:00:53.5681929Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:53.6191390Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-avx.c.o 2022-12-01T10:00:53.6391339Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_f64.o 2022-12-01T10:00:53.7014857Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:53.7819915Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:53.8415252Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-avx.c.o 2022-12-01T10:00:53.8520199Z Compiling broadcast.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/broadcast_sumpostdiv_bf16.o 2022-12-01T10:00:53.9510154Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2022-12-01T10:00:53.9649052Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:54.1021702Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:54.1064950Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-avx.c.o 2022-12-01T10:00:54.1921456Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i8.o 2022-12-01T10:00:54.2064059Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:54.2960498Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:54.3929162Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-avx.c.o 2022-12-01T10:00:54.4750715Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:54.5754831Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:54.6736450Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:54.7069210Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2022-12-01T10:00:54.7478532Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2022-12-01T10:00:54.7643010Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:54.8770033Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:54.9624232Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:55.0544398Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:55.1555594Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:55.1737863Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2022-12-01T10:00:55.2009190Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:55.2363991Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u8.o 2022-12-01T10:00:55.3195115Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:55.3888191Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:55.4054048Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2022-12-01T10:00:55.4127221Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2022-12-01T10:00:55.4673104Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:55.5188484Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i32.o 2022-12-01T10:00:55.5503575Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:55.5981822Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:55.6483575Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2022-12-01T10:00:55.6873593Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:55.7793799Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:55.7942941Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:55.8660178Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u32.o 2022-12-01T10:00:55.8806470Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:55.9607495Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:56.0609353Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:56.1407288Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:56.2221668Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:56.3067178Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-12-01T10:00:56.3860739Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-12-01T10:00:56.4574635Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x24.c.o 2022-12-01T10:00:56.5104274Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-12-01T10:00:56.5222856Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x32.c.o 2022-12-01T10:00:56.6093203Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:00:56.7304750Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-12-01T10:00:56.8599627Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x24.c.o 2022-12-01T10:00:56.9796417Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x32.c.o 2022-12-01T10:00:57.1016018Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-12-01T10:00:57.2026636Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-12-01T10:00:57.2564221Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-12-01T10:00:57.2744435Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x24.c.o 2022-12-01T10:00:57.3443240Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x32.c.o 2022-12-01T10:00:57.4094205Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:00:57.5278980Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-12-01T10:00:57.5319104Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x24.c.o 2022-12-01T10:00:57.6488079Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x32.c.o 2022-12-01T10:00:57.6549602Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-12-01T10:00:57.7596049Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-12-01T10:00:57.8452758Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:00:57.9315834Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-12-01T10:00:58.0148854Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:00:58.0448530Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:00:58.0738238Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2022-12-01T10:00:58.1205161Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:00:58.1782598Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:00:58.2249095Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:00:58.2403376Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_i64.o 2022-12-01T10:00:58.2785374Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_u64.o 2022-12-01T10:00:58.3251349Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:00:58.4098508Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:00:58.5295908Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:00:58.6248774Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:00:58.6303491Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-12-01T10:00:58.7520567Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f16.o 2022-12-01T10:00:58.7562159Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-12-01T10:00:58.8404611Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2022-12-01T10:00:58.8774644Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T10:00:59.0056784Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:00:59.1064879Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:59.1411400Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:59.1940342Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f32.o 2022-12-01T10:00:59.2166751Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:59.2933649Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:59.3400021Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-12-01T10:00:59.3735884Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:59.4592585Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:59.5329378Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:59.6080313Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:59.7052523Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:59.7485060Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-12-01T10:00:59.7909145Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:00:59.8858032Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:00:59.9774763Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:01:00.0682023Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:01:00.1713844Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:01:00.2148205Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2022-12-01T10:01:00.2615028Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:01:00.3415455Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:01:00.4147524Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:01:00.5039927Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:01:00.5818398Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:01:00.6705040Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:01:00.7647300Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:01:00.8527490Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:01:00.9485096Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:01:01.0197859Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:01:01.0438689Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:01:01.1114881Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_f64.o 2022-12-01T10:01:01.1175380Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:01:01.1511846Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2022-12-01T10:01:01.1932596Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:01:01.2784628Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:01:01.3334482Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:01:01.3677828Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sum_bf16.o 2022-12-01T10:01:01.6333126Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:01:01.6787231Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2022-12-01T10:01:01.7247158Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:01:01.8205225Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:01:01.9525479Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:01:02.0349409Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:01:02.0504113Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:01:02.0755920Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:01:02.1244512Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2022-12-01T10:01:02.1343678Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapMode.cpp.o 2022-12-01T10:01:02.1794882Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:01:02.2709156Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:01:02.3743535Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:01:02.3864443Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:01:02.4499639Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i8.o 2022-12-01T10:01:02.4561853Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:01:02.4887709Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u8.o 2022-12-01T10:01:02.5519862Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:01:02.6492696Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:01:02.7349543Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:01:02.8301834Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-12-01T10:01:02.9142345Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-12-01T10:01:02.9339342Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2022-12-01T10:01:03.0050347Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:01:03.1485761Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-12-01T10:01:03.2768784Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-12-01T10:01:03.3553165Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-12-01T10:01:03.3698757Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapTransforms.cpp.o 2022-12-01T10:01:03.4326060Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:01:03.5581561Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-12-01T10:01:03.6800318Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-12-01T10:01:03.7547278Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:01:03.8293481Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-12-01T10:01:03.8865761Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:01:03.9020704Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2022-12-01T10:01:03.9669753Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x16.c.o 2022-12-01T10:01:04.1245993Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x32.c.o 2022-12-01T10:01:04.2251656Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x48.c.o 2022-12-01T10:01:04.2352049Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-12-01T10:01:04.3398134Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2022-12-01T10:01:04.3658268Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x8.c.o 2022-12-01T10:01:04.4984960Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-12-01T10:01:04.6320251Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-12-01T10:01:04.7540639Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c16.c.o 2022-12-01T10:01:04.8398370Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c24.c.o 2022-12-01T10:01:04.8743964Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2022-12-01T10:01:04.9425768Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c32.c.o 2022-12-01T10:01:05.0728145Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-12-01T10:01:05.1073826Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c16.c.o 2022-12-01T10:01:05.2043604Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c24.c.o 2022-12-01T10:01:05.2088258Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i32.o 2022-12-01T10:01:05.2358056Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u32.o 2022-12-01T10:01:05.3080167Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2022-12-01T10:01:05.3299971Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c32.c.o 2022-12-01T10:01:05.4461830Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-12-01T10:01:05.5091275Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x8.c.o 2022-12-01T10:01:05.5588696Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2022-12-01T10:01:05.5722761Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_i64.o 2022-12-01T10:01:05.6075347Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-12-01T10:01:05.6464131Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x8.c.o 2022-12-01T10:01:05.7571798Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_u64.o 2022-12-01T10:01:05.7884779Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-12-01T10:01:05.9075975Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2022-12-01T10:01:05.9166932Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x8.c.o 2022-12-01T10:01:06.0447042Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-12-01T10:01:06.1619634Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x8.c.o 2022-12-01T10:01:06.2807161Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x16.c.o 2022-12-01T10:01:06.2816365Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2022-12-01T10:01:06.3980755Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x8.c.o 2022-12-01T10:01:06.5248535Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x16.c.o 2022-12-01T10:01:06.5781408Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-12-01T10:01:06.6498030Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x8.c.o 2022-12-01T10:01:06.7720402Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x16.c.o 2022-12-01T10:01:06.8387860Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-12-01T10:01:06.8978402Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x8.c.o 2022-12-01T10:01:07.0239292Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x16.c.o 2022-12-01T10:01:07.1530417Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x8.c.o 2022-12-01T10:01:07.2255614Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-12-01T10:01:07.2505787Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x16.c.o 2022-12-01T10:01:07.3624862Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x8.c.o 2022-12-01T10:01:07.4581969Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x16.c.o 2022-12-01T10:01:07.5843575Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x8.c.o 2022-12-01T10:01:07.7032918Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-12-01T10:01:07.8226035Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x8.c.o 2022-12-01T10:01:07.9371007Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-12-01T10:01:07.9744215Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x8.c.o 2022-12-01T10:01:08.0542748Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f16.o 2022-12-01T10:01:08.1135484Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x16.c.o 2022-12-01T10:01:08.2277276Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x8.c.o 2022-12-01T10:01:08.2525833Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f32.o 2022-12-01T10:01:08.2963700Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-12-01T10:01:08.3036826Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-12-01T10:01:08.3294232Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x16.c.o 2022-12-01T10:01:08.4397853Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x8.c.o 2022-12-01T10:01:08.4464587Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x16.c.o 2022-12-01T10:01:08.5467046Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-12-01T10:01:08.5527727Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x8.c.o 2022-12-01T10:01:08.7020146Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x16.c.o 2022-12-01T10:01:08.8275508Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x8.c.o 2022-12-01T10:01:08.9491764Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-12-01T10:01:09.0461707Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x8.c.o 2022-12-01T10:01:09.1443251Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-12-01T10:01:09.2566680Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x8.c.o 2022-12-01T10:01:09.4380638Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-12-01T10:01:09.5455777Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x8.c.o 2022-12-01T10:01:09.5635540Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-12-01T10:01:09.6018289Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-12-01T10:01:09.6181906Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-f16c.c.o 2022-12-01T10:01:09.6861171Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_f64.o 2022-12-01T10:01:09.7350116Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_prod_bf16.o 2022-12-01T10:01:09.7383727Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-f16c.c.o 2022-12-01T10:01:09.8528630Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:01:09.9874206Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:01:10.1591362Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:01:10.2958701Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:01:10.4278628Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:01:10.5282647Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-12-01T10:01:10.5556787Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:01:10.6977773Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:01:10.8276874Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:01:10.9573646Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:01:11.0661683Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:01:11.1688179Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:11.1927830Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i8.o 2022-12-01T10:01:11.2786245Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:11.4069102Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:11.4203136Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u8.o 2022-12-01T10:01:11.5518680Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:11.6166109Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-12-01T10:01:11.6903876Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:11.8289384Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:11.9727624Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:12.1134420Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:12.2517543Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:12.2982931Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:12.3721390Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-12-01T10:01:12.4480982Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:12.6017030Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:12.6259656Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:12.7611895Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-12-01T10:01:12.7668718Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:12.9563838Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:13.0951243Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:13.2389508Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:13.3819899Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:13.4426098Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:13.5248217Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i32.o 2022-12-01T10:01:13.5795364Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-12-01T10:01:13.6015954Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:13.7235678Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:13.8096954Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:13.8279878Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-12-01T10:01:13.9364002Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:14.0786376Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:14.2120570Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:14.3965205Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:14.4302821Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u32.o 2022-12-01T10:01:14.5244615Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:14.5538139Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_i64.o 2022-12-01T10:01:14.6506446Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:14.6923341Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:14.7892566Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-12-01T10:01:14.8506347Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:14.9001439Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:14.9642439Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_u64.o 2022-12-01T10:01:15.0225884Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:15.1648995Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:15.3007516Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:15.4356249Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:15.5679376Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:15.7130031Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:15.8012168Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-12-01T10:01:15.8423182Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:15.9851510Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:16.1219640Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:16.2691260Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:16.2990660Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:16.4069103Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f16.o 2022-12-01T10:01:16.4301107Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:16.5728799Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:16.7152132Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:01:16.8404272Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:01:16.9406382Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-12-01T10:01:16.9419196Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:01:17.0861703Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:01:17.1782726Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:01:17.2205410Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-12-01T10:01:17.2451476Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:01:17.3120017Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-12-01T10:01:17.3854516Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:01:17.5266285Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:01:17.6023908Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:01:17.6745106Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-12-01T10:01:17.7145882Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:01:17.9427268Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:18.0330155Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:18.0685421Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-12-01T10:01:18.1862466Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-xop.c.o 2022-12-01T10:01:18.3101136Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:18.4689265Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-12-01T10:01:18.4700205Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:18.4847586Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-xop.c.o 2022-12-01T10:01:18.5975113Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-12-01T10:01:18.6422975Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:18.7878386Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:18.8223217Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-xop.c.o 2022-12-01T10:01:18.9163365Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:18.9367614Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f32.o 2022-12-01T10:01:18.9373482Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-12-01T10:01:18.9414210Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_f64.o 2022-12-01T10:01:19.0396808Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:19.1730759Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-xop.c.o 2022-12-01T10:01:19.2877453Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:19.3849703Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:19.4103496Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-12-01T10:01:19.5045154Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-xop.c.o 2022-12-01T10:01:19.5188411Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:19.6227073Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:19.6780322Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-12-01T10:01:19.7196027Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-12-01T10:01:19.7469956Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-xop.c.o 2022-12-01T10:01:19.8600683Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-12-01T10:01:19.8857402Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:19.9983984Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:20.1398849Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-xop.c.o 2022-12-01T10:01:20.2702995Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:20.3738671Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:20.4165686Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_min_bf16.o 2022-12-01T10:01:20.5009487Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-xop.c.o 2022-12-01T10:01:20.5759700Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:20.6554457Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-12-01T10:01:20.7034674Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:20.7151986Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-12-01T10:01:20.8359110Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-xop.c.o 2022-12-01T10:01:20.9682898Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:21.0926139Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:21.2123495Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-xop.c.o 2022-12-01T10:01:21.2169320Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:21.3145377Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-12-01T10:01:21.3558572Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:21.4862999Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-xop.c.o 2022-12-01T10:01:21.5432624Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:21.6207863Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i8.o 2022-12-01T10:01:21.6697785Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:21.7417569Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:21.7811259Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u8.o 2022-12-01T10:01:21.8226892Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-12-01T10:01:21.8701167Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:21.9096115Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i32.o 2022-12-01T10:01:21.9722355Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:22.0765083Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:22.1974430Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:22.3227779Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:22.4583678Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:22.5924925Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:22.7222116Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:22.7852240Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-12-01T10:01:22.8301306Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:22.9622308Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:23.0976470Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:23.2346523Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:23.2702672Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-12-01T10:01:23.3466111Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-12-01T10:01:23.3679907Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:23.5092124Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:23.6272975Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:23.7254373Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:23.8301288Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-12-01T10:01:23.8530430Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:23.9645908Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:24.0934481Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:24.1467394Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:01:24.2022515Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-12-01T10:01:24.2115613Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-12-01T10:01:24.2603456Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-12-01T10:01:24.3866521Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x24.c.o 2022-12-01T10:01:24.5041075Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x32.c.o 2022-12-01T10:01:24.5430119Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u32.o 2022-12-01T10:01:24.6080830Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:01:24.6601421Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-12-01T10:01:24.6617471Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-12-01T10:01:24.7310722Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x24.c.o 2022-12-01T10:01:24.7584432Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_i64.o 2022-12-01T10:01:24.7937427Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_u64.o 2022-12-01T10:01:24.8402366Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x32.c.o 2022-12-01T10:01:24.9245487Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-12-01T10:01:24.9734789Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:01:24.9751696Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:01:25.0886545Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f16.o 2022-12-01T10:01:25.1153502Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:01:25.2498002Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:01:25.3441996Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-12-01T10:01:25.3841310Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:25.5218322Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:25.6630469Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:25.7252724Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-12-01T10:01:25.7825448Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:25.9335138Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:26.1150863Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-12-01T10:01:26.1181232Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:26.2568005Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:26.4099125Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:26.5056930Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-12-01T10:01:26.5258011Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:26.6709131Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:26.8108893Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:26.8247436Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-12-01T10:01:26.9479922Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:27.0873949Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:27.1065658Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:27.2080044Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f32.o 2022-12-01T10:01:27.2542658Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:27.3858520Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:27.3886441Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:27.3905897Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-12-01T10:01:27.5214595Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-12-01T10:01:27.5306749Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:27.6031881Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:27.6559961Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-12-01T10:01:27.7160044Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:27.7384008Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:27.8417742Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-12-01T10:01:27.8702806Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:27.9960592Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:28.0295797Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:28.0853484Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:28.1347509Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:28.1458837Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-12-01T10:01:28.1843431Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_f64.o 2022-12-01T10:01:28.2127304Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_max_bf16.o 2022-12-01T10:01:28.2828010Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:28.3535949Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:28.4300891Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-12-01T10:01:28.4926190Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:28.5809737Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:28.6021484Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i8.o 2022-12-01T10:01:28.7452264Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-12-01T10:01:28.7765066Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:28.8932398Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:28.9972706Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:29.1072205Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:29.2283378Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:29.2420437Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-12-01T10:01:29.3350162Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:29.4356958Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:29.5485251Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:29.5833449Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-12-01T10:01:29.6573748Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:29.7988360Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:29.8230366Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:29.9220557Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u8.o 2022-12-01T10:01:29.9726332Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:29.9926580Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-12-01T10:01:30.0825622Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:01:30.2046964Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:01:30.3434327Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:01:30.3823360Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-12-01T10:01:30.4464917Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-12-01T10:01:30.5463564Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:01:30.6503488Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-12-01T10:01:30.7771912Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-12-01T10:01:30.8292413Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3.c.o 2022-12-01T10:01:30.8347481Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-12-01T10:01:30.8841942Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-12-01T10:01:30.9314395Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-12-01T10:01:30.9945389Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3.c.o 2022-12-01T10:01:31.0922956Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-12-01T10:01:31.2055776Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3.c.o 2022-12-01T10:01:31.3394086Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-12-01T10:01:31.3441615Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-12-01T10:01:31.4342651Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-12-01T10:01:31.4608195Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3.c.o 2022-12-01T10:01:31.5894441Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-12-01T10:01:31.6587506Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-12-01T10:01:31.7223240Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i32.o 2022-12-01T10:01:31.7868288Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-12-01T10:01:31.8592917Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-12-01T10:01:31.9160321Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-12-01T10:01:32.0361981Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-12-01T10:01:32.0767245Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u32.o 2022-12-01T10:01:32.1580687Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-12-01T10:01:32.2835515Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-12-01T10:01:32.3271356Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-12-01T10:01:32.3694060Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-12-01T10:01:32.4158529Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3.c.o 2022-12-01T10:01:32.5633473Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3-acc2.c.o 2022-12-01T10:01:32.6933188Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3.c.o 2022-12-01T10:01:32.7683770Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3-acc2.c.o 2022-12-01T10:01:32.7857368Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-12-01T10:01:32.8116514Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3.c.o 2022-12-01T10:01:32.8966283Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_i64.o 2022-12-01T10:01:32.9505155Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3-acc2.c.o 2022-12-01T10:01:33.0818959Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3.c.o 2022-12-01T10:01:33.1962232Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3-acc2.c.o 2022-12-01T10:01:33.2196339Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-12-01T10:01:33.3164646Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3.c.o 2022-12-01T10:01:33.3919944Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-12-01T10:01:33.4509229Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_u64.o 2022-12-01T10:01:33.5139309Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c16.c.o 2022-12-01T10:01:33.6309827Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-12-01T10:01:33.6410509Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-12-01T10:01:33.7669682Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c16-minmax-fma3-2x.c.o 2022-12-01T10:01:33.8815052Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-12-01T10:01:34.0041829Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3.c.o 2022-12-01T10:01:34.0778596Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-12-01T10:01:34.1051243Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-12-01T10:01:34.1945100Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3.c.o 2022-12-01T10:01:34.3118743Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-12-01T10:01:34.4144577Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3.c.o 2022-12-01T10:01:34.5005477Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-12-01T10:01:34.5465897Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-12-01T10:01:34.5858155Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-12-01T10:01:34.6206696Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f16.o 2022-12-01T10:01:34.6834546Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-12-01T10:01:34.7881261Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-12-01T10:01:34.8310246Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-12-01T10:01:34.8821664Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f32.o 2022-12-01T10:01:34.9129291Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-12-01T10:01:35.0393889Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-12-01T10:01:35.1196677Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-12-01T10:01:35.1608542Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-12-01T10:01:35.2868731Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-12-01T10:01:35.4173552Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-12-01T10:01:35.4944899Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3.c.o 2022-12-01T10:01:35.5536638Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-12-01T10:01:35.5660614Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-12-01T10:01:35.5983656Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:01:35.7261612Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-fma3-broadcast.c.o 2022-12-01T10:01:35.8538184Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16s4inc-minmax-fma3-broadcast.c.o 2022-12-01T10:01:35.9618147Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-fma3-broadcast.c.o 2022-12-01T10:01:35.9836866Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-12-01T10:01:36.0848498Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-12-01T10:01:36.0857502Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16s4inc-minmax-fma3-broadcast.c.o 2022-12-01T10:01:36.2104663Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:01:36.2140536Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_f64.o 2022-12-01T10:01:36.3227106Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-fma3-broadcast.c.o 2022-12-01T10:01:36.3547441Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16s4inc-minmax-fma3-broadcast.c.o 2022-12-01T10:01:36.3977693Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-12-01T10:01:36.4551702Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-12-01T10:01:36.4857467Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:01:36.5937739Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-fma3-broadcast.c.o 2022-12-01T10:01:36.6872128Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16s4inc-minmax-fma3-broadcast.c.o 2022-12-01T10:01:36.7890983Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:01:36.8777967Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:01:36.8928056Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-12-01T10:01:36.9212340Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:01:37.0104691Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-12-01T10:01:37.0654002Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-12-01T10:01:37.1972070Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-12-01T10:01:37.3062008Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:01:37.3285601Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-12-01T10:01:37.3580271Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-12-01T10:01:37.4446162Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-12-01T10:01:37.4820420Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:01:37.6319468Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-12-01T10:01:37.6526926Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_premulsum_bf16.o 2022-12-01T10:01:37.7383561Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-12-01T10:01:37.8496116Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:01:37.8735083Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-12-01T10:01:37.9793899Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-12-01T10:01:38.0893644Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-12-01T10:01:38.1197662Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:01:38.2168867Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-12-01T10:01:38.2386989Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-12-01T10:01:38.3693441Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-12-01T10:01:38.5103304Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-12-01T10:01:38.5366378Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-12-01T10:01:38.6363580Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-12-01T10:01:38.6622449Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-12-01T10:01:38.7102883Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:01:38.7996173Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i8.o 2022-12-01T10:01:38.8457007Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-12-01T10:01:38.9007412Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:01:38.9742411Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u8.o 2022-12-01T10:01:39.0363106Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-12-01T10:01:39.1203540Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-12-01T10:01:39.1664291Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-12-01T10:01:39.2493967Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:01:39.3636616Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-12-01T10:01:39.4761779Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-12-01T10:01:39.4767907Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-12-01T10:01:39.5875665Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:01:39.6998929Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-12-01T10:01:39.8021180Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-12-01T10:01:39.9022329Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-12-01T10:01:39.9823871Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-12-01T10:01:40.0208949Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x8.c.o 2022-12-01T10:01:40.1525011Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-12-01T10:01:40.2679735Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x8.c.o 2022-12-01T10:01:40.3970233Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x16.c.o 2022-12-01T10:01:40.3977605Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-12-01T10:01:40.5132802Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x24.c.o 2022-12-01T10:01:40.6082996Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x32.c.o 2022-12-01T10:01:40.7052268Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x40.c.o 2022-12-01T10:01:40.8113407Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x48.c.o 2022-12-01T10:01:40.8621709Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i32.o 2022-12-01T10:01:40.9182071Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x56.c.o 2022-12-01T10:01:41.0195241Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x64.c.o 2022-12-01T10:01:41.1374002Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma.c.o 2022-12-01T10:01:41.2597798Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma1adj.c.o 2022-12-01T10:01:41.2816289Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-12-01T10:01:41.3709932Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr2fma.c.o 2022-12-01T10:01:41.5163151Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-12-01T10:01:41.6543528Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-12-01T10:01:41.7840187Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-12-01T10:01:41.9087038Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-12-01T10:01:42.0445700Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-12-01T10:01:42.1736348Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-12-01T10:01:42.2224657Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-12-01T10:01:42.2737048Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-12-01T10:01:42.3877330Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-12-01T10:01:42.3892161Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-12-01T10:01:42.4021879Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u32.o 2022-12-01T10:01:42.5195063Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_i64.o 2022-12-01T10:01:42.5252426Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-12-01T10:01:42.6603898Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-12-01T10:01:42.7985692Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-12-01T10:01:42.8824234Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-12-01T10:01:42.9379320Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_u64.o 2022-12-01T10:01:43.0158443Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-12-01T10:01:43.1112349Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-12-01T10:01:43.1418416Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-12-01T10:01:43.2654795Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-12-01T10:01:43.3949732Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-12-01T10:01:43.5310007Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-12-01T10:01:43.6714246Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T10:01:43.7900119Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x32.c.o 2022-12-01T10:01:43.7988114Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x48.c.o 2022-12-01T10:01:43.8939054Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f16.o 2022-12-01T10:01:43.9198375Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-12-01T10:01:44.0474800Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T10:01:44.0720055Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Batching.cpp.o 2022-12-01T10:01:44.1665274Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x32.c.o 2022-12-01T10:01:44.2597668Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x48.c.o 2022-12-01T10:01:44.3624952Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-12-01T10:01:44.4608421Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc2.c.o 2022-12-01T10:01:44.5433756Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2022-12-01T10:01:44.5932279Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc4.c.o 2022-12-01T10:01:44.7070613Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64.c.o 2022-12-01T10:01:44.8325915Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72-acc3.c.o 2022-12-01T10:01:44.9499215Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72.c.o 2022-12-01T10:01:45.0701388Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc2.c.o 2022-12-01T10:01:45.1875885Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc5.c.o 2022-12-01T10:01:45.1927711Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2022-12-01T10:01:45.3211523Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80.c.o 2022-12-01T10:01:45.4454368Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc2.c.o 2022-12-01T10:01:45.5107586Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc3.c.o 2022-12-01T10:01:45.5970167Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f32.o 2022-12-01T10:01:45.6144600Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_f64.o 2022-12-01T10:01:45.6229754Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2022-12-01T10:01:45.6497969Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc6.c.o 2022-12-01T10:01:45.7620283Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96.c.o 2022-12-01T10:01:45.7806830Z Compiling reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_sumpostdiv_bf16.o 2022-12-01T10:01:45.8824402Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc2.c.o 2022-12-01T10:01:46.0085946Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc4.c.o 2022-12-01T10:01:46.1382523Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64.c.o 2022-12-01T10:01:46.1485124Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2022-12-01T10:01:46.2672338Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72-acc3.c.o 2022-12-01T10:01:46.3665314Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72.c.o 2022-12-01T10:01:46.4912786Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc2.c.o 2022-12-01T10:01:46.5546284Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2022-12-01T10:01:46.5957996Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc5.c.o 2022-12-01T10:01:46.7315066Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80.c.o 2022-12-01T10:01:46.8181840Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc2.c.o 2022-12-01T10:01:46.8708041Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc3.c.o 2022-12-01T10:01:46.9406980Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc6.c.o 2022-12-01T10:01:47.0052770Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i8.o 2022-12-01T10:01:47.0587632Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96.c.o 2022-12-01T10:01:47.1897366Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc2.c.o 2022-12-01T10:01:47.3175659Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc4.c.o 2022-12-01T10:01:47.3760553Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2022-12-01T10:01:47.3886630Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-12-01T10:01:47.4375970Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-12-01T10:01:47.4583556Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64.c.o 2022-12-01T10:01:47.5525811Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72-acc3.c.o 2022-12-01T10:01:47.5689549Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u8.o 2022-12-01T10:01:47.6824218Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72.c.o 2022-12-01T10:01:47.8306464Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc2.c.o 2022-12-01T10:01:47.9649370Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc5.c.o 2022-12-01T10:01:48.1032649Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80.c.o 2022-12-01T10:01:48.1181189Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc2.c.o 2022-12-01T10:01:48.2248079Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i32.o 2022-12-01T10:01:48.2405210Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc3.c.o 2022-12-01T10:01:48.3372335Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-12-01T10:01:48.3757424Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc6.c.o 2022-12-01T10:01:48.4185743Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96.c.o 2022-12-01T10:01:48.4992625Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u32.o 2022-12-01T10:01:48.5505376Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x8.c.o 2022-12-01T10:01:48.6728687Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x16.c.o 2022-12-01T10:01:48.8039490Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-12-01T10:01:48.8064936Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x24.c.o 2022-12-01T10:01:48.9358730Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x32.c.o 2022-12-01T10:01:49.0754720Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x40.c.o 2022-12-01T10:01:49.2077375Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x48.c.o 2022-12-01T10:01:49.3361732Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-12-01T10:01:49.4646207Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x64.c.o 2022-12-01T10:01:49.5927812Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x72.c.o 2022-12-01T10:01:49.7250383Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x80.c.o 2022-12-01T10:01:49.7507859Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-12-01T10:01:49.8620552Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x8.c.o 2022-12-01T10:01:50.0003924Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x16.c.o 2022-12-01T10:01:50.1343271Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x24.c.o 2022-12-01T10:01:50.2659809Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x32.c.o 2022-12-01T10:01:50.4339377Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x40.c.o 2022-12-01T10:01:50.4923337Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x48.c.o 2022-12-01T10:01:50.5450288Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-12-01T10:01:50.5512793Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-12-01T10:01:50.6235468Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x56.c.o 2022-12-01T10:01:50.7320228Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x64.c.o 2022-12-01T10:01:50.8620130Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x72.c.o 2022-12-01T10:01:50.9656296Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x80.c.o 2022-12-01T10:01:51.1010096Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x8.c.o 2022-12-01T10:01:51.1101284Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_i64.o 2022-12-01T10:01:51.2361033Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x16.c.o 2022-12-01T10:01:51.3619924Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x24.c.o 2022-12-01T10:01:51.4326805Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x32.c.o 2022-12-01T10:01:51.4369535Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-12-01T10:01:51.4612982Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-12-01T10:01:51.4636143Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-12-01T10:01:51.5460390Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x40.c.o 2022-12-01T10:01:51.6592966Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x48.c.o 2022-12-01T10:01:51.8504898Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x56.c.o 2022-12-01T10:01:51.9574019Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x64.c.o 2022-12-01T10:01:52.0312424Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x72.c.o 2022-12-01T10:01:52.0957984Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-12-01T10:01:52.1610677Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x80.c.o 2022-12-01T10:01:52.3013275Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x8.c.o 2022-12-01T10:01:52.3281694Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x16.c.o 2022-12-01T10:01:52.3617866Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x24.c.o 2022-12-01T10:01:52.3841980Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x32.c.o 2022-12-01T10:01:52.4019774Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_u64.o 2022-12-01T10:01:52.4402032Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f16.o 2022-12-01T10:01:52.4898607Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f32.o 2022-12-01T10:01:52.5096645Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x40.c.o 2022-12-01T10:01:52.6487733Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x48.c.o 2022-12-01T10:01:52.7813007Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x56.c.o 2022-12-01T10:01:52.9023318Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x64.c.o 2022-12-01T10:01:52.9110092Z [ 66%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-12-01T10:01:53.0151101Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x72.c.o 2022-12-01T10:01:53.1406692Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x80.c.o 2022-12-01T10:01:53.2590951Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x8.c.o 2022-12-01T10:01:53.3831742Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x16.c.o 2022-12-01T10:01:53.5057281Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x8.c.o 2022-12-01T10:01:53.5933952Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x16.c.o 2022-12-01T10:01:53.6834630Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x24.c.o 2022-12-01T10:01:53.7422029Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-12-01T10:01:53.8099052Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x32.c.o 2022-12-01T10:01:53.9313240Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x40.c.o 2022-12-01T10:01:54.0197998Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-12-01T10:01:54.0361326Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x48.c.o 2022-12-01T10:01:54.1503376Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x56.c.o 2022-12-01T10:01:54.2839375Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x64.c.o 2022-12-01T10:01:54.3429977Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x72.c.o 2022-12-01T10:01:54.4216685Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-12-01T10:01:54.4812598Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x80.c.o 2022-12-01T10:01:54.6098571Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x88.c.o 2022-12-01T10:01:54.7301852Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x96.c.o 2022-12-01T10:01:54.8317250Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x8.c.o 2022-12-01T10:01:54.8750512Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_f64.o 2022-12-01T10:01:54.9650205Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x16.c.o 2022-12-01T10:01:55.0930471Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x24.c.o 2022-12-01T10:01:55.2146598Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x32.c.o 2022-12-01T10:01:55.3594271Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x40.c.o 2022-12-01T10:01:55.4617468Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-12-01T10:01:55.4804250Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x48.c.o 2022-12-01T10:01:55.5755507Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x56.c.o 2022-12-01T10:01:55.6658434Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x64.c.o 2022-12-01T10:01:55.7767569Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x72.c.o 2022-12-01T10:01:55.8525901Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x80.c.o 2022-12-01T10:01:55.8951222Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x88.c.o 2022-12-01T10:01:55.9060858Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x96.c.o 2022-12-01T10:01:55.9527364Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-12-01T10:01:56.0066883Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-12-01T10:01:56.0297622Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x8.c.o 2022-12-01T10:01:56.1494369Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x16.c.o 2022-12-01T10:01:56.2801045Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x24.c.o 2022-12-01T10:01:56.2902641Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x32.c.o 2022-12-01T10:01:56.2980388Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-12-01T10:01:56.4213198Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-12-01T10:01:56.4223638Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sum_bf16.o 2022-12-01T10:01:56.4316954Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x48.c.o 2022-12-01T10:01:56.5568713Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x56.c.o 2022-12-01T10:01:56.6898798Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x64.c.o 2022-12-01T10:01:56.7473631Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x72.c.o 2022-12-01T10:01:56.8077561Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i8.o 2022-12-01T10:01:56.8801117Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x80.c.o 2022-12-01T10:01:56.9100555Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x8.c.o 2022-12-01T10:01:57.0017546Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u8.o 2022-12-01T10:01:57.0391529Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x16.c.o 2022-12-01T10:01:57.1725933Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x24.c.o 2022-12-01T10:01:57.2425393Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-12-01T10:01:57.2635087Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x32.c.o 2022-12-01T10:01:57.3943767Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x40.c.o 2022-12-01T10:01:57.5152581Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x48.c.o 2022-12-01T10:01:57.6364993Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x56.c.o 2022-12-01T10:01:57.7557193Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x64.c.o 2022-12-01T10:01:57.8739122Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x72.c.o 2022-12-01T10:01:57.9574738Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-12-01T10:01:57.9806174Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x80.c.o 2022-12-01T10:01:58.0247334Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x8.c.o 2022-12-01T10:01:58.1033449Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-12-01T10:01:58.1570902Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x16.c.o 2022-12-01T10:01:58.2855934Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x24.c.o 2022-12-01T10:01:58.4121364Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x32.c.o 2022-12-01T10:01:58.5336049Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x40.c.o 2022-12-01T10:01:58.6615327Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x48.c.o 2022-12-01T10:01:58.7623888Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x56.c.o 2022-12-01T10:01:58.7705014Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i32.o 2022-12-01T10:01:58.8915587Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x64.c.o 2022-12-01T10:01:58.9498151Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-12-01T10:01:59.0224501Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x72.c.o 2022-12-01T10:01:59.1350087Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x80.c.o 2022-12-01T10:01:59.2678070Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p3-perm.c.o 2022-12-01T10:01:59.3386625Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-12-01T10:01:59.3935634Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p4-perm.c.o 2022-12-01T10:01:59.5291873Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-p5.c.o 2022-12-01T10:01:59.6320924Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr1-p5.c.o 2022-12-01T10:01:59.8063473Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr2-p5.c.o 2022-12-01T10:01:59.9298479Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut4-p4-perm.c.o 2022-12-01T10:02:00.0564558Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut8-p4-perm.c.o 2022-12-01T10:02:00.1825769Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut16-p3-gather.c.o 2022-12-01T10:02:00.1941546Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-12-01T10:02:00.3027971Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-p6.c.o 2022-12-01T10:02:00.4221304Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx2-p5.c.o 2022-12-01T10:02:00.4267289Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u32.o 2022-12-01T10:02:00.5366755Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-div.c.o 2022-12-01T10:02:00.5705134Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2022-12-01T10:02:00.6545342Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-12-01T10:02:00.6949717Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2022-12-01T10:02:00.8195270Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2022-12-01T10:02:00.9375923Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-div.c.o 2022-12-01T10:02:01.0660056Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr1fma.c.o 2022-12-01T10:02:01.1942711Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr2fma.c.o 2022-12-01T10:02:01.3100957Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-div.c.o 2022-12-01T10:02:01.4261196Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2022-12-01T10:02:01.4525625Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2022-12-01T10:02:01.4569464Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2022-12-01T10:02:01.5430735Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_i64.o 2022-12-01T10:02:01.5706058Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-12-01T10:02:01.5820511Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-12-01T10:02:01.5933951Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-div.c.o 2022-12-01T10:02:01.7088489Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr1fma.c.o 2022-12-01T10:02:01.8283793Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr2fma.c.o 2022-12-01T10:02:01.9389150Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:02.0396666Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-12-01T10:02:02.0648447Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:02.0825662Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:02:02.1988978Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_u64.o 2022-12-01T10:02:02.2074281Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:02:02.3257610Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:02:02.4384947Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:02.5694969Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:02:02.7032849Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:02:02.7914152Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:02:02.8200351Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-12-01T10:02:02.8621637Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:02.9224372Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-12-01T10:02:02.9989560Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:03.0086176Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:03.1367192Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:02:03.1388587Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f16.o 2022-12-01T10:02:03.2454724Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:02:03.3883575Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:02:03.5241109Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:03.5453167Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-12-01T10:02:03.6445474Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:02:03.6667939Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:02:03.7616984Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f32.o 2022-12-01T10:02:03.7713153Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:02:03.8739050Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:04.0051548Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:04.1479891Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:02:04.1527995Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-12-01T10:02:04.2794658Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:04.4162545Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:02:04.5274122Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:04.5509639Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_f64.o 2022-12-01T10:02:04.6582799Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:02:04.7706236Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:04.8963984Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:05.0088588Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:05.0995667Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-12-01T10:02:05.1303993Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:05.2287817Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:05.3569846Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:02:05.4833203Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:02:05.5183148Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:02:05.6068131Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:05.6511287Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_prod_bf16.o 2022-12-01T10:02:05.7382201Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:02:05.8541852Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:02:05.9415368Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-12-01T10:02:05.9643413Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:02:06.0895803Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:06.2143519Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:06.3420798Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:06.4723916Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:02:06.5698447Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:02:06.5965637Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i8.o 2022-12-01T10:02:06.6841421Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:02:06.7344580Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:06.7931975Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u8.o 2022-12-01T10:02:06.8624071Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:02:06.9385707Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-12-01T10:02:06.9874528Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:02:07.1527898Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:02:07.2763568Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:07.4023181Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-12-01T10:02:07.5047452Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T10:02:07.5523429Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-12-01T10:02:07.6258572Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i32.o 2022-12-01T10:02:07.6698428Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-12-01T10:02:07.8037835Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:07.9128733Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:02:07.9400076Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-12-01T10:02:08.0294270Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:08.1595780Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:02:08.2941781Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:08.4215624Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:02:08.5509102Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:08.6850157Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:08.7308614Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-12-01T10:02:08.8236310Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:08.9573359Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-12-01T10:02:09.0775040Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:02:09.2060960Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-12-01T10:02:09.3196662Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-12-01T10:02:09.4300249Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-12-01T10:02:09.4461082Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-12-01T10:02:09.5536428Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:02:09.6524660Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-12-01T10:02:09.7528215Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-12-01T10:02:09.8694829Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:09.9949707Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:10.0774485Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-12-01T10:02:10.1092749Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-12-01T10:02:10.1648338Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-12-01T10:02:10.3017933Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:10.4424750Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:10.5063784Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-12-01T10:02:10.5502996Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:10.6798194Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:02:10.8042994Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-12-01T10:02:10.8663869Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u32.o 2022-12-01T10:02:10.9233299Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T10:02:11.0628890Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-12-01T10:02:11.0939427Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-12-01T10:02:11.1531212Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-12-01T10:02:11.1833427Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:11.1841183Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:11.2208140Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:11.2977318Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-12-01T10:02:11.3102541Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_i64.o 2022-12-01T10:02:11.3577921Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:11.4225892Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-12-01T10:02:11.4647445Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:11.5820947Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:02:11.6323799Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-12-01T10:02:11.7115502Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-12-01T10:02:11.7623158Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:02:11.9036347Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-12-01T10:02:12.0236139Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:02:12.1511725Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x32.c.o 2022-12-01T10:02:12.1575541Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_u64.o 2022-12-01T10:02:12.2726680Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x64.c.o 2022-12-01T10:02:12.3984837Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x96.c.o 2022-12-01T10:02:12.4570652Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-12-01T10:02:12.4959943Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-12-01T10:02:12.5306412Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f16.o 2022-12-01T10:02:12.5582819Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f-acc2.c.o 2022-12-01T10:02:12.6895897Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-12-01T10:02:12.8172834Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f-acc2.c.o 2022-12-01T10:02:12.9409327Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-12-01T10:02:13.0591843Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f-acc2.c.o 2022-12-01T10:02:13.1813834Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-12-01T10:02:13.2925305Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f-acc2.c.o 2022-12-01T10:02:13.3943834Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-12-01T10:02:13.5258787Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f-acc2.c.o 2022-12-01T10:02:13.5756481Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-12-01T10:02:13.6543065Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f.c.o 2022-12-01T10:02:13.7513759Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f-acc2.c.o 2022-12-01T10:02:13.8745340Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f.c.o 2022-12-01T10:02:13.9693007Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f-acc2.c.o 2022-12-01T10:02:14.0760080Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f.c.o 2022-12-01T10:02:14.0958028Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-12-01T10:02:14.1961565Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f-acc2.c.o 2022-12-01T10:02:14.3343723Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f.c.o 2022-12-01T10:02:14.3709931Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:14.4170177Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-12-01T10:02:14.4467501Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-12-01T10:02:14.5105124Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:14.6484821Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:14.7779210Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:14.9056130Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:14.9397445Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:15.0344998Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f32.o 2022-12-01T10:02:15.0486914Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:15.1726972Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:15.3108237Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:15.3471564Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:15.3843571Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:15.4575630Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_f64.o 2022-12-01T10:02:15.4929518Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_min_bf16.o 2022-12-01T10:02:15.5044435Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:15.5552579Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-12-01T10:02:15.6318730Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:15.7583875Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:15.8852093Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:16.0136109Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:16.1415296Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:16.1743588Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-12-01T10:02:16.2514754Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:02:16.3185404Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-12-01T10:02:16.3676721Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-12-01T10:02:16.4988590Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x32.c.o 2022-12-01T10:02:16.6159797Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-12-01T10:02:16.7255499Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-12-01T10:02:16.8183515Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-12-01T10:02:16.9373487Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-12-01T10:02:17.0240222Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-12-01T10:02:17.0567696Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i8.o 2022-12-01T10:02:17.1596884Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-12-01T10:02:17.1665058Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-12-01T10:02:17.2731119Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-12-01T10:02:17.3668340Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-12-01T10:02:17.4637571Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-12-01T10:02:17.5674293Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-12-01T10:02:17.6791409Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-12-01T10:02:17.7956060Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-12-01T10:02:17.8912231Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-12-01T10:02:17.9561838Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-12-01T10:02:18.0126222Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u8.o 2022-12-01T10:02:18.0681260Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128.c.o 2022-12-01T10:02:18.1472614Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-12-01T10:02:18.1917074Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-12-01T10:02:18.3199643Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144.c.o 2022-12-01T10:02:18.4947208Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-12-01T10:02:18.6205614Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-12-01T10:02:18.7171850Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-12-01T10:02:18.7550661Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160.c.o 2022-12-01T10:02:18.8915343Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-12-01T10:02:19.0037335Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-12-01T10:02:19.0237556Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-12-01T10:02:19.1528765Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-12-01T10:02:19.2784149Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192.c.o 2022-12-01T10:02:19.4082628Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc2.c.o 2022-12-01T10:02:19.5525358Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc4.c.o 2022-12-01T10:02:19.5982570Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128.c.o 2022-12-01T10:02:19.6549757Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144-acc3.c.o 2022-12-01T10:02:19.7104294Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144.c.o 2022-12-01T10:02:19.8006435Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i32.o 2022-12-01T10:02:19.8232413Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc2.c.o 2022-12-01T10:02:19.9429175Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc5.c.o 2022-12-01T10:02:20.0870208Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160.c.o 2022-12-01T10:02:20.1102220Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-12-01T10:02:20.2133962Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc2.c.o 2022-12-01T10:02:20.3351158Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc3.c.o 2022-12-01T10:02:20.3356745Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc6.c.o 2022-12-01T10:02:20.4285755Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u32.o 2022-12-01T10:02:20.4529632Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192.c.o 2022-12-01T10:02:20.4702431Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_i64.o 2022-12-01T10:02:20.5820241Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx512f.c.o 2022-12-01T10:02:20.7013963Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x16.c.o 2022-12-01T10:02:20.8236554Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-12-01T10:02:20.9436300Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x16.c.o 2022-12-01T10:02:21.0639391Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-12-01T10:02:21.2068487Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x16.c.o 2022-12-01T10:02:21.2226871Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-12-01T10:02:21.2863616Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-12-01T10:02:21.3171520Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-12-01T10:02:21.4444528Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x16.c.o 2022-12-01T10:02:21.5537158Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-12-01T10:02:21.6686475Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x16.c.o 2022-12-01T10:02:21.6768557Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-12-01T10:02:21.7895593Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-12-01T10:02:21.8884587Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x16.c.o 2022-12-01T10:02:21.9793912Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-12-01T10:02:22.0788614Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_u64.o 2022-12-01T10:02:22.0804325Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x16.c.o 2022-12-01T10:02:22.1847849Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-12-01T10:02:22.3261591Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x16.c.o 2022-12-01T10:02:22.4467715Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-12-01T10:02:22.5724784Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x16.c.o 2022-12-01T10:02:22.6694954Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-12-01T10:02:22.6919121Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-12-01T10:02:22.7890992Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x16.c.o 2022-12-01T10:02:22.8896115Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-12-01T10:02:23.0046200Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x16.c.o 2022-12-01T10:02:23.1185096Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-12-01T10:02:23.2420561Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x16.c.o 2022-12-01T10:02:23.2672244Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-12-01T10:02:23.3471811Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f16.o 2022-12-01T10:02:23.3799947Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x16.c.o 2022-12-01T10:02:23.4813765Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-12-01T10:02:23.4850382Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-12-01T10:02:23.5383818Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-12-01T10:02:23.5965350Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x16.c.o 2022-12-01T10:02:23.7240191Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-12-01T10:02:23.8160281Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x16.c.o 2022-12-01T10:02:23.9292358Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-12-01T10:02:23.9879001Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x16.c.o 2022-12-01T10:02:24.0326081Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-12-01T10:02:24.1152456Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-12-01T10:02:24.2519611Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-12-01T10:02:24.3567442Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x32.c.o 2022-12-01T10:02:24.3652051Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-12-01T10:02:24.4498827Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x16.c.o 2022-12-01T10:02:24.5267616Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f32.o 2022-12-01T10:02:24.5589641Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x32.c.o 2022-12-01T10:02:24.6869765Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x48.c.o 2022-12-01T10:02:24.7863359Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-12-01T10:02:24.8823704Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x80.c.o 2022-12-01T10:02:24.8971768Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-12-01T10:02:25.0101952Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x96.c.o 2022-12-01T10:02:25.1826497Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x112.c.o 2022-12-01T10:02:25.2704364Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x128.c.o 2022-12-01T10:02:25.2904961Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-12-01T10:02:25.3294581Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-12-01T10:02:25.3960572Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x16.c.o 2022-12-01T10:02:25.4962216Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x32.c.o 2022-12-01T10:02:25.5958687Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x48.c.o 2022-12-01T10:02:25.6503988Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-12-01T10:02:25.7284018Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x64.c.o 2022-12-01T10:02:25.8543852Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x80.c.o 2022-12-01T10:02:25.9858934Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x96.c.o 2022-12-01T10:02:26.1119621Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x112.c.o 2022-12-01T10:02:26.2395338Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x128.c.o 2022-12-01T10:02:26.2794665Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-12-01T10:02:26.3397464Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-12-01T10:02:26.3500250Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x32.c.o 2022-12-01T10:02:26.4661878Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-12-01T10:02:26.4806365Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-12-01T10:02:26.5761806Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x32.c.o 2022-12-01T10:02:26.6236762Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x16.c.o 2022-12-01T10:02:26.7261232Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_f64.o 2022-12-01T10:02:26.7449335Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x32.c.o 2022-12-01T10:02:26.8581928Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-12-01T10:02:26.9828427Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x32.c.o 2022-12-01T10:02:27.0350546Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-12-01T10:02:27.0421536Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-12-01T10:02:27.1086899Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x32.c.o 2022-12-01T10:02:27.1636911Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_max_bf16.o 2022-12-01T10:02:27.2265817Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-12-01T10:02:27.2952419Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x32.c.o 2022-12-01T10:02:27.3360843Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i8.o 2022-12-01T10:02:27.3977260Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-12-01T10:02:27.5135511Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x32.c.o 2022-12-01T10:02:27.6122479Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x16.c.o 2022-12-01T10:02:27.7268496Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x32.c.o 2022-12-01T10:02:27.7622318Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x48.c.o 2022-12-01T10:02:27.8383715Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-12-01T10:02:27.8813771Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x64.c.o 2022-12-01T10:02:27.9552242Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u8.o 2022-12-01T10:02:28.0062498Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x80.c.o 2022-12-01T10:02:28.1251920Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x96.c.o 2022-12-01T10:02:28.2424717Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x112.c.o 2022-12-01T10:02:28.3674866Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-12-01T10:02:28.4830840Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-12-01T10:02:28.6019469Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-12-01T10:02:28.7248782Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x176.c.o 2022-12-01T10:02:28.7286213Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-12-01T10:02:28.8446459Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-12-01T10:02:28.9648583Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x16.c.o 2022-12-01T10:02:29.0813447Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x32.c.o 2022-12-01T10:02:29.2083791Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x48.c.o 2022-12-01T10:02:29.3500706Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x64.c.o 2022-12-01T10:02:29.4872024Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x80.c.o 2022-12-01T10:02:29.5139335Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x96.c.o 2022-12-01T10:02:29.5330739Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-12-01T10:02:29.5911714Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-12-01T10:02:29.6376013Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x112.c.o 2022-12-01T10:02:29.7714729Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x128.c.o 2022-12-01T10:02:29.8895771Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x144.c.o 2022-12-01T10:02:29.9974536Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x160.c.o 2022-12-01T10:02:30.1152672Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x176.c.o 2022-12-01T10:02:30.2281418Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x192.c.o 2022-12-01T10:02:30.3539412Z [ 72%] 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-12-01T10:02:30.4136091Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-12-01T10:02:30.4639531Z [ 72%] 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-12-01T10:02:30.4955365Z [ 72%] 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-12-01T10:02:30.5838980Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-12-01T10:02:30.6074813Z [ 72%] 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-12-01T10:02:30.7230327Z [ 72%] 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-12-01T10:02:30.8541791Z [ 72%] 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-12-01T10:02:30.9662270Z [ 72%] 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-12-01T10:02:31.0824606Z [ 72%] 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-12-01T10:02:31.2151604Z [ 72%] 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-12-01T10:02:31.2160629Z [ 72%] 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-12-01T10:02:31.2410995Z [ 72%] 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-12-01T10:02:31.3085577Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i32.o 2022-12-01T10:02:31.3315554Z [ 72%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-12-01T10:02:31.3359758Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-12-01T10:02:31.3704449Z [ 73%] 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-12-01T10:02:31.4924648Z [ 73%] 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-12-01T10:02:31.5837921Z [ 73%] 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-12-01T10:02:31.7123701Z [ 73%] 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-12-01T10:02:31.8541566Z [ 73%] 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-12-01T10:02:31.8682818Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x16.c.o 2022-12-01T10:02:31.9717517Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-12-01T10:02:31.9992579Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x32.c.o 2022-12-01T10:02:32.1333141Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x48.c.o 2022-12-01T10:02:32.2775928Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x64.c.o 2022-12-01T10:02:32.3316492Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x80.c.o 2022-12-01T10:02:32.3422727Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u32.o 2022-12-01T10:02:32.3963868Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_i64.o 2022-12-01T10:02:32.4262610Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_u64.o 2022-12-01T10:02:32.4554694Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x96.c.o 2022-12-01T10:02:32.5749741Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x112.c.o 2022-12-01T10:02:32.6828816Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x128.c.o 2022-12-01T10:02:32.7908475Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x16.c.o 2022-12-01T10:02:32.7949753Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-12-01T10:02:32.8872050Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x32.c.o 2022-12-01T10:02:33.0131106Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x48.c.o 2022-12-01T10:02:33.1337418Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x64.c.o 2022-12-01T10:02:33.2547725Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x80.c.o 2022-12-01T10:02:33.3768569Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x96.c.o 2022-12-01T10:02:33.4753102Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x112.c.o 2022-12-01T10:02:33.5968994Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x128.c.o 2022-12-01T10:02:33.7145350Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-12-01T10:02:33.7316434Z [ 73%] 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-12-01T10:02:33.8561357Z [ 73%] 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-12-01T10:02:33.9838413Z [ 73%] 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-12-01T10:02:34.1130231Z [ 73%] 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-12-01T10:02:34.2342297Z [ 73%] 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-12-01T10:02:34.3729871Z [ 73%] 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-12-01T10:02:34.4933446Z [ 73%] 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-12-01T10:02:34.5513794Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-12-01T10:02:34.5841699Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-12-01T10:02:34.5975330Z [ 73%] 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-12-01T10:02:34.7030661Z [ 73%] 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-12-01T10:02:34.8193520Z [ 73%] 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-12-01T10:02:34.9361533Z [ 73%] 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-12-01T10:02:35.0568244Z [ 73%] 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-12-01T10:02:35.1843516Z [ 73%] 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-12-01T10:02:35.3016716Z [ 73%] 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-12-01T10:02:35.3446912Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f16.o 2022-12-01T10:02:35.3993441Z [ 73%] 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-12-01T10:02:35.4235635Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-12-01T10:02:35.5264254Z [ 73%] 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-12-01T10:02:35.5627842Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-12-01T10:02:35.6557608Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x16.c.o 2022-12-01T10:02:35.6733165Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x32.c.o 2022-12-01T10:02:35.7111003Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x48.c.o 2022-12-01T10:02:35.7499778Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f32.o 2022-12-01T10:02:35.7686218Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_f64.o 2022-12-01T10:02:35.7815565Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-12-01T10:02:35.8433306Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x64.c.o 2022-12-01T10:02:35.9572466Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x80.c.o 2022-12-01T10:02:36.0837528Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x96.c.o 2022-12-01T10:02:36.2128082Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x112.c.o 2022-12-01T10:02:36.2504867Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x128.c.o 2022-12-01T10:02:36.3378147Z [ 73%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-12-01T10:02:36.3603437Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-12-01T10:02:36.4859862Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x32.c.o 2022-12-01T10:02:36.6088396Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-12-01T10:02:36.7333539Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x32.c.o 2022-12-01T10:02:36.8451622Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-12-01T10:02:36.9646959Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x32.c.o 2022-12-01T10:02:36.9713658Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm-scalef.c.o 2022-12-01T10:02:37.0933715Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-12-01T10:02:37.0989177Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm.c.o 2022-12-01T10:02:37.2017667Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2022-12-01T10:02:37.2574552Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-12-01T10:02:37.3021268Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2.c.o 2022-12-01T10:02:37.4163047Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5-scalef.c.o 2022-12-01T10:02:37.5341484Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5.c.o 2022-12-01T10:02:37.5500930Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-lut16-p3-perm.c.o 2022-12-01T10:02:37.6312329Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_premulsum_bf16.o 2022-12-01T10:02:37.6603870Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-p6.c.o 2022-12-01T10:02:37.7791365Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx512f-p5.c.o 2022-12-01T10:02:37.8960234Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2022-12-01T10:02:38.0079795Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2022-12-01T10:02:38.1223748Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-12-01T10:02:38.2080046Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-12-01T10:02:38.2368371Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2022-12-01T10:02:38.3557276Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2022-12-01T10:02:38.4727185Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-12-01T10:02:38.5443181Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i8.o 2022-12-01T10:02:38.5836562Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2022-12-01T10:02:38.6993339Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2022-12-01T10:02:38.8000392Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-12-01T10:02:38.8440395Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-div.c.o 2022-12-01T10:02:38.8903828Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-12-01T10:02:38.9479088Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma.c.o 2022-12-01T10:02:39.1053813Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2022-12-01T10:02:39.1185772Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-12-01T10:02:39.2145046Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-12-01T10:02:39.2182475Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2022-12-01T10:02:39.3356718Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2022-12-01T10:02:39.4571276Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-12-01T10:02:39.5649442Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2022-12-01T10:02:39.6900698Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2022-12-01T10:02:39.6960103Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-12-01T10:02:39.8046593Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-12-01T10:02:39.9176715Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2022-12-01T10:02:40.0301636Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2022-12-01T10:02:40.0782623Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-12-01T10:02:40.1476295Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u8.o 2022-12-01T10:02:40.1698340Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-12-01T10:02:40.1702621Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-div.c.o 2022-12-01T10:02:40.2876959Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma.c.o 2022-12-01T10:02:40.3938999Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2022-12-01T10:02:40.5046471Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma.c.o 2022-12-01T10:02:40.5780465Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma1adj.c.o 2022-12-01T10:02:40.5891943Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-12-01T10:02:40.6863962Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr2fma.c.o 2022-12-01T10:02:40.8006773Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T10:02:40.8977112Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:02:40.9900337Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T10:02:41.0509632Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:02:41.1100778Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i32.o 2022-12-01T10:02:41.1486601Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:02:41.2786005Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-12-01T10:02:41.3710411Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-12-01T10:02:41.4734020Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-12-01T10:02:41.5428644Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-12-01T10:02:41.5894608Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:02:41.7142782Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-12-01T10:02:41.8368352Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-12-01T10:02:41.9544850Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-12-01T10:02:42.0873390Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:02:42.2119684Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:02:42.3112021Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-12-01T10:02:42.3413589Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:02:42.4475207Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:02:42.5711003Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:42.6683951Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:42.7866761Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:42.9203110Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:43.0024415Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:43.0462873Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-12-01T10:02:43.1240080Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:43.1274713Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:43.2500067Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-12-01T10:02:43.2522425Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:43.3841466Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:02:43.5150063Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:02:43.6459996Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:02:43.7631369Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:02:43.8873287Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T10:02:43.9325206Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:02:44.0221243Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u32.o 2022-12-01T10:02:44.0605158Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-12-01T10:02:44.1204014Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-12-01T10:02:44.1648258Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-12-01T10:02:44.1822812Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:44.2767038Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_i64.o 2022-12-01T10:02:44.3463195Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:44.4143667Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_u64.o 2022-12-01T10:02:44.4187934Z [ 74%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-12-01T10:02:44.4815774Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:44.5884882Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:44.6969705Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:44.8020136Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:44.9380534Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:44.9626565Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-12-01T10:02:45.0720963Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:45.2301399Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:02:45.3514632Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-12-01T10:02:45.4979224Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:02:45.5312156Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-12-01T10:02:45.6039204Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f16.o 2022-12-01T10:02:45.6515396Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:02:45.7819013Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:02:45.9139355Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:02:45.9558575Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-12-01T10:02:46.0397544Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:02:46.1420195Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T10:02:46.2608669Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:02:46.3898958Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-12-01T10:02:46.5141779Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-12-01T10:02:46.6139717Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:46.7458421Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:46.7750859Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-12-01T10:02:46.8541705Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:46.9596265Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:47.0667121Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:47.1707808Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:47.2734631Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:47.4100832Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:02:47.4392683Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:02:47.4797932Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-12-01T10:02:47.4978196Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:02:47.5061321Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f32.o 2022-12-01T10:02:47.5547141Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_f64.o 2022-12-01T10:02:47.5798038Z Compiling reduce_scatter.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/reduce_scatter_sumpostdiv_bf16.o 2022-12-01T10:02:47.6087038Z Compiling functions.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/functions.o 2022-12-01T10:02:47.6234732Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-12-01T10:02:47.6580155Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-12-01T10:02:47.7446195Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-12-01T10:02:47.8710398Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x128.c.o 2022-12-01T10:02:47.9730803Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x192.c.o 2022-12-01T10:02:48.0713923Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x256.c.o 2022-12-01T10:02:48.1843701Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-64.c.o 2022-12-01T10:02:48.2478738Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-2048.c.o 2022-12-01T10:02:48.3003924Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-4.c.o 2022-12-01T10:02:48.5149181Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-12-01T10:02:48.5627221Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-8.c.o 2022-12-01T10:02:48.6220844Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-16.c.o 2022-12-01T10:02:48.6823075Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-64.c.o 2022-12-01T10:02:48.7403595Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-2048.c.o 2022-12-01T10:02:48.8463450Z [ 75%] Built target all_microkernels 2022-12-01T10:02:48.8578890Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-12-01T10:02:49.0259366Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-12-01T10:02:49.2888787Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-12-01T10:02:49.3537801Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-12-01T10:02:49.3594136Z Compiling onerank_reduce.cu > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/onerank_reduce.o 2022-12-01T10:02:49.4690214Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2022-12-01T10:02:49.7625217Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-12-01T10:02:49.7937002Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-12-01T10:02:49.8512903Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-12-01T10:02:49.8622328Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-12-01T10:02:50.1299672Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-12-01T10:02:50.2218289Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-12-01T10:02:50.3282989Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-12-01T10:02:50.3357444Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-12-01T10:02:50.4420760Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-12-01T10:02:50.6502215Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-12-01T10:02:50.6923504Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-12-01T10:02:50.7828527Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-12-01T10:02:51.0475249Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-12-01T10:02:51.3166960Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-12-01T10:02:51.3260273Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-12-01T10:02:51.5904987Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-12-01T10:02:51.5971656Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-12-01T10:02:51.9386028Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-12-01T10:02:51.9742922Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-12-01T10:02:52.1843952Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-12-01T10:02:52.2089977Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-12-01T10:02:52.5579913Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-12-01T10:02:52.8384201Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-12-01T10:02:52.9354817Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-12-01T10:02:53.3554411Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-12-01T10:02:53.4050110Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-12-01T10:02:53.4655056Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-12-01T10:02:53.8134870Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-12-01T10:02:53.9689187Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-12-01T10:02:54.2425416Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-12-01T10:02:54.3230191Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-12-01T10:02:54.3510917Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-12-01T10:02:54.9806484Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-12-01T10:02:55.1928004Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-12-01T10:02:55.2664109Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-12-01T10:02:55.4209113Z [ 75%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-12-01T10:02:55.4875487Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-12-01T10:02:55.7117701Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-12-01T10:02:55.9056204Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-12-01T10:02:56.2352891Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-12-01T10:02:56.4798884Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-12-01T10:02:56.6278447Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-12-01T10:02:56.6285174Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-12-01T10:02:56.9366827Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-12-01T10:02:57.2458279Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-12-01T10:02:57.3208366Z Archiving objects > /var/lib/jenkins/workspace/build/nccl/obj/collectives/device/colldevice.a 2022-12-01T10:02:57.4219166Z Linking libnccl.so.2.14.3 > /var/lib/jenkins/workspace/build/nccl/lib/libnccl.so.2.14.3 2022-12-01T10:02:57.5888112Z Archiving libnccl_static.a > /var/lib/jenkins/workspace/build/nccl/lib/libnccl_static.a 2022-12-01T10:02:57.6532800Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-12-01T10:02:57.7235881Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-12-01T10:02:57.7676029Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-12-01T10:02:58.0417733Z [ 76%] No install step for 'nccl_external' 2022-12-01T10:02:58.0631624Z [ 76%] Completed 'nccl_external' 2022-12-01T10:02:58.0895943Z [ 76%] Built target nccl_external 2022-12-01T10:02:58.0998820Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-12-01T10:02:58.1869999Z [ 76%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/nccl/gloo_cuda_generated_nccl.cu.o 2022-12-01T10:02:58.2525838Z [ 76%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda.cu.o 2022-12-01T10:02:58.5825232Z [ 76%] Building NVCC (Device) object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/gloo_cuda_generated_cuda_private.cu.o 2022-12-01T10:02:58.9120000Z [ 76%] Slimming NCCL 2022-12-01T10:02:59.1023852Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-12-01T10:02:59.3027458Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-12-01T10:02:59.6865048Z /var/lib/jenkins/workspace/build 2022-12-01T10:02:59.6978098Z [ 76%] Built target nccl_slim_external 2022-12-01T10:02:59.7055330Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-12-01T10:03:00.2820546Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-12-01T10:03:00.5050585Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-12-01T10:03:00.5820117Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-12-01T10:03:00.9849770Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-12-01T10:03:01.1077534Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-12-01T10:03:01.1910075Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-12-01T10:03:01.7323714Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-12-01T10:03:01.8344015Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-12-01T10:03:01.9197202Z [ 76%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_bcube.cc.o 2022-12-01T10:03:02.0657408Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-12-01T10:03:02.0981397Z [ 76%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_halving_doubling.cc.o 2022-12-01T10:03:02.1488011Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-12-01T10:03:02.3192578Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-12-01T10:03:02.4557075Z [ 76%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_local.cc.o 2022-12-01T10:03:02.6717328Z [ 76%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring.cc.o 2022-12-01T10:03:02.7171503Z [ 76%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_allreduce_ring_chunked.cc.o 2022-12-01T10:03:02.9936651Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-12-01T10:03:03.0733838Z [ 76%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo_cuda.dir/cuda_broadcast_one_to_all.cc.o 2022-12-01T10:03:03.1047400Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-12-01T10:03:03.2629900Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-12-01T10:03:03.3508810Z [ 76%] Linking CXX static library ../../../lib/libgloo_cuda.a 2022-12-01T10:03:03.4023210Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-12-01T10:03:03.4271061Z [ 76%] Built target gloo_cuda 2022-12-01T10:03:03.4395871Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-12-01T10:03:03.5233428Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-12-01T10:03:04.1257122Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-12-01T10:03:04.1654736Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-12-01T10:03:04.4720856Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-12-01T10:03:04.5406846Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-12-01T10:03:04.6634354Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-12-01T10:03:04.7266088Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-12-01T10:03:05.0127876Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-12-01T10:03:05.0783545Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-12-01T10:03:05.2677209Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-12-01T10:03:05.5302301Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-12-01T10:03:05.5900722Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-12-01T10:03:05.7617793Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-12-01T10:03:06.0943409Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-12-01T10:03:06.3739836Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-12-01T10:03:06.5056353Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-12-01T10:03:06.5370661Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-12-01T10:03:06.6224613Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-12-01T10:03:06.7402521Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-12-01T10:03:07.3084995Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-12-01T10:03:07.3156625Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-12-01T10:03:07.6114319Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-12-01T10:03:07.6485200Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-12-01T10:03:07.7505315Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-12-01T10:03:07.9242405Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-12-01T10:03:08.4105994Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-12-01T10:03:08.6552518Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-12-01T10:03:08.6923222Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-12-01T10:03:08.7658662Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-12-01T10:03:08.8564761Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-12-01T10:03:08.8869286Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-12-01T10:03:09.4936254Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-12-01T10:03:09.6586619Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-12-01T10:03:09.7689035Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-12-01T10:03:09.8333264Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-12-01T10:03:09.8732862Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-12-01T10:03:09.9722836Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-12-01T10:03:10.4539423Z [ 76%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-12-01T10:03:10.6384238Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-12-01T10:03:10.7646721Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-12-01T10:03:10.8206745Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-12-01T10:03:10.8453378Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-12-01T10:03:10.9641786Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-12-01T10:03:11.2417337Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-12-01T10:03:11.2993908Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-12-01T10:03:11.5449802Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-12-01T10:03:11.6849625Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-12-01T10:03:11.8036702Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-12-01T10:03:11.8079881Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-12-01T10:03:11.8333842Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-12-01T10:03:12.0283435Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-12-01T10:03:12.1265660Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-12-01T10:03:12.2568824Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-12-01T10:03:12.3907591Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-12-01T10:03:12.5070891Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-12-01T10:03:12.5148218Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-12-01T10:03:12.6351667Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-12-01T10:03:12.6359181Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-12-01T10:03:12.9775497Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-12-01T10:03:13.0432973Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-12-01T10:03:13.1715628Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-12-01T10:03:13.2160949Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2022-12-01T10:03:13.2803992Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2022-12-01T10:03:13.3517891Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2022-12-01T10:03:13.5949693Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2022-12-01T10:03:13.7194435Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-12-01T10:03:13.7830620Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2022-12-01T10:03:13.8587645Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-12-01T10:03:13.9016941Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2022-12-01T10:03:13.9259162Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2022-12-01T10:03:14.0518038Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2022-12-01T10:03:14.2721795Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2022-12-01T10:03:14.3071414Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-12-01T10:03:14.4032482Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-12-01T10:03:14.4118145Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-12-01T10:03:14.5450890Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-12-01T10:03:14.5577657Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-12-01T10:03:14.6822712Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-12-01T10:03:14.6941405Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-12-01T10:03:14.7975910Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-12-01T10:03:14.8970696Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-12-01T10:03:15.0510408Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-12-01T10:03:15.1103933Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-12-01T10:03:15.2665421Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-12-01T10:03:15.5131200Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2022-12-01T10:03:15.6017357Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2022-12-01T10:03:15.6242643Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:15.7352409Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:16.2381119Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:16.2725329Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-12-01T10:03:16.3301051Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:16.3374350Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:16.4486516Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:16.6116458Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:16.8750824Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-12-01T10:03:16.9036832Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:16.9764203Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:17.1528742Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:17.2544003Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:17.2861287Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-12-01T10:03:17.4030235Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:17.6588366Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:17.7233550Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:17.8335168Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:17.8656651Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:17.9600949Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:17.9822635Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:18.2707103Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:18.2738861Z [ 77%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:18.4054870Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:18.4718064Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:18.6006657Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:18.6228761Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-12-01T10:03:18.7983113Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:18.8069781Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:18.9988388Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:19.1100329Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:19.2042432Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:19.2255509Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:19.4189443Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:19.4311613Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:19.4951229Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-12-01T10:03:19.6931198Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:19.7229788Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:19.8397388Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:19.8818990Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:20.1412952Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:20.1646441Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:20.5253340Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:20.5926676Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:20.7438661Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:20.7547889Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:20.7904664Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:20.8302172Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:03:21.0477784Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-12-01T10:03:21.1343981Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2022-12-01T10:03:21.3896847Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-12-01T10:03:21.3908685Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-12-01T10:03:21.4560528Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-12-01T10:03:21.4988643Z [ 78%] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-12-01T10:03:21.5012397Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-12-01T10:03:21.5713440Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-12-01T10:03:21.6341942Z /var/lib/jenkins/workspace/third_party/miniz-2.1.0/miniz.c:3157:9: note: #pragma message: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. 2022-12-01T10:03:21.6342968Z #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2022-12-01T10:03:21.6343457Z ^~~~~~~ 2022-12-01T10:03:21.6445494Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-12-01T10:03:21.7991863Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-12-01T10:03:21.8218754Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-12-01T10:03:21.8631383Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-12-01T10:03:21.8881280Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-12-01T10:03:21.9111451Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-12-01T10:03:21.9525107Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-12-01T10:03:22.0067918Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2022-12-01T10:03:22.0391131Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2022-12-01T10:03:22.0926046Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2022-12-01T10:03:22.1188329Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2022-12-01T10:03:22.2589003Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2022-12-01T10:03:22.2684930Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2022-12-01T10:03:22.4166972Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2022-12-01T10:03:23.0238320Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2022-12-01T10:03:23.1092583Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2022-12-01T10:03:23.2279457Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2022-12-01T10:03:23.2474512Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2022-12-01T10:03:23.2819210Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2022-12-01T10:03:23.4861041Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaKernel(const torch::jit::Node*)’: 2022-12-01T10:03:23.4863242Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:97:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-12-01T10:03:23.4864534Z }; 2022-12-01T10:03:23.4864837Z ^ 2022-12-01T10:03:23.4865403Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:5:0, 2022-12-01T10:03:23.4866188Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-12-01T10:03:23.4866930Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-12-01T10:03:23.4996751Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-12-01T10:03:23.5043260Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.h:3, 2022-12-01T10:03:23.5076314Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-12-01T10:03:23.5116997Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-12-01T10:03:23.5156677Z Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-12-01T10:03:23.5157190Z ^~~~~~~~~ 2022-12-01T10:03:23.5158455Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaGuardKernel(const torch::jit::Node*)’: 2022-12-01T10:03:23.5160725Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:162:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaGuardKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-12-01T10:03:23.5162115Z }; 2022-12-01T10:03:23.5162470Z ^ 2022-12-01T10:03:23.5163138Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:5:0, 2022-12-01T10:03:23.5163935Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-12-01T10:03:23.5164928Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-12-01T10:03:23.5165616Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-12-01T10:03:23.5166343Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.h:3, 2022-12-01T10:03:23.5167140Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-12-01T10:03:23.5167930Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-12-01T10:03:23.5168726Z Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-12-01T10:03:23.5169192Z ^~~~~~~~~ 2022-12-01T10:03:23.5169832Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-12-01T10:03:23.6585407Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2022-12-01T10:03:23.7860039Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2022-12-01T10:03:23.8151709Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2022-12-01T10:03:23.8982877Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2022-12-01T10:03:24.1916543Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2022-12-01T10:03:51.7705263Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2022-12-01T10:03:53.0442886Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2022-12-01T10:03:53.7474165Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2022-12-01T10:03:54.4492509Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2022-12-01T10:03:55.1651811Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2022-12-01T10:03:55.8247493Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2022-12-01T10:03:56.5159117Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2022-12-01T10:03:57.1308826Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2022-12-01T10:04:00.2206197Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2022-12-01T10:04:00.7130240Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2022-12-01T10:04:01.2890931Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-12-01T10:04:01.7731851Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-12-01T10:04:02.2695382Z [ 78%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-12-01T10:04:02.7629805Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-12-01T10:04:03.2728442Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-12-01T10:04:03.7638173Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-12-01T10:04:04.2705257Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-12-01T10:04:04.8097368Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-12-01T10:04:05.1370727Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-12-01T10:04:05.2675629Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-12-01T10:04:05.7275059Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-12-01T10:04:06.1138448Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-12-01T10:04:06.2257886Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-12-01T10:04:07.0882588Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-12-01T10:04:07.2345274Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-12-01T10:04:07.5898014Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-12-01T10:04:07.7722694Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-12-01T10:04:08.0682871Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-12-01T10:04:08.4025716Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-12-01T10:04:08.6980139Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-12-01T10:04:08.9802255Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-12-01T10:04:09.1740874Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-12-01T10:04:09.2701638Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-12-01T10:04:09.4592199Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-12-01T10:04:09.8584873Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-12-01T10:04:10.0413369Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-12-01T10:04:10.0930693Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-12-01T10:04:10.2655697Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-12-01T10:04:10.2985604Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-12-01T10:04:10.6014923Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-12-01T10:04:10.6530673Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-12-01T10:04:10.8048444Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-12-01T10:04:10.8335186Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-12-01T10:04:11.0959714Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-12-01T10:04:11.6450114Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-12-01T10:04:11.6720422Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-12-01T10:04:11.8614645Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-12-01T10:04:12.0594467Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-12-01T10:04:12.3727382Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-12-01T10:04:12.4812316Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-12-01T10:04:12.5881478Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-12-01T10:04:12.6507629Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-12-01T10:04:12.7675181Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-12-01T10:04:12.8447039Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-12-01T10:04:13.0637355Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-12-01T10:04:13.0891942Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-12-01T10:04:13.2193534Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-12-01T10:04:13.3803196Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-12-01T10:04:13.4231002Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-12-01T10:04:13.6022262Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-12-01T10:04:13.7469902Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-12-01T10:04:13.9492502Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-12-01T10:04:14.1038547Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-12-01T10:04:14.1358812Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-12-01T10:04:14.1509637Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-12-01T10:04:14.2771732Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-12-01T10:04:14.4381174Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-12-01T10:04:14.4439078Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-12-01T10:04:14.6051796Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-12-01T10:04:14.6913559Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-12-01T10:04:14.7301960Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-12-01T10:04:14.8344927Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-12-01T10:04:14.9271150Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-12-01T10:04:15.0976597Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-12-01T10:04:15.1352153Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-12-01T10:04:15.2107298Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-12-01T10:04:15.2851689Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-12-01T10:04:15.3960062Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-12-01T10:04:15.4930508Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-12-01T10:04:15.6721956Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-12-01T10:04:15.8091800Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-12-01T10:04:15.8506501Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-12-01T10:04:15.8574763Z [ 79%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-12-01T10:04:16.0183802Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-12-01T10:04:16.1059084Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-12-01T10:04:16.1300991Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-12-01T10:04:16.2506584Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-12-01T10:04:16.2862138Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-12-01T10:04:16.3293090Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-12-01T10:04:16.4217773Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-12-01T10:04:16.6179169Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-12-01T10:04:16.7130611Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-12-01T10:04:16.9229420Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-12-01T10:04:16.9450824Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-12-01T10:04:17.2082027Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-12-01T10:04:17.2393142Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-12-01T10:04:17.2750451Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-12-01T10:04:17.4412842Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-12-01T10:04:17.6351349Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-12-01T10:04:17.6904417Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-12-01T10:04:17.7799768Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-12-01T10:04:17.8270003Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-12-01T10:04:17.8990145Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-12-01T10:04:18.1367030Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-12-01T10:04:18.3736305Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-12-01T10:04:18.3763220Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-12-01T10:04:18.4106177Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-12-01T10:04:18.4924604Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-12-01T10:04:18.6619645Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-12-01T10:04:18.6755492Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-12-01T10:04:18.9467748Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-12-01T10:04:18.9625756Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-12-01T10:04:18.9842815Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-12-01T10:04:19.0261646Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-12-01T10:04:19.2902749Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-12-01T10:04:19.4567334Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-12-01T10:04:19.5218031Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-12-01T10:04:19.5655953Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-12-01T10:04:19.5942144Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-12-01T10:04:19.6528750Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-12-01T10:04:19.7751020Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-12-01T10:04:20.0818268Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-12-01T10:04:20.1549973Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-12-01T10:04:20.2627019Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-12-01T10:04:20.5677305Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-12-01T10:04:20.5804184Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-12-01T10:04:20.6875251Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-12-01T10:04:20.7297495Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-12-01T10:04:20.8004481Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-12-01T10:04:21.0585322Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-12-01T10:04:21.0754650Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-12-01T10:04:21.1017143Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-12-01T10:04:21.2604131Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-12-01T10:04:21.3984641Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-12-01T10:04:21.5589832Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-12-01T10:04:21.7072137Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-12-01T10:04:21.7392502Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-12-01T10:04:21.7997260Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-12-01T10:04:21.8898237Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-12-01T10:04:22.0611066Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-12-01T10:04:22.2797184Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-12-01T10:04:22.3710398Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-12-01T10:04:22.4800468Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-12-01T10:04:22.5886260Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-12-01T10:04:22.6786352Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-12-01T10:04:22.7607151Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-12-01T10:04:22.8128055Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-12-01T10:04:22.9460739Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-12-01T10:04:23.0089567Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-12-01T10:04:23.0874641Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-12-01T10:04:23.3216912Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-12-01T10:04:23.3324612Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-12-01T10:04:23.5435984Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-12-01T10:04:23.5525896Z [ 80%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-12-01T10:04:23.5963399Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-12-01T10:04:23.6633613Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-12-01T10:04:23.9081487Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-12-01T10:04:24.0232722Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-12-01T10:04:24.0423750Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-12-01T10:04:24.1612210Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-12-01T10:04:24.2385371Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-12-01T10:04:24.3401625Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-12-01T10:04:24.4550673Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-12-01T10:04:24.5344541Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-12-01T10:04:24.6632441Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-12-01T10:04:24.6941394Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-12-01T10:04:24.8123744Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-12-01T10:04:24.9830404Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-12-01T10:04:25.1619880Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-12-01T10:04:25.1907290Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-12-01T10:04:25.1921264Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-12-01T10:04:25.2948096Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-12-01T10:04:25.7618013Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-12-01T10:04:25.7898827Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-12-01T10:04:25.7977607Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-12-01T10:04:25.8129439Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-12-01T10:04:25.8750950Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-12-01T10:04:26.0643442Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-12-01T10:04:26.1761975Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-12-01T10:04:26.2805662Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-12-01T10:04:26.3122771Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-12-01T10:04:26.3664869Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-12-01T10:04:26.7126732Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-12-01T10:04:26.8417730Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-12-01T10:04:26.8978377Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-12-01T10:04:26.9760759Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-12-01T10:04:26.9999573Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-12-01T10:04:27.1413424Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-12-01T10:04:27.2459403Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-12-01T10:04:27.5054252Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-12-01T10:04:27.5154602Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-12-01T10:04:27.6727911Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-12-01T10:04:27.7591373Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-12-01T10:04:27.9563382Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-12-01T10:04:27.9787647Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-12-01T10:04:28.1819133Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-12-01T10:04:28.2555592Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-12-01T10:04:28.4475663Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-12-01T10:04:28.7383834Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-12-01T10:04:28.8171202Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-12-01T10:04:28.8273103Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-12-01T10:04:28.9033915Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-12-01T10:04:29.0725529Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-12-01T10:04:29.0790890Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-12-01T10:04:29.3669428Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-12-01T10:04:29.4218921Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-12-01T10:04:29.6163008Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-12-01T10:04:29.6772186Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-12-01T10:04:29.9588323Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-12-01T10:04:30.0686332Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-12-01T10:04:30.2283157Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-12-01T10:04:30.5563750Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-12-01T10:04:30.6352273Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-12-01T10:04:30.6412718Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-12-01T10:04:30.7584783Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-12-01T10:04:30.8730339Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-12-01T10:04:31.1026782Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-12-01T10:04:31.1470132Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-12-01T10:04:31.3028561Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-12-01T10:04:31.3466002Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-12-01T10:04:31.5152183Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-12-01T10:04:31.6623833Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-12-01T10:04:31.7788013Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-12-01T10:04:31.8625465Z [ 81%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-12-01T10:04:31.9802832Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-12-01T10:04:32.0179918Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-12-01T10:04:32.3432195Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-12-01T10:04:32.7062976Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-12-01T10:04:32.8606951Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-12-01T10:04:32.9051787Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-12-01T10:04:32.9463908Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-12-01T10:04:33.0477345Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-12-01T10:04:33.1596678Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-12-01T10:04:33.3969698Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-12-01T10:04:33.6829890Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-12-01T10:04:33.8906095Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-12-01T10:04:33.9138268Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-12-01T10:04:33.9216658Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-12-01T10:04:34.3310403Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-12-01T10:04:34.3583346Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-12-01T10:04:34.3985273Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-12-01T10:04:34.4630972Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-12-01T10:04:34.5796390Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-12-01T10:04:34.8259843Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-12-01T10:04:35.2259678Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-12-01T10:04:35.3054580Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-12-01T10:04:35.4412776Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-12-01T10:04:35.4932824Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-12-01T10:04:35.6340667Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-12-01T10:04:36.0839536Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-12-01T10:04:36.2451935Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-12-01T10:04:36.2965449Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-12-01T10:04:36.5036892Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-12-01T10:04:36.5101353Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-12-01T10:04:36.8206733Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-12-01T10:04:37.0534048Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-12-01T10:04:37.1997552Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-12-01T10:04:37.2584967Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-12-01T10:04:37.5430994Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-12-01T10:04:37.5550282Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-12-01T10:04:37.8377345Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-12-01T10:04:38.0729165Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-12-01T10:04:38.1173533Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-12-01T10:04:38.2137394Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-12-01T10:04:38.2916539Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-12-01T10:04:38.3576301Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-12-01T10:04:38.4524261Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-12-01T10:04:38.6171839Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-12-01T10:04:38.6302118Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-12-01T10:04:38.7633852Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-12-01T10:04:38.8023927Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-12-01T10:04:38.9043094Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-12-01T10:04:38.9223133Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-12-01T10:04:38.9510178Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-12-01T10:04:39.1154284Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-12-01T10:04:39.2776048Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-12-01T10:04:39.3384548Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-12-01T10:04:39.4320875Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_view.cpp.o 2022-12-01T10:04:39.4789502Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-12-01T10:04:39.5485611Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-12-01T10:04:39.6465117Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-12-01T10:04:39.8189861Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-12-01T10:04:39.8406827Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-12-01T10:04:39.8782436Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-12-01T10:04:39.9887159Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-12-01T10:04:40.0532651Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-12-01T10:04:40.1448359Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-12-01T10:04:40.1755857Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-12-01T10:04:40.3402845Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-12-01T10:04:40.4112802Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-12-01T10:04:40.6626972Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-12-01T10:04:40.6975257Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-12-01T10:04:40.7216988Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/api.cpp.o 2022-12-01T10:04:40.7748739Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-12-01T10:04:40.9205203Z [ 82%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/execution_graph_observer.cpp.o 2022-12-01T10:04:40.9362955Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/itt_observer.cpp.o 2022-12-01T10:04:40.9660809Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-12-01T10:04:41.1580191Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-12-01T10:04:41.3792541Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/nvtx_observer.cpp.o 2022-12-01T10:04:41.4666367Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-12-01T10:04:41.4712913Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-12-01T10:04:41.5804871Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-12-01T10:04:41.6190146Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-12-01T10:04:41.7708489Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-12-01T10:04:41.9671470Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-12-01T10:04:41.9983298Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-12-01T10:04:42.0684330Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-12-01T10:04:42.1094768Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-12-01T10:04:42.2517334Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-12-01T10:04:42.2925679Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-12-01T10:04:42.5348980Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-12-01T10:04:42.8099070Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-12-01T10:04:42.8496590Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-12-01T10:04:42.8570884Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-12-01T10:04:43.0140260Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-12-01T10:04:43.1861682Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2022-12-01T10:04:43.2120057Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2022-12-01T10:04:43.3276998Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2022-12-01T10:04:43.4983924Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/random_ops.cpp.o 2022-12-01T10:04:43.7196326Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2022-12-01T10:04:43.8501635Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2022-12-01T10:04:44.0389556Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2022-12-01T10:04:44.0797220Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2022-12-01T10:04:44.1346688Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2022-12-01T10:04:44.2029290Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2022-12-01T10:04:44.2953462Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2022-12-01T10:04:44.3901574Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2022-12-01T10:04:44.5742274Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2022-12-01T10:04:44.7579671Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2022-12-01T10:04:44.8973175Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2022-12-01T10:04:44.9091868Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2022-12-01T10:04:44.9872945Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2022-12-01T10:04:45.3134531Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2022-12-01T10:04:45.3869968Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2022-12-01T10:04:45.4132482Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2022-12-01T10:04:45.5192725Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2022-12-01T10:04:45.5921034Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2022-12-01T10:04:45.7953316Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2022-12-01T10:04:45.8821981Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2022-12-01T10:04:45.8883501Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2022-12-01T10:04:45.9343067Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2022-12-01T10:04:46.0685499Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2022-12-01T10:04:46.3189942Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2022-12-01T10:04:46.4624294Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2022-12-01T10:04:46.4941041Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2022-12-01T10:04:46.5212469Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-12-01T10:04:46.9854503Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-12-01T10:04:47.0610809Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2022-12-01T10:04:47.1048742Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2022-12-01T10:04:47.1411550Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2022-12-01T10:04:47.2208443Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/itt.cpp.o 2022-12-01T10:04:47.5342676Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2022-12-01T10:04:47.5940841Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2022-12-01T10:04:47.6044629Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2022-12-01T10:04:47.7030801Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2022-12-01T10:04:47.8068458Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2022-12-01T10:04:48.1068909Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2022-12-01T10:04:48.1391486Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2022-12-01T10:04:48.1622284Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2022-12-01T10:04:48.2313494Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp.o 2022-12-01T10:04:48.4148966Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2022-12-01T10:04:48.7256954Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2022-12-01T10:04:48.8210141Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2022-12-01T10:04:49.0073515Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2022-12-01T10:04:49.1558544Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2022-12-01T10:04:49.2156016Z [ 83%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2022-12-01T10:04:49.3030048Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2022-12-01T10:04:49.3036969Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/OpsImpl.cpp.o 2022-12-01T10:04:49.3174817Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2022-12-01T10:04:49.5853690Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2022-12-01T10:04:49.6547142Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2022-12-01T10:04:49.8280259Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2022-12-01T10:04:49.8674064Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2022-12-01T10:04:50.0631116Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2022-12-01T10:04:50.2795740Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2022-12-01T10:04:50.3464851Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2022-12-01T10:04:50.6449494Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2022-12-01T10:04:50.8270841Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2022-12-01T10:04:50.8342291Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2022-12-01T10:04:50.8645503Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2022-12-01T10:04:51.0338541Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/exception.cpp.o 2022-12-01T10:04:51.2381445Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2022-12-01T10:04:51.2744582Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2022-12-01T10:04:51.3240223Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2022-12-01T10:04:51.5979566Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2022-12-01T10:04:51.6498402Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2022-12-01T10:04:52.0347328Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2022-12-01T10:04:52.1183418Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2022-12-01T10:04:52.1453495Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2022-12-01T10:04:52.2798622Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2022-12-01T10:04:52.4132211Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2022-12-01T10:04:52.5519621Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2022-12-01T10:04:52.8411064Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2022-12-01T10:04:53.0194804Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2022-12-01T10:04:53.1049433Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2022-12-01T10:04:53.3365192Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2022-12-01T10:04:53.4373013Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2022-12-01T10:04:53.5655327Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2022-12-01T10:04:53.6256187Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2022-12-01T10:04:53.8062978Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2022-12-01T10:04:53.9013498Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2022-12-01T10:04:54.0059904Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2022-12-01T10:04:54.3633960Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2022-12-01T10:04:54.5312824Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2022-12-01T10:04:54.6034039Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2022-12-01T10:04:54.7301625Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2022-12-01T10:04:54.9849317Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2022-12-01T10:04:55.2024182Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2022-12-01T10:04:55.2760103Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2022-12-01T10:04:55.4816600Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2022-12-01T10:04:55.5524485Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2022-12-01T10:04:55.6274106Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2022-12-01T10:04:55.9014679Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2022-12-01T10:04:56.2016930Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2022-12-01T10:04:56.2803638Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2022-12-01T10:04:56.4278720Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2022-12-01T10:04:56.5146070Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2022-12-01T10:04:56.5757613Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2022-12-01T10:04:56.8491289Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2022-12-01T10:04:57.1361435Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2022-12-01T10:04:57.4669480Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2022-12-01T10:04:57.5252964Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2022-12-01T10:04:57.7044488Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2022-12-01T10:04:57.9093968Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2022-12-01T10:04:58.0468884Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2022-12-01T10:04:58.0862444Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2022-12-01T10:04:58.4669954Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2022-12-01T10:04:58.4744347Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2022-12-01T10:04:58.7247204Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2022-12-01T10:04:59.0069521Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2022-12-01T10:04:59.2023941Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2022-12-01T10:04:59.3597139Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2022-12-01T10:04:59.4514240Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2022-12-01T10:04:59.4541598Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2022-12-01T10:04:59.6865221Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2022-12-01T10:04:59.9501649Z [ 84%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2022-12-01T10:05:00.1651175Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2022-12-01T10:05:00.2516921Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2022-12-01T10:05:00.3511584Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2022-12-01T10:05:00.4556004Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2022-12-01T10:05:00.5005985Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2022-12-01T10:05:00.5425309Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2022-12-01T10:05:00.6677914Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2022-12-01T10:05:01.2827177Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2022-12-01T10:05:01.5415802Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2022-12-01T10:05:01.6169619Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2022-12-01T10:05:01.6826383Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2022-12-01T10:05:01.8316243Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2022-12-01T10:05:01.9318569Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2022-12-01T10:05:02.4745413Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2022-12-01T10:05:02.7283345Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2022-12-01T10:05:02.7624142Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2022-12-01T10:05:02.8144719Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2022-12-01T10:05:03.0972558Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2022-12-01T10:05:03.1225078Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2022-12-01T10:05:03.7182808Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2022-12-01T10:05:04.0837499Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2022-12-01T10:05:04.1106490Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2022-12-01T10:05:04.1198248Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2022-12-01T10:05:04.1548953Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2022-12-01T10:05:04.3848452Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2022-12-01T10:05:04.7930285Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2022-12-01T10:05:05.3708128Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2022-12-01T10:05:05.4977496Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2022-12-01T10:05:05.5150620Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2022-12-01T10:05:05.5427438Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2022-12-01T10:05:05.7605639Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2022-12-01T10:05:05.7659134Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2022-12-01T10:05:06.1786317Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2022-12-01T10:05:06.5639391Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2022-12-01T10:05:06.5671136Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2022-12-01T10:05:06.5853672Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2022-12-01T10:05:06.7124906Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2022-12-01T10:05:06.7984796Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2022-12-01T10:05:07.0084873Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2022-12-01T10:05:07.5062249Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2022-12-01T10:05:07.6816851Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2022-12-01T10:05:07.6942044Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2022-12-01T10:05:07.7044163Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2022-12-01T10:05:07.9917433Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2022-12-01T10:05:08.2421569Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2022-12-01T10:05:08.5498318Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2022-12-01T10:05:08.5747552Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2022-12-01T10:05:08.9865842Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2022-12-01T10:05:09.0027135Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2022-12-01T10:05:09.0903991Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2022-12-01T10:05:09.2563642Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2022-12-01T10:05:09.2811801Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2022-12-01T10:05:09.3999675Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2022-12-01T10:05:09.6008910Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp.o 2022-12-01T10:05:09.7807672Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX2.cpp.o 2022-12-01T10:05:10.2027003Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2022-12-01T10:05:10.4006703Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2022-12-01T10:05:10.4216841Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2022-12-01T10:05:10.5199844Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2022-12-01T10:05:10.6150698Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:10.7875122Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:10.8747470Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:11.0910449Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:11.1417007Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2022-12-01T10:05:11.2020866Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:11.4637843Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:11.5132193Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:11.5264202Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:11.7162401Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2022-12-01T10:05:11.7663108Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:12.1095689Z [ 85%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:12.1669572Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:12.1906812Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:12.1943878Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:12.2282296Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:12.3059633Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:12.7540409Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:12.7596441Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:12.7611718Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:12.8360685Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:12.8846989Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:12.9097445Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2022-12-01T10:05:13.2742798Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:13.3369077Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:13.3782440Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:13.4953679Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:13.5527468Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:13.6147295Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:13.8963114Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:13.9076429Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:13.9541769Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2022-12-01T10:05:14.0338156Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:14.0960661Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:14.2777858Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:14.3723228Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:14.4414859Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:14.5776835Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:15.0337832Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:15.0400232Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:15.1173724Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:15.1685963Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:15.2216832Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:15.3707054Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2022-12-01T10:05:15.4381152Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2022-12-01T10:05:15.9923050Z [ 86%] Linking CXX shared library ../lib/libtorch_cpu.so 2022-12-01T10:05:39.5360956Z [ 86%] Built target torch_cpu 2022-12-01T10:05:39.5590146Z [ 86%] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2022-12-01T10:05:39.5591717Z [ 86%] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2022-12-01T10:05:39.5610030Z [ 86%] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2022-12-01T10:05:39.5610740Z [ 86%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupMPITest.dir/ProcessGroupMPITest.cpp.o 2022-12-01T10:05:39.5713060Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/CUDAGeneratorImpl.cpp.o 2022-12-01T10:05:39.5740445Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/CUDAContext.cpp.o 2022-12-01T10:05:40.0661856Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/CUDAGraph.cpp.o 2022-12-01T10:05:40.1500862Z [ 86%] Linking CXX executable ../bin/HashStoreTest 2022-12-01T10:05:40.1685598Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/CUDASparseDescriptors.cpp.o 2022-12-01T10:05:40.1695999Z [ 86%] Linking CXX executable ../bin/TCPStoreTest 2022-12-01T10:05:40.1742575Z [ 86%] Linking CXX executable ../bin/FileStoreTest 2022-12-01T10:05:40.5524335Z [ 86%] Linking CXX executable ../bin/ProcessGroupMPITest 2022-12-01T10:05:40.6432209Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/CachingHostAllocator.cpp.o 2022-12-01T10:05:40.7798289Z [ 86%] Built target FileStoreTest 2022-12-01T10:05:40.7879902Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/CuSparseHandlePool.cpp.o 2022-12-01T10:05:40.8225710Z [ 86%] Built target HashStoreTest 2022-12-01T10:05:40.8294617Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/EmptyTensor.cpp.o 2022-12-01T10:05:40.8418449Z [ 86%] Built target TCPStoreTest 2022-12-01T10:05:40.8478071Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/Exceptions.cpp.o 2022-12-01T10:05:40.8720440Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/PeerToPeerAccess.cpp.o 2022-12-01T10:05:40.9860866Z [ 86%] Built target ProcessGroupMPITest 2022-12-01T10:05:40.9919041Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/PinnedMemoryAllocator.cpp.o 2022-12-01T10:05:41.1866796Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/detail/CUDAHooks.cpp.o 2022-12-01T10:05:41.2606329Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/detail/LazyNVRTC.cpp.o 2022-12-01T10:05:41.2702794Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/llvm_basic.cpp.o 2022-12-01T10:05:41.2738209Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cuda/llvm_complex.cpp.o 2022-12-01T10:05:41.3223871Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cuda/Resize.cpp.o 2022-12-01T10:05:41.4711704Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cuda/SpectralOps.cpp.o 2022-12-01T10:05:41.4965699Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cuda/TensorCompare.cpp.o 2022-12-01T10:05:41.7921903Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/AffineGridGenerator.cpp.o 2022-12-01T10:05:41.8133749Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/BatchNorm.cpp.o 2022-12-01T10:05:41.8973003Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/ConvPlaceholders.cpp.o 2022-12-01T10:05:41.9516208Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/ConvShared.cpp.o 2022-12-01T10:05:41.9729743Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/Conv_v7.cpp.o 2022-12-01T10:05:42.0880776Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/Conv_v8.cpp.o 2022-12-01T10:05:42.6793318Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/GridSampler.cpp.o 2022-12-01T10:05:42.7916424Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/LossCTC.cpp.o 2022-12-01T10:05:42.8292924Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cudnn/RNN.cpp.o 2022-12-01T10:05:43.0362884Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/miopen/BatchNorm_miopen.cpp.o 2022-12-01T10:05:43.1023590Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/miopen/Conv_miopen.cpp.o 2022-12-01T10:05:43.4214831Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/miopen/RNN_miopen.cpp.o 2022-12-01T10:05:43.6888648Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cuda/Activation.cpp.o 2022-12-01T10:05:43.8767584Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cudnn/BinaryOps.cpp.o 2022-12-01T10:05:43.9445149Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cudnn/Conv.cpp.o 2022-12-01T10:05:43.9867752Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cudnn/ConvPrepack.cpp.o 2022-12-01T10:05:44.0132818Z [ 86%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cudnn/ConvUnpackImpl.cpp.o 2022-12-01T10:05:44.3161918Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cudnn/Linear.cpp.o 2022-12-01T10:05:44.5207271Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cudnn/LinearPrepack.cpp.o 2022-12-01T10:05:45.1999232Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cudnn/LinearUnpackImpl.cpp.o 2022-12-01T10:05:45.2317153Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/quantized/cudnn/Pooling.cpp.o 2022-12-01T10:05:45.2447680Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cpp.o 2022-12-01T10:05:45.2855681Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cudnn/AutocastRNN.cpp.o 2022-12-01T10:05:45.4813691Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cudnn/Descriptors.cpp.o 2022-12-01T10:05:45.5894659Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cudnn/Handle.cpp.o 2022-12-01T10:05:45.8086574Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/cudnn/Types.cpp.o 2022-12-01T10:05:46.0186867Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/cuda/nccl.cpp.o 2022-12-01T10:05:46.2436900Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/distributed/c10d/reducer_cuda.cpp.o 2022-12-01T10:05:46.3364921Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/distributed/c10d/NCCLUtils.cpp.o 2022-12-01T10:05:46.3673306Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp.o 2022-12-01T10:05:46.5893477Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp.o 2022-12-01T10:05:46.6352812Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/distributed/c10d/UCCTracing.cpp.o 2022-12-01T10:05:46.7563104Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/distributed/c10d/UCCUtils.cpp.o 2022-12-01T10:05:46.8573001Z [ 87%] Building CXX object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/distributed/rpc/tensorpipe_cuda.cpp.o 2022-12-01T10:05:46.9482287Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/torch/csrc/distributed/c10d/quantization/quantization_gpu.cu.o 2022-12-01T10:05:47.5574067Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cpp.dir/__/aten/src/ATen/native/cuda/TensorFactories.cu.o 2022-12-01T10:05:49.2377643Z [ 87%] Linking CXX shared library ../lib/libtorch_cuda_cpp.so 2022-12-01T10:05:50.0735431Z [ 87%] Built target torch_cuda_cpp 2022-12-01T10:05:50.1175815Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/cub-RadixSortKeys.cu.o 2022-12-01T10:05:50.1180328Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/cub.cu.o 2022-12-01T10:05:50.1188514Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/Sleep.cu.o 2022-12-01T10:05:50.1194546Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/detail/IndexUtils.cu.o 2022-12-01T10:05:50.1195615Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/cub-RadixSortPairs.cu.o 2022-12-01T10:05:50.1196463Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/jiterator.cu.o 2022-12-01T10:05:51.1550466Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/AbsKernel.cu.o 2022-12-01T10:05:51.4058693Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationEluKernel.cu.o 2022-12-01T10:05:52.0598764Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationGeluKernel.cu.o 2022-12-01T10:05:52.1671130Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationGluKernel.cu.o 2022-12-01T10:05:52.5942007Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationHardshrinkKernel.cu.o 2022-12-01T10:05:52.7406181Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationHardsigmoidKernel.cu.o 2022-12-01T10:05:52.9309861Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationHardswishKernel.cu.o 2022-12-01T10:05:53.0748713Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationHardtanhKernel.cu.o 2022-12-01T10:05:53.6066425Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationLeakyReluKernel.cu.o 2022-12-01T10:05:53.7865616Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationLogSigmoidKernel.cu.o 2022-12-01T10:05:54.1861967Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationMishKernel.cu.o 2022-12-01T10:05:54.3277476Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationPreluKernel.cu.o 2022-12-01T10:05:54.5784600Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationSiluKernel.cu.o 2022-12-01T10:05:55.0059301Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationSoftplusKernel.cu.o 2022-12-01T10:05:55.1546803Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationSoftshrinkKernel.cu.o 2022-12-01T10:05:55.3586957Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ActivationThresholdKernel.cu.o 2022-12-01T10:05:55.7028038Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/AdaptiveAveragePooling.cu.o 2022-12-01T10:05:55.9490407Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/AdaptiveAveragePooling3d.cu.o 2022-12-01T10:05:56.2508660Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/AdaptiveMaxPooling2d.cu.o 2022-12-01T10:05:56.6889795Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/AdaptiveMaxPooling3d.cu.o 2022-12-01T10:05:56.7116889Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/AmpKernels.cu.o 2022-12-01T10:05:57.0871575Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/AveragePool2d.cu.o 2022-12-01T10:05:57.5448933Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/AveragePool3d.cu.o 2022-12-01T10:05:57.6505590Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryBitwiseOpsKernels.cu.o 2022-12-01T10:05:58.0480796Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryDivFloorKernel.cu.o 2022-12-01T10:05:58.4379017Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryDivTrueKernel.cu.o 2022-12-01T10:05:58.6232515Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryDivTruncKernel.cu.o 2022-12-01T10:05:59.1145860Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryGeometricKernels.cu.o 2022-12-01T10:05:59.2580323Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryLogicalOpsKernels.cu.o 2022-12-01T10:05:59.2953849Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryMiscBackwardOpsKernels.cu.o 2022-12-01T10:05:59.7986832Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryMiscOpsKernels.cu.o 2022-12-01T10:05:59.9732491Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryMulKernel.cu.o 2022-12-01T10:06:00.3229716Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryRemainderKernel.cu.o 2022-12-01T10:06:00.6392456Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/BinaryShiftOpsKernels.cu.o 2022-12-01T10:06:00.8826069Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Bucketization.cu.o 2022-12-01T10:06:01.2303062Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/CUDAScalar.cu.o 2022-12-01T10:06:01.3745141Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Col2Im.cu.o 2022-12-01T10:06:01.5336046Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/CompareEQKernel.cu.o 2022-12-01T10:06:02.2027396Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/CompareKernels.cu.o 2022-12-01T10:06:02.2673025Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ComplexKernel.cu.o 2022-12-01T10:06:02.5738573Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ConvolutionMM2d.cu.o 2022-12-01T10:06:02.8106134Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Copy.cu.o 2022-12-01T10:06:03.3985724Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/CopysignKernel.cu.o 2022-12-01T10:06:03.5209930Z [ 87%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/CrossKernel.cu.o 2022-12-01T10:06:03.8486729Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/CumminmaxKernel.cu.o 2022-12-01T10:06:04.1123862Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/CumprodKernel.cu.o 2022-12-01T10:06:04.4073546Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/CumsumKernel.cu.o 2022-12-01T10:06:04.6431118Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DepthwiseConv2d.cu.o 2022-12-01T10:06:04.9354110Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DepthwiseConv3d.cu.o 2022-12-01T10:06:05.1992371Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DilatedMaxPool2d.cu.o 2022-12-01T10:06:05.7484018Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DilatedMaxPool3d.cu.o 2022-12-01T10:06:06.0408196Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistanceKernel.cu.o 2022-12-01T10:06:06.3551932Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistributionBernoulli.cu.o 2022-12-01T10:06:06.6466579Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistributionCauchyKernel.cu.o 2022-12-01T10:06:06.9511942Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistributionExponentialKernel.cu.o 2022-12-01T10:06:07.0943949Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistributionGeometricKernel.cu.o 2022-12-01T10:06:07.3618227Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistributionLogNormalKernel.cu.o 2022-12-01T10:06:07.7468042Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistributionNormal.cu.o 2022-12-01T10:06:08.4624244Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistributionRandomKernel.cu.o 2022-12-01T10:06:08.6458660Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/DistributionUniform.cu.o 2022-12-01T10:06:08.6851625Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Distributions.cu.o 2022-12-01T10:06:08.8551230Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Dropout.cu.o 2022-12-01T10:06:09.2967358Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Embedding.cu.o 2022-12-01T10:06:09.6872597Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cu.o 2022-12-01T10:06:10.1868738Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/EmbeddingBag.cu.o 2022-12-01T10:06:10.4411460Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/FillKernel.cu.o 2022-12-01T10:06:10.7027535Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ForeachBinaryOpList.cu.o 2022-12-01T10:06:11.2875489Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ForeachBinaryOpScalar.cu.o 2022-12-01T10:06:11.6467074Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ForeachBinaryOpScalarList.cu.o 2022-12-01T10:06:11.9946116Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ForeachPointwiseOp.cu.o 2022-12-01T10:06:12.1697692Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ForeachReduceOp.cu.o 2022-12-01T10:06:12.4565952Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ForeachUnaryOp.cu.o 2022-12-01T10:06:12.9066569Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/FractionalMaxPool2d.cu.o 2022-12-01T10:06:13.1565939Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/FractionalMaxPool3d.cu.o 2022-12-01T10:06:13.3947079Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/FunctionOfAMatrixUtilsKernel.cu.o 2022-12-01T10:06:13.7347375Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/FusedAdamKernel.cu.o 2022-12-01T10:06:13.8898762Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/GcdLcmKernel.cu.o 2022-12-01T10:06:14.3665913Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/GridSampler.cu.o 2022-12-01T10:06:14.6428362Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/IGammaKernel.cu.o 2022-12-01T10:06:14.9308639Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Im2Col.cu.o 2022-12-01T10:06:15.0674167Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/IndexKernel.cu.o 2022-12-01T10:06:15.2787352Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Indexing.cu.o 2022-12-01T10:06:15.7555788Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/LegacyThrustHelpers.cu.o 2022-12-01T10:06:15.8939261Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Lerp.cu.o 2022-12-01T10:06:16.1945243Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/LinearAlgebra.cu.o 2022-12-01T10:06:16.6931832Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/LogAddExpKernel.cu.o 2022-12-01T10:06:16.7631790Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/LogcumsumexpKernel.cu.o 2022-12-01T10:06:17.5683303Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Loss.cu.o 2022-12-01T10:06:17.9633406Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/LossCTC.cu.o 2022-12-01T10:06:18.1225984Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/MaxMinElementwiseKernel.cu.o 2022-12-01T10:06:18.1700589Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/MaxUnpooling.cu.o 2022-12-01T10:06:18.7140685Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/MultiLabelMarginCriterion.cu.o 2022-12-01T10:06:19.1764859Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/MultiMarginLoss.cu.o 2022-12-01T10:06:19.3350621Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/MultinomialKernel.cu.o 2022-12-01T10:06:19.6483788Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/NLLLoss2d.cu.o 2022-12-01T10:06:19.7264753Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/NaiveConvolutionTranspose2d.cu.o 2022-12-01T10:06:20.0990029Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/NaiveConvolutionTranspose3d.cu.o 2022-12-01T10:06:20.6448963Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/NaiveDilatedConvolution.cu.o 2022-12-01T10:06:20.7430524Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Nonzero.cu.o 2022-12-01T10:06:21.3038052Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Normalization.cu.o 2022-12-01T10:06:21.5127261Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/PointwiseOpsKernel.cu.o 2022-12-01T10:06:21.6778481Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/PowKernel.cu.o 2022-12-01T10:06:22.1819581Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/RNN.cu.o 2022-12-01T10:06:22.6373533Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Randperm.cu.o 2022-12-01T10:06:22.8855046Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/RangeFactories.cu.o 2022-12-01T10:06:23.0587147Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/RecordStream.cu.o 2022-12-01T10:06:23.3786065Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Reduce.cu.o 2022-12-01T10:06:23.5987746Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceAMinMaxKernel.cu.o 2022-12-01T10:06:24.0467576Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceArgMaxKernel.cu.o 2022-12-01T10:06:24.6154367Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceArgMinKernel.cu.o 2022-12-01T10:06:24.6527885Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceMaxValuesKernel.cu.o 2022-12-01T10:06:24.6679191Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceLogicKernel.cu.o 2022-12-01T10:06:25.0350888Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceMinValuesKernel.cu.o 2022-12-01T10:06:25.2830127Z [ 88%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceMomentKernel.cu.o 2022-12-01T10:06:25.6470433Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceNormKernel.cu.o 2022-12-01T10:06:26.1450388Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceSumProdKernel.cu.o 2022-12-01T10:06:26.1676410Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReflectionPad.cu.o 2022-12-01T10:06:26.5222667Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/RenormKernel.cu.o 2022-12-01T10:06:26.6659731Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Repeat.cu.o 2022-12-01T10:06:26.9764344Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReplicationPadding.cu.o 2022-12-01T10:06:27.5225078Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/RreluWithNoise.cu.o 2022-12-01T10:06:27.7190241Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ScatterGatherKernel.cu.o 2022-12-01T10:06:28.0985562Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/SegmentReduce.cu.o 2022-12-01T10:06:28.1230776Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Shape.cu.o 2022-12-01T10:06:28.4696522Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/SoftMax.cu.o 2022-12-01T10:06:28.9906538Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Sort.cu.o 2022-12-01T10:06:29.5264091Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/SortImpl.cu.o 2022-12-01T10:06:29.6309024Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/SortStable.cu.o 2022-12-01T10:06:30.1156781Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Sorting.cu.o 2022-12-01T10:06:30.3962696Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/SparseBinaryOpIntersectionKernel.cu.o 2022-12-01T10:06:30.6185934Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/SparseMM.cu.o 2022-12-01T10:06:31.4866098Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/SpectralOps.cu.o 2022-12-01T10:06:31.5708629Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/StepKernel.cu.o 2022-12-01T10:06:31.7272694Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/SummaryOps.cu.o 2022-12-01T10:06:32.0948898Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/TensorCompare.cu.o 2022-12-01T10:06:32.2910580Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/TensorModeKernel.cu.o 2022-12-01T10:06:32.5450968Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/TensorTopK.cu.o 2022-12-01T10:06:32.9691872Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/TensorTransformations.cu.o 2022-12-01T10:06:33.1988189Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/TriangularOps.cu.o 2022-12-01T10:06:33.5010972Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryComplexKernels.cu.o 2022-12-01T10:06:33.7186812Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryFractionKernels.cu.o 2022-12-01T10:06:34.6754055Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGammaKernels.cu.o 2022-12-01T10:06:34.6901669Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAcosKernel.cu.o 2022-12-01T10:06:35.0634730Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAcoshKernel.cu.o 2022-12-01T10:06:35.1617279Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAsinKernel.cu.o 2022-12-01T10:06:35.3026619Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAsinhKernel.cu.o 2022-12-01T10:06:35.4292522Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryFractionKernels.cu(125): warning #20236-D: pragma "diag_suppress" is deprecated, use "nv_diag_suppress" instead 2022-12-01T10:06:35.4293091Z 2022-12-01T10:06:35.4293729Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryFractionKernels.cu(125): warning #20236-D: pragma "diag_suppress" is deprecated, use "nv_diag_suppress" instead 2022-12-01T10:06:35.4387384Z 2022-12-01T10:06:35.4716700Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAtanKernel.cu.o 2022-12-01T10:06:36.1883732Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricAtanhKernel.cu.o 2022-12-01T10:06:36.2874099Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricCosKernel.cu.o 2022-12-01T10:06:36.6613132Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricCoshKernel.cu.o 2022-12-01T10:06:36.8961593Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricSinKernel.cu.o 2022-12-01T10:06:37.1871073Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricSinhKernel.cu.o 2022-12-01T10:06:37.4630710Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricTanKernel.cu.o 2022-12-01T10:06:37.6694421Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryGeometricTanhKernel.cu.o 2022-12-01T10:06:37.8346270Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryLogKernels.cu.o 2022-12-01T10:06:38.3427674Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnaryOpsKernel.cu.o 2022-12-01T10:06:38.5571149Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnarySignKernels.cu.o 2022-12-01T10:06:38.8366818Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnarySpecialOpsKernel.cu.o 2022-12-01T10:06:38.9523093Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UnfoldBackwardKernel.cu.o 2022-12-01T10:06:39.2136762Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UniqueCub.cu.o 2022-12-01T10:06:39.7587721Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UpSampleBicubic2d.cu.o 2022-12-01T10:06:39.8923844Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UpSampleBilinear2d.cu.o 2022-12-01T10:06:40.2904819Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UpSampleLinear1d.cu.o 2022-12-01T10:06:40.5070082Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UpSampleNearest1d.cu.o 2022-12-01T10:06:40.8827424Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UpSampleNearest2d.cu.o 2022-12-01T10:06:41.3947402Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UpSampleNearest3d.cu.o 2022-12-01T10:06:41.5947108Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/UpSampleTrilinear3d.cu.o 2022-12-01T10:06:41.6890834Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ValidateCompressedIndicesKernel.cu.o 2022-12-01T10:06:41.9687954Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/WeightNorm.cu.o 2022-12-01T10:06:42.3426761Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ZetaKernel.cu.o 2022-12-01T10:06:42.6028754Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/airy_ai.cu.o 2022-12-01T10:06:43.1214360Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/bessel_j0.cu.o 2022-12-01T10:06:43.2676435Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/bessel_j1.cu.o 2022-12-01T10:06:43.7592963Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/bessel_y0.cu.o 2022-12-01T10:06:43.9546378Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/bessel_y1.cu.o 2022-12-01T10:06:44.0424383Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_t.cu.o 2022-12-01T10:06:44.5549107Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_u.cu.o 2022-12-01T10:06:44.6766745Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_v.cu.o 2022-12-01T10:06:44.8104326Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/chebyshev_polynomial_w.cu.o 2022-12-01T10:06:45.4095379Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cu.o 2022-12-01T10:06:45.5646460Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/fused_adam_impl.cu.o 2022-12-01T10:06:45.8110445Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/group_norm_kernel.cu.o 2022-12-01T10:06:46.0915232Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/hermite_polynomial_h.cu.o 2022-12-01T10:06:46.2149846Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/hermite_polynomial_he.cu.o 2022-12-01T10:06:46.7276937Z [ 89%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/laguerre_polynomial_l.cu.o 2022-12-01T10:06:47.1008964Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/layer_norm_kernel.cu.o 2022-12-01T10:06:47.1286119Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/legendre_polynomial_p.cu.o 2022-12-01T10:06:47.7468657Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/modified_bessel_i0.cu.o 2022-12-01T10:06:47.7664313Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/modified_bessel_i1.cu.o 2022-12-01T10:06:48.0730470Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/modified_bessel_k0.cu.o 2022-12-01T10:06:48.4865344Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/modified_bessel_k1.cu.o 2022-12-01T10:06:48.8587286Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/scaled_modified_bessel_k0.cu.o 2022-12-01T10:06:48.9156903Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/scaled_modified_bessel_k1.cu.o 2022-12-01T10:06:49.3787833Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_t.cu.o 2022-12-01T10:06:49.4769880Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_u.cu.o 2022-12-01T10:06:49.7975337Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_v.cu.o 2022-12-01T10:06:49.9621247Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_w.cu.o 2022-12-01T10:06:50.4309482Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/spherical_bessel_j0.cu.o 2022-12-01T10:06:50.6655316Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cu.o 2022-12-01T10:06:50.9605674Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SoftMax.cu.o 2022-12-01T10:06:51.2027386Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cu.o 2022-12-01T10:06:51.5632154Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu.o 2022-12-01T10:06:51.7043529Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SparseCsrTensorMath.cu.o 2022-12-01T10:06:52.0251873Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SparseMatMul.cu.o 2022-12-01T10:06:53.6697273Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/quantized/cuda/Activation.cu.o 2022-12-01T10:06:53.9649314Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/quantized/cuda/AffineQuantizer.cu.o 2022-12-01T10:06:54.2547500Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/quantized/cuda/EmbeddingBag.cu.o 2022-12-01T10:06:54.6598982Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu: In function ‘at::Tensor& at::native::bmm_out_sparse_cuda(const SparseTensor&, const at::Tensor&, at::Tensor&)’: 2022-12-01T10:06:54.6600377Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu:835:44: warning: ‘CUSPARSE_COOMM_ALG2’ is deprecated: please use CUSPARSE_SPMM_COO_ALG2 instead [-Wdeprecated-declarations] 2022-12-01T10:06:54.6601206Z cusparseSpMMAlg_t mm_alg = deterministic ? CUSPARSE_COOMM_ALG2 : CUSPARSE_COOMM_ALG1; 2022-12-01T10:06:54.6601676Z ^~~~~~~~~~~~~~~~~~~ 2022-12-01T10:06:54.6602112Z /usr/local/cuda/include/cusparse.h:6537:1: note: declared here 2022-12-01T10:06:54.6602623Z CUSPARSE_COOMM_ALG2 CUSPARSE_DEPRECATED_ENUM(CUSPARSE_SPMM_COO_ALG2) = 2, 2022-12-01T10:06:54.6603023Z ^ ~~~~~~~~~~~~~~~ 2022-12-01T10:06:54.6603978Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu:835:66: warning: ‘CUSPARSE_COOMM_ALG1’ is deprecated: please use CUSPARSE_SPMM_COO_ALG1 instead [-Wdeprecated-declarations] 2022-12-01T10:06:54.6840973Z cusparseSpMMAlg_t mm_alg = deterministic ? CUSPARSE_COOMM_ALG2 : CUSPARSE_COOMM_ALG1; 2022-12-01T10:06:54.6841509Z ^~~~~~~~~~~~~~~~~~~ 2022-12-01T10:06:54.6841944Z /usr/local/cuda/include/cusparse.h:6536:1: note: declared here 2022-12-01T10:06:54.6842460Z CUSPARSE_COOMM_ALG1 CUSPARSE_DEPRECATED_ENUM(CUSPARSE_SPMM_COO_ALG1) = 1, 2022-12-01T10:06:54.6842850Z ^ ~~~~~~~~~~~~~~~ 2022-12-01T10:06:54.7076788Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/quantized/cuda/FakeQuantizeCore.cu.o 2022-12-01T10:06:55.3907151Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/quantized/cuda/FusedObsFakeQuant.cu.o 2022-12-01T10:06:55.5103382Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseMatMul.cu(73): warning #20236-D: pragma "diag_suppress" is deprecated, use "nv_diag_suppress" instead 2022-12-01T10:06:55.5103893Z 2022-12-01T10:06:55.5104459Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseMatMul.cu(73): warning #20236-D: pragma "diag_suppress" is deprecated, use "nv_diag_suppress" instead 2022-12-01T10:06:55.5104828Z 2022-12-01T10:06:55.5247450Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/quantized/cuda/IntReprQuant.cu.o 2022-12-01T10:06:56.7243333Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/quantized/cuda/MakePerTensorQuantizedTensor.cu.o 2022-12-01T10:06:57.1186546Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/transformers/cuda/attention.cu.o 2022-12-01T10:06:57.4267588Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_fprop_kernel_dispatch.cu.o 2022-12-01T10:06:58.2993046Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/RegisterCUDA.cpp.o 2022-12-01T10:06:58.5463459Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/RegisterNestedTensorCUDA.cpp.o 2022-12-01T10:06:58.6521454Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/RegisterQuantizedCUDA.cpp.o 2022-12-01T10:06:59.1891826Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/RegisterSparseCUDA.cpp.o 2022-12-01T10:06:59.3534278Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/RegisterSparseCsrCUDA.cpp.o 2022-12-01T10:06:59.6697018Z [ 90%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/UfuncCUDA_add.cu.o 2022-12-01T10:06:59.7517283Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/CUDABlas.cpp.o 2022-12-01T10:06:59.8052359Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/CUDASparseBlas.cpp.o 2022-12-01T10:06:59.8053188Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/cuda/CublasHandlePool.cpp.o 2022-12-01T10:06:59.9597364Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Activation.cpp.o 2022-12-01T10:07:00.1190611Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/LinearAlgebraStubs.cpp.o 2022-12-01T10:07:00.2796488Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Blas.cpp.o 2022-12-01T10:07:00.3102721Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Distributions.cpp.o 2022-12-01T10:07:00.5215172Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Equal.cpp.o 2022-12-01T10:07:00.7500601Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/GridSampler.cpp.o 2022-12-01T10:07:00.7590334Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/IndexKernel.cpp.o 2022-12-01T10:07:00.8350764Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ReduceOps.cpp.o 2022-12-01T10:07:00.8543889Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/ScanKernels.cpp.o 2022-12-01T10:07:00.9794731Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Sort.cpp.o 2022-12-01T10:07:01.0022141Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Sorting.cpp.o 2022-12-01T10:07:01.2078104Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/TensorModeKernel.cpp.o 2022-12-01T10:07:01.2271830Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/TensorShapeCUDA.cpp.o 2022-12-01T10:07:01.2841674Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/TensorTopK.cpp.o 2022-12-01T10:07:01.3273962Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/jit_utils.cpp.o 2022-12-01T10:07:01.4753893Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cpp.o 2022-12-01T10:07:01.5637787Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SparseBlas.cpp.o 2022-12-01T10:07:01.6911989Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SparseBlasImpl.cpp.o 2022-12-01T10:07:01.7583998Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SparseBlasLegacy.cpp.o 2022-12-01T10:07:01.7907243Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp.o 2022-12-01T10:07:01.8556468Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/transformers/cuda/flash_attn/fmha_api.cpp.o 2022-12-01T10:07:02.0651362Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/CudaIPCTypes.cpp.o 2022-12-01T10:07:02.2022809Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h:17:0, 2022-12-01T10:07:02.2023711Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:2: 2022-12-01T10:07:02.2025262Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp: In function ‘void at::native::sparse::cuda::{anonymous}::_csrmm2(char, char, int64_t, int64_t, int64_t, int64_t, T*, T*, int*, int*, T*, int64_t, T*, T*, int64_t, cudaDataType)’: 2022-12-01T10:07:02.2026958Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:167:5: warning: ‘CUSPARSE_CSRMM_ALG1’ is deprecated: please use CUSPARSE_SPMM_CSR_ALG1 instead [-Wdeprecated-declarations] 2022-12-01T10:07:02.2028045Z CUSPARSE_CSRMM_ALG1, /* default computing algorithm for CSR sparse matrix format */ 2022-12-01T10:07:02.2028574Z ^ 2022-12-01T10:07:02.2029381Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Exceptions.h:60:30: note: in definition of macro ‘TORCH_CUDASPARSE_CHECK’ 2022-12-01T10:07:02.2030157Z cusparseStatus_t __err = EXPR; \ 2022-12-01T10:07:02.2030673Z ^~~~ 2022-12-01T10:07:02.2031341Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h:6:0, 2022-12-01T10:07:02.2032168Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:2: 2022-12-01T10:07:02.2032926Z /usr/local/cuda/include/cusparse.h:6539:5: note: declared here 2022-12-01T10:07:02.2033578Z CUSPARSE_CSRMM_ALG1 CUSPARSE_DEPRECATED_ENUM(CUSPARSE_SPMM_CSR_ALG1) = 4, 2022-12-01T10:07:02.2034037Z ^~~~~~~~~~~~~~~~~~~ 2022-12-01T10:07:02.2034621Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h:17:0, 2022-12-01T10:07:02.2035658Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:2: 2022-12-01T10:07:02.2037088Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:181:5: warning: ‘CUSPARSE_CSRMM_ALG1’ is deprecated: please use CUSPARSE_SPMM_CSR_ALG1 instead [-Wdeprecated-declarations] 2022-12-01T10:07:02.2038082Z CUSPARSE_CSRMM_ALG1, /* default computing algorithm for CSR sparse matrix format */ 2022-12-01T10:07:02.2038559Z ^ 2022-12-01T10:07:02.2039311Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Exceptions.h:60:30: note: in definition of macro ‘TORCH_CUDASPARSE_CHECK’ 2022-12-01T10:07:02.2040074Z cusparseStatus_t __err = EXPR; \ 2022-12-01T10:07:02.2040632Z ^~~~ 2022-12-01T10:07:02.2041251Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h:6:0, 2022-12-01T10:07:02.2042068Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp:2: 2022-12-01T10:07:02.2042820Z /usr/local/cuda/include/cusparse.h:6539:5: note: declared here 2022-12-01T10:07:02.2043522Z CUSPARSE_CSRMM_ALG1 CUSPARSE_DEPRECATED_ENUM(CUSPARSE_SPMM_CSR_ALG1) = 4, 2022-12-01T10:07:02.2044053Z ^~~~~~~~~~~~~~~~~~~ 2022-12-01T10:07:02.2097433Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/cuda/comm.cpp.o 2022-12-01T10:07:02.2137652Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/cuda/memory_snapshot.cpp.o 2022-12-01T10:07:02.2704431Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp.o 2022-12-01T10:07:02.3929991Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/profiler/cuda.cpp.o 2022-12-01T10:07:02.4734559Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/autograd/functions/comm.cpp.o 2022-12-01T10:07:02.7459453Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/arith.cpp.o 2022-12-01T10:07:02.7887232Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/compute_at.cpp.o 2022-12-01T10:07:03.1477579Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/inline_propagator.cpp.o 2022-12-01T10:07:03.2513051Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/compute_at_map.cpp.o 2022-12-01T10:07:03.4793822Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/codegen.cpp.o 2022-12-01T10:07:03.5103170Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/contiguity.cpp.o 2022-12-01T10:07:03.6819500Z [ 90%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/dispatch.cpp.o 2022-12-01T10:07:03.8104940Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/expr_evaluator.cpp.o 2022-12-01T10:07:04.1597633Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/executor.cpp.o 2022-12-01T10:07:04.2669755Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/executor_kernel_arg.cpp.o 2022-12-01T10:07:04.5492816Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/executor_launch_params.cpp.o 2022-12-01T10:07:04.5743134Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/evaluator_common.cpp.o 2022-12-01T10:07:04.6413343Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/executor_utils.cpp.o 2022-12-01T10:07:04.7390267Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/fusion.cpp.o 2022-12-01T10:07:05.0228174Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/graph_fuser.cpp.o 2022-12-01T10:07:05.2675612Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/grouped_reduction.cpp.o 2022-12-01T10:07:05.3294084Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/index_compute.cpp.o 2022-12-01T10:07:05.6107695Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_index_compute.cpp.o 2022-12-01T10:07:05.6108552Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/instrumentation.cpp.o 2022-12-01T10:07:05.9850054Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ir_base_nodes.cpp.o 2022-12-01T10:07:06.1167509Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ir_builder.cpp.o 2022-12-01T10:07:06.3147318Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ir_cloner.cpp.o 2022-12-01T10:07:06.3709595Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ir_container.cpp.o 2022-12-01T10:07:06.4110142Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ir_graphviz.cpp.o 2022-12-01T10:07:06.6461445Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ir_nodes.cpp.o 2022-12-01T10:07:06.9821202Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ir_iostream.cpp.o 2022-12-01T10:07:07.1469228Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ir_utils.cpp.o 2022-12-01T10:07:07.2871862Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/iter_visitor.cpp.o 2022-12-01T10:07:07.2902124Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/kernel.cpp.o 2022-12-01T10:07:07.3118261Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/kernel_cache.cpp.o 2022-12-01T10:07:07.6111023Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.cpp.o 2022-12-01T10:07:07.9880847Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/kernel_ir.cpp.o 2022-12-01T10:07:08.1088841Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.cpp.o 2022-12-01T10:07:08.3253586Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_alias_memory.cpp.o 2022-12-01T10:07:08.3330480Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_allocation.cpp.o 2022-12-01T10:07:08.4817470Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_double_buffer.cpp.o 2022-12-01T10:07:08.6072574Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_expr_sort.cpp.o 2022-12-01T10:07:09.0195267Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_fused_reduction.cpp.o 2022-12-01T10:07:09.0856764Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.cpp.o 2022-12-01T10:07:09.4477309Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_index.cpp.o 2022-12-01T10:07:09.4509024Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_index_hoist.cpp.o 2022-12-01T10:07:09.5389843Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_insert_syncs.cpp.o 2022-12-01T10:07:09.6323629Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_instrument.cpp.o 2022-12-01T10:07:09.9584629Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_loops.cpp.o 2022-12-01T10:07:10.0063638Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_magic_zero.cpp.o 2022-12-01T10:07:10.4832521Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.cpp.o 2022-12-01T10:07:10.5823996Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_predicate.cpp.o 2022-12-01T10:07:10.5859274Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.cpp.o 2022-12-01T10:07:10.7073218Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_replace_size.cpp.o 2022-12-01T10:07:11.0457244Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_shift.cpp.o 2022-12-01T10:07:11.0866170Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_sync_information.cpp.o 2022-12-01T10:07:11.4909810Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_thread_predicate.cpp.o 2022-12-01T10:07:11.4932129Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.cpp.o 2022-12-01T10:07:11.6712747Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.cpp.o 2022-12-01T10:07:11.7226367Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_unroll.cpp.o 2022-12-01T10:07:11.9316196Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_utils.cpp.o 2022-12-01T10:07:12.0824555Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_validation.cpp.o 2022-12-01T10:07:12.4526317Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower_warp_reduce.cpp.o 2022-12-01T10:07:12.4985339Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/lower2device.cpp.o 2022-12-01T10:07:12.6126940Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/manager.cpp.o 2022-12-01T10:07:12.7907187Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/maxinfo_propagator.cpp.o 2022-12-01T10:07:13.0958774Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/mutator.cpp.o 2022-12-01T10:07:13.1935030Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/non_divisible_split.cpp.o 2022-12-01T10:07:13.5106205Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ops/alias.cpp.o 2022-12-01T10:07:13.5681126Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ops/composite.cpp.o 2022-12-01T10:07:13.6538350Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/ops/normalization.cpp.o 2022-12-01T10:07:13.8309335Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/parallel_dimension_map.cpp.o 2022-12-01T10:07:14.0914220Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.cpp.o 2022-12-01T10:07:14.1547365Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/parser.cpp.o 2022-12-01T10:07:14.3959363Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/partial_split_map.cpp.o 2022-12-01T10:07:14.4957417Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/partition.cpp.o 2022-12-01T10:07:14.5475409Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/predicate_compute.cpp.o 2022-12-01T10:07:14.6765662Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_cache.cpp.o 2022-12-01T10:07:14.9242982Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_definition.cpp.o 2022-12-01T10:07:15.1797023Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/python_frontend/fusion_interface.cpp.o 2022-12-01T10:07:15.4033161Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/register_interface.cpp.o 2022-12-01T10:07:15.5221563Z [ 91%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/root_domain_map.cpp.o 2022-12-01T10:07:15.6464804Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/pointwise.cpp.o 2022-12-01T10:07:15.7566259Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.cpp.o 2022-12-01T10:07:15.9039069Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/transpose.cpp.o 2022-12-01T10:07:16.2053216Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/normalization.cpp.o 2022-12-01T10:07:16.4248613Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp.o 2022-12-01T10:07:16.5435594Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/matmul.cpp.o 2022-12-01T10:07:16.7844457Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.cpp.o 2022-12-01T10:07:16.7950947Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/registry.cpp.o 2022-12-01T10:07:16.9651291Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/utils.cpp.o 2022-12-01T10:07:17.3029748Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/type_inference.cpp.o 2022-12-01T10:07:17.5483689Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/type_promotion.cpp.o 2022-12-01T10:07:17.6002366Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/fusion_segmenter.cpp.o 2022-12-01T10:07:17.7645722Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/tensor_view.cpp.o 2022-12-01T10:07:17.8932819Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/transform_iter.cpp.o 2022-12-01T10:07:17.9849610Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/transform_replay.cpp.o 2022-12-01T10:07:18.3341568Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/transform_rfactor.cpp.o 2022-12-01T10:07:18.4688534Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/transform_view.cpp.o 2022-12-01T10:07:18.6304183Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/type.cpp.o 2022-12-01T10:07:18.6695273Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/utils.cpp.o 2022-12-01T10:07:18.9023140Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/mma_type.cpp.o 2022-12-01T10:07:18.9077008Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.cpp.o 2022-12-01T10:07:18.9391722Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp.o 2022-12-01T10:07:19.3056995Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/tensorexpr/cuda_codegen.cpp.o 2022-12-01T10:07:19.3962183Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_cu.dir/__/torch/csrc/jit/runtime/register_cuda_ops.cpp.o 2022-12-01T10:07:19.5118256Z [ 92%] Building CUDA object caffe2/CMakeFiles/torch_cuda_cu.dir/__/aten/src/ATen/native/cuda/Unique.cu.o 2022-12-01T10:07:21.2929543Z [ 92%] Linking CXX shared library ../lib/libtorch_cuda_cu.so 2022-12-01T10:07:24.3808376Z [ 92%] Built target torch_cuda_cu 2022-12-01T10:07:24.3977618Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda.dir/__/empty.cpp.o 2022-12-01T10:07:24.4720714Z [ 92%] Linking CXX shared library ../lib/libtorch_cuda.so 2022-12-01T10:07:24.7723088Z [ 92%] Built target torch_cuda 2022-12-01T10:07:24.7909136Z [ 92%] Building CUDA object test_cpp_c10d/CMakeFiles/c10d_cuda_test.dir/CUDATest.cu.o 2022-12-01T10:07:24.7926430Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/CUDASolver.cpp.o 2022-12-01T10:07:24.7933181Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.cpp.o 2022-12-01T10:07:24.7934638Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebra.cpp.o 2022-12-01T10:07:24.7954636Z [ 92%] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2022-12-01T10:07:24.7964587Z [ 92%] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2022-12-01T10:07:24.8648630Z [ 92%] Linking CXX shared library ../lib/libtorch.so 2022-12-01T10:07:25.4369384Z [ 92%] Built target torch 2022-12-01T10:07:25.4443634Z [ 92%] Building CXX object caffe2/CMakeFiles/torch_cuda_linalg.dir/__/aten/src/ATen/native/cuda/linalg/CusolverDnHandlePool.cpp.o 2022-12-01T10:07:25.5252685Z [ 92%] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2022-12-01T10:07:25.8237974Z [ 92%] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2022-12-01T10:07:25.8449808Z [ 92%] Linking CXX executable ../bin/example_allreduce 2022-12-01T10:07:25.8888416Z [ 92%] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2022-12-01T10:07:26.0646499Z [ 92%] Linking CXX shared library ../lib/libtorch_cuda_linalg.so 2022-12-01T10:07:26.0724365Z [ 92%] Linking CXX shared library ../lib/libc10d_cuda_test.so 2022-12-01T10:07:26.1807288Z [ 92%] Linking CXX executable ../bin/Dimname_test 2022-12-01T10:07:26.5706990Z [ 92%] Linking CXX executable ../bin/Dict_test 2022-12-01T10:07:26.6079989Z [ 92%] Built target example_allreduce 2022-12-01T10:07:26.6266000Z [ 92%] Linking CXX executable ../bin/MaybeOwned_test 2022-12-01T10:07:26.6273254Z [ 92%] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2022-12-01T10:07:26.7002084Z [ 92%] Built target c10d_cuda_test 2022-12-01T10:07:26.7220593Z [ 92%] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2022-12-01T10:07:26.9063485Z [ 92%] Built target Dimname_test 2022-12-01T10:07:26.9295022Z [ 92%] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2022-12-01T10:07:27.4729251Z [ 92%] Linking CXX executable ../bin/apply_utils_test 2022-12-01T10:07:27.5812363Z [ 92%] Built target Dict_test 2022-12-01T10:07:27.5869804Z [ 92%] Linking CXX executable ../bin/NamedTensor_test 2022-12-01T10:07:27.5936298Z [ 92%] Built target MaybeOwned_test 2022-12-01T10:07:27.6043726Z [ 92%] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2022-12-01T10:07:27.6153388Z [ 92%] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2022-12-01T10:07:27.8163724Z [ 92%] Linking CXX executable ../bin/atest 2022-12-01T10:07:28.3414494Z [ 92%] Built target apply_utils_test 2022-12-01T10:07:28.3645700Z [ 92%] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2022-12-01T10:07:28.3930165Z [ 92%] Linking CXX executable ../bin/broadcast_test 2022-12-01T10:07:28.4339891Z [ 92%] Linking CXX executable ../bin/basic 2022-12-01T10:07:28.4410455Z [ 92%] Built target NamedTensor_test 2022-12-01T10:07:28.4668929Z [ 92%] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2022-12-01T10:07:28.7960379Z [ 92%] Built target torch_cuda_linalg 2022-12-01T10:07:28.8045041Z [ 92%] Built target atest 2022-12-01T10:07:28.8260100Z [ 92%] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2022-12-01T10:07:28.8310959Z [ 92%] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2022-12-01T10:07:29.1603846Z [ 92%] Built target broadcast_test 2022-12-01T10:07:29.1860684Z [ 92%] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2022-12-01T10:07:29.2681754Z [ 92%] Built target basic 2022-12-01T10:07:29.2955887Z [ 92%] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2022-12-01T10:07:29.3479528Z [ 92%] Linking CXX executable ../bin/cpu_generator_test 2022-12-01T10:07:29.4634691Z [ 92%] Linking CXX executable ../bin/cpu_profiling_allocator_test 2022-12-01T10:07:29.7061530Z [ 92%] Linking CXX executable ../bin/dispatch_key_set_test 2022-12-01T10:07:30.1470690Z [ 92%] Linking CXX executable ../bin/cpu_rng_test 2022-12-01T10:07:30.1909231Z [ 92%] Linking CXX executable ../bin/dlconvertor_test 2022-12-01T10:07:30.2864119Z [ 92%] Built target cpu_generator_test 2022-12-01T10:07:30.3126814Z [ 92%] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2022-12-01T10:07:30.3775570Z [ 92%] Built target cpu_profiling_allocator_test 2022-12-01T10:07:30.4018642Z [ 92%] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2022-12-01T10:07:30.4584088Z [ 92%] Linking CXX executable ../bin/extension_backend_test 2022-12-01T10:07:30.5507135Z [ 92%] Built target dispatch_key_set_test 2022-12-01T10:07:30.5774426Z [ 92%] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2022-12-01T10:07:30.9703855Z [ 92%] Built target dlconvertor_test 2022-12-01T10:07:30.9902470Z [ 92%] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2022-12-01T10:07:31.1356908Z [ 92%] Built target cpu_rng_test 2022-12-01T10:07:31.1617755Z [ 92%] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2022-12-01T10:07:31.2404941Z [ 92%] Linking CXX executable ../bin/half_test 2022-12-01T10:07:31.4268775Z [ 92%] Built target extension_backend_test 2022-12-01T10:07:31.4621156Z [ 92%] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2022-12-01T10:07:31.6062290Z [ 92%] Linking CXX executable ../bin/lazy_tensor_test 2022-12-01T10:07:31.7537118Z [ 92%] Linking CXX executable ../bin/ivalue_test 2022-12-01T10:07:31.9528578Z [ 92%] Linking CXX executable ../bin/math_kernel_test 2022-12-01T10:07:32.1180109Z [ 92%] Linking CXX executable ../bin/memory_format_test 2022-12-01T10:07:32.1705941Z [ 92%] Built target half_test 2022-12-01T10:07:32.1943225Z [ 92%] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2022-12-01T10:07:32.3952034Z [ 92%] Linking CXX executable ../bin/memory_overlapping_test 2022-12-01T10:07:32.5348535Z [ 92%] Built target lazy_tensor_test 2022-12-01T10:07:32.5543583Z [ 92%] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2022-12-01T10:07:32.6756124Z [ 92%] Built target ivalue_test 2022-12-01T10:07:32.6983163Z [ 92%] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2022-12-01T10:07:32.8888470Z [ 92%] Built target math_kernel_test 2022-12-01T10:07:32.9125306Z [ 92%] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2022-12-01T10:07:32.9984977Z [ 92%] Linking CXX executable ../bin/operator_name_test 2022-12-01T10:07:33.0330047Z [ 92%] Built target memory_format_test 2022-12-01T10:07:33.0702281Z [ 92%] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2022-12-01T10:07:33.3478106Z [ 92%] Built target memory_overlapping_test 2022-12-01T10:07:33.3666375Z [ 92%] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2022-12-01T10:07:33.3696676Z [ 92%] Linking CXX executable ../bin/native_test 2022-12-01T10:07:33.4225734Z [ 92%] Linking CXX executable ../bin/mobile_memory_cleanup 2022-12-01T10:07:33.8384909Z [ 92%] Built target operator_name_test 2022-12-01T10:07:33.8620649Z [ 92%] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2022-12-01T10:07:33.9002660Z [ 92%] Linking CXX executable ../bin/operators_test 2022-12-01T10:07:34.0913590Z [ 92%] Linking CXX executable ../bin/packedtensoraccessor_test 2022-12-01T10:07:34.2149305Z [ 92%] Built target native_test 2022-12-01T10:07:34.2410245Z [ 92%] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2022-12-01T10:07:34.4248443Z [ 92%] Built target mobile_memory_cleanup 2022-12-01T10:07:34.4447395Z [ 92%] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2022-12-01T10:07:34.5251957Z [ 92%] Linking CXX executable ../bin/pow_test 2022-12-01T10:07:34.8247173Z [ 92%] Built target operators_test 2022-12-01T10:07:34.8310857Z [ 92%] Linking CXX executable ../bin/quantized_test 2022-12-01T10:07:34.8571807Z [ 92%] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2022-12-01T10:07:35.0252585Z [ 92%] Built target packedtensoraccessor_test 2022-12-01T10:07:35.0436700Z [ 92%] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2022-12-01T10:07:35.3753729Z [ 92%] Linking CXX executable ../bin/reportMemoryUsage_test 2022-12-01T10:07:35.4621409Z [ 92%] Built target pow_test 2022-12-01T10:07:35.4853607Z [ 92%] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2022-12-01T10:07:35.4906862Z [ 92%] Linking CXX executable ../bin/reduce_ops_test 2022-12-01T10:07:35.7604631Z [ 92%] Linking CXX executable ../bin/scalar_tensor_test 2022-12-01T10:07:35.8252885Z [ 92%] Built target quantized_test 2022-12-01T10:07:35.8446957Z [ 92%] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2022-12-01T10:07:35.8664121Z [ 92%] Linking CXX executable ../bin/scalar_test 2022-12-01T10:07:36.2068555Z [ 92%] Built target reportMemoryUsage_test 2022-12-01T10:07:36.2276095Z [ 92%] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2022-12-01T10:07:36.3115236Z [ 92%] Built target reduce_ops_test 2022-12-01T10:07:36.3374456Z [ 92%] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2022-12-01T10:07:36.4084185Z [ 92%] Linking CXX executable ../bin/stride_properties_test 2022-12-01T10:07:36.6345131Z [ 92%] Built target scalar_tensor_test 2022-12-01T10:07:36.6524186Z [ 92%] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2022-12-01T10:07:36.8312785Z [ 92%] Built target scalar_test 2022-12-01T10:07:36.8518930Z [ 92%] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2022-12-01T10:07:37.0633872Z [ 92%] Linking CXX executable ../bin/thread_init_test 2022-12-01T10:07:37.0812954Z [ 92%] Linking CXX executable ../bin/tensor_iterator_test 2022-12-01T10:07:37.1528542Z [ 92%] Linking CXX executable ../bin/type_ptr_test 2022-12-01T10:07:37.3210380Z [ 92%] Built target stride_properties_test 2022-12-01T10:07:37.3446191Z [ 92%] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2022-12-01T10:07:37.7609201Z [ 92%] Linking CXX executable ../bin/test_parallel 2022-12-01T10:07:37.9632888Z [ 92%] Built target thread_init_test 2022-12-01T10:07:37.9833809Z [ 92%] Building CXX object caffe2/CMakeFiles/variant_test.dir/__/aten/src/ATen/test/variant_test.cpp.o 2022-12-01T10:07:38.0327863Z [ 92%] Linking CXX executable ../bin/type_test 2022-12-01T10:07:38.0483322Z [ 92%] Built target tensor_iterator_test 2022-12-01T10:07:38.0735956Z [ 92%] Built target type_ptr_test 2022-12-01T10:07:38.0752948Z [ 92%] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2022-12-01T10:07:38.1038195Z [ 92%] Building CXX object caffe2/CMakeFiles/vmap_test.dir/__/aten/src/ATen/test/vmap_test.cpp.o 2022-12-01T10:07:38.2534336Z [ 92%] Linking CXX executable ../bin/variant_test 2022-12-01T10:07:38.2866125Z [ 92%] Linking CXX executable ../bin/undefined_tensor_test 2022-12-01T10:07:38.7410638Z [ 92%] Built target test_parallel 2022-12-01T10:07:38.7633725Z [ 92%] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2022-12-01T10:07:38.9291813Z [ 92%] Built target type_test 2022-12-01T10:07:38.9446830Z [ 92%] Linking CXX executable ../bin/vmap_test 2022-12-01T10:07:38.9502454Z [ 92%] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2022-12-01T10:07:38.9656755Z [ 92%] Linking CXX executable ../bin/verify_api_visibility 2022-12-01T10:07:39.0666649Z [ 92%] Built target variant_test 2022-12-01T10:07:39.0984801Z [ 92%] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2022-12-01T10:07:39.2598308Z [ 92%] Built target undefined_tensor_test 2022-12-01T10:07:39.2842877Z [ 92%] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2022-12-01T10:07:39.7684931Z [ 92%] Linking CXX executable ../bin/weakref_test 2022-12-01T10:07:39.7828631Z [ 92%] Built target verify_api_visibility 2022-12-01T10:07:39.8125207Z [ 92%] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2022-12-01T10:07:39.8467334Z [ 92%] Built target vmap_test 2022-12-01T10:07:39.8705860Z [ 92%] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2022-12-01T10:07:39.8925283Z [ 92%] Linking CXX executable ../bin/wrapdim_test 2022-12-01T10:07:40.0921837Z [ 92%] Linking CXX executable ../bin/IListRef_test 2022-12-01T10:07:40.1122751Z [ 93%] Linking CXX executable ../bin/xla_tensor_test 2022-12-01T10:07:40.3039714Z [ 93%] Linking CXX executable ../bin/List_test 2022-12-01T10:07:40.7272316Z [ 93%] Built target weakref_test 2022-12-01T10:07:40.7462394Z [ 93%] Building CXX object caffe2/CMakeFiles/kernel_function_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp.o 2022-12-01T10:07:40.8997235Z [ 93%] Built target wrapdim_test 2022-12-01T10:07:40.9209901Z [ 93%] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2022-12-01T10:07:40.9238249Z [ 93%] Built target IListRef_test 2022-12-01T10:07:40.9454644Z [ 93%] Building CXX object caffe2/CMakeFiles/kernel_lambda_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp.o 2022-12-01T10:07:40.9711080Z [ 93%] Linking CXX executable ../bin/KernelFunction_test 2022-12-01T10:07:41.0734473Z [ 93%] Built target xla_tensor_test 2022-12-01T10:07:41.1050368Z [ 93%] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2022-12-01T10:07:41.2208709Z [ 93%] Linking CXX executable ../bin/kernel_function_legacy_test 2022-12-01T10:07:41.2907992Z [ 93%] Built target List_test 2022-12-01T10:07:41.3182711Z [ 93%] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2022-12-01T10:07:41.4522225Z [ 93%] Linking CXX executable ../bin/kernel_function_test 2022-12-01T10:07:41.5557142Z [ 93%] Linking CXX executable ../bin/kernel_lambda_legacy_test 2022-12-01T10:07:41.6929995Z [ 93%] Linking CXX executable ../bin/kernel_lambda_test 2022-12-01T10:07:41.7783422Z [ 93%] Linking CXX executable ../bin/kernel_stackbased_test 2022-12-01T10:07:41.8072429Z [ 93%] Built target KernelFunction_test 2022-12-01T10:07:41.8310651Z [ 93%] Building CXX object caffe2/CMakeFiles/make_boxed_from_unboxed_functor_test.dir/__/aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor_test.cpp.o 2022-12-01T10:07:42.1662889Z [ 93%] Built target kernel_function_legacy_test 2022-12-01T10:07:42.1878550Z [ 93%] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2022-12-01T10:07:42.2551390Z [ 93%] Built target kernel_function_test 2022-12-01T10:07:42.2781963Z [ 93%] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2022-12-01T10:07:42.4139046Z [ 93%] Linking CXX executable ../bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:07:42.4344622Z [ 93%] Built target kernel_lambda_legacy_test 2022-12-01T10:07:42.4643746Z [ 93%] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2022-12-01T10:07:42.5669094Z [ 93%] Built target kernel_lambda_test 2022-12-01T10:07:42.5710912Z [ 93%] Linking CXX executable ../bin/CppSignature_test 2022-12-01T10:07:42.5869285Z [ 93%] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2022-12-01T10:07:42.6166853Z [ 93%] Built target kernel_stackbased_test 2022-12-01T10:07:42.6534300Z [ 93%] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2022-12-01T10:07:42.7674836Z [ 93%] Linking CXX executable ../bin/op_allowlist_test 2022-12-01T10:07:43.0732669Z [ 94%] Linking CXX executable ../bin/inline_container_test 2022-12-01T10:07:43.1875408Z [ 94%] Built target make_boxed_from_unboxed_functor_test 2022-12-01T10:07:43.2071471Z [ 94%] Building CXX object caffe2/CMakeFiles/cuda_apply_test.dir/__/aten/src/ATen/test/cuda_apply_test.cpp.o 2022-12-01T10:07:43.2322733Z [ 94%] Linking CXX executable ../bin/op_registration_test 2022-12-01T10:07:43.2745506Z [ 94%] Linking CXX executable ../bin/backend_fallback_test 2022-12-01T10:07:43.5123868Z [ 94%] Built target CppSignature_test 2022-12-01T10:07:43.5359015Z [ 94%] Building CUDA object caffe2/CMakeFiles/cuda_atomic_ops_test.dir/__/aten/src/ATen/test/cuda_atomic_ops_test.cu.o 2022-12-01T10:07:43.7281480Z [ 94%] Linking CXX executable ../bin/cuda_apply_test 2022-12-01T10:07:43.7734972Z [ 94%] Built target op_allowlist_test 2022-12-01T10:07:43.8105289Z [ 94%] Building CXX object caffe2/CMakeFiles/cuda_caching_host_allocator_test.dir/__/aten/src/ATen/test/cuda_caching_host_allocator_test.cpp.o 2022-12-01T10:07:43.8428307Z [ 94%] Built target inline_container_test 2022-12-01T10:07:43.8655287Z [ 94%] Building CUDA object caffe2/CMakeFiles/cuda_complex_math_test.dir/__/aten/src/ATen/test/cuda_complex_math_test.cu.o 2022-12-01T10:07:44.0836711Z [ 94%] Built target backend_fallback_test 2022-12-01T10:07:44.1304026Z [ 94%] Building CUDA object caffe2/CMakeFiles/cuda_complex_test.dir/__/aten/src/ATen/test/cuda_complex_test.cu.o 2022-12-01T10:07:44.2787656Z [ 94%] Built target op_registration_test 2022-12-01T10:07:44.3091363Z [ 94%] Building CUDA object caffe2/CMakeFiles/cuda_cub_test.dir/__/aten/src/ATen/test/cuda_cub_test.cu.o 2022-12-01T10:07:44.7507773Z [ 94%] Built target cuda_apply_test 2022-12-01T10:07:44.7878959Z [ 94%] Building CXX object caffe2/CMakeFiles/cuda_device_test.dir/__/aten/src/ATen/test/cuda_device_test.cpp.o 2022-12-01T10:07:44.9769142Z [ 94%] Linking CXX executable ../bin/cuda_caching_host_allocator_test 2022-12-01T10:07:45.0162693Z [ 95%] Linking CXX executable ../bin/cuda_atomic_ops_test 2022-12-01T10:07:45.0942790Z [ 95%] Linking CXX executable ../bin/cuda_complex_math_test 2022-12-01T10:07:45.3296312Z [ 95%] Linking CXX executable ../bin/cuda_device_test 2022-12-01T10:07:45.7161707Z [ 95%] Linking CXX executable ../bin/cuda_complex_test 2022-12-01T10:07:45.8486223Z [ 95%] Built target cuda_atomic_ops_test 2022-12-01T10:07:45.8669411Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_distributions_test.dir/__/aten/src/ATen/test/cuda_distributions_test.cu.o 2022-12-01T10:07:45.8998727Z [ 95%] Built target cuda_complex_math_test 2022-12-01T10:07:45.9317424Z [ 95%] Building CXX object caffe2/CMakeFiles/cuda_dlconvertor_test.dir/__/aten/src/ATen/test/cuda_dlconvertor_test.cpp.o 2022-12-01T10:07:45.9865594Z [ 95%] Built target cuda_caching_host_allocator_test 2022-12-01T10:07:46.0121437Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_generator_test.dir/__/aten/src/ATen/test/cuda_generator_test.cu.o 2022-12-01T10:07:46.1356319Z [ 95%] Linking CXX executable ../bin/cuda_cub_test 2022-12-01T10:07:46.3787050Z [ 95%] Built target cuda_device_test 2022-12-01T10:07:46.4387793Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_half_test.dir/__/aten/src/ATen/test/cuda_half_test.cu.o 2022-12-01T10:07:46.7103720Z [ 95%] Built target cuda_complex_test 2022-12-01T10:07:46.7924456Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_integer_divider_test.dir/__/aten/src/ATen/test/cuda_integer_divider_test.cu.o 2022-12-01T10:07:47.2145032Z [ 95%] Built target cuda_cub_test 2022-12-01T10:07:47.3387300Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_optional_test.dir/__/aten/src/ATen/test/cuda_optional_test.cu.o 2022-12-01T10:07:47.5425586Z [ 95%] Linking CXX executable ../bin/cuda_dlconvertor_test 2022-12-01T10:07:48.5176708Z [ 95%] Built target cuda_dlconvertor_test 2022-12-01T10:07:48.5494500Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_packedtensoraccessor_test.dir/__/aten/src/ATen/test/cuda_packedtensoraccessor_test.cu.o 2022-12-01T10:07:48.5892259Z [ 95%] Linking CXX executable ../bin/cuda_integer_divider_test 2022-12-01T10:07:48.9901513Z [ 95%] Linking CXX executable ../bin/cuda_distributions_test 2022-12-01T10:07:49.1957491Z [ 95%] Linking CXX executable ../bin/cuda_generator_test 2022-12-01T10:07:49.4700017Z [ 95%] Linking CXX executable ../bin/cuda_half_test 2022-12-01T10:07:49.6566403Z [ 95%] Built target cuda_integer_divider_test 2022-12-01T10:07:49.6797137Z [ 95%] Building CXX object caffe2/CMakeFiles/cuda_reportMemoryUsage_test.dir/__/aten/src/ATen/test/cuda_reportMemoryUsage_test.cpp.o 2022-12-01T10:07:50.0156595Z [ 95%] Built target cuda_distributions_test 2022-12-01T10:07:50.0340486Z [ 95%] Built target cuda_generator_test 2022-12-01T10:07:50.0373941Z [ 95%] Building CXX object caffe2/CMakeFiles/cuda_stream_test.dir/__/aten/src/ATen/test/cuda_stream_test.cpp.o 2022-12-01T10:07:50.0554877Z [ 95%] Building CUDA object caffe2/CMakeFiles/cuda_vectorized_test.dir/__/aten/src/ATen/test/cuda_vectorized_test.cu.o 2022-12-01T10:07:50.4876752Z [ 95%] Built target cuda_half_test 2022-12-01T10:07:50.5074575Z [ 95%] Building CXX object caffe2/CMakeFiles/cuda_cudnn_test.dir/__/aten/src/ATen/test/cuda_cudnn_test.cpp.o 2022-12-01T10:07:50.5185316Z [ 95%] Linking CXX executable ../bin/cuda_optional_test 2022-12-01T10:07:50.5427351Z [ 95%] Linking CXX executable ../bin/cuda_reportMemoryUsage_test 2022-12-01T10:07:50.5832125Z [ 95%] Linking CXX executable ../bin/cuda_stream_test 2022-12-01T10:07:51.4655679Z [ 95%] Linking CXX executable ../bin/cuda_packedtensoraccessor_test 2022-12-01T10:07:51.5025397Z [ 95%] Built target cuda_optional_test 2022-12-01T10:07:51.5092173Z [ 95%] Built target cuda_stream_test 2022-12-01T10:07:51.5322963Z [ 95%] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2022-12-01T10:07:51.5339210Z [ 95%] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2022-12-01T10:07:51.5664481Z [ 95%] Built target cuda_reportMemoryUsage_test 2022-12-01T10:07:51.5942110Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2022-12-01T10:07:51.6058553Z [ 95%] Linking CXX executable ../bin/cuda_cudnn_test 2022-12-01T10:07:52.0614973Z [ 95%] Linking CXX shared library ../lib/libjitbackend_test.so 2022-12-01T10:07:52.3009894Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2022-12-01T10:07:52.3504083Z [ 95%] Built target cuda_packedtensoraccessor_test 2022-12-01T10:07:52.3584154Z [ 95%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2022-12-01T10:07:52.4329796Z [ 95%] Built target cuda_cudnn_test 2022-12-01T10:07:52.4576967Z [ 95%] Linking CXX shared library ../lib/libtorchbind_test.so 2022-12-01T10:07:52.4634552Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2022-12-01T10:07:52.5488231Z [ 95%] Linking CXX executable ../bin/cuda_vectorized_test 2022-12-01T10:07:52.7333619Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2022-12-01T10:07:52.7540849Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2022-12-01T10:07:52.8411392Z [ 95%] Built target jitbackend_test 2022-12-01T10:07:52.8496025Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2022-12-01T10:07:53.0213263Z [ 95%] Linking CXX shared library ../lib/libbackend_with_compiler.so 2022-12-01T10:07:53.1212603Z [ 95%] Built target torchbind_test 2022-12-01T10:07:53.1316385Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2022-12-01T10:07:53.4604914Z [ 95%] Built target cuda_vectorized_test 2022-12-01T10:07:53.4682654Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2022-12-01T10:07:53.5371298Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2022-12-01T10:07:53.7227345Z [ 95%] Built target backend_with_compiler 2022-12-01T10:07:53.7449508Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2022-12-01T10:07:53.8936988Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2022-12-01T10:07:54.1113933Z [ 95%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2022-12-01T10:07:54.1318755Z [ 95%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooAsyncTest.dir/ProcessGroupGlooAsyncTest.cpp.o 2022-12-01T10:07:54.6017563Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2022-12-01T10:07:54.8194769Z [ 95%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupNCCLTest.dir/ProcessGroupNCCLTest.cpp.o 2022-12-01T10:07:55.1124034Z [ 95%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupNCCLErrorsTest.dir/ProcessGroupNCCLErrorsTest.cpp.o 2022-12-01T10:07:55.1279394Z [ 95%] Linking CXX executable ../bin/tutorial_tensorexpr 2022-12-01T10:07:55.2583639Z [ 95%] Linking CXX executable ../bin/ProcessGroupGlooTest 2022-12-01T10:07:55.4066713Z [ 95%] Linking CXX executable ../bin/ProcessGroupGlooAsyncTest 2022-12-01T10:07:55.6576170Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2022-12-01T10:07:56.0878531Z [ 95%] Built target tutorial_tensorexpr 2022-12-01T10:07:56.0936129Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2022-12-01T10:07:56.1039712Z [ 95%] Linking CXX executable ../bin/ProcessGroupNCCLTest 2022-12-01T10:07:56.2327183Z [ 95%] Built target ProcessGroupGlooAsyncTest 2022-12-01T10:07:56.2402442Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2022-12-01T10:07:56.2599496Z [ 95%] Linking CXX executable ../bin/ProcessGroupNCCLErrorsTest 2022-12-01T10:07:56.2655653Z [ 95%] Built target ProcessGroupGlooTest 2022-12-01T10:07:56.2721705Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2022-12-01T10:07:56.7223171Z [ 95%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupUCCTest.dir/ProcessGroupUCCTest.cpp.o 2022-12-01T10:07:56.7886141Z [ 95%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2022-12-01T10:07:56.8051103Z [ 95%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2022-12-01T10:07:57.0858399Z [ 95%] Built target ProcessGroupNCCLTest 2022-12-01T10:07:57.0935201Z [ 96%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2022-12-01T10:07:57.1008752Z [ 96%] Built target ProcessGroupNCCLErrorsTest 2022-12-01T10:07:57.1066716Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2022-12-01T10:07:57.1390164Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2022-12-01T10:07:57.3526303Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2022-12-01T10:07:57.7587364Z [ 96%] Linking CXX executable ../bin/ProcessGroupUCCTest 2022-12-01T10:07:58.1620645Z [ 96%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2022-12-01T10:07:58.2591881Z [ 96%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2022-12-01T10:07:58.3133229Z [ 96%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2022-12-01T10:07:58.3545347Z [ 96%] Linking CXX executable ../bin/test_dist_autograd 2022-12-01T10:07:58.4709386Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2022-12-01T10:07:58.6077535Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2022-12-01T10:07:58.6647083Z [ 96%] Built target ProcessGroupUCCTest 2022-12-01T10:07:58.6746552Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2022-12-01T10:07:58.9165782Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2022-12-01T10:07:59.2250158Z [ 96%] Built target test_dist_autograd 2022-12-01T10:07:59.2307884Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2022-12-01T10:07:59.5720129Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2022-12-01T10:07:59.7768262Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2022-12-01T10:07:59.8001043Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2022-12-01T10:07:59.8105570Z [ 96%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2022-12-01T10:08:00.3747773Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2022-12-01T10:08:00.6156722Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2022-12-01T10:08:00.8278946Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2022-12-01T10:08:00.9998212Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2022-12-01T10:08:01.2024858Z [ 96%] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2022-12-01T10:08:01.2574146Z [ 96%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2022-12-01T10:08:01.6204044Z [ 96%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/__/__/cpp/lite_interpreter_runtime/main.cpp.o 2022-12-01T10:08:01.9046975Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2022-12-01T10:08:01.9853684Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2022-12-01T10:08:02.4117687Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2022-12-01T10:08:02.4364970Z [ 96%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_context.cpp.o 2022-12-01T10:08:02.5219718Z [ 96%] Linking CXX executable ../bin/parallel_benchmark 2022-12-01T10:08:02.5743239Z [ 96%] Linking CXX executable ../bin/test_cpp_rpc 2022-12-01T10:08:03.1209029Z [ 96%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_nnc_backend.cpp.o 2022-12-01T10:08:03.2106027Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2022-12-01T10:08:03.2281939Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2022-12-01T10:08:03.4719294Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2022-12-01T10:08:03.4737957Z [ 96%] Built target parallel_benchmark 2022-12-01T10:08:03.4785136Z [ 96%] Built target test_cpp_rpc 2022-12-01T10:08:03.4800944Z [ 96%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_registry.cpp.o 2022-12-01T10:08:03.4850012Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2022-12-01T10:08:03.8119388Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cuda.cpp.o 2022-12-01T10:08:04.2613253Z [ 96%] Linking CXX executable ../bin/test_mobile_nnc 2022-12-01T10:08:04.4036395Z [ 96%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_llvm.cpp.o 2022-12-01T10:08:04.4243693Z [ 96%] Building CXX object test_mobile_nnc/CMakeFiles/aot_model_compiler_test.dir/__/__/__/binaries/aot_model_compiler.cc.o 2022-12-01T10:08:04.5182631Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2022-12-01T10:08:04.6783413Z [ 96%] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2022-12-01T10:08:04.8454172Z [ 96%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2022-12-01T10:08:04.9147652Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2022-12-01T10:08:04.9785645Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2022-12-01T10:08:05.0698506Z [ 97%] Built target test_mobile_nnc 2022-12-01T10:08:05.0773798Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2022-12-01T10:08:05.4414910Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2022-12-01T10:08:05.4890285Z [ 97%] Linking CXX executable ../bin/test_tensorexpr 2022-12-01T10:08:05.5007662Z [ 97%] Linking CXX executable ../bin/aot_model_compiler_test 2022-12-01T10:08:05.7086948Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2022-12-01T10:08:06.2506430Z [ 97%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2022-12-01T10:08:06.2706127Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2022-12-01T10:08:06.2887088Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2022-12-01T10:08:06.3758861Z [ 97%] Built target aot_model_compiler_test 2022-12-01T10:08:06.3837329Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2022-12-01T10:08:06.5928416Z [ 97%] Linking CXX shared library ../../../../lib/libshm.so 2022-12-01T10:08:06.6927471Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2022-12-01T10:08:06.7157061Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2022-12-01T10:08:06.7269207Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2022-12-01T10:08:06.8754573Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2022-12-01T10:08:07.0369658Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2022-12-01T10:08:07.1986458Z [ 97%] Built target shm 2022-12-01T10:08:07.2069343Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2022-12-01T10:08:07.2389810Z [ 97%] Built target test_tensorexpr 2022-12-01T10:08:07.2724217Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2022-12-01T10:08:07.2933682Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2022-12-01T10:08:07.6009580Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2022-12-01T10:08:07.9475561Z [ 97%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2022-12-01T10:08:07.9902920Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2022-12-01T10:08:08.1992475Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2022-12-01T10:08:08.2344299Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2022-12-01T10:08:08.4266721Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2022-12-01T10:08:09.0991271Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2022-12-01T10:08:09.2659936Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp: In lambda function: 2022-12-01T10:08:09.2661496Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:959:30: warning: ‘bool c10::isIntegralType(c10::ScalarType)’ is deprecated: isIntegralType is deprecated. Please use the overload with 'includeBool' parameter instead. [-Wdeprecated-declarations] 2022-12-01T10:08:09.2662681Z isIntegralType(type) ? torch::Scalar(1) : torch::Scalar(1.0); 2022-12-01T10:08:09.2663123Z ^ 2022-12-01T10:08:09.2739965Z In file included from /var/lib/jenkins/workspace/c10/core/Scalar.h:11:0, 2022-12-01T10:08:09.2740758Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:16, 2022-12-01T10:08:09.2741485Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-12-01T10:08:09.2796625Z from /var/lib/jenkins/workspace/aten/src/ATen/Tensor.h:3, 2022-12-01T10:08:09.2797412Z from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h:7, 2022-12-01T10:08:09.2798147Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops_util.h:4, 2022-12-01T10:08:09.2798861Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4: 2022-12-01T10:08:09.2799590Z /var/lib/jenkins/workspace/c10/core/ScalarType.h:242:20: note: declared here 2022-12-01T10:08:09.2800251Z static inline bool isIntegralType(ScalarType t) { 2022-12-01T10:08:09.2800782Z ^~~~~~~~~~~~~~ 2022-12-01T10:08:09.2801271Z [ 97%] Linking CXX executable ../bin/test_lazy 2022-12-01T10:08:09.3372253Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2022-12-01T10:08:09.3464183Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2022-12-01T10:08:09.6223609Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2022-12-01T10:08:09.6493172Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2022-12-01T10:08:10.1846228Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2022-12-01T10:08:10.4861717Z [ 97%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2022-12-01T10:08:10.6159399Z [ 97%] Built target test_lazy 2022-12-01T10:08:10.6241895Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2022-12-01T10:08:10.7310215Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2022-12-01T10:08:10.8207911Z [ 97%] Linking CXX executable ../../../../bin/torch_shm_manager 2022-12-01T10:08:10.8221523Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2022-12-01T10:08:10.8760301Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2022-12-01T10:08:10.9867668Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2022-12-01T10:08:11.6661544Z [ 97%] Built target torch_shm_manager 2022-12-01T10:08:11.6742149Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2022-12-01T10:08:11.7203012Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2022-12-01T10:08:11.7789512Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2022-12-01T10:08:11.8978706Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2022-12-01T10:08:12.2526281Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2022-12-01T10:08:12.3523518Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2022-12-01T10:08:12.3892614Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2022-12-01T10:08:12.5109706Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2022-12-01T10:08:12.5218148Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2022-12-01T10:08:12.9224818Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2022-12-01T10:08:13.1569461Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2022-12-01T10:08:13.2091785Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2022-12-01T10:08:13.5781414Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2022-12-01T10:08:13.6768308Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2022-12-01T10:08:13.7800709Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2022-12-01T10:08:13.7980770Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2022-12-01T10:08:13.8547034Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2022-12-01T10:08:14.1500979Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2022-12-01T10:08:14.4160290Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2022-12-01T10:08:14.4587500Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2022-12-01T10:08:14.4950859Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2022-12-01T10:08:14.6118403Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2022-12-01T10:08:14.7524634Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2022-12-01T10:08:15.2996722Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2022-12-01T10:08:15.3208774Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2022-12-01T10:08:15.3491531Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2022-12-01T10:08:15.7425958Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2022-12-01T10:08:15.8405362Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2022-12-01T10:08:15.9111531Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2022-12-01T10:08:16.3302081Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2022-12-01T10:08:16.3717975Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2022-12-01T10:08:16.7131156Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2022-12-01T10:08:16.9464007Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2022-12-01T10:08:17.1018587Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2022-12-01T10:08:17.5345400Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2022-12-01T10:08:17.6502638Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2022-12-01T10:08:18.0141273Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2022-12-01T10:08:18.1485310Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2022-12-01T10:08:18.3356236Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2022-12-01T10:08:18.5725114Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2022-12-01T10:08:18.7213224Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2022-12-01T10:08:18.7255096Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2022-12-01T10:08:19.3465593Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2022-12-01T10:08:19.6014528Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2022-12-01T10:08:19.6794514Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2022-12-01T10:08:19.9914718Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2022-12-01T10:08:20.0314086Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2022-12-01T10:08:20.3079352Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2022-12-01T10:08:20.6702542Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2022-12-01T10:08:20.7208676Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2022-12-01T10:08:21.0033183Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2022-12-01T10:08:21.3342286Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2022-12-01T10:08:21.6629362Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2022-12-01T10:08:21.9815883Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2022-12-01T10:08:22.0186644Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2022-12-01T10:08:22.4640796Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2022-12-01T10:08:22.6234404Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2022-12-01T10:08:22.9443857Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2022-12-01T10:08:23.1651733Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2022-12-01T10:08:23.2377593Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2022-12-01T10:08:23.3464353Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2022-12-01T10:08:23.4425128Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2022-12-01T10:08:23.5591334Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2022-12-01T10:08:23.6863984Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2022-12-01T10:08:23.8212950Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2022-12-01T10:08:23.8351887Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2022-12-01T10:08:24.1991848Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2022-12-01T10:08:24.6326381Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2022-12-01T10:08:24.7066765Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2022-12-01T10:08:24.9972965Z [ 97%] Building CXX object test_api/CMakeFiles/test_api.dir/parallel.cpp.o 2022-12-01T10:08:25.0552562Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2022-12-01T10:08:25.1420987Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2022-12-01T10:08:25.2976052Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2022-12-01T10:08:25.3019822Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2022-12-01T10:08:25.6490167Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2022-12-01T10:08:26.0835391Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2022-12-01T10:08:26.1293212Z [ 97%] Linking CXX executable ../bin/test_api 2022-12-01T10:08:26.6839681Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2022-12-01T10:08:26.7174272Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2022-12-01T10:08:26.7434008Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2022-12-01T10:08:26.8267454Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2022-12-01T10:08:27.4428345Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2022-12-01T10:08:27.8660456Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2022-12-01T10:08:27.8661445Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2022-12-01T10:08:27.9786749Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2022-12-01T10:08:28.1191233Z [ 97%] Built target test_api 2022-12-01T10:08:28.1273858Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2022-12-01T10:08:28.1860482Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2022-12-01T10:08:28.2643264Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2022-12-01T10:08:28.5509809Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2022-12-01T10:08:28.6972080Z [ 97%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2022-12-01T10:08:28.7338163Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2022-12-01T10:08:28.7838347Z [ 97%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2022-12-01T10:08:29.2103412Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2022-12-01T10:08:29.2981341Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2022-12-01T10:08:29.5001926Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2022-12-01T10:08:29.7069372Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2022-12-01T10:08:29.7952215Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2022-12-01T10:08:29.8914480Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2022-12-01T10:08:29.9823265Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2022-12-01T10:08:30.4152549Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2022-12-01T10:08:30.5304634Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2022-12-01T10:08:30.8342340Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2022-12-01T10:08:30.8408869Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2022-12-01T10:08:30.9183586Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2022-12-01T10:08:31.0070824Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2022-12-01T10:08:31.1209229Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2022-12-01T10:08:31.5235366Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2022-12-01T10:08:31.5504614Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2022-12-01T10:08:31.9959479Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_definition.cpp.o 2022-12-01T10:08:32.0203709Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_cache.cpp.o 2022-12-01T10:08:32.0976463Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/python_frontend/test/test_nvfuser_fusion_record.cpp.o 2022-12-01T10:08:32.1586269Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2022-12-01T10:08:32.6658845Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2022-12-01T10:08:32.9374190Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2022-12-01T10:08:33.4803879Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2022-12-01T10:08:33.5696870Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o 2022-12-01T10:08:33.6066661Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2022-12-01T10:08:33.7650814Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu.cpp.o 2022-12-01T10:08:33.9551230Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_tensor_factories.cpp.o 2022-12-01T10:08:34.4446979Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_fused_reduction.cpp.o 2022-12-01T10:08:34.9279159Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2022-12-01T10:08:35.0453354Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2022-12-01T10:08:35.0460332Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2022-12-01T10:08:35.2098935Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_shift.cpp.o 2022-12-01T10:08:35.4396946Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2022-12-01T10:08:35.4937443Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2022-12-01T10:08:35.6371703Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2022-12-01T10:08:36.0969100Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_tensorcore.cpp.o 2022-12-01T10:08:36.3994606Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_transpose.cpp.o 2022-12-01T10:08:36.3995598Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_view.cpp.o 2022-12-01T10:08:36.4323809Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2022-12-01T10:08:36.5683381Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2022-12-01T10:08:36.8095265Z [ 98%] Building CUDA object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_rng.cu.o 2022-12-01T10:08:36.9631030Z [ 98%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/__/__/torch/csrc/jit/codegen/cuda/test/test_gpu_scheduler_utils.cpp.o 2022-12-01T10:08:37.6985103Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2022-12-01T10:08:37.9443242Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2022-12-01T10:08:38.0319261Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2022-12-01T10:08:38.0967083Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2022-12-01T10:08:38.3225365Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2022-12-01T10:08:38.5170209Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2022-12-01T10:08:38.5916007Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2022-12-01T10:08:38.7015015Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2022-12-01T10:08:38.7244371Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2022-12-01T10:08:38.8399906Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2022-12-01T10:08:38.9967095Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2022-12-01T10:08:39.1693129Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2022-12-01T10:08:39.2556946Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2022-12-01T10:08:39.4206843Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2022-12-01T10:08:39.5760744Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2022-12-01T10:08:39.7393648Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2022-12-01T10:08:39.7867342Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2022-12-01T10:08:40.1096140Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2022-12-01T10:08:40.3168957Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2022-12-01T10:08:40.3390175Z /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-12-01T10:08:40.3390870Z 2022-12-01T10:08:40.3391740Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(145): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::BackwardVisitor" 2022-12-01T10:08:40.3392252Z 2022-12-01T10:08:40.3393069Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(252): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::StmtSort" 2022-12-01T10:08:40.3393586Z 2022-12-01T10:08:40.3394369Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(288): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::InputsOf" 2022-12-01T10:08:40.3395138Z 2022-12-01T10:08:40.3395996Z /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-12-01T10:08:40.3396444Z 2022-12-01T10:08:40.3397217Z /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-12-01T10:08:40.3397665Z 2022-12-01T10:08:40.3398683Z /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-12-01T10:08:40.3399308Z 2022-12-01T10:08:40.3400216Z /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-12-01T10:08:40.3400759Z 2022-12-01T10:08:40.3401526Z /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-12-01T10:08:40.3402030Z 2022-12-01T10:08:40.3402814Z /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-12-01T10:08:40.3403281Z 2022-12-01T10:08:40.3404381Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/expr_evaluator.h(20): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::ExpressionEvaluator" 2022-12-01T10:08:40.3404874Z 2022-12-01T10:08:40.3405779Z /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-12-01T10:08:40.3406329Z 2022-12-01T10:08:40.3407121Z /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-12-01T10:08:40.3407756Z 2022-12-01T10:08:40.3408575Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.h(114): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutConstDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::RecomputeTv" 2022-12-01T10:08:40.3409043Z 2022-12-01T10:08:40.3409868Z /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-12-01T10:08:40.3410336Z 2022-12-01T10:08:40.3411150Z /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-12-01T10:08:40.3411643Z 2022-12-01T10:08:40.3412458Z /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-12-01T10:08:40.3412923Z 2022-12-01T10:08:40.3413763Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(145): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::BackwardVisitor" 2022-12-01T10:08:40.3414285Z 2022-12-01T10:08:40.3415142Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(252): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::StmtSort" 2022-12-01T10:08:40.3415574Z 2022-12-01T10:08:40.3416393Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/iter_visitor.h(288): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::InputsOf" 2022-12-01T10:08:40.3416852Z 2022-12-01T10:08:40.3417640Z /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-12-01T10:08:40.3418099Z 2022-12-01T10:08:40.3418855Z /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-12-01T10:08:40.3419356Z 2022-12-01T10:08:40.3420282Z /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-12-01T10:08:40.3420836Z 2022-12-01T10:08:40.3421900Z /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-12-01T10:08:40.3422467Z 2022-12-01T10:08:40.3423268Z /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-12-01T10:08:40.3423748Z 2022-12-01T10:08:40.3424549Z /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-12-01T10:08:40.3425091Z 2022-12-01T10:08:40.3425974Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/expr_evaluator.h(20): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::ExpressionEvaluator" 2022-12-01T10:08:40.3426457Z 2022-12-01T10:08:40.3427368Z /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-12-01T10:08:40.3427942Z 2022-12-01T10:08:40.3428805Z /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-12-01T10:08:40.3429261Z 2022-12-01T10:08:40.3430105Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/ir_cloner.h(114): warning #611-D: overloaded virtual function "torch::jit::fuser::cuda::OptOutConstDispatch::handle" is only partially overridden in class "torch::jit::fuser::cuda::RecomputeTv" 2022-12-01T10:08:40.3430631Z 2022-12-01T10:08:40.3431377Z /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-12-01T10:08:40.3431874Z 2022-12-01T10:08:40.3432660Z /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-12-01T10:08:40.3433155Z 2022-12-01T10:08:40.3503191Z [ 98%] Linking CXX executable ../bin/test_jit 2022-12-01T10:08:40.3932428Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2022-12-01T10:08:40.4621796Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2022-12-01T10:08:40.6709946Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2022-12-01T10:08:40.7364236Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2022-12-01T10:08:41.6132747Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2022-12-01T10:08:41.7378638Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2022-12-01T10:08:41.7425056Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2022-12-01T10:08:42.0109870Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2022-12-01T10:08:42.0504661Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2022-12-01T10:08:42.4061662Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2022-12-01T10:08:42.4178153Z [ 98%] Built target test_jit 2022-12-01T10:08:42.4265552Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2022-12-01T10:08:42.8544086Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2022-12-01T10:08:43.0869905Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2022-12-01T10:08:43.0897262Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2022-12-01T10:08:43.2297307Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2022-12-01T10:08:43.5705985Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2022-12-01T10:08:43.7891226Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2022-12-01T10:08:43.8350963Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2022-12-01T10:08:44.2580732Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2022-12-01T10:08:44.3306171Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2022-12-01T10:08:44.8795319Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2022-12-01T10:08:45.1193778Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2022-12-01T10:08:45.2791314Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/cuda_lazy_init.cpp.o 2022-12-01T10:08:45.3628464Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2022-12-01T10:08:45.8070820Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2022-12-01T10:08:45.8345366Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2022-12-01T10:08:45.9305651Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2022-12-01T10:08:46.0647848Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2022-12-01T10:08:46.1909432Z [ 98%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2022-12-01T10:08:46.2285557Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2022-12-01T10:08:46.6079963Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2022-12-01T10:08:46.9853876Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2022-12-01T10:08:47.0577188Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2022-12-01T10:08:47.1417488Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2022-12-01T10:08:47.3148738Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2022-12-01T10:08:47.3463527Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2022-12-01T10:08:47.5137831Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2022-12-01T10:08:47.6015514Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2022-12-01T10:08:48.0908341Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2022-12-01T10:08:48.2039929Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2022-12-01T10:08:48.2252911Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2022-12-01T10:08:48.4592230Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/init_flatbuffer_module.cpp.o 2022-12-01T10:08:48.4872098Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2022-12-01T10:08:48.5941246Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2022-12-01T10:08:48.8020552Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Event.cpp.o 2022-12-01T10:08:49.1877349Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Module.cpp.o 2022-12-01T10:08:49.3500947Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_comm.cpp.o 2022-12-01T10:08:49.5771290Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Stream.cpp.o 2022-12-01T10:08:49.8148245Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Graph.cpp.o 2022-12-01T10:08:50.1952280Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudart.cpp.o 2022-12-01T10:08:50.4907868Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/nvtx.cpp.o 2022-12-01T10:08:50.6702485Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/utils.cpp.o 2022-12-01T10:08:50.7609821Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudnn.cpp.o 2022-12-01T10:08:50.7805326Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp: In function ‘void torch::cuda::shared::initCudartBindings(PyObject*)’: 2022-12-01T10:08:50.7806764Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp:98:7: warning: ‘cudaError_t cudaProfilerInitialize(const char*, const char*, cudaOutputMode_t)’ is deprecated [-Wdeprecated-declarations] 2022-12-01T10:08:50.7807702Z cudaProfilerInitialize); 2022-12-01T10:08:50.7808121Z ^~~~~~~~~~~~~~~~~~~~~~ 2022-12-01T10:08:50.7815989Z In file included from /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp:5:0: 2022-12-01T10:08:50.7816680Z /usr/local/cuda/include/cuda_profiler_api.h:134:57: note: declared here 2022-12-01T10:08:50.7817169Z extern __CUDA_DEPRECATED __host__ cudaError_t CUDARTAPI cudaProfilerInitialize(const char *configFile, 2022-12-01T10:08:50.7817568Z ^~~~~~~~~~~~~~~~~~~~~~ 2022-12-01T10:08:50.7904061Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2022-12-01T10:08:50.8888645Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2022-12-01T10:08:51.0388682Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2022-12-01T10:08:51.3653648Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2022-12-01T10:08:51.8061538Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2022-12-01T10:08:52.2747774Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2022-12-01T10:08:52.3091965Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2022-12-01T10:08:52.3536054Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2022-12-01T10:08:52.8183659Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2022-12-01T10:08:53.2761818Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2022-12-01T10:08:53.5417979Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2022-12-01T10:08:53.7819724Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2022-12-01T10:08:53.8369282Z [100%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_nccl.cpp.o 2022-12-01T10:09:01.1368782Z [100%] Linking CXX shared library ../../lib/libtorch_python.so 2022-12-01T10:09:02.8167798Z [100%] Built target torch_python 2022-12-01T10:09:02.8376087Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2022-12-01T10:09:02.8385104Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2022-12-01T10:09:02.8390847Z [100%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2022-12-01T10:09:02.8399826Z [100%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2022-12-01T10:09:03.8785255Z [100%] Linking CXX shared module functorch.so 2022-12-01T10:09:03.9201491Z [100%] Linking CXX shared library ../../lib/libnnapi_backend.so 2022-12-01T10:09:04.3928485Z [100%] Built target functorch 2022-12-01T10:09:04.4559448Z [100%] Built target nnapi_backend 2022-12-01T10:09:04.4915320Z Install the project... 2022-12-01T10:09:04.4969457Z -- Install configuration: "Release" 2022-12-01T10:09:04.6119955Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/protoc-3.13.0.0" to "$ORIGIN/../lib" 2022-12-01T10:09:05.0374578Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10.so" to "$ORIGIN" 2022-12-01T10:09:05.0757720Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_CompileTimeFunctionPointer_test" to "$ORIGIN" 2022-12-01T10:09:05.0816737Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeviceGuard_test" to "$ORIGIN" 2022-12-01T10:09:05.0865374Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Device_test" to "$ORIGIN" 2022-12-01T10:09:05.0936529Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DispatchKeySet_test" to "$ORIGIN" 2022-12-01T10:09:05.0974437Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_StreamGuard_test" to "$ORIGIN" 2022-12-01T10:09:05.1007993Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SymInt_test" to "$ORIGIN" 2022-12-01T10:09:05.1048400Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineDeviceGuard_test" to "$ORIGIN" 2022-12-01T10:09:05.1092492Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineStreamGuard_test" to "$ORIGIN" 2022-12-01T10:09:05.1132709Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SizesAndStrides_test" to "$ORIGIN" 2022-12-01T10:09:05.1172180Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Array_test" to "$ORIGIN" 2022-12-01T10:09:05.1212484Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Bitset_test" to "$ORIGIN" 2022-12-01T10:09:05.1262945Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_C++17_test" to "$ORIGIN" 2022-12-01T10:09:05.1317024Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ConstexprCrc_test" to "$ORIGIN" 2022-12-01T10:09:05.1352022Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeadlockDetection_test" to "$ORIGIN" 2022-12-01T10:09:05.1385430Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Half_test" to "$ORIGIN" 2022-12-01T10:09:05.1427378Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_LeftRight_test" to "$ORIGIN" 2022-12-01T10:09:05.1471524Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Metaprogramming_test" to "$ORIGIN" 2022-12-01T10:09:05.1578604Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SmallVectorTest" to "$ORIGIN" 2022-12-01T10:09:05.1625362Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Synchronized_test" to "$ORIGIN" 2022-12-01T10:09:05.1681044Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ThreadLocal_test" to "$ORIGIN" 2022-12-01T10:09:05.1727795Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeIndex_test" to "$ORIGIN" 2022-12-01T10:09:05.1785630Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeList_test" to "$ORIGIN" 2022-12-01T10:09:05.1826449Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeTraits_test" to "$ORIGIN" 2022-12-01T10:09:05.1870836Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_accumulate_test" to "$ORIGIN" 2022-12-01T10:09:05.1912644Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bfloat16_test" to "$ORIGIN" 2022-12-01T10:09:05.1963688Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_math_test" to "$ORIGIN" 2022-12-01T10:09:05.2013296Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_test" to "$ORIGIN" 2022-12-01T10:09:05.2127381Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_either_test" to "$ORIGIN" 2022-12-01T10:09:05.2168253Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_exception_test" to "$ORIGIN" 2022-12-01T10:09:05.2204101Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_flags_test" to "$ORIGIN" 2022-12-01T10:09:05.2340276Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_test" to "$ORIGIN" 2022-12-01T10:09:05.2391626Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_irange_test" to "$ORIGIN" 2022-12-01T10:09:05.2443562Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_logging_test" to "$ORIGIN" 2022-12-01T10:09:05.2523695Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_optional_test" to "$ORIGIN" 2022-12-01T10:09:05.2573124Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ordered_preserving_dict_test" to "$ORIGIN" 2022-12-01T10:09:05.2622650Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_registry_test" to "$ORIGIN" 2022-12-01T10:09:05.2677612Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_view_test" to "$ORIGIN" 2022-12-01T10:09:05.2732630Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_tempfile_test" to "$ORIGIN" 2022-12-01T10:09:05.2770724Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_typeid_test" to "$ORIGIN" 2022-12-01T10:09:05.2822433Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_benchmark" to "$ORIGIN" 2022-12-01T10:09:05.2848928Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10_cuda.so" to "$ORIGIN:/usr/local/cuda/lib64" 2022-12-01T10:09:05.2915315Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_cuda_CUDATest" to "$ORIGIN:/usr/local/cuda/lib64" 2022-12-01T10:09:05.9050644Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libcaffe2_nvrtc.so" to "$ORIGIN:/usr/local/cuda/lib64" 2022-12-01T10:09:05.9700450Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cuda_linalg.so" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-12-01T10:09:06.3284375Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so" to "$ORIGIN:/usr/lib/x86_64-linux-gnu/openmpi/lib:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.3287783Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cuda.so" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-12-01T10:09:06.4682395Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cuda_cu.so" to "$ORIGIN:/usr/local/cuda/lib64:/usr/lib/x86_64-linux-gnu/openmpi/lib:/opt/conda/lib" 2022-12-01T10:09:06.4923801Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cuda_cpp.so" to "$ORIGIN:/usr/local/cuda/lib64:/usr/lib/x86_64-linux-gnu/openmpi/lib:/opt/conda/lib" 2022-12-01T10:09:06.4927442Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.4937514Z -- 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-12-01T10:09:06.4948019Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dict_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.4957612Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dimname_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.4967876Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/MaybeOwned_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.4977069Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/NamedTensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.4985299Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/apply_utils_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.4994297Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/atest" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5003585Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/basic" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5011803Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/broadcast_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5020190Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_generator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5028177Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_profiling_allocator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5041809Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_rng_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5048935Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dispatch_key_set_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5057291Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dlconvertor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5066178Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/extension_backend_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5074790Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/half_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5086868Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ivalue_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5094260Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/lazy_tensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5102692Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/math_kernel_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5110941Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_format_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5119460Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_overlapping_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5127181Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/mobile_memory_cleanup" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5135954Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/native_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5143873Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_name_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5151797Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operators_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5159875Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5169372Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/pow_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5178148Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/quantized_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5186160Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reduce_ops_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5194298Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reportMemoryUsage_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5203707Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_tensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5213019Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5221623Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/stride_properties_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5232945Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/tensor_iterator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5241771Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/test_parallel" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5245930Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/thread_init_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5255555Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_ptr_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5264118Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5272920Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/undefined_tensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5281123Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/variant_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5285087Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/verify_api_visibility" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5294418Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/vmap_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5302585Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/weakref_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5310674Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/wrapdim_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5319004Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/xla_tensor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5327485Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/IListRef_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5342297Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/List_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5351845Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/KernelFunction_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5367205Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_legacy_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5379050Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5394886Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_legacy_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5410499Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5418608Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_stackbased_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5431314Z -- 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-12-01T10:09:06.5439979Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/CppSignature_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5448697Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/backend_fallback_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5472169Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_allowlist_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5508052Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_registration_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5517560Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/inline_container_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5525784Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_apply_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5535054Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_atomic_ops_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5543463Z -- 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-12-01T10:09:06.5553644Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_complex_math_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5562959Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_complex_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5571863Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_cub_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5579571Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_device_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5589561Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_distributions_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5598160Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_dlconvertor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5607156Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_generator_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5614933Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_half_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5623411Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_integer_divider_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5631805Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_optional_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5640630Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5648643Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_reportMemoryUsage_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5658020Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_stream_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5666665Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_vectorized_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:06.5674859Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cuda_cudnn_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:07.9625062Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorchbind_test.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:07.9629913Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libjitbackend_test.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:07.9638026Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libbackend_with_compiler.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:07.9741859Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_jit" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-12-01T10:09:07.9830073Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_tensorexpr" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-12-01T10:09:07.9836065Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/tutorial_tensorexpr" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-12-01T10:09:07.9864206Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/FileStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:09:07.9873571Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/TCPStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:09:07.9882696Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/HashStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:09:07.9892656Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupGlooTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-12-01T10:09:07.9902200Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupNCCLTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-12-01T10:09:07.9911522Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupNCCLErrorsTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-12-01T10:09:07.9916506Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10d_cuda_test.so" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-12-01T10:09:07.9925400Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/ProcessGroupUCCTest" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-12-01T10:09:07.9935778Z -- 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-12-01T10:09:07.9978620Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_dist_autograd" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-12-01T10:09:08.0007640Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_cpp_rpc" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-12-01T10:09:08.0133492Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_api" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-12-01T10:09:08.0149664Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_mobile_nnc" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:08.0155488Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/aot_model_compiler_test" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:08.0205433Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_lazy" to "$ORIGIN:/usr/local/cuda/lib64:/opt/conda/lib" 2022-12-01T10:09:08.0368755Z -- 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-12-01T10:09:08.0379209Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libshm.so" to "$ORIGIN:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:08.0387013Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/torch_shm_manager" to "$ORIGIN/../lib:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:08.0401173Z -- Set runtime path of "/var/lib/jenkins/workspace/functorch/functorch.so" to "$ORIGIN/../torch/lib:/opt/conda/lib:/usr/local/cuda/lib64" 2022-12-01T10:09:08.1266446Z running bdist_wheel 2022-12-01T10:09:09.4117061Z running build 2022-12-01T10:09:09.4117510Z running build_py 2022-12-01T10:09:09.4172600Z creating build/lib.linux-x86_64-cpython-310 2022-12-01T10:09:09.4173004Z creating build/lib.linux-x86_64-cpython-310/caffe2 2022-12-01T10:09:09.4173406Z copying caffe2/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2 2022-12-01T10:09:09.4182250Z creating build/lib.linux-x86_64-cpython-310/functorch 2022-12-01T10:09:09.4182650Z copying functorch/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch 2022-12-01T10:09:09.4187705Z copying functorch/setup.py -> build/lib.linux-x86_64-cpython-310/functorch 2022-12-01T10:09:09.4197543Z creating build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4198038Z copying torch/_VF.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4202884Z copying torch/__config__.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4208983Z copying torch/__future__.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4213710Z copying torch/__init__.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4223815Z copying torch/_appdirs.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4230197Z copying torch/_classes.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4240462Z copying torch/_deploy.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4245865Z copying torch/_jit_internal.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4261329Z copying torch/_linalg_utils.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4264910Z copying torch/_lobpcg.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4283197Z copying torch/_lowrank.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4291313Z copying torch/_meta_registrations.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4304434Z copying torch/_namedtensor_internals.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4311623Z copying torch/_ops.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4318066Z copying torch/_python_dispatcher.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4323278Z copying torch/_six.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4329867Z copying torch/_sources.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4338578Z copying torch/_storage_docs.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4343485Z copying torch/_tensor.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4364967Z copying torch/_tensor_docs.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4381968Z copying torch/_tensor_str.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4387243Z copying torch/_torch_docs.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4414011Z copying torch/_utils.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4421484Z copying torch/_utils_internal.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4422393Z copying torch/_vmap_internals.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4437870Z copying torch/_weights_only_unpickler.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4444869Z copying torch/functional.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4461497Z copying torch/hub.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4468596Z copying torch/library.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4481619Z copying torch/overrides.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4501031Z copying torch/quasirandom.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4520229Z copying torch/random.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4528175Z copying torch/return_types.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4533968Z copying torch/serialization.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4555361Z copying torch/storage.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4566721Z copying torch/torch_version.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4573332Z copying torch/types.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4578979Z copying torch/version.py -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:09.4586314Z creating build/lib.linux-x86_64-cpython-310/torchgen 2022-12-01T10:09:09.4586873Z copying torchgen/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-12-01T10:09:09.4592325Z copying torchgen/code_template.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-12-01T10:09:09.4597762Z copying torchgen/context.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-12-01T10:09:09.4603763Z copying torchgen/gen.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-12-01T10:09:09.4622686Z copying torchgen/gen_backend_stubs.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-12-01T10:09:09.4634607Z copying torchgen/gen_functionalization_type.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-12-01T10:09:09.4644730Z copying torchgen/gen_lazy_tensor.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-12-01T10:09:09.4653190Z copying torchgen/gen_vmap_plumbing.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-12-01T10:09:09.4662172Z copying torchgen/local.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-12-01T10:09:09.4667155Z copying torchgen/model.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-12-01T10:09:09.4684495Z copying torchgen/native_function_generation.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-12-01T10:09:09.4691850Z copying torchgen/utils.py -> build/lib.linux-x86_64-cpython-310/torchgen 2022-12-01T10:09:09.4702009Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib 2022-12-01T10:09:09.4702416Z copying caffe2/contrib/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib 2022-12-01T10:09:09.4705457Z creating build/lib.linux-x86_64-cpython-310/caffe2/core 2022-12-01T10:09:09.4705873Z copying caffe2/core/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/core 2022-12-01T10:09:09.4707947Z creating build/lib.linux-x86_64-cpython-310/caffe2/distributed 2022-12-01T10:09:09.4708491Z copying caffe2/distributed/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/distributed 2022-12-01T10:09:09.4709215Z copying caffe2/distributed/file_store_handler_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/distributed 2022-12-01T10:09:09.4714826Z copying caffe2/distributed/redis_store_handler_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/distributed 2022-12-01T10:09:09.4719333Z copying caffe2/distributed/store_ops_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/distributed 2022-12-01T10:09:09.4726403Z creating build/lib.linux-x86_64-cpython-310/caffe2/experiments 2022-12-01T10:09:09.4726826Z copying caffe2/experiments/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments 2022-12-01T10:09:09.4728837Z creating build/lib.linux-x86_64-cpython-310/caffe2/perfkernels 2022-12-01T10:09:09.4729303Z copying caffe2/perfkernels/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/perfkernels 2022-12-01T10:09:09.4730180Z copying caffe2/perfkernels/hp_emblookup_codegen.py -> build/lib.linux-x86_64-cpython-310/caffe2/perfkernels 2022-12-01T10:09:09.4740395Z creating build/lib.linux-x86_64-cpython-310/caffe2/proto 2022-12-01T10:09:09.4740793Z copying caffe2/proto/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/proto 2022-12-01T10:09:09.4753526Z copying caffe2/proto/gen_proto_typestubs_helper.py -> build/lib.linux-x86_64-cpython-310/caffe2/proto 2022-12-01T10:09:09.4759090Z copying caffe2/proto/torch_pb2.py -> build/lib.linux-x86_64-cpython-310/caffe2/proto 2022-12-01T10:09:09.4760159Z copying caffe2/proto/caffe2_pb2.py -> build/lib.linux-x86_64-cpython-310/caffe2/proto 2022-12-01T10:09:09.4772391Z creating build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4772914Z copying caffe2/python/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4779605Z copying caffe2/python/_import_c_extension.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4784518Z copying caffe2/python/allcompare_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4789297Z copying caffe2/python/attention.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4795048Z copying caffe2/python/benchmark_generator.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4800758Z copying caffe2/python/binarysize.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4806891Z copying caffe2/python/brew.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4812026Z copying caffe2/python/brew_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4818933Z copying caffe2/python/build.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4840929Z copying caffe2/python/cached_reader.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4847021Z copying caffe2/python/caffe_translator.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4858693Z copying caffe2/python/caffe_translator_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4862499Z copying caffe2/python/checkpoint.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4873066Z copying caffe2/python/checkpoint_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4879486Z copying caffe2/python/cnn.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4896205Z copying caffe2/python/context.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4900478Z copying caffe2/python/context_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4905612Z copying caffe2/python/control.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4912967Z copying caffe2/python/control_ops_grad.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4928597Z copying caffe2/python/control_ops_grad_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4932355Z copying caffe2/python/control_ops_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4936954Z copying caffe2/python/control_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4940859Z copying caffe2/python/convert.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4945260Z copying caffe2/python/convert_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4949363Z copying caffe2/python/convnet_benchmarks.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4957067Z copying caffe2/python/convnet_benchmarks_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4960923Z copying caffe2/python/core.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4974487Z copying caffe2/python/core_gradients_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4982945Z copying caffe2/python/core_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.4995026Z copying caffe2/python/crf.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5001887Z copying caffe2/python/crf_predict.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5006761Z copying caffe2/python/crf_viterbi_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5011534Z copying caffe2/python/data_parallel_model.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5025005Z copying caffe2/python/data_parallel_model_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5033841Z copying caffe2/python/data_workers.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5042598Z copying caffe2/python/data_workers_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5048612Z copying caffe2/python/dataio.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5056359Z copying caffe2/python/dataio_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5064327Z copying caffe2/python/dataset.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5072701Z copying caffe2/python/db_file_reader.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5079444Z copying caffe2/python/db_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5084962Z copying caffe2/python/device_checker.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5092168Z copying caffe2/python/dyndep.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5096032Z copying caffe2/python/embedding_generation_benchmark.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5100137Z copying caffe2/python/experiment_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5108179Z copying caffe2/python/extension_loader.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5112144Z copying caffe2/python/fakefp16_transform_lib.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5119698Z copying caffe2/python/filler_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5124772Z copying caffe2/python/functional.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5133401Z copying caffe2/python/functional_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5139000Z copying caffe2/python/fused_8bit_rowwise_conversion_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5144192Z copying caffe2/python/gradient_check_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5150611Z copying caffe2/python/gradient_checker.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5172972Z copying caffe2/python/gru_cell.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5179801Z copying caffe2/python/hip_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5184568Z copying caffe2/python/hsm_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5196852Z copying caffe2/python/hypothesis_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5213639Z copying caffe2/python/hypothesis_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5219883Z copying caffe2/python/ideep_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5224412Z copying caffe2/python/layer_model_helper.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5238990Z copying caffe2/python/layer_model_instantiator.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5246302Z copying caffe2/python/layer_parameter_sharing_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5254649Z copying caffe2/python/layer_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5267501Z copying caffe2/python/layers_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5281245Z copying caffe2/python/lazy.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5286959Z copying caffe2/python/lazy_dyndep.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5291376Z copying caffe2/python/lazy_dyndep_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5295549Z copying caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5301603Z copying caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5306975Z copying caffe2/python/lstm_benchmark.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5328616Z copying caffe2/python/memonger.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5337057Z copying caffe2/python/memonger_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5346991Z copying caffe2/python/mkl_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5351857Z copying caffe2/python/model_device_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5358466Z copying caffe2/python/model_helper.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5365074Z copying caffe2/python/model_helper_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5370211Z copying caffe2/python/modifier_context.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5377251Z copying caffe2/python/muji.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5385204Z copying caffe2/python/muji_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5390016Z copying caffe2/python/net_builder.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5408447Z copying caffe2/python/net_builder_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5417415Z copying caffe2/python/net_drawer.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5425623Z copying caffe2/python/net_printer.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5433768Z copying caffe2/python/net_printer_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5439979Z copying caffe2/python/nomnigraph.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5446427Z copying caffe2/python/nomnigraph_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5454717Z copying caffe2/python/nomnigraph_transformations.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5458427Z copying caffe2/python/nomnigraph_transformations_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5462621Z copying caffe2/python/normalizer.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5467042Z copying caffe2/python/normalizer_context.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5471664Z copying caffe2/python/normalizer_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5477706Z copying caffe2/python/numa_benchmark.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5485063Z copying caffe2/python/numa_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5493311Z copying caffe2/python/observer_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5497899Z copying caffe2/python/operator_fp_exceptions_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5501822Z copying caffe2/python/optimizer.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5516277Z copying caffe2/python/optimizer_context.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5520291Z copying caffe2/python/optimizer_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5525434Z copying caffe2/python/optimizer_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5529930Z copying caffe2/python/parallel_workers.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5534595Z copying caffe2/python/parallel_workers_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5539208Z copying caffe2/python/parallelize_bmuf_distributed_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5545994Z copying caffe2/python/pipeline.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5551254Z copying caffe2/python/pipeline_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5556189Z copying caffe2/python/predictor_constants.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5560341Z copying caffe2/python/recurrent.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5568540Z copying caffe2/python/python_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5572988Z copying caffe2/python/queue_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5579641Z copying caffe2/python/record_queue.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5584041Z copying caffe2/python/regularizer.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5591448Z copying caffe2/python/regularizer_context.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5595892Z copying caffe2/python/regularizer_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5600599Z copying caffe2/python/rnn_cell.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5610079Z copying caffe2/python/schema.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5622341Z copying caffe2/python/schema_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5631222Z copying caffe2/python/scope.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5635919Z copying caffe2/python/scope_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5640666Z copying caffe2/python/session.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5648641Z copying caffe2/python/session_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5654748Z copying caffe2/python/sparse_to_dense_mask_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5659949Z copying caffe2/python/sparse_to_dense_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5664074Z copying caffe2/python/task.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5682405Z copying caffe2/python/task_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5687329Z copying caffe2/python/test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5694116Z copying caffe2/python/text_file_reader.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5699115Z copying caffe2/python/timeout_guard.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5705477Z copying caffe2/python/toy_regression_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5709793Z copying caffe2/python/transformations.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5713755Z copying caffe2/python/transformations_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5722409Z copying caffe2/python/tt_core.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5726970Z copying caffe2/python/tt_core_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5731135Z copying caffe2/python/utils.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5737436Z copying caffe2/python/utils_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5741464Z copying caffe2/python/visualize.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5749120Z copying caffe2/python/workspace.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5757981Z copying caffe2/python/workspace_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python 2022-12-01T10:09:09.5769818Z creating build/lib.linux-x86_64-cpython-310/caffe2/quantization 2022-12-01T10:09:09.5770384Z copying caffe2/quantization/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization 2022-12-01T10:09:09.5771486Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten 2022-12-01T10:09:09.5771954Z copying caffe2/contrib/aten/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten 2022-12-01T10:09:09.5772847Z copying caffe2/contrib/aten/aten_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten 2022-12-01T10:09:09.5779464Z copying caffe2/contrib/aten/gen_op.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten 2022-12-01T10:09:09.5786048Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/gloo 2022-12-01T10:09:09.5786553Z copying caffe2/contrib/gloo/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/gloo 2022-12-01T10:09:09.5787434Z copying caffe2/contrib/gloo/gloo_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/gloo 2022-12-01T10:09:09.5795740Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/nccl 2022-12-01T10:09:09.5796220Z copying caffe2/contrib/nccl/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/nccl 2022-12-01T10:09:09.5797402Z copying caffe2/contrib/nccl/nccl_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/nccl 2022-12-01T10:09:09.5803905Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/nnpack 2022-12-01T10:09:09.5804364Z copying caffe2/contrib/nnpack/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/nnpack 2022-12-01T10:09:09.5805166Z copying caffe2/contrib/nnpack/nnpack_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/nnpack 2022-12-01T10:09:09.5814087Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-12-01T10:09:09.5814540Z copying caffe2/contrib/playground/AnyExp.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-12-01T10:09:09.5823125Z copying caffe2/contrib/playground/AnyExpOnTerm.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-12-01T10:09:09.5828174Z copying caffe2/contrib/playground/ModuleRegister.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-12-01T10:09:09.5833674Z copying caffe2/contrib/playground/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-12-01T10:09:09.5834180Z copying caffe2/contrib/playground/checkpoint.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-12-01T10:09:09.5842727Z copying caffe2/contrib/playground/compute_loss.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-12-01T10:09:09.5848770Z copying caffe2/contrib/playground/compute_topk_accuracy.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-12-01T10:09:09.5854826Z copying caffe2/contrib/playground/meter.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-12-01T10:09:09.5859701Z copying caffe2/contrib/playground/module_map.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-12-01T10:09:09.5865015Z copying caffe2/contrib/playground/output_generator.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground 2022-12-01T10:09:09.5871240Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/prof 2022-12-01T10:09:09.5871895Z copying caffe2/contrib/prof/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/prof 2022-12-01T10:09:09.5872476Z copying caffe2/contrib/prof/cuda_profile_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/prof 2022-12-01T10:09:09.5878577Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/script 2022-12-01T10:09:09.5879021Z copying caffe2/contrib/script/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/script 2022-12-01T10:09:09.5880859Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard 2022-12-01T10:09:09.5881654Z copying caffe2/contrib/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard 2022-12-01T10:09:09.5882593Z copying caffe2/contrib/tensorboard/tensorboard.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard 2022-12-01T10:09:09.5899532Z copying caffe2/contrib/tensorboard/tensorboard_exporter.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard 2022-12-01T10:09:09.5904731Z copying caffe2/contrib/tensorboard/tensorboard_exporter_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard 2022-12-01T10:09:09.5910440Z copying caffe2/contrib/tensorboard/tensorboard_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard 2022-12-01T10:09:09.5917057Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/warpctc 2022-12-01T10:09:09.5917513Z copying caffe2/contrib/warpctc/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/warpctc 2022-12-01T10:09:09.5918199Z copying caffe2/contrib/warpctc/ctc_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/warpctc 2022-12-01T10:09:09.5933909Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten/docs 2022-12-01T10:09:09.5934396Z copying caffe2/contrib/aten/docs/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten/docs 2022-12-01T10:09:09.5934896Z copying caffe2/contrib/aten/docs/sample.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten/docs 2022-12-01T10:09:09.5944947Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:09.5945449Z copying caffe2/contrib/playground/resnetdemo/IN1k_resnet.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:09.5950562Z copying caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:09.5959753Z copying caffe2/contrib/playground/resnetdemo/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:09.5960600Z copying caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:09.5965865Z copying caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:09.5971232Z copying caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:09.5977340Z copying caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:09.5981524Z copying caffe2/contrib/playground/resnetdemo/gfs_IN1k.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:09.5986558Z copying caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:09.5993735Z copying caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:09.6000942Z creating build/lib.linux-x86_64-cpython-310/caffe2/contrib/script/examples 2022-12-01T10:09:09.6001503Z copying caffe2/contrib/script/examples/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/contrib/script/examples 2022-12-01T10:09:09.6003784Z creating build/lib.linux-x86_64-cpython-310/caffe2/core/nomnigraph 2022-12-01T10:09:09.6004241Z copying caffe2/core/nomnigraph/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/core/nomnigraph 2022-12-01T10:09:09.6005143Z copying caffe2/core/nomnigraph/op_gen.py -> build/lib.linux-x86_64-cpython-310/caffe2/core/nomnigraph 2022-12-01T10:09:09.6013175Z creating build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-12-01T10:09:09.6013920Z copying caffe2/experiments/python/SparseTransformer.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-12-01T10:09:09.6019192Z copying caffe2/experiments/python/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-12-01T10:09:09.6019926Z copying caffe2/experiments/python/convnet_benchmarks.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-12-01T10:09:09.6026068Z copying caffe2/experiments/python/device_reduce_sum_bench.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-12-01T10:09:09.6031702Z copying caffe2/experiments/python/funhash_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-12-01T10:09:09.6037074Z copying caffe2/experiments/python/net_construct_bench.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-12-01T10:09:09.6048189Z copying caffe2/experiments/python/sparse_funhash_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-12-01T10:09:09.6054472Z copying caffe2/experiments/python/sparse_reshape_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-12-01T10:09:09.6062264Z copying caffe2/experiments/python/tt_contraction_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-12-01T10:09:09.6068116Z copying caffe2/experiments/python/tt_pad_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/experiments/python 2022-12-01T10:09:09.6076145Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/docs 2022-12-01T10:09:09.6076633Z copying caffe2/python/docs/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/docs 2022-12-01T10:09:09.6077477Z copying caffe2/python/docs/formatter.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/docs 2022-12-01T10:09:09.6084249Z copying caffe2/python/docs/generator.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/docs 2022-12-01T10:09:09.6089067Z copying caffe2/python/docs/github.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/docs 2022-12-01T10:09:09.6093709Z copying caffe2/python/docs/parser.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/docs 2022-12-01T10:09:09.6100712Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/examples 2022-12-01T10:09:09.6101183Z copying caffe2/python/examples/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/examples 2022-12-01T10:09:09.6101652Z copying caffe2/python/examples/char_rnn.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/examples 2022-12-01T10:09:09.6108885Z copying caffe2/python/examples/imagenet_trainer.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/examples 2022-12-01T10:09:09.6116864Z copying caffe2/python/examples/lmdb_create_example.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/examples 2022-12-01T10:09:09.6123497Z copying caffe2/python/examples/resnet50_trainer.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/examples 2022-12-01T10:09:09.6125819Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/fakelowp 2022-12-01T10:09:09.6126441Z copying caffe2/python/fakelowp/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/fakelowp 2022-12-01T10:09:09.6127218Z copying caffe2/python/fakelowp/init_shared_libs.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/fakelowp 2022-12-01T10:09:09.6134035Z copying caffe2/python/fakelowp/test_utils.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/fakelowp 2022-12-01T10:09:09.6140924Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-12-01T10:09:09.6141493Z copying caffe2/python/helpers/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-12-01T10:09:09.6142293Z copying caffe2/python/helpers/algebra.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-12-01T10:09:09.6147665Z copying caffe2/python/helpers/arg_scope.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-12-01T10:09:09.6152609Z copying caffe2/python/helpers/array_helpers.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-12-01T10:09:09.6159261Z copying caffe2/python/helpers/control_ops.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-12-01T10:09:09.6163815Z copying caffe2/python/helpers/conv.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-12-01T10:09:09.6173104Z copying caffe2/python/helpers/db_input.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-12-01T10:09:09.6178406Z copying caffe2/python/helpers/dropout.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-12-01T10:09:09.6190564Z copying caffe2/python/helpers/elementwise_linear.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-12-01T10:09:09.6198723Z copying caffe2/python/helpers/fc.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-12-01T10:09:09.6207090Z copying caffe2/python/helpers/nonlinearity.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-12-01T10:09:09.6224860Z copying caffe2/python/helpers/normalization.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-12-01T10:09:09.6235331Z copying caffe2/python/helpers/pooling.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-12-01T10:09:09.6239721Z copying caffe2/python/helpers/quantization.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-12-01T10:09:09.6245866Z copying caffe2/python/helpers/tools.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-12-01T10:09:09.6255372Z copying caffe2/python/helpers/train.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/helpers 2022-12-01T10:09:09.6263322Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6263761Z copying caffe2/python/ideep/LRN_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6270812Z copying caffe2/python/ideep/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6271254Z copying caffe2/python/ideep/adam_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6278371Z copying caffe2/python/ideep/blobs_queue_db_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6288028Z copying caffe2/python/ideep/channel_shuffle_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6298296Z copying caffe2/python/ideep/concat_split_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6304992Z copying caffe2/python/ideep/conv_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6323884Z copying caffe2/python/ideep/conv_transpose_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6329640Z copying caffe2/python/ideep/convfusion_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6337421Z copying caffe2/python/ideep/copy_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6345541Z copying caffe2/python/ideep/dropout_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6351327Z copying caffe2/python/ideep/elementwise_sum_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6357318Z copying caffe2/python/ideep/expanddims_squeeze_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6366755Z copying caffe2/python/ideep/fc_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6374253Z copying caffe2/python/ideep/leaky_relu_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6379204Z copying caffe2/python/ideep/moment_sgd_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6386560Z copying caffe2/python/ideep/operator_fallback_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6395521Z copying caffe2/python/ideep/order_switch_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6401242Z copying caffe2/python/ideep/pool_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6405926Z copying caffe2/python/ideep/pre_convert_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6413711Z copying caffe2/python/ideep/relu_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6420610Z copying caffe2/python/ideep/reshape_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6427326Z copying caffe2/python/ideep/shape_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6432339Z copying caffe2/python/ideep/sigmoid_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6439955Z copying caffe2/python/ideep/softmax_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6445520Z copying caffe2/python/ideep/spatial_bn_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6449981Z copying caffe2/python/ideep/test_ideep_net.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6454866Z copying caffe2/python/ideep/transform_ideep_net.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6460001Z copying caffe2/python/ideep/transpose_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6468062Z copying caffe2/python/ideep/weightedsum_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/ideep 2022-12-01T10:09:09.6479135Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6479611Z copying caffe2/python/layers/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6496689Z copying caffe2/python/layers/adaptive_weight.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6509872Z copying caffe2/python/layers/add_bias.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6519864Z copying caffe2/python/layers/arc_cosine_feature_map.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6536809Z copying caffe2/python/layers/batch_huber_loss.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6543079Z copying caffe2/python/layers/batch_lr_loss.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6547981Z copying caffe2/python/layers/batch_mse_loss.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6553956Z copying caffe2/python/layers/batch_normalization.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6559515Z copying caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6568707Z copying caffe2/python/layers/batch_softmax_loss.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6576961Z copying caffe2/python/layers/blob_weighted_sum.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6581367Z copying caffe2/python/layers/bpr_loss.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6588177Z copying caffe2/python/layers/bucket_weighted.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6593259Z copying caffe2/python/layers/build_index.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6601004Z copying caffe2/python/layers/concat.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6605019Z copying caffe2/python/layers/constant_weight.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6609183Z copying caffe2/python/layers/conv.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6617384Z copying caffe2/python/layers/dropout.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6622658Z copying caffe2/python/layers/fc.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6627666Z copying caffe2/python/layers/fc_with_bootstrap.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6633178Z copying caffe2/python/layers/fc_without_bias.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6637973Z copying caffe2/python/layers/feature_sparse_to_dense.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6643690Z copying caffe2/python/layers/functional.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6648832Z copying caffe2/python/layers/gather_record.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6656380Z copying caffe2/python/layers/homotopy_weight.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6660442Z copying caffe2/python/layers/label_smooth.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6664488Z copying caffe2/python/layers/last_n_window_collector.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6668623Z copying caffe2/python/layers/layer_normalization.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6672740Z copying caffe2/python/layers/layers.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6681827Z copying caffe2/python/layers/margin_rank_loss.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6686161Z copying caffe2/python/layers/merge_id_lists.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6690114Z copying caffe2/python/layers/pairwise_similarity.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6694155Z copying caffe2/python/layers/position_weighted.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6699219Z copying caffe2/python/layers/random_fourier_features.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6703567Z copying caffe2/python/layers/reservoir_sampling.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6707247Z copying caffe2/python/layers/sampling_train.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6713073Z copying caffe2/python/layers/sampling_trainable_mixin.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6720039Z copying caffe2/python/layers/select_record_by_context.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6727678Z copying caffe2/python/layers/semi_random_features.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6734559Z copying caffe2/python/layers/sparse_dropout_with_replacement.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6740188Z copying caffe2/python/layers/sparse_feature_hash.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6749240Z copying caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6756862Z copying caffe2/python/layers/sparse_lookup.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6770477Z copying caffe2/python/layers/split.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6776928Z copying caffe2/python/layers/tags.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6788019Z copying caffe2/python/layers/uniform_sampling.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/layers 2022-12-01T10:09:09.6796039Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/mint 2022-12-01T10:09:09.6796479Z copying caffe2/python/mint/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mint 2022-12-01T10:09:09.6797104Z copying caffe2/python/mint/app.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mint 2022-12-01T10:09:09.6807668Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6808122Z copying caffe2/python/mkl/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6808845Z copying caffe2/python/mkl/mkl_LRN_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6813584Z copying caffe2/python/mkl/mkl_LRN_speed_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6818599Z copying caffe2/python/mkl/mkl_concat_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6823690Z copying caffe2/python/mkl/mkl_conv_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6828637Z copying caffe2/python/mkl/mkl_copy_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6833396Z copying caffe2/python/mkl/mkl_elementwise_add_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6838918Z copying caffe2/python/mkl/mkl_elementwise_sum_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6843856Z copying caffe2/python/mkl/mkl_fc_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6850602Z copying caffe2/python/mkl/mkl_fc_speed_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6855225Z copying caffe2/python/mkl/mkl_fill_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6863023Z copying caffe2/python/mkl/mkl_pool_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6868082Z copying caffe2/python/mkl/mkl_pool_speed_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6873802Z copying caffe2/python/mkl/mkl_relu_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6878803Z copying caffe2/python/mkl/mkl_sbn_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6884252Z copying caffe2/python/mkl/mkl_sbn_speed_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6891132Z copying caffe2/python/mkl/mkl_sigmoid_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6895995Z copying caffe2/python/mkl/mkl_speed_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6899942Z copying caffe2/python/mkl/mkl_squeeze_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6904164Z copying caffe2/python/mkl/rewrite_graph.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6908397Z copying caffe2/python/mkl/rewrite_graph_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/mkl 2022-12-01T10:09:09.6914582Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.6915248Z copying caffe2/python/modeling/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.6915966Z copying caffe2/python/modeling/compute_histogram_for_blobs.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.6921194Z copying caffe2/python/modeling/compute_histogram_for_blobs_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.6939428Z copying caffe2/python/modeling/compute_norm_for_blobs.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.6945064Z copying caffe2/python/modeling/compute_norm_for_blobs_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.6950575Z copying caffe2/python/modeling/compute_statistics_for_blobs.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.6955340Z copying caffe2/python/modeling/compute_statistics_for_blobs_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.6961131Z copying caffe2/python/modeling/get_entry_from_blobs.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.6967683Z copying caffe2/python/modeling/get_entry_from_blobs_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.6973106Z copying caffe2/python/modeling/gradient_clipping.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.6980147Z copying caffe2/python/modeling/gradient_clipping_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.6990055Z copying caffe2/python/modeling/initializers.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.6997800Z copying caffe2/python/modeling/initializers_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.7002539Z copying caffe2/python/modeling/net_modifier.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.7008371Z copying caffe2/python/modeling/parameter_info.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.7014624Z copying caffe2/python/modeling/parameter_sharing.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.7019120Z copying caffe2/python/modeling/parameter_sharing_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/modeling 2022-12-01T10:09:09.7025814Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-12-01T10:09:09.7026420Z copying caffe2/python/models/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-12-01T10:09:09.7027117Z copying caffe2/python/models/__sym_init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-12-01T10:09:09.7032567Z copying caffe2/python/models/download.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-12-01T10:09:09.7038011Z copying caffe2/python/models/imagenet_trainer_test_utils.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-12-01T10:09:09.7043263Z copying caffe2/python/models/resnet.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-12-01T10:09:09.7052922Z copying caffe2/python/models/resnet_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-12-01T10:09:09.7062030Z copying caffe2/python/models/shufflenet.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-12-01T10:09:09.7067278Z copying caffe2/python/models/shufflenet_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models 2022-12-01T10:09:09.7074036Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-12-01T10:09:09.7074745Z copying caffe2/python/onnx/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-12-01T10:09:09.7075741Z copying caffe2/python/onnx/backend.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-12-01T10:09:09.7090669Z copying caffe2/python/onnx/backend_cpp_rep.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-12-01T10:09:09.7096912Z copying caffe2/python/onnx/backend_rep.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-12-01T10:09:09.7101493Z copying caffe2/python/onnx/error.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-12-01T10:09:09.7106107Z copying caffe2/python/onnx/frontend.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-12-01T10:09:09.7111114Z copying caffe2/python/onnx/helper.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-12-01T10:09:09.7117901Z copying caffe2/python/onnx/onnxifi.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-12-01T10:09:09.7121883Z copying caffe2/python/onnx/test_onnxifi.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-12-01T10:09:09.7129847Z copying caffe2/python/onnx/workspace.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx 2022-12-01T10:09:09.7149302Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7150020Z copying caffe2/python/operator_test/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7151171Z copying caffe2/python/operator_test/activation_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7158092Z copying caffe2/python/operator_test/adadelta_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7165464Z copying caffe2/python/operator_test/adagrad_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7171009Z copying caffe2/python/operator_test/adagrad_test_helper.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7175916Z copying caffe2/python/operator_test/adam_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7181863Z copying caffe2/python/operator_test/affine_channel_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7186675Z copying caffe2/python/operator_test/alias_with_name_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7191948Z copying caffe2/python/operator_test/apmeter_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7196965Z copying caffe2/python/operator_test/arg_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7202658Z copying caffe2/python/operator_test/assert_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7207785Z copying caffe2/python/operator_test/async_net_barrier_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7211507Z copying caffe2/python/operator_test/atomic_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7216552Z copying caffe2/python/operator_test/basic_rnn_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7221400Z copying caffe2/python/operator_test/batch_box_cox_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7225804Z copying caffe2/python/operator_test/batch_bucketize_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7229919Z copying caffe2/python/operator_test/batch_moments_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7234325Z copying caffe2/python/operator_test/batch_sparse_to_dense_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7239389Z copying caffe2/python/operator_test/bbox_transform_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7244053Z copying caffe2/python/operator_test/bisect_percentile_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7250686Z copying caffe2/python/operator_test/blobs_queue_db_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7254774Z copying caffe2/python/operator_test/boolean_mask_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7261233Z copying caffe2/python/operator_test/boolean_unmask_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7265931Z copying caffe2/python/operator_test/box_with_nms_limit_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7270369Z copying caffe2/python/operator_test/bucketize_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7289726Z copying caffe2/python/operator_test/cast_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7294883Z copying caffe2/python/operator_test/ceil_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7299567Z copying caffe2/python/operator_test/channel_backprop_stats_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7307457Z copying caffe2/python/operator_test/channel_shuffle_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7311715Z copying caffe2/python/operator_test/channel_stats_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7315958Z copying caffe2/python/operator_test/checkpoint_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7321021Z copying caffe2/python/operator_test/clip_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7328989Z copying caffe2/python/operator_test/clip_tensor_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7333857Z copying caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7341927Z copying caffe2/python/operator_test/concat_op_cost_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7348573Z copying caffe2/python/operator_test/concat_split_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7353380Z copying caffe2/python/operator_test/conditional_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7362521Z copying caffe2/python/operator_test/conftest.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7367430Z copying caffe2/python/operator_test/conv_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7375249Z copying caffe2/python/operator_test/conv_transpose_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7383160Z copying caffe2/python/operator_test/copy_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7388256Z copying caffe2/python/operator_test/copy_rows_to_tensor_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7392155Z copying caffe2/python/operator_test/cosine_embedding_criterion_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7396756Z copying caffe2/python/operator_test/counter_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7401392Z copying caffe2/python/operator_test/crf_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7405717Z copying caffe2/python/operator_test/cross_entropy_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7411586Z copying caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7415852Z copying caffe2/python/operator_test/ctc_greedy_decoder_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7420051Z copying caffe2/python/operator_test/cudnn_recurrent_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7424317Z copying caffe2/python/operator_test/data_couple_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7428140Z copying caffe2/python/operator_test/dataset_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7432668Z copying caffe2/python/operator_test/decay_adagrad_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7436917Z copying caffe2/python/operator_test/deform_conv_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7441974Z copying caffe2/python/operator_test/dense_vector_to_id_list_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7446336Z copying caffe2/python/operator_test/depthwise_3x3_conv_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7450195Z copying caffe2/python/operator_test/detectron_keypoints.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7454870Z copying caffe2/python/operator_test/distance_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7460098Z copying caffe2/python/operator_test/dropout_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7465266Z copying caffe2/python/operator_test/duplicate_operands_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7469837Z copying caffe2/python/operator_test/elementwise_linear_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7475739Z copying caffe2/python/operator_test/elementwise_logical_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7482225Z copying caffe2/python/operator_test/elementwise_op_broadcast_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7502941Z copying caffe2/python/operator_test/elementwise_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7512520Z copying caffe2/python/operator_test/emptysample_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7517213Z copying caffe2/python/operator_test/enforce_finite_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7521721Z copying caffe2/python/operator_test/ensure_clipped_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7528788Z copying caffe2/python/operator_test/ensure_cpu_output_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7535908Z copying caffe2/python/operator_test/erf_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7541519Z copying caffe2/python/operator_test/expand_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7546277Z copying caffe2/python/operator_test/fc_operator_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7551417Z copying caffe2/python/operator_test/feature_maps_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7560671Z copying caffe2/python/operator_test/filler_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7572401Z copying caffe2/python/operator_test/find_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7578221Z copying caffe2/python/operator_test/flatten_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7584024Z copying caffe2/python/operator_test/flexible_top_k_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7594323Z copying caffe2/python/operator_test/floor_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7599597Z copying caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7607197Z copying caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7613264Z copying caffe2/python/operator_test/gather_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7624672Z copying caffe2/python/operator_test/gather_ranges_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7637345Z copying caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7645266Z copying caffe2/python/operator_test/given_tensor_fill_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7663719Z copying caffe2/python/operator_test/glu_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7670796Z copying caffe2/python/operator_test/group_conv_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7675994Z copying caffe2/python/operator_test/group_norm_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7685303Z copying caffe2/python/operator_test/gru_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7692057Z copying caffe2/python/operator_test/heatmap_max_keypoint_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7697840Z copying caffe2/python/operator_test/histogram_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7702608Z copying caffe2/python/operator_test/hsm_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7710245Z copying caffe2/python/operator_test/hyperbolic_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7717324Z copying caffe2/python/operator_test/im2col_col2im_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7721894Z copying caffe2/python/operator_test/image_input_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7730862Z copying caffe2/python/operator_test/index_hash_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7735403Z copying caffe2/python/operator_test/index_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7741688Z copying caffe2/python/operator_test/instance_norm_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7749236Z copying caffe2/python/operator_test/integral_image_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7753241Z copying caffe2/python/operator_test/jsd_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7758562Z copying caffe2/python/operator_test/key_split_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7763203Z copying caffe2/python/operator_test/lars_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7771616Z copying caffe2/python/operator_test/layer_norm_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7776511Z copying caffe2/python/operator_test/leaky_relu_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7781916Z copying caffe2/python/operator_test/learning_rate_adaption_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7786914Z copying caffe2/python/operator_test/learning_rate_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7796892Z copying caffe2/python/operator_test/length_split_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7801460Z copying caffe2/python/operator_test/lengths_pad_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7806014Z copying caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7811154Z copying caffe2/python/operator_test/lengths_tile_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7816034Z copying caffe2/python/operator_test/lengths_top_k_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7820083Z copying caffe2/python/operator_test/listwise_l2r_operator_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7824770Z copying caffe2/python/operator_test/load_save_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7832186Z copying caffe2/python/operator_test/locally_connected_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7836913Z copying caffe2/python/operator_test/loss_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7841854Z copying caffe2/python/operator_test/lpnorm_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7847920Z copying caffe2/python/operator_test/map_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7852107Z copying caffe2/python/operator_test/margin_loss_l2r_operator_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7856083Z copying caffe2/python/operator_test/margin_ranking_criterion_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7864187Z copying caffe2/python/operator_test/math_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7868277Z copying caffe2/python/operator_test/matmul_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7874671Z copying caffe2/python/operator_test/mean_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7880074Z copying caffe2/python/operator_test/merge_id_lists_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7885642Z copying caffe2/python/operator_test/mkl_conv_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7891692Z copying caffe2/python/operator_test/mkl_packed_fc_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7896836Z copying caffe2/python/operator_test/mod_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7901287Z copying caffe2/python/operator_test/moments_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7906437Z copying caffe2/python/operator_test/momentum_sgd_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7910689Z copying caffe2/python/operator_test/mpi_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7915435Z copying caffe2/python/operator_test/mul_gradient_benchmark.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7920555Z copying caffe2/python/operator_test/negate_gradient_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7924957Z copying caffe2/python/operator_test/ngram_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7930088Z copying caffe2/python/operator_test/normalize_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7935405Z copying caffe2/python/operator_test/numpy_tile_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7939818Z copying caffe2/python/operator_test/one_hot_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7946384Z copying caffe2/python/operator_test/onnx_while_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7950308Z copying caffe2/python/operator_test/order_switch_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7954129Z copying caffe2/python/operator_test/pack_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7962460Z copying caffe2/python/operator_test/pack_rnn_sequence_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7968836Z copying caffe2/python/operator_test/pad_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7974205Z copying caffe2/python/operator_test/partition_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7980989Z copying caffe2/python/operator_test/percentile_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7986528Z copying caffe2/python/operator_test/piecewise_linear_transform_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.7994560Z copying caffe2/python/operator_test/pooling_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8005114Z copying caffe2/python/operator_test/prepend_dim_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8010372Z copying caffe2/python/operator_test/python_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8016660Z copying caffe2/python/operator_test/quantile_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8021914Z copying caffe2/python/operator_test/rand_quantization_op_speed_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8026947Z copying caffe2/python/operator_test/rank_loss_operator_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8032189Z copying caffe2/python/operator_test/rebatching_queue_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8039190Z copying caffe2/python/operator_test/record_queue_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8044170Z copying caffe2/python/operator_test/recurrent_net_executor_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8053194Z copying caffe2/python/operator_test/recurrent_network_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8058212Z copying caffe2/python/operator_test/reduce_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8066456Z copying caffe2/python/operator_test/reduction_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8074210Z copying caffe2/python/operator_test/reshape_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8084933Z copying caffe2/python/operator_test/resize_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8091834Z copying caffe2/python/operator_test/rmac_regions_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8101190Z copying caffe2/python/operator_test/rms_norm_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8105299Z copying caffe2/python/operator_test/rnn_cell_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8117634Z copying caffe2/python/operator_test/roi_align_rotated_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8122456Z copying caffe2/python/operator_test/rowwise_counter_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8126775Z copying caffe2/python/operator_test/scale_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8136006Z copying caffe2/python/operator_test/segment_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8145021Z copying caffe2/python/operator_test/self_binning_histogram_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8150341Z copying caffe2/python/operator_test/selu_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8154435Z copying caffe2/python/operator_test/sequence_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8159243Z copying caffe2/python/operator_test/shape_inference_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8182002Z copying caffe2/python/operator_test/sinusoid_position_encoding_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8187125Z copying caffe2/python/operator_test/softmax_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8193337Z copying caffe2/python/operator_test/softplus_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8197537Z copying caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8202942Z copying caffe2/python/operator_test/sparse_gradient_checker_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8208021Z copying caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8217410Z copying caffe2/python/operator_test/sparse_lengths_sum_benchmark.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8249311Z copying caffe2/python/operator_test/sparse_lp_regularizer_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8249953Z copying caffe2/python/operator_test/sparse_normalize_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8250458Z copying caffe2/python/operator_test/sparse_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8251031Z copying caffe2/python/operator_test/sparse_to_dense_mask_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8251981Z copying caffe2/python/operator_test/spatial_bn_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8261069Z copying caffe2/python/operator_test/specialized_segment_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8266065Z copying caffe2/python/operator_test/split_op_cost_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8273805Z copying caffe2/python/operator_test/square_root_divide_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8278643Z copying caffe2/python/operator_test/stats_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8295180Z copying caffe2/python/operator_test/stats_put_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8301360Z copying caffe2/python/operator_test/storm_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8316757Z copying caffe2/python/operator_test/string_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8324765Z copying caffe2/python/operator_test/text_file_reader_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8331223Z copying caffe2/python/operator_test/thresholded_relu_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8336997Z copying caffe2/python/operator_test/tile_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8343587Z copying caffe2/python/operator_test/top_k_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8352643Z copying caffe2/python/operator_test/torch_integration_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8363116Z copying caffe2/python/operator_test/transpose_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8368039Z copying caffe2/python/operator_test/trigonometric_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8384641Z copying caffe2/python/operator_test/unique_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8389442Z copying caffe2/python/operator_test/unique_uniform_fill_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8394122Z copying caffe2/python/operator_test/unsafe_coalesce_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8398673Z copying caffe2/python/operator_test/upsample_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8409113Z copying caffe2/python/operator_test/utility_ops_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8418360Z copying caffe2/python/operator_test/video_input_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8423372Z copying caffe2/python/operator_test/weight_scale_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8431066Z copying caffe2/python/operator_test/weighted_multi_sample_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8436159Z copying caffe2/python/operator_test/weighted_sample_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8440119Z copying caffe2/python/operator_test/weighted_sum_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8446205Z copying caffe2/python/operator_test/wngrad_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test 2022-12-01T10:09:09.8456702Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-12-01T10:09:09.8457348Z copying caffe2/python/predictor/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-12-01T10:09:09.8458185Z copying caffe2/python/predictor/mobile_exporter.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-12-01T10:09:09.8463869Z copying caffe2/python/predictor/mobile_exporter_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-12-01T10:09:09.8470535Z copying caffe2/python/predictor/predictor_exporter.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-12-01T10:09:09.8477006Z copying caffe2/python/predictor/predictor_exporter_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-12-01T10:09:09.8483955Z copying caffe2/python/predictor/predictor_py_utils.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-12-01T10:09:09.8490265Z copying caffe2/python/predictor/predictor_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-12-01T10:09:09.8496758Z copying caffe2/python/predictor/serde.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/predictor 2022-12-01T10:09:09.8504590Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/rnn 2022-12-01T10:09:09.8505217Z copying caffe2/python/rnn/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/rnn 2022-12-01T10:09:09.8505816Z copying caffe2/python/rnn/lstm_comparison.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/rnn 2022-12-01T10:09:09.8524285Z copying caffe2/python/rnn/rnn_cell_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/rnn 2022-12-01T10:09:09.8531032Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test 2022-12-01T10:09:09.8531596Z copying caffe2/python/serialized_test/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test 2022-12-01T10:09:09.8532266Z copying caffe2/python/serialized_test/coverage.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test 2022-12-01T10:09:09.8537331Z copying caffe2/python/serialized_test/serialized_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test 2022-12-01T10:09:09.8548258Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-12-01T10:09:09.8548984Z copying caffe2/python/test/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-12-01T10:09:09.8549758Z copying caffe2/python/test/blob_deallocation_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-12-01T10:09:09.8555675Z copying caffe2/python/test/do_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-12-01T10:09:09.8562166Z copying caffe2/python/test/executor_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-12-01T10:09:09.8568095Z copying caffe2/python/test/executor_test_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-12-01T10:09:09.8576945Z copying caffe2/python/test/fakefp16_transform_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-12-01T10:09:09.8584787Z copying caffe2/python/test/gpu_context_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-12-01T10:09:09.8589386Z copying caffe2/python/test/inference_lstm_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-12-01T10:09:09.8601084Z copying caffe2/python/test/python_protobuf_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/test 2022-12-01T10:09:09.8617403Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/trt 2022-12-01T10:09:09.8618100Z copying caffe2/python/trt/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/trt 2022-12-01T10:09:09.8618830Z copying caffe2/python/trt/test_pt_onnx_trt.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/trt 2022-12-01T10:09:09.8625141Z copying caffe2/python/trt/test_trt.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/trt 2022-12-01T10:09:09.8633587Z copying caffe2/python/trt/transform.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/trt 2022-12-01T10:09:09.8639938Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-12-01T10:09:09.8640706Z copying caffe2/python/models/seq2seq/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-12-01T10:09:09.8641699Z copying caffe2/python/models/seq2seq/beam_search.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-12-01T10:09:09.8650320Z copying caffe2/python/models/seq2seq/seq2seq_beam_search_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-12-01T10:09:09.8656106Z copying caffe2/python/models/seq2seq/seq2seq_model_helper.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-12-01T10:09:09.8661215Z copying caffe2/python/models/seq2seq/seq2seq_model_helper_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-12-01T10:09:09.8670196Z copying caffe2/python/models/seq2seq/seq2seq_util.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-12-01T10:09:09.8678868Z copying caffe2/python/models/seq2seq/train.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-12-01T10:09:09.8686240Z copying caffe2/python/models/seq2seq/translate.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq 2022-12-01T10:09:09.8696252Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/bin 2022-12-01T10:09:09.8696885Z copying caffe2/python/onnx/bin/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/bin 2022-12-01T10:09:09.8697534Z copying caffe2/python/onnx/bin/conversion.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/bin 2022-12-01T10:09:09.8704795Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests 2022-12-01T10:09:09.8705307Z copying caffe2/python/onnx/tests/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests 2022-12-01T10:09:09.8706018Z copying caffe2/python/onnx/tests/c2_ref_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests 2022-12-01T10:09:09.8714688Z copying caffe2/python/onnx/tests/conversion_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests 2022-12-01T10:09:09.8721198Z copying caffe2/python/onnx/tests/helper_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests 2022-12-01T10:09:09.8726737Z copying caffe2/python/onnx/tests/onnx_backend_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests 2022-12-01T10:09:09.8734072Z copying caffe2/python/onnx/tests/ssa_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests 2022-12-01T10:09:09.8739514Z copying caffe2/python/onnx/tests/test_utils.py -> build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests 2022-12-01T10:09:09.8749213Z creating build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8749845Z copying caffe2/quantization/server/__init__.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8751132Z copying caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8756356Z copying caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8761318Z copying caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8766275Z copying caffe2/quantization/server/compute_equalization_scale_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8772677Z copying caffe2/quantization/server/concat_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8779191Z copying caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8784376Z copying caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8789572Z copying caffe2/quantization/server/conv_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8796164Z copying caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8801575Z copying caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8808108Z copying caffe2/quantization/server/dequantize_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8814136Z copying caffe2/quantization/server/dnnlowp_test_utils.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8822736Z copying caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8827934Z copying caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8832846Z copying caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8838195Z copying caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8843350Z copying caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8848530Z copying caffe2/quantization/server/fully_connected_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8856097Z copying caffe2/quantization/server/fully_connected_fp16_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8864462Z copying caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8869581Z copying caffe2/quantization/server/gather_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8874823Z copying caffe2/quantization/server/group_norm_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8883607Z copying caffe2/quantization/server/int8_gen_quant_params_min_max_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8888346Z copying caffe2/quantization/server/int8_gen_quant_params_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8893490Z copying caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8898587Z copying caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8903298Z copying caffe2/quantization/server/observer_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8908575Z copying caffe2/quantization/server/pool_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8913908Z copying caffe2/quantization/server/quantize_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8922534Z copying caffe2/quantization/server/relu_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8927273Z copying caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8932298Z copying caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8937095Z copying caffe2/quantization/server/sigmoid_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8944422Z copying caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8950545Z copying caffe2/quantization/server/tanh_dnnlowp_op_test.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8955872Z copying caffe2/quantization/server/utils.py -> build/lib.linux-x86_64-cpython-310/caffe2/quantization/server 2022-12-01T10:09:09.8964190Z creating build/lib.linux-x86_64-cpython-310/functorch/_src 2022-12-01T10:09:09.8964565Z copying functorch/_src/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-12-01T10:09:09.8970435Z copying functorch/_src/aot_autograd.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-12-01T10:09:09.8980068Z copying functorch/_src/benchmark_utils.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-12-01T10:09:09.8986536Z copying functorch/_src/compile_utils.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-12-01T10:09:09.8997678Z copying functorch/_src/compilers.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-12-01T10:09:09.9021288Z copying functorch/_src/config.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-12-01T10:09:09.9028824Z copying functorch/_src/eager_transforms.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-12-01T10:09:09.9042689Z copying functorch/_src/fx_minifier.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-12-01T10:09:09.9047357Z copying functorch/_src/make_functional.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-12-01T10:09:09.9052253Z copying functorch/_src/named_members_polyfill.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-12-01T10:09:09.9057081Z copying functorch/_src/partitioners.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-12-01T10:09:09.9062348Z copying functorch/_src/python_key.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-12-01T10:09:09.9066702Z copying functorch/_src/pytree_hacks.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-12-01T10:09:09.9071143Z copying functorch/_src/top_operators_github_usage.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-12-01T10:09:09.9080192Z copying functorch/_src/vmap.py -> build/lib.linux-x86_64-cpython-310/functorch/_src 2022-12-01T10:09:09.9090068Z creating build/lib.linux-x86_64-cpython-310/functorch/compile 2022-12-01T10:09:09.9090488Z copying functorch/compile/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch/compile 2022-12-01T10:09:09.9097826Z creating build/lib.linux-x86_64-cpython-310/functorch/dim 2022-12-01T10:09:09.9098230Z copying functorch/dim/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-12-01T10:09:09.9105588Z copying functorch/dim/batch_tensor.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-12-01T10:09:09.9120331Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-12-01T10:09:09.9125446Z copying functorch/dim/dim.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-12-01T10:09:09.9131020Z copying functorch/dim/magic_trace.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-12-01T10:09:09.9136484Z copying functorch/dim/op_properties.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-12-01T10:09:09.9148926Z copying functorch/dim/reference.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-12-01T10:09:09.9155670Z copying functorch/dim/tree_map.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-12-01T10:09:09.9161758Z copying functorch/dim/wrap_type.py -> build/lib.linux-x86_64-cpython-310/functorch/dim 2022-12-01T10:09:09.9168955Z creating build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-12-01T10:09:09.9169419Z copying functorch/experimental/__init__.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-12-01T10:09:09.9175770Z copying functorch/experimental/batch_norm_replacement.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-12-01T10:09:09.9185429Z copying functorch/experimental/cond.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-12-01T10:09:09.9190358Z copying functorch/experimental/ops.py -> build/lib.linux-x86_64-cpython-310/functorch/experimental 2022-12-01T10:09:09.9196316Z creating build/lib.linux-x86_64-cpython-310/torch/_decomp 2022-12-01T10:09:09.9196697Z copying torch/_decomp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_decomp 2022-12-01T10:09:09.9202922Z copying torch/_decomp/decompositions.py -> build/lib.linux-x86_64-cpython-310/torch/_decomp 2022-12-01T10:09:09.9218077Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.linux-x86_64-cpython-310/torch/_decomp 2022-12-01T10:09:09.9225507Z creating build/lib.linux-x86_64-cpython-310/torch/_dispatch 2022-12-01T10:09:09.9226043Z copying torch/_dispatch/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_dispatch 2022-12-01T10:09:09.9226716Z copying torch/_dispatch/python.py -> build/lib.linux-x86_64-cpython-310/torch/_dispatch 2022-12-01T10:09:09.9233611Z creating build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-12-01T10:09:09.9234209Z copying torch/_lazy/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-12-01T10:09:09.9240645Z copying torch/_lazy/closure.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-12-01T10:09:09.9245825Z copying torch/_lazy/computation.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-12-01T10:09:09.9253182Z copying torch/_lazy/config.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-12-01T10:09:09.9258151Z copying torch/_lazy/debug.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-12-01T10:09:09.9263695Z copying torch/_lazy/device_context.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-12-01T10:09:09.9269381Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-12-01T10:09:09.9279034Z copying torch/_lazy/ir_cache.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-12-01T10:09:09.9282927Z copying torch/_lazy/metrics.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-12-01T10:09:09.9288055Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-12-01T10:09:09.9293121Z copying torch/_lazy/ts_backend.py -> build/lib.linux-x86_64-cpython-310/torch/_lazy 2022-12-01T10:09:09.9303040Z creating build/lib.linux-x86_64-cpython-310/torch/_prims 2022-12-01T10:09:09.9303444Z copying torch/_prims/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-12-01T10:09:09.9318764Z copying torch/_prims/context.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-12-01T10:09:09.9324168Z copying torch/_prims/executor.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-12-01T10:09:09.9329281Z copying torch/_prims/nvfuser_executor.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-12-01T10:09:09.9339742Z copying torch/_prims/nvfuser_prims.py -> build/lib.linux-x86_64-cpython-310/torch/_prims 2022-12-01T10:09:09.9346231Z creating build/lib.linux-x86_64-cpython-310/torch/_prims_common 2022-12-01T10:09:09.9346752Z copying torch/_prims_common/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_prims_common 2022-12-01T10:09:09.9371107Z copying torch/_prims_common/wrappers.py -> build/lib.linux-x86_64-cpython-310/torch/_prims_common 2022-12-01T10:09:09.9385567Z creating build/lib.linux-x86_64-cpython-310/torch/_refs 2022-12-01T10:09:09.9385936Z copying torch/_refs/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs 2022-12-01T10:09:09.9412285Z copying torch/_refs/fft.py -> build/lib.linux-x86_64-cpython-310/torch/_refs 2022-12-01T10:09:09.9424285Z creating build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-12-01T10:09:09.9424732Z copying torch/_subclasses/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-12-01T10:09:09.9430025Z copying torch/_subclasses/fake_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-12-01T10:09:09.9442246Z copying torch/_subclasses/fake_utils.py -> build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-12-01T10:09:09.9450627Z copying torch/_subclasses/meta_utils.py -> build/lib.linux-x86_64-cpython-310/torch/_subclasses 2022-12-01T10:09:09.9459696Z creating build/lib.linux-x86_64-cpython-310/torch/amp 2022-12-01T10:09:09.9460070Z copying torch/amp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/amp 2022-12-01T10:09:09.9467144Z copying torch/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-310/torch/amp 2022-12-01T10:09:09.9473094Z creating build/lib.linux-x86_64-cpython-310/torch/ao 2022-12-01T10:09:09.9473724Z copying torch/ao/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao 2022-12-01T10:09:09.9480573Z creating build/lib.linux-x86_64-cpython-310/torch/autograd 2022-12-01T10:09:09.9481385Z copying torch/autograd/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-12-01T10:09:09.9488530Z copying torch/autograd/anomaly_mode.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-12-01T10:09:09.9494302Z copying torch/autograd/forward_ad.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-12-01T10:09:09.9500475Z copying torch/autograd/function.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-12-01T10:09:09.9517755Z copying torch/autograd/functional.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-12-01T10:09:09.9531308Z copying torch/autograd/grad_mode.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-12-01T10:09:09.9536381Z copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-12-01T10:09:09.9551681Z copying torch/autograd/graph.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-12-01T10:09:09.9562829Z copying torch/autograd/profiler.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-12-01T10:09:09.9575638Z copying torch/autograd/profiler_legacy.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-12-01T10:09:09.9583366Z copying torch/autograd/profiler_util.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-12-01T10:09:09.9593902Z copying torch/autograd/variable.py -> build/lib.linux-x86_64-cpython-310/torch/autograd 2022-12-01T10:09:09.9602415Z creating build/lib.linux-x86_64-cpython-310/torch/backends 2022-12-01T10:09:09.9602899Z copying torch/backends/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends 2022-12-01T10:09:09.9608837Z creating build/lib.linux-x86_64-cpython-310/torch/contrib 2022-12-01T10:09:09.9609447Z copying torch/contrib/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/contrib 2022-12-01T10:09:09.9610155Z copying torch/contrib/_tensorboard_vis.py -> build/lib.linux-x86_64-cpython-310/torch/contrib 2022-12-01T10:09:09.9616582Z creating build/lib.linux-x86_64-cpython-310/torch/cpu 2022-12-01T10:09:09.9616957Z copying torch/cpu/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/cpu 2022-12-01T10:09:09.9623968Z creating build/lib.linux-x86_64-cpython-310/torch/cuda 2022-12-01T10:09:09.9624356Z copying torch/cuda/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-12-01T10:09:09.9630318Z copying torch/cuda/_dynamo_graphs.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-12-01T10:09:09.9637338Z copying torch/cuda/_memory_viz.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-12-01T10:09:09.9645530Z copying torch/cuda/_sanitizer.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-12-01T10:09:09.9653878Z copying torch/cuda/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-12-01T10:09:09.9659158Z copying torch/cuda/comm.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-12-01T10:09:09.9665623Z copying torch/cuda/error.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-12-01T10:09:09.9666220Z copying torch/cuda/graphs.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-12-01T10:09:09.9672269Z copying torch/cuda/jiterator.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-12-01T10:09:09.9678207Z copying torch/cuda/memory.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-12-01T10:09:09.9688050Z copying torch/cuda/nccl.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-12-01T10:09:09.9692434Z copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-12-01T10:09:09.9696098Z copying torch/cuda/profiler.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-12-01T10:09:09.9700186Z copying torch/cuda/random.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-12-01T10:09:09.9710605Z copying torch/cuda/sparse.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-12-01T10:09:09.9716614Z copying torch/cuda/streams.py -> build/lib.linux-x86_64-cpython-310/torch/cuda 2022-12-01T10:09:09.9726589Z creating build/lib.linux-x86_64-cpython-310/torch/distributed 2022-12-01T10:09:09.9727001Z copying torch/distributed/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-12-01T10:09:09.9733579Z copying torch/distributed/argparse_util.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-12-01T10:09:09.9738459Z copying torch/distributed/constants.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-12-01T10:09:09.9743823Z copying torch/distributed/distributed_c10d.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-12-01T10:09:09.9768485Z copying torch/distributed/launch.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-12-01T10:09:09.9775580Z copying torch/distributed/remote_device.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-12-01T10:09:09.9780997Z copying torch/distributed/rendezvous.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-12-01T10:09:09.9788200Z copying torch/distributed/run.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-12-01T10:09:09.9796505Z copying torch/distributed/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed 2022-12-01T10:09:09.9806922Z creating build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9807354Z copying torch/distributions/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9812387Z copying torch/distributions/bernoulli.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9819198Z copying torch/distributions/beta.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9825805Z copying torch/distributions/binomial.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9830882Z copying torch/distributions/categorical.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9836783Z copying torch/distributions/cauchy.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9841698Z copying torch/distributions/chi2.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9847076Z copying torch/distributions/constraint_registry.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9853070Z copying torch/distributions/constraints.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9858253Z copying torch/distributions/continuous_bernoulli.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9863637Z copying torch/distributions/dirichlet.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9871705Z copying torch/distributions/distribution.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9876135Z copying torch/distributions/exp_family.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9880297Z copying torch/distributions/exponential.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9884637Z copying torch/distributions/fishersnedecor.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9889292Z copying torch/distributions/gamma.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9893401Z copying torch/distributions/geometric.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9901537Z copying torch/distributions/gumbel.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9906339Z copying torch/distributions/half_cauchy.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9910442Z copying torch/distributions/half_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9916091Z copying torch/distributions/independent.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9924698Z copying torch/distributions/kl.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9930249Z copying torch/distributions/kumaraswamy.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9934643Z copying torch/distributions/laplace.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9939857Z copying torch/distributions/lkj_cholesky.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9948141Z copying torch/distributions/log_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9954131Z copying torch/distributions/logistic_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9959565Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9978726Z copying torch/distributions/mixture_same_family.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9983552Z copying torch/distributions/multinomial.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9988375Z copying torch/distributions/multivariate_normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:09.9993313Z copying torch/distributions/negative_binomial.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:10.0000681Z copying torch/distributions/normal.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:10.0004728Z copying torch/distributions/one_hot_categorical.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:10.0009940Z copying torch/distributions/pareto.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:10.0014671Z copying torch/distributions/poisson.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:10.0019534Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:10.0024644Z copying torch/distributions/relaxed_categorical.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:10.0031157Z copying torch/distributions/studentT.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:10.0046590Z copying torch/distributions/transformed_distribution.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:10.0052322Z copying torch/distributions/transforms.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:10.0060826Z copying torch/distributions/uniform.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:10.0067332Z copying torch/distributions/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:10.0072255Z copying torch/distributions/von_mises.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:10.0078227Z copying torch/distributions/weibull.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:10.0091290Z copying torch/distributions/wishart.py -> build/lib.linux-x86_64-cpython-310/torch/distributions 2022-12-01T10:09:10.0097400Z creating build/lib.linux-x86_64-cpython-310/torch/fft 2022-12-01T10:09:10.0098072Z copying torch/fft/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fft 2022-12-01T10:09:10.0112914Z creating build/lib.linux-x86_64-cpython-310/torch/futures 2022-12-01T10:09:10.0113308Z copying torch/futures/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/futures 2022-12-01T10:09:10.0121535Z creating build/lib.linux-x86_64-cpython-310/torch/fx 2022-12-01T10:09:10.0122180Z copying torch/fx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-12-01T10:09:10.0126917Z copying torch/fx/_compatibility.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-12-01T10:09:10.0133254Z copying torch/fx/_pytree.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-12-01T10:09:10.0138480Z copying torch/fx/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-12-01T10:09:10.0154881Z copying torch/fx/annotate.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-12-01T10:09:10.0162024Z copying torch/fx/graph.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-12-01T10:09:10.0178790Z copying torch/fx/graph_module.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-12-01T10:09:10.0184704Z copying torch/fx/immutable_collections.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-12-01T10:09:10.0189276Z copying torch/fx/interpreter.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-12-01T10:09:10.0196092Z copying torch/fx/node.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-12-01T10:09:10.0202188Z copying torch/fx/operator_schemas.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-12-01T10:09:10.0208283Z copying torch/fx/proxy.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-12-01T10:09:10.0218909Z copying torch/fx/subgraph_rewriter.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-12-01T10:09:10.0233989Z copying torch/fx/tensor_type.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-12-01T10:09:10.0240066Z copying torch/fx/traceback.py -> build/lib.linux-x86_64-cpython-310/torch/fx 2022-12-01T10:09:10.0247043Z creating build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0247646Z copying torch/jit/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0253392Z copying torch/jit/_async.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0262190Z copying torch/jit/_builtins.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0266895Z copying torch/jit/_check.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0272796Z copying torch/jit/_dataclass_impls.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0278168Z copying torch/jit/_decomposition_utils.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0283874Z copying torch/jit/_decompositions.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0289237Z copying torch/jit/_freeze.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0294711Z copying torch/jit/_fuser.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0302682Z copying torch/jit/_ir_utils.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0307001Z copying torch/jit/_logging.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0311114Z copying torch/jit/_monkeytype_config.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0319043Z copying torch/jit/_pickle.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0323647Z copying torch/jit/_recursive.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0332579Z copying torch/jit/_script.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0347715Z copying torch/jit/_serialization.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0352269Z copying torch/jit/_shape_functions.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0362067Z copying torch/jit/_state.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0365857Z copying torch/jit/_trace.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0377491Z copying torch/jit/annotations.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0385268Z copying torch/jit/frontend.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0398583Z copying torch/jit/generate_bytecode.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0404042Z copying torch/jit/quantized.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0410400Z copying torch/jit/supported_ops.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0415255Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.linux-x86_64-cpython-310/torch/jit 2022-12-01T10:09:10.0422787Z creating build/lib.linux-x86_64-cpython-310/torch/linalg 2022-12-01T10:09:10.0423160Z copying torch/linalg/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/linalg 2022-12-01T10:09:10.0445678Z creating build/lib.linux-x86_64-cpython-310/torch/masked 2022-12-01T10:09:10.0446157Z copying torch/masked/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/masked 2022-12-01T10:09:10.0453687Z copying torch/masked/_docs.py -> build/lib.linux-x86_64-cpython-310/torch/masked 2022-12-01T10:09:10.0468208Z copying torch/masked/_ops.py -> build/lib.linux-x86_64-cpython-310/torch/masked 2022-12-01T10:09:10.0481397Z creating build/lib.linux-x86_64-cpython-310/torch/monitor 2022-12-01T10:09:10.0481863Z copying torch/monitor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/monitor 2022-12-01T10:09:10.0487492Z creating build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-12-01T10:09:10.0488126Z copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-12-01T10:09:10.0493453Z copying torch/multiprocessing/_atfork.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-12-01T10:09:10.0510750Z copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-12-01T10:09:10.0516897Z copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-12-01T10:09:10.0523610Z copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-12-01T10:09:10.0531100Z copying torch/multiprocessing/spawn.py -> build/lib.linux-x86_64-cpython-310/torch/multiprocessing 2022-12-01T10:09:10.0537232Z creating build/lib.linux-x86_64-cpython-310/torch/nested 2022-12-01T10:09:10.0538050Z copying torch/nested/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nested 2022-12-01T10:09:10.0557973Z creating build/lib.linux-x86_64-cpython-310/torch/nn 2022-12-01T10:09:10.0558343Z copying torch/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-12-01T10:09:10.0562475Z copying torch/nn/_reduction.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-12-01T10:09:10.0567317Z copying torch/nn/common_types.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-12-01T10:09:10.0572464Z copying torch/nn/cpp.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-12-01T10:09:10.0580692Z copying torch/nn/functional.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-12-01T10:09:10.0605381Z copying torch/nn/grad.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-12-01T10:09:10.0610380Z copying torch/nn/init.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-12-01T10:09:10.0616838Z copying torch/nn/parameter.py -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-12-01T10:09:10.0625848Z creating build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0626375Z copying torch/onnx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0634656Z copying torch/onnx/_constants.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0639927Z copying torch/onnx/_deprecation.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0646161Z copying torch/onnx/_experimental.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0651427Z copying torch/onnx/_exporter_states.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0664330Z copying torch/onnx/_globals.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0669392Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0676994Z copying torch/onnx/_patch_torch.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0688825Z copying torch/onnx/_type_utils.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0693879Z copying torch/onnx/errors.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0700213Z copying torch/onnx/operators.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0707532Z copying torch/onnx/symbolic_caffe2.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0716790Z copying torch/onnx/symbolic_helper.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0726440Z copying torch/onnx/symbolic_opset10.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0735188Z copying torch/onnx/symbolic_opset11.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0747613Z copying torch/onnx/symbolic_opset12.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0753159Z copying torch/onnx/symbolic_opset13.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0757918Z copying torch/onnx/symbolic_opset14.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0761659Z copying torch/onnx/symbolic_opset15.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0766108Z copying torch/onnx/symbolic_opset16.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0769658Z copying torch/onnx/symbolic_opset17.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0773680Z copying torch/onnx/symbolic_opset7.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0778427Z copying torch/onnx/symbolic_opset8.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0783060Z copying torch/onnx/symbolic_opset9.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0799568Z copying torch/onnx/utils.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0812422Z copying torch/onnx/verification.py -> build/lib.linux-x86_64-cpython-310/torch/onnx 2022-12-01T10:09:10.0832660Z creating build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0833060Z copying torch/optim/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0839052Z copying torch/optim/_functional.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0844448Z copying torch/optim/adadelta.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0851561Z copying torch/optim/adagrad.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0857062Z copying torch/optim/adam.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0863583Z copying torch/optim/adamax.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0870066Z copying torch/optim/adamw.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0876430Z copying torch/optim/asgd.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0881923Z copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0890391Z copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0912648Z copying torch/optim/nadam.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0921053Z copying torch/optim/optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0926682Z copying torch/optim/radam.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0934659Z copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0950710Z copying torch/optim/rprop.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0958221Z copying torch/optim/sgd.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0967828Z copying torch/optim/sparse_adam.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0974886Z copying torch/optim/swa_utils.py -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:10.0993204Z creating build/lib.linux-x86_64-cpython-310/torch/package 2022-12-01T10:09:10.0993615Z copying torch/package/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-12-01T10:09:10.0999392Z copying torch/package/_digraph.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-12-01T10:09:10.1005047Z copying torch/package/_directory_reader.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-12-01T10:09:10.1010408Z copying torch/package/_importlib.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-12-01T10:09:10.1016025Z copying torch/package/_mangling.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-12-01T10:09:10.1020886Z copying torch/package/_mock.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-12-01T10:09:10.1026187Z copying torch/package/_package_pickler.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-12-01T10:09:10.1035034Z copying torch/package/_package_unpickler.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-12-01T10:09:10.1041189Z copying torch/package/_stdlib.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-12-01T10:09:10.1049699Z copying torch/package/file_structure_representation.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-12-01T10:09:10.1054411Z copying torch/package/find_file_dependencies.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-12-01T10:09:10.1059263Z copying torch/package/glob_group.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-12-01T10:09:10.1064159Z copying torch/package/importer.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-12-01T10:09:10.1070589Z copying torch/package/package_exporter.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-12-01T10:09:10.1086684Z copying torch/package/package_importer.py -> build/lib.linux-x86_64-cpython-310/torch/package 2022-12-01T10:09:10.1094999Z creating build/lib.linux-x86_64-cpython-310/torch/profiler 2022-12-01T10:09:10.1095457Z copying torch/profiler/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-12-01T10:09:10.1101251Z copying torch/profiler/_pattern_matcher.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-12-01T10:09:10.1110597Z copying torch/profiler/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-12-01T10:09:10.1117770Z copying torch/profiler/itt.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-12-01T10:09:10.1122881Z copying torch/profiler/profiler.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-12-01T10:09:10.1131367Z copying torch/profiler/python_tracer.py -> build/lib.linux-x86_64-cpython-310/torch/profiler 2022-12-01T10:09:10.1138663Z creating build/lib.linux-x86_64-cpython-310/torch/quantization 2022-12-01T10:09:10.1139081Z copying torch/quantization/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-12-01T10:09:10.1154835Z copying torch/quantization/_numeric_suite.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-12-01T10:09:10.1162030Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-12-01T10:09:10.1168715Z copying torch/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-12-01T10:09:10.1177527Z copying torch/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-12-01T10:09:10.1183881Z copying torch/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-12-01T10:09:10.1189830Z copying torch/quantization/observer.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-12-01T10:09:10.1195616Z copying torch/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-12-01T10:09:10.1201513Z copying torch/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-12-01T10:09:10.1207115Z copying torch/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-12-01T10:09:10.1212978Z copying torch/quantization/quantize.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-12-01T10:09:10.1218207Z copying torch/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-12-01T10:09:10.1225076Z copying torch/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-12-01T10:09:10.1232290Z copying torch/quantization/stubs.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-12-01T10:09:10.1243403Z copying torch/quantization/utils.py -> build/lib.linux-x86_64-cpython-310/torch/quantization 2022-12-01T10:09:10.1252439Z creating build/lib.linux-x86_64-cpython-310/torch/sparse 2022-12-01T10:09:10.1252840Z copying torch/sparse/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/sparse 2022-12-01T10:09:10.1261472Z creating build/lib.linux-x86_64-cpython-310/torch/special 2022-12-01T10:09:10.1262444Z copying torch/special/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/special 2022-12-01T10:09:10.1272616Z creating build/lib.linux-x86_64-cpython-310/torch/testing 2022-12-01T10:09:10.1273020Z copying torch/testing/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-12-01T10:09:10.1289063Z copying torch/testing/_comparison.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-12-01T10:09:10.1305952Z copying torch/testing/_creation.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-12-01T10:09:10.1313490Z copying torch/testing/_deprecated.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-12-01T10:09:10.1320444Z copying torch/testing/_legacy.py -> build/lib.linux-x86_64-cpython-310/torch/testing 2022-12-01T10:09:10.1329939Z creating build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1330393Z copying torch/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1335386Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1341657Z copying torch/utils/_crash_handler.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1346296Z copying torch/utils/_cuda_trace.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1352044Z copying torch/utils/_freeze.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1360741Z copying torch/utils/_mode_utils.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1365271Z copying torch/utils/_python_dispatch.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1372835Z copying torch/utils/_pytree.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1377096Z copying torch/utils/_zip.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1382824Z copying torch/utils/bundled_inputs.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1396565Z copying torch/utils/checkpoint.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1404068Z copying torch/utils/collect_env.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1409019Z copying torch/utils/cpp_backtrace.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1413412Z copying torch/utils/cpp_extension.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1428957Z copying torch/utils/dlpack.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1433096Z copying torch/utils/file_baton.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1438408Z copying torch/utils/hooks.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1444373Z copying torch/utils/mkldnn.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1448952Z copying torch/utils/mobile_optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1457612Z copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1461802Z copying torch/utils/show_pickle.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1466294Z copying torch/utils/throughput_benchmark.py -> build/lib.linux-x86_64-cpython-310/torch/utils 2022-12-01T10:09:10.1475800Z creating build/lib.linux-x86_64-cpython-310/torch/_refs/linalg 2022-12-01T10:09:10.1476210Z copying torch/_refs/linalg/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs/linalg 2022-12-01T10:09:10.1483325Z creating build/lib.linux-x86_64-cpython-310/torch/_refs/nn 2022-12-01T10:09:10.1483817Z copying torch/_refs/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs/nn 2022-12-01T10:09:10.1489891Z creating build/lib.linux-x86_64-cpython-310/torch/_refs/special 2022-12-01T10:09:10.1490296Z copying torch/_refs/special/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs/special 2022-12-01T10:09:10.1496661Z creating build/lib.linux-x86_64-cpython-310/torch/_refs/nn/functional 2022-12-01T10:09:10.1497103Z copying torch/_refs/nn/functional/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/_refs/nn/functional 2022-12-01T10:09:10.1506583Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn 2022-12-01T10:09:10.1506964Z copying torch/ao/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn 2022-12-01T10:09:10.1514026Z creating build/lib.linux-x86_64-cpython-310/torch/ao/ns 2022-12-01T10:09:10.1514607Z copying torch/ao/ns/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns 2022-12-01T10:09:10.1515734Z copying torch/ao/ns/_numeric_suite.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns 2022-12-01T10:09:10.1521808Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns 2022-12-01T10:09:10.1531457Z creating build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1531903Z copying torch/ao/quantization/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1536996Z copying torch/ao/quantization/_correct_bias.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1545052Z copying torch/ao/quantization/_equalize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1553468Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1560249Z copying torch/ao/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1566972Z copying torch/ao/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1572867Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1578916Z copying torch/ao/quantization/observer.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1593423Z copying torch/ao/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1600100Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1608202Z copying torch/ao/quantization/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1613001Z copying torch/ao/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1618044Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1624836Z copying torch/ao/quantization/quantization_types.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1630673Z copying torch/ao/quantization/quantize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1637429Z copying torch/ao/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1644534Z copying torch/ao/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1649765Z copying torch/ao/quantization/stubs.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1654411Z copying torch/ao/quantization/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization 2022-12-01T10:09:10.1661501Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity 2022-12-01T10:09:10.1661949Z copying torch/ao/sparsity/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity 2022-12-01T10:09:10.1668129Z copying torch/ao/sparsity/_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity 2022-12-01T10:09:10.1674135Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic 2022-12-01T10:09:10.1674711Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic 2022-12-01T10:09:10.1680610Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat 2022-12-01T10:09:10.1681025Z copying torch/ao/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat 2022-12-01T10:09:10.1687042Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable 2022-12-01T10:09:10.1687466Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable 2022-12-01T10:09:10.1693524Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized 2022-12-01T10:09:10.1693950Z copying torch/ao/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized 2022-12-01T10:09:10.1699587Z copying torch/ao/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized 2022-12-01T10:09:10.1707112Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse 2022-12-01T10:09:10.1707721Z copying torch/ao/nn/sparse/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse 2022-12-01T10:09:10.1713058Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/modules 2022-12-01T10:09:10.1713769Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/modules 2022-12-01T10:09:10.1719760Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/modules 2022-12-01T10:09:10.1725319Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic 2022-12-01T10:09:10.1725734Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic 2022-12-01T10:09:10.1733068Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-12-01T10:09:10.1733514Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-12-01T10:09:10.1739197Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-12-01T10:09:10.1747154Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-12-01T10:09:10.1752450Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules 2022-12-01T10:09:10.1758150Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules 2022-12-01T10:09:10.1758590Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules 2022-12-01T10:09:10.1766002Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules 2022-12-01T10:09:10.1773068Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules 2022-12-01T10:09:10.1774065Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules 2022-12-01T10:09:10.1780519Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules 2022-12-01T10:09:10.1789240Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules 2022-12-01T10:09:10.1796478Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic 2022-12-01T10:09:10.1797138Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic 2022-12-01T10:09:10.1803204Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-12-01T10:09:10.1803655Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-12-01T10:09:10.1808624Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-12-01T10:09:10.1817107Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-12-01T10:09:10.1823151Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-12-01T10:09:10.1837217Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-12-01T10:09:10.1842081Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-12-01T10:09:10.1851181Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-12-01T10:09:10.1856916Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-12-01T10:09:10.1862230Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-12-01T10:09:10.1867486Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-12-01T10:09:10.1877019Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules 2022-12-01T10:09:10.1884036Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference 2022-12-01T10:09:10.1884516Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference 2022-12-01T10:09:10.1891227Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:09:10.1891731Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:09:10.1908550Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:09:10.1914732Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:09:10.1920241Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:09:10.1932780Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-12-01T10:09:10.1933352Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-12-01T10:09:10.1940723Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-12-01T10:09:10.1948724Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-12-01T10:09:10.1953290Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-12-01T10:09:10.1963713Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-12-01T10:09:10.1971424Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules 2022-12-01T10:09:10.1978810Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized 2022-12-01T10:09:10.1979353Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized 2022-12-01T10:09:10.1984744Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized 2022-12-01T10:09:10.1992201Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized 2022-12-01T10:09:10.2000334Z creating build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic 2022-12-01T10:09:10.2000964Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic 2022-12-01T10:09:10.2005592Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic 2022-12-01T10:09:10.2015362Z creating build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-12-01T10:09:10.2016050Z copying torch/ao/ns/fx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-12-01T10:09:10.2016785Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-12-01T10:09:10.2023464Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-12-01T10:09:10.2036855Z copying torch/ao/ns/fx/mappings.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-12-01T10:09:10.2044274Z copying torch/ao/ns/fx/ns_types.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-12-01T10:09:10.2050587Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-12-01T10:09:10.2057188Z copying torch/ao/ns/fx/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-12-01T10:09:10.2064221Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx 2022-12-01T10:09:10.2082181Z creating build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-12-01T10:09:10.2082689Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-12-01T10:09:10.2090830Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-12-01T10:09:10.2105065Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-12-01T10:09:10.2114232Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-12-01T10:09:10.2126065Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-12-01T10:09:10.2131364Z copying torch/ao/quantization/backend_config/native.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-12-01T10:09:10.2138756Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-12-01T10:09:10.2139422Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-12-01T10:09:10.2147886Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-12-01T10:09:10.2153676Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-12-01T10:09:10.2159510Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config 2022-12-01T10:09:10.2167293Z creating build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2167746Z copying torch/ao/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2173416Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2186051Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2198299Z copying torch/ao/quantization/fx/backend_config_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2203475Z copying torch/ao/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2218391Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2224361Z copying torch/ao/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2229123Z copying torch/ao/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2234618Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2239474Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2246225Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2252652Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2258653Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2266677Z copying torch/ao/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2276243Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2281659Z copying torch/ao/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2290848Z copying torch/ao/quantization/fx/tracer.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2310377Z copying torch/ao/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx 2022-12-01T10:09:10.2325179Z creating build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-12-01T10:09:10.2325677Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-12-01T10:09:10.2326763Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-12-01T10:09:10.2346173Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-12-01T10:09:10.2354520Z copying torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-12-01T10:09:10.2360433Z copying torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report 2022-12-01T10:09:10.2371094Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental 2022-12-01T10:09:10.2371558Z copying torch/ao/sparsity/_experimental/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental 2022-12-01T10:09:10.2373941Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/scheduler 2022-12-01T10:09:10.2374792Z copying torch/ao/sparsity/scheduler/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/scheduler 2022-12-01T10:09:10.2375456Z copying torch/ao/sparsity/scheduler/base_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/scheduler 2022-12-01T10:09:10.2381458Z copying torch/ao/sparsity/scheduler/cubic_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/scheduler 2022-12-01T10:09:10.2386742Z copying torch/ao/sparsity/scheduler/lambda_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/scheduler 2022-12-01T10:09:10.2395509Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier 2022-12-01T10:09:10.2396807Z copying torch/ao/sparsity/sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier 2022-12-01T10:09:10.2397708Z copying torch/ao/sparsity/sparsifier/base_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier 2022-12-01T10:09:10.2406121Z copying torch/ao/sparsity/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier 2022-12-01T10:09:10.2411053Z copying torch/ao/sparsity/sparsifier/utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier 2022-12-01T10:09:10.2418073Z copying torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier 2022-12-01T10:09:10.2425823Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/activation_sparsifier 2022-12-01T10:09:10.2426600Z copying torch/ao/sparsity/_experimental/activation_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/activation_sparsifier 2022-12-01T10:09:10.2427253Z copying torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/activation_sparsifier 2022-12-01T10:09:10.2437291Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_scheduler 2022-12-01T10:09:10.2437848Z copying torch/ao/sparsity/_experimental/data_scheduler/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_scheduler 2022-12-01T10:09:10.2443600Z copying torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_scheduler 2022-12-01T10:09:10.2450045Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:09:10.2450612Z copying torch/ao/sparsity/_experimental/data_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:09:10.2458916Z copying torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:09:10.2466972Z copying torch/ao/sparsity/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:09:10.2472577Z copying torch/ao/sparsity/_experimental/data_sparsifier/quantization_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:09:10.2484431Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/pruner 2022-12-01T10:09:10.2484946Z copying torch/ao/sparsity/_experimental/pruner/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/pruner 2022-12-01T10:09:10.2489909Z copying torch/ao/sparsity/_experimental/pruner/base_pruner.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/pruner 2022-12-01T10:09:10.2498739Z copying torch/ao/sparsity/_experimental/pruner/parametrization.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/pruner 2022-12-01T10:09:10.2505462Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-12-01T10:09:10.2506067Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-12-01T10:09:10.2507943Z creating build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-12-01T10:09:10.2508722Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-12-01T10:09:10.2509617Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-12-01T10:09:10.2514792Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-12-01T10:09:10.2521669Z creating build/lib.linux-x86_64-cpython-310/torch/autograd/_functions 2022-12-01T10:09:10.2522160Z copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/autograd/_functions 2022-12-01T10:09:10.2527532Z copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-cpython-310/torch/autograd/_functions 2022-12-01T10:09:10.2533653Z copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-cpython-310/torch/autograd/_functions 2022-12-01T10:09:10.2539869Z creating build/lib.linux-x86_64-cpython-310/torch/backends/_coreml 2022-12-01T10:09:10.2540659Z copying torch/backends/_coreml/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_coreml 2022-12-01T10:09:10.2541353Z copying torch/backends/_coreml/preprocess.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_coreml 2022-12-01T10:09:10.2548250Z creating build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi 2022-12-01T10:09:10.2548809Z copying torch/backends/_nnapi/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi 2022-12-01T10:09:10.2549807Z copying torch/backends/_nnapi/prepare.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi 2022-12-01T10:09:10.2556091Z copying torch/backends/_nnapi/serializer.py -> build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi 2022-12-01T10:09:10.2571409Z creating build/lib.linux-x86_64-cpython-310/torch/backends/cuda 2022-12-01T10:09:10.2571812Z copying torch/backends/cuda/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/cuda 2022-12-01T10:09:10.2579914Z creating build/lib.linux-x86_64-cpython-310/torch/backends/cudnn 2022-12-01T10:09:10.2580528Z copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/cudnn 2022-12-01T10:09:10.2588914Z copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/backends/cudnn 2022-12-01T10:09:10.2598696Z creating build/lib.linux-x86_64-cpython-310/torch/backends/mkl 2022-12-01T10:09:10.2599119Z copying torch/backends/mkl/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/mkl 2022-12-01T10:09:10.2619832Z creating build/lib.linux-x86_64-cpython-310/torch/backends/mkldnn 2022-12-01T10:09:10.2620247Z copying torch/backends/mkldnn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/mkldnn 2022-12-01T10:09:10.2625805Z creating build/lib.linux-x86_64-cpython-310/torch/backends/mps 2022-12-01T10:09:10.2626342Z copying torch/backends/mps/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/mps 2022-12-01T10:09:10.2635290Z creating build/lib.linux-x86_64-cpython-310/torch/backends/openmp 2022-12-01T10:09:10.2635866Z copying torch/backends/openmp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/openmp 2022-12-01T10:09:10.2641440Z creating build/lib.linux-x86_64-cpython-310/torch/backends/opt_einsum 2022-12-01T10:09:10.2641954Z copying torch/backends/opt_einsum/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/opt_einsum 2022-12-01T10:09:10.2647497Z creating build/lib.linux-x86_64-cpython-310/torch/backends/quantized 2022-12-01T10:09:10.2647989Z copying torch/backends/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/quantized 2022-12-01T10:09:10.2655263Z creating build/lib.linux-x86_64-cpython-310/torch/backends/xeon 2022-12-01T10:09:10.2655699Z copying torch/backends/xeon/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/xeon 2022-12-01T10:09:10.2656533Z copying torch/backends/xeon/run_cpu.py -> build/lib.linux-x86_64-cpython-310/torch/backends/xeon 2022-12-01T10:09:10.2668082Z creating build/lib.linux-x86_64-cpython-310/torch/backends/xnnpack 2022-12-01T10:09:10.2668527Z copying torch/backends/xnnpack/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/backends/xnnpack 2022-12-01T10:09:10.2674239Z creating build/lib.linux-x86_64-cpython-310/torch/cpu/amp 2022-12-01T10:09:10.2674875Z copying torch/cpu/amp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/cpu/amp 2022-12-01T10:09:10.2679520Z copying torch/cpu/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-310/torch/cpu/amp 2022-12-01T10:09:10.2687497Z creating build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-12-01T10:09:10.2687972Z copying torch/cuda/amp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-12-01T10:09:10.2693535Z copying torch/cuda/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-12-01T10:09:10.2698743Z copying torch/cuda/amp/common.py -> build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-12-01T10:09:10.2703786Z copying torch/cuda/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-310/torch/cuda/amp 2022-12-01T10:09:10.2714101Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-12-01T10:09:10.2714609Z copying torch/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-12-01T10:09:10.2719398Z copying torch/distributed/_shard/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-12-01T10:09:10.2734568Z copying torch/distributed/_shard/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-12-01T10:09:10.2739705Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-12-01T10:09:10.2744219Z copying torch/distributed/_shard/metadata.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-12-01T10:09:10.2749632Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-12-01T10:09:10.2754495Z copying torch/distributed/_shard/partial_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-12-01T10:09:10.2763528Z copying torch/distributed/_shard/replicated_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-12-01T10:09:10.2769235Z copying torch/distributed/_shard/sharder.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard 2022-12-01T10:09:10.2776958Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_sharded_tensor 2022-12-01T10:09:10.2777794Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_sharded_tensor 2022-12-01T10:09:10.2785045Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_sharding_spec 2022-12-01T10:09:10.2785515Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_sharding_spec 2022-12-01T10:09:10.2792200Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd 2022-12-01T10:09:10.2792654Z copying torch/distributed/_spmd/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd 2022-12-01T10:09:10.2793345Z copying torch/distributed/_spmd/comm_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd 2022-12-01T10:09:10.2802629Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms 2022-12-01T10:09:10.2803346Z copying torch/distributed/algorithms/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms 2022-12-01T10:09:10.2808460Z copying torch/distributed/algorithms/join.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms 2022-12-01T10:09:10.2814529Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/autograd 2022-12-01T10:09:10.2814970Z copying torch/distributed/autograd/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/autograd 2022-12-01T10:09:10.2821866Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic 2022-12-01T10:09:10.2822341Z copying torch/distributed/elastic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic 2022-12-01T10:09:10.2828694Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-12-01T10:09:10.2829347Z copying torch/distributed/fsdp/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-12-01T10:09:10.2835165Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-12-01T10:09:10.2841928Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-12-01T10:09:10.2866258Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-12-01T10:09:10.2877384Z copying torch/distributed/fsdp/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-12-01T10:09:10.2882446Z copying torch/distributed/fsdp/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-12-01T10:09:10.2887519Z copying torch/distributed/fsdp/flat_param.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-12-01T10:09:10.2901866Z copying torch/distributed/fsdp/flatten_params_wrapper.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-12-01T10:09:10.2907230Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-12-01T10:09:10.2924694Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-12-01T10:09:10.2931893Z copying torch/distributed/fsdp/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-12-01T10:09:10.2937338Z copying torch/distributed/fsdp/wrap.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp 2022-12-01T10:09:10.2944863Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/launcher 2022-12-01T10:09:10.2945623Z copying torch/distributed/launcher/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/launcher 2022-12-01T10:09:10.2953135Z copying torch/distributed/launcher/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/launcher 2022-12-01T10:09:10.2963399Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/nn 2022-12-01T10:09:10.2963902Z copying torch/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn 2022-12-01T10:09:10.2971027Z copying torch/distributed/nn/functional.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn 2022-12-01T10:09:10.2981299Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-12-01T10:09:10.2981799Z copying torch/distributed/optim/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-12-01T10:09:10.2987497Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-12-01T10:09:10.2993477Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-12-01T10:09:10.2998537Z copying torch/distributed/optim/functional_adam.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-12-01T10:09:10.3006092Z copying torch/distributed/optim/functional_adamax.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-12-01T10:09:10.3011740Z copying torch/distributed/optim/functional_adamw.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-12-01T10:09:10.3016859Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-12-01T10:09:10.3022303Z copying torch/distributed/optim/functional_rprop.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-12-01T10:09:10.3027308Z copying torch/distributed/optim/functional_sgd.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-12-01T10:09:10.3033118Z copying torch/distributed/optim/optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-12-01T10:09:10.3037670Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-12-01T10:09:10.3043764Z copying torch/distributed/optim/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-12-01T10:09:10.3047807Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/optim 2022-12-01T10:09:10.3058773Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline 2022-12-01T10:09:10.3059597Z copying torch/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline 2022-12-01T10:09:10.3061682Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-12-01T10:09:10.3062143Z copying torch/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-12-01T10:09:10.3069989Z copying torch/distributed/rpc/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-12-01T10:09:10.3077024Z copying torch/distributed/rpc/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-12-01T10:09:10.3103104Z copying torch/distributed/rpc/backend_registry.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-12-01T10:09:10.3110626Z copying torch/distributed/rpc/constants.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-12-01T10:09:10.3116584Z copying torch/distributed/rpc/functions.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-12-01T10:09:10.3122396Z copying torch/distributed/rpc/internal.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-12-01T10:09:10.3132522Z copying torch/distributed/rpc/options.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-12-01T10:09:10.3137633Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-12-01T10:09:10.3143065Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc 2022-12-01T10:09:10.3153755Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-12-01T10:09:10.3154306Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-12-01T10:09:10.3160447Z copying torch/distributed/_shard/checkpoint/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-12-01T10:09:10.3178386Z copying torch/distributed/_shard/checkpoint/default_planner.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-12-01T10:09:10.3190904Z copying torch/distributed/_shard/checkpoint/filesystem.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-12-01T10:09:10.3201370Z copying torch/distributed/_shard/checkpoint/metadata.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-12-01T10:09:10.3209920Z copying torch/distributed/_shard/checkpoint/planner.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-12-01T10:09:10.3215698Z copying torch/distributed/_shard/checkpoint/planner_helpers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-12-01T10:09:10.3226537Z copying torch/distributed/_shard/checkpoint/resharding.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-12-01T10:09:10.3230961Z copying torch/distributed/_shard/checkpoint/state_dict_loader.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-12-01T10:09:10.3237474Z copying torch/distributed/_shard/checkpoint/state_dict_saver.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-12-01T10:09:10.3242208Z copying torch/distributed/_shard/checkpoint/storage.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-12-01T10:09:10.3250419Z copying torch/distributed/_shard/checkpoint/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint 2022-12-01T10:09:10.3257506Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim 2022-12-01T10:09:10.3258131Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim 2022-12-01T10:09:10.3265704Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim 2022-12-01T10:09:10.3273752Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-12-01T10:09:10.3274763Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-12-01T10:09:10.3282305Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-12-01T10:09:10.3302651Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-12-01T10:09:10.3309839Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-12-01T10:09:10.3319185Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-12-01T10:09:10.3334112Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor 2022-12-01T10:09:10.3344895Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan 2022-12-01T10:09:10.3345441Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan 2022-12-01T10:09:10.3353153Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan 2022-12-01T10:09:10.3359841Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-12-01T10:09:10.3360336Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-12-01T10:09:10.3373241Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-12-01T10:09:10.3378734Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-12-01T10:09:10.3390326Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec 2022-12-01T10:09:10.3401066Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:10.3401587Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:10.3417647Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:10.3423252Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:10.3431142Z copying torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:10.3436384Z copying torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:10.3442255Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:10.3447430Z copying torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:10.3454827Z copying torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:10.3460004Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:10.3465632Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:10.3474855Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:10.3475685Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:10.3476917Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:10.3485676Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:10.3492103Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:10.3499430Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:10.3509589Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:10.3516598Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:10.3536272Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:10.3544628Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint 2022-12-01T10:09:10.3545308Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint 2022-12-01T10:09:10.3545938Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint 2022-12-01T10:09:10.3555765Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks 2022-12-01T10:09:10.3556495Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks 2022-12-01T10:09:10.3562745Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks 2022-12-01T10:09:10.3569912Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap 2022-12-01T10:09:10.3570702Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap 2022-12-01T10:09:10.3580623Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap 2022-12-01T10:09:10.3585996Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization 2022-12-01T10:09:10.3586694Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization 2022-12-01T10:09:10.3587410Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization 2022-12-01T10:09:10.3596314Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:10.3597062Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:10.3602635Z copying torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:10.3612720Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:10.3618492Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:10.3624057Z copying torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:10.3629386Z copying torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:10.3635486Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:10.3659675Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:10.3677744Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-12-01T10:09:10.3678330Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-12-01T10:09:10.3679435Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-12-01T10:09:10.3684801Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-12-01T10:09:10.3692894Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging 2022-12-01T10:09:10.3698479Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent 2022-12-01T10:09:10.3698941Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent 2022-12-01T10:09:10.3700502Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events 2022-12-01T10:09:10.3701083Z copying torch/distributed/elastic/events/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events 2022-12-01T10:09:10.3714813Z copying torch/distributed/elastic/events/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events 2022-12-01T10:09:10.3719823Z copying torch/distributed/elastic/events/handlers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events 2022-12-01T10:09:10.3727346Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics 2022-12-01T10:09:10.3727802Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics 2022-12-01T10:09:10.3735183Z copying torch/distributed/elastic/metrics/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics 2022-12-01T10:09:10.3752903Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-12-01T10:09:10.3753446Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-12-01T10:09:10.3761846Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-12-01T10:09:10.3778129Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-12-01T10:09:10.3782804Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing 2022-12-01T10:09:10.3791632Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-12-01T10:09:10.3792147Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-12-01T10:09:10.3801978Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-12-01T10:09:10.3807174Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-12-01T10:09:10.3814930Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-12-01T10:09:10.3827439Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-12-01T10:09:10.3838850Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-12-01T10:09:10.3847210Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-12-01T10:09:10.3854595Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-12-01T10:09:10.3865231Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-12-01T10:09:10.3870669Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-12-01T10:09:10.3875958Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous 2022-12-01T10:09:10.3885816Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-12-01T10:09:10.3886567Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-12-01T10:09:10.3892000Z copying torch/distributed/elastic/timer/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-12-01T10:09:10.3897680Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-12-01T10:09:10.3916048Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer 2022-12-01T10:09:10.3922558Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-12-01T10:09:10.3923296Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-12-01T10:09:10.3929023Z copying torch/distributed/elastic/utils/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-12-01T10:09:10.3938012Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-12-01T10:09:10.3943843Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-12-01T10:09:10.3949072Z copying torch/distributed/elastic/utils/logging.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-12-01T10:09:10.3955019Z copying torch/distributed/elastic/utils/store.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils 2022-12-01T10:09:10.3960582Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server 2022-12-01T10:09:10.3961195Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server 2022-12-01T10:09:10.3965832Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server 2022-12-01T10:09:10.3976438Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server 2022-12-01T10:09:10.3983351Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors 2022-12-01T10:09:10.3983987Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors 2022-12-01T10:09:10.3990295Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors 2022-12-01T10:09:10.3996259Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors 2022-12-01T10:09:10.4001982Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data 2022-12-01T10:09:10.4002475Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data 2022-12-01T10:09:10.4008621Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data 2022-12-01T10:09:10.4017406Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data 2022-12-01T10:09:10.4023322Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api 2022-12-01T10:09:10.4023933Z copying torch/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api 2022-12-01T10:09:10.4024638Z copying torch/distributed/nn/api/remote_module.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api 2022-12-01T10:09:10.4034134Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit 2022-12-01T10:09:10.4034795Z copying torch/distributed/nn/jit/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit 2022-12-01T10:09:10.4035690Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit 2022-12-01T10:09:10.4042356Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates 2022-12-01T10:09:10.4043058Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates 2022-12-01T10:09:10.4043638Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates 2022-12-01T10:09:10.4050616Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-12-01T10:09:10.4051182Z copying torch/distributed/pipeline/sync/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-12-01T10:09:10.4059271Z copying torch/distributed/pipeline/sync/batchnorm.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-12-01T10:09:10.4064242Z copying torch/distributed/pipeline/sync/checkpoint.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-12-01T10:09:10.4071430Z copying torch/distributed/pipeline/sync/copy.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-12-01T10:09:10.4076493Z copying torch/distributed/pipeline/sync/dependency.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-12-01T10:09:10.4081791Z copying torch/distributed/pipeline/sync/microbatch.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-12-01T10:09:10.4089059Z copying torch/distributed/pipeline/sync/phony.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-12-01T10:09:10.4098208Z copying torch/distributed/pipeline/sync/pipe.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-12-01T10:09:10.4113688Z copying torch/distributed/pipeline/sync/pipeline.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-12-01T10:09:10.4118836Z copying torch/distributed/pipeline/sync/stream.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-12-01T10:09:10.4123040Z copying torch/distributed/pipeline/sync/utils.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-12-01T10:09:10.4127821Z copying torch/distributed/pipeline/sync/worker.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync 2022-12-01T10:09:10.4134337Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance 2022-12-01T10:09:10.4134860Z copying torch/distributed/pipeline/sync/_balance/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance 2022-12-01T10:09:10.4140554Z copying torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance 2022-12-01T10:09:10.4146007Z copying torch/distributed/pipeline/sync/_balance/profile.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance 2022-12-01T10:09:10.4152894Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-12-01T10:09:10.4153673Z copying torch/distributed/pipeline/sync/skip/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-12-01T10:09:10.4159961Z copying torch/distributed/pipeline/sync/skip/layout.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-12-01T10:09:10.4167607Z copying torch/distributed/pipeline/sync/skip/namespace.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-12-01T10:09:10.4175167Z copying torch/distributed/pipeline/sync/skip/portal.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-12-01T10:09:10.4180319Z copying torch/distributed/pipeline/sync/skip/skippable.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-12-01T10:09:10.4188092Z copying torch/distributed/pipeline/sync/skip/tracker.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip 2022-12-01T10:09:10.4195551Z creating build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing 2022-12-01T10:09:10.4196034Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing 2022-12-01T10:09:10.4202462Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing 2022-12-01T10:09:10.4211814Z creating build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-12-01T10:09:10.4212678Z copying torch/fx/experimental/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-12-01T10:09:10.4213735Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-12-01T10:09:10.4227727Z copying torch/fx/experimental/const_fold.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-12-01T10:09:10.4233345Z copying torch/fx/experimental/debug.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-12-01T10:09:10.4239113Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-12-01T10:09:10.4247568Z copying torch/fx/experimental/merge_matmul.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-12-01T10:09:10.4254188Z copying torch/fx/experimental/meta_tracer.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-12-01T10:09:10.4261284Z copying torch/fx/experimental/normalize.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-12-01T10:09:10.4266707Z copying torch/fx/experimental/optimization.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-12-01T10:09:10.4276800Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-12-01T10:09:10.4285067Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-12-01T10:09:10.4294589Z copying torch/fx/experimental/refinement_types.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-12-01T10:09:10.4299557Z copying torch/fx/experimental/rewriter.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-12-01T10:09:10.4304854Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-12-01T10:09:10.4312338Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-12-01T10:09:10.4321273Z copying torch/fx/experimental/unify_refinements.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental 2022-12-01T10:09:10.4332095Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-12-01T10:09:10.4332529Z copying torch/fx/passes/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-12-01T10:09:10.4338716Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-12-01T10:09:10.4344718Z copying torch/fx/passes/graph_drawer.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-12-01T10:09:10.4351306Z copying torch/fx/passes/graph_manipulation.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-12-01T10:09:10.4357139Z copying torch/fx/passes/net_min_base.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-12-01T10:09:10.4365027Z copying torch/fx/passes/operator_support.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-12-01T10:09:10.4371400Z copying torch/fx/passes/param_fetch.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-12-01T10:09:10.4377806Z copying torch/fx/passes/pass_manager.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-12-01T10:09:10.4386988Z copying torch/fx/passes/reinplace.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-12-01T10:09:10.4396301Z copying torch/fx/passes/shape_prop.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-12-01T10:09:10.4401191Z copying torch/fx/passes/split_module.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-12-01T10:09:10.4406321Z copying torch/fx/passes/split_utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-12-01T10:09:10.4412389Z copying torch/fx/passes/splitter_base.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-12-01T10:09:10.4423491Z copying torch/fx/passes/tools_common.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes 2022-12-01T10:09:10.4430780Z creating build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:10.4431419Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:10.4432166Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:10.4441031Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:10.4455736Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:10.4468434Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:10.4473597Z copying torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:10.4482050Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:10.4486647Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:10.4492350Z creating build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-12-01T10:09:10.4493069Z copying torch/fx/experimental/unification/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-12-01T10:09:10.4498729Z copying torch/fx/experimental/unification/core.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-12-01T10:09:10.4507346Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-12-01T10:09:10.4515407Z copying torch/fx/experimental/unification/match.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-12-01T10:09:10.4521050Z copying torch/fx/experimental/unification/more.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-12-01T10:09:10.4527299Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-12-01T10:09:10.4536704Z copying torch/fx/experimental/unification/utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-12-01T10:09:10.4542943Z copying torch/fx/experimental/unification/variable.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification 2022-12-01T10:09:10.4552651Z creating build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:09:10.4553211Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:09:10.4558578Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:09:10.4563565Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:09:10.4568782Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:09:10.4577898Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:09:10.4583218Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:09:10.4589803Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends 2022-12-01T10:09:10.4590416Z copying torch/fx/passes/backends/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends 2022-12-01T10:09:10.4591967Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends 2022-12-01T10:09:10.4599453Z copying torch/fx/passes/backends/nvfuser.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends 2022-12-01T10:09:10.4618200Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect 2022-12-01T10:09:10.4618644Z copying torch/fx/passes/dialect/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect 2022-12-01T10:09:10.4620559Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-12-01T10:09:10.4621662Z copying torch/fx/passes/infra/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-12-01T10:09:10.4628863Z copying torch/fx/passes/infra/partitioner.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-12-01T10:09:10.4635677Z copying torch/fx/passes/infra/pass_base.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-12-01T10:09:10.4641201Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra 2022-12-01T10:09:10.4651357Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests 2022-12-01T10:09:10.4651961Z copying torch/fx/passes/tests/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests 2022-12-01T10:09:10.4652961Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests 2022-12-01T10:09:10.4659583Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-12-01T10:09:10.4660136Z copying torch/fx/passes/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-12-01T10:09:10.4666394Z copying torch/fx/passes/utils/common.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-12-01T10:09:10.4672232Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-12-01T10:09:10.4680680Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils 2022-12-01T10:09:10.4688427Z creating build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common 2022-12-01T10:09:10.4688988Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common 2022-12-01T10:09:10.4689885Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common 2022-12-01T10:09:10.4697113Z creating build/lib.linux-x86_64-cpython-310/torch/jit/_passes 2022-12-01T10:09:10.4697576Z copying torch/jit/_passes/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/jit/_passes 2022-12-01T10:09:10.4698150Z copying torch/jit/_passes/_property_propagation.py -> build/lib.linux-x86_64-cpython-310/torch/jit/_passes 2022-12-01T10:09:10.4707809Z creating build/lib.linux-x86_64-cpython-310/torch/jit/mobile 2022-12-01T10:09:10.4708382Z copying torch/jit/mobile/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/jit/mobile 2022-12-01T10:09:10.4717712Z creating build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-12-01T10:09:10.4718187Z copying torch/masked/maskedtensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-12-01T10:09:10.4723233Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-12-01T10:09:10.4732346Z copying torch/masked/maskedtensor/binary.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-12-01T10:09:10.4738380Z copying torch/masked/maskedtensor/core.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-12-01T10:09:10.4745750Z copying torch/masked/maskedtensor/creation.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-12-01T10:09:10.4750313Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-12-01T10:09:10.4755093Z copying torch/masked/maskedtensor/reductions.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-12-01T10:09:10.4760367Z copying torch/masked/maskedtensor/unary.py -> build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor 2022-12-01T10:09:10.4767164Z creating build/lib.linux-x86_64-cpython-310/torch/nn/backends 2022-12-01T10:09:10.4767644Z copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/backends 2022-12-01T10:09:10.4768422Z copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/backends 2022-12-01T10:09:10.4774953Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic 2022-12-01T10:09:10.4775399Z copying torch/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic 2022-12-01T10:09:10.4787198Z creating build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4787708Z copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4793217Z copying torch/nn/modules/_functions.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4801303Z copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4817423Z copying torch/nn/modules/adaptive.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4824088Z copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4839736Z copying torch/nn/modules/channelshuffle.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4843800Z copying torch/nn/modules/container.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4855952Z copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4872264Z copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4882834Z copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4887219Z copying torch/nn/modules/flatten.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4895884Z copying torch/nn/modules/fold.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4910558Z copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4918396Z copying torch/nn/modules/lazy.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4924950Z copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4931779Z copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4949050Z copying torch/nn/modules/module.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4968150Z copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4974875Z copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4983362Z copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.4991587Z copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.5001932Z copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.5020200Z copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.5028657Z copying torch/nn/modules/transformer.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.5041104Z copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.5047845Z copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/modules 2022-12-01T10:09:10.5055797Z creating build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:10.5056609Z copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:10.5073262Z copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:10.5080350Z copying torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:10.5087826Z copying torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:10.5104391Z copying torch/nn/parallel/comm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:10.5116832Z copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:10.5123232Z copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:10.5149321Z copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:10.5154264Z copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:10.5161361Z copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:10.5171972Z creating build/lib.linux-x86_64-cpython-310/torch/nn/qat 2022-12-01T10:09:10.5172547Z copying torch/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat 2022-12-01T10:09:10.5178980Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantizable 2022-12-01T10:09:10.5179533Z copying torch/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantizable 2022-12-01T10:09:10.5188772Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized 2022-12-01T10:09:10.5189193Z copying torch/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized 2022-12-01T10:09:10.5207314Z copying torch/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized 2022-12-01T10:09:10.5219817Z creating build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-12-01T10:09:10.5220204Z copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-12-01T10:09:10.5225997Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-12-01T10:09:10.5231559Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-12-01T10:09:10.5240419Z copying torch/nn/utils/_stateless.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-12-01T10:09:10.5245392Z copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-12-01T10:09:10.5252923Z copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-12-01T10:09:10.5257884Z copying torch/nn/utils/fusion.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-12-01T10:09:10.5267632Z copying torch/nn/utils/init.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-12-01T10:09:10.5273298Z copying torch/nn/utils/memory_format.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-12-01T10:09:10.5277420Z copying torch/nn/utils/parametrizations.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-12-01T10:09:10.5293113Z copying torch/nn/utils/parametrize.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-12-01T10:09:10.5309490Z copying torch/nn/utils/prune.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-12-01T10:09:10.5328324Z copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-12-01T10:09:10.5335644Z copying torch/nn/utils/spectral_norm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-12-01T10:09:10.5343935Z copying torch/nn/utils/stateless.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-12-01T10:09:10.5351638Z copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils 2022-12-01T10:09:10.5362053Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules 2022-12-01T10:09:10.5362803Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules 2022-12-01T10:09:10.5373198Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules 2022-12-01T10:09:10.5380113Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat 2022-12-01T10:09:10.5380602Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat 2022-12-01T10:09:10.5387425Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized 2022-12-01T10:09:10.5388151Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized 2022-12-01T10:09:10.5395124Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-12-01T10:09:10.5396047Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-12-01T10:09:10.5400974Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-12-01T10:09:10.5409841Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-12-01T10:09:10.5418259Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules 2022-12-01T10:09:10.5427009Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic 2022-12-01T10:09:10.5427675Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic 2022-12-01T10:09:10.5440495Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-12-01T10:09:10.5440990Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-12-01T10:09:10.5447549Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-12-01T10:09:10.5453247Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-12-01T10:09:10.5460109Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules 2022-12-01T10:09:10.5478353Z creating build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules 2022-12-01T10:09:10.5479059Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules 2022-12-01T10:09:10.5485796Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules 2022-12-01T10:09:10.5492668Z creating build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic 2022-12-01T10:09:10.5493327Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic 2022-12-01T10:09:10.5499334Z creating build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-12-01T10:09:10.5499999Z copying torch/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-12-01T10:09:10.5506315Z copying torch/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-12-01T10:09:10.5517149Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-12-01T10:09:10.5525883Z copying torch/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules 2022-12-01T10:09:10.5532569Z creating build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules 2022-12-01T10:09:10.5533051Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules 2022-12-01T10:09:10.5540086Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules 2022-12-01T10:09:10.5546496Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules 2022-12-01T10:09:10.5546965Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules 2022-12-01T10:09:10.5552346Z copying torch/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules 2022-12-01T10:09:10.5560860Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules 2022-12-01T10:09:10.5566660Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference 2022-12-01T10:09:10.5567202Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference 2022-12-01T10:09:10.5589013Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic 2022-12-01T10:09:10.5589458Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic 2022-12-01T10:09:10.5596536Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-12-01T10:09:10.5596990Z copying torch/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-12-01T10:09:10.5605401Z copying torch/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-12-01T10:09:10.5611828Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-12-01T10:09:10.5624189Z copying torch/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-12-01T10:09:10.5629888Z copying torch/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-12-01T10:09:10.5635398Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-12-01T10:09:10.5641494Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-12-01T10:09:10.5648308Z copying torch/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-12-01T10:09:10.5652763Z copying torch/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-12-01T10:09:10.5658109Z copying torch/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-12-01T10:09:10.5663670Z copying torch/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules 2022-12-01T10:09:10.5673415Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-12-01T10:09:10.5673931Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-12-01T10:09:10.5685547Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-12-01T10:09:10.5691176Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-12-01T10:09:10.5696863Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-12-01T10:09:10.5702183Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-12-01T10:09:10.5708062Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules 2022-12-01T10:09:10.5714019Z creating build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-12-01T10:09:10.5714582Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-12-01T10:09:10.5724519Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-12-01T10:09:10.5730098Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-12-01T10:09:10.5735549Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules 2022-12-01T10:09:10.5743397Z creating build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-12-01T10:09:10.5743893Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-12-01T10:09:10.5749105Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-12-01T10:09:10.5754214Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-12-01T10:09:10.5763592Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-12-01T10:09:10.5769015Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-12-01T10:09:10.5773831Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-12-01T10:09:10.5782177Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-12-01T10:09:10.5787292Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-12-01T10:09:10.5795085Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-12-01T10:09:10.5800285Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights 2022-12-01T10:09:10.5807468Z creating build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-12-01T10:09:10.5808000Z copying torch/onnx/_internal/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-12-01T10:09:10.5808847Z copying torch/onnx/_internal/_beartype.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-12-01T10:09:10.5813750Z copying torch/onnx/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-12-01T10:09:10.5823584Z copying torch/onnx/_internal/registration.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal 2022-12-01T10:09:10.5830702Z creating build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics 2022-12-01T10:09:10.5831197Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics 2022-12-01T10:09:10.5836780Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics 2022-12-01T10:09:10.5842930Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics 2022-12-01T10:09:10.5849237Z creating build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:09:10.5849758Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:09:10.5854886Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:09:10.5862480Z copying torch/onnx/_internal/diagnostics/infra/engine.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:09:10.5867399Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:09:10.5882606Z creating build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5883140Z copying torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5890843Z copying torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5898717Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5905896Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5922233Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5929530Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5934546Z copying torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5940304Z copying torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5945508Z copying torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5950565Z copying torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5956195Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5960539Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5969395Z copying torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5973546Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5978614Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5982554Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5989062Z copying torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.5996450Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6001654Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6006233Z copying torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6011929Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6016612Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6022352Z copying torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6029210Z copying torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6037542Z copying torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6042355Z copying torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6048131Z copying torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6052569Z copying torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6060852Z copying torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6065500Z copying torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6069795Z copying torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6073773Z copying torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6081701Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6086217Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6091391Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6096364Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6101591Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6106140Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6110891Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6115826Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6120671Z copying torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6125971Z copying torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6140051Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6140996Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6143684Z copying torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6148363Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6152679Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6160287Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6164764Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6170333Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6174201Z copying torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6179665Z copying torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6185800Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6190050Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6195167Z copying torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:10.6200303Z creating build/lib.linux-x86_64-cpython-310/torch/optim/_multi_tensor 2022-12-01T10:09:10.6201083Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/optim/_multi_tensor 2022-12-01T10:09:10.6208985Z creating build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-12-01T10:09:10.6209576Z copying torch/package/analyze/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-12-01T10:09:10.6214742Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-12-01T10:09:10.6221855Z copying torch/package/analyze/is_from_package.py -> build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-12-01T10:09:10.6227371Z copying torch/package/analyze/trace_dependencies.py -> build/lib.linux-x86_64-cpython-310/torch/package/analyze 2022-12-01T10:09:10.6233895Z creating build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-12-01T10:09:10.6234527Z copying torch/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-12-01T10:09:10.6239423Z copying torch/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-12-01T10:09:10.6244311Z copying torch/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-12-01T10:09:10.6252395Z copying torch/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-12-01T10:09:10.6258084Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-12-01T10:09:10.6263978Z copying torch/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-12-01T10:09:10.6269854Z copying torch/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-12-01T10:09:10.6275137Z copying torch/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-12-01T10:09:10.6279774Z copying torch/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-12-01T10:09:10.6297382Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-12-01T10:09:10.6304162Z copying torch/quantization/fx/quantization_types.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-12-01T10:09:10.6308481Z copying torch/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-310/torch/quantization/fx 2022-12-01T10:09:10.6315996Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6316420Z copying torch/testing/_internal/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6317585Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6324721Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6332297Z copying torch/testing/_internal/common_cuda.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6340067Z copying torch/testing/_internal/common_device_type.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6362021Z copying torch/testing/_internal/common_distributed.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6371186Z copying torch/testing/_internal/common_dtype.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6377054Z copying torch/testing/_internal/common_fsdp.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6392520Z copying torch/testing/_internal/common_jit.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6399502Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6451526Z copying torch/testing/_internal/common_modules.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6467947Z copying torch/testing/_internal/common_nn.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6514793Z copying torch/testing/_internal/common_quantization.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6533704Z copying torch/testing/_internal/common_quantized.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6542233Z copying torch/testing/_internal/common_subclass.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6548955Z copying torch/testing/_internal/common_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6566847Z copying torch/testing/_internal/composite_compliance.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6576247Z copying torch/testing/_internal/dist_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6581855Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6588556Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6601972Z copying torch/testing/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6613345Z copying torch/testing/_internal/logging_tensor.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6619628Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6627516Z copying torch/testing/_internal/schema_check_mode.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal 2022-12-01T10:09:10.6633792Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen 2022-12-01T10:09:10.6634324Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen 2022-12-01T10:09:10.6635652Z copying torch/testing/_internal/codegen/random_topo_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen 2022-12-01T10:09:10.6644734Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data 2022-12-01T10:09:10.6645232Z copying torch/testing/_internal/data/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data 2022-12-01T10:09:10.6646085Z copying torch/testing/_internal/data/network1.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data 2022-12-01T10:09:10.6651021Z copying torch/testing/_internal/data/network2.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data 2022-12-01T10:09:10.6657451Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-12-01T10:09:10.6658095Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-12-01T10:09:10.6659079Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-12-01T10:09:10.6670268Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-12-01T10:09:10.6696823Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-12-01T10:09:10.6703606Z copying torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-12-01T10:09:10.6716814Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed 2022-12-01T10:09:10.6743206Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated 2022-12-01T10:09:10.6743967Z copying torch/testing/_internal/generated/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated 2022-12-01T10:09:10.6744906Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated 2022-12-01T10:09:10.6778021Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-12-01T10:09:10.6778682Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-12-01T10:09:10.6785072Z copying torch/testing/_internal/opinfo/core.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-12-01T10:09:10.6802724Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-12-01T10:09:10.6808635Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo 2022-12-01T10:09:10.6814554Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module 2022-12-01T10:09:10.6815095Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module 2022-12-01T10:09:10.6816163Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module 2022-12-01T10:09:10.6822214Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module 2022-12-01T10:09:10.6828095Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard 2022-12-01T10:09:10.6828659Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard 2022-12-01T10:09:10.6829436Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard 2022-12-01T10:09:10.6836124Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn 2022-12-01T10:09:10.6836666Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn 2022-12-01T10:09:10.6838523Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/pipeline 2022-12-01T10:09:10.6839081Z copying torch/testing/_internal/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/pipeline 2022-12-01T10:09:10.6841552Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:10.6842293Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:10.6843272Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:10.6858084Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:10.6863165Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:10.6868710Z copying torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:10.6874756Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:10.6880668Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:10.6901757Z copying torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:10.6907918Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-12-01T10:09:10.6908579Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-12-01T10:09:10.6913913Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-12-01T10:09:10.6919555Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-12-01T10:09:10.6928660Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/api 2022-12-01T10:09:10.6929333Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/api 2022-12-01T10:09:10.6930263Z copying torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/api 2022-12-01T10:09:10.6944272Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples 2022-12-01T10:09:10.6945014Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples 2022-12-01T10:09:10.6945713Z copying torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples 2022-12-01T10:09:10.6952974Z copying torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples 2022-12-01T10:09:10.6970572Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:09:10.6971157Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:09:10.6972121Z copying torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:09:10.6983982Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:09:10.6999920Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:09:10.7007367Z creating build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-12-01T10:09:10.7007949Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-12-01T10:09:10.7013579Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-12-01T10:09:10.7024322Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-12-01T10:09:10.7031906Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-12-01T10:09:10.7046385Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions 2022-12-01T10:09:10.7056822Z creating build/lib.linux-x86_64-cpython-310/torch/utils/backcompat 2022-12-01T10:09:10.7057245Z copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/backcompat 2022-12-01T10:09:10.7063550Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark 2022-12-01T10:09:10.7063953Z copying torch/utils/benchmark/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark 2022-12-01T10:09:10.7070816Z creating build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck 2022-12-01T10:09:10.7071236Z copying torch/utils/bottleneck/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck 2022-12-01T10:09:10.7072150Z copying torch/utils/bottleneck/__main__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck 2022-12-01T10:09:10.7082238Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-12-01T10:09:10.7082875Z copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-12-01T10:09:10.7087639Z copying torch/utils/data/backward_compatibility.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-12-01T10:09:10.7092566Z copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-12-01T10:09:10.7110603Z copying torch/utils/data/dataloader_experimental.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-12-01T10:09:10.7116968Z copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-12-01T10:09:10.7124852Z copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-12-01T10:09:10.7131676Z copying torch/utils/data/graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-12-01T10:09:10.7139488Z copying torch/utils/data/graph_settings.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-12-01T10:09:10.7148197Z copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data 2022-12-01T10:09:10.7158717Z creating build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-12-01T10:09:10.7159522Z copying torch/utils/hipify/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-12-01T10:09:10.7164218Z copying torch/utils/hipify/constants.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-12-01T10:09:10.7170764Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-12-01T10:09:10.7199173Z copying torch/utils/hipify/hipify_python.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-12-01T10:09:10.7210273Z copying torch/utils/hipify/version.py -> build/lib.linux-x86_64-cpython-310/torch/utils/hipify 2022-12-01T10:09:10.7216419Z creating build/lib.linux-x86_64-cpython-310/torch/utils/jit 2022-12-01T10:09:10.7216836Z copying torch/utils/jit/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/jit 2022-12-01T10:09:10.7222089Z copying torch/utils/jit/log_extract.py -> build/lib.linux-x86_64-cpython-310/torch/utils/jit 2022-12-01T10:09:10.7229063Z creating build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-12-01T10:09:10.7229722Z copying torch/utils/model_dump/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-12-01T10:09:10.7236861Z copying torch/utils/model_dump/__main__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-12-01T10:09:10.7244206Z creating build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-12-01T10:09:10.7244808Z copying torch/utils/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-12-01T10:09:10.7250601Z copying torch/utils/tensorboard/_caffe2_graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-12-01T10:09:10.7257135Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-12-01T10:09:10.7261821Z copying torch/utils/tensorboard/_embedding.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-12-01T10:09:10.7266890Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-12-01T10:09:10.7272188Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-12-01T10:09:10.7277469Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-12-01T10:09:10.7283376Z copying torch/utils/tensorboard/_utils.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-12-01T10:09:10.7290346Z copying torch/utils/tensorboard/summary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-12-01T10:09:10.7299160Z copying torch/utils/tensorboard/writer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard 2022-12-01T10:09:10.7314630Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-12-01T10:09:10.7315454Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-12-01T10:09:10.7316171Z copying torch/utils/benchmark/examples/blas_compare.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-12-01T10:09:10.7321846Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-12-01T10:09:10.7327337Z copying torch/utils/benchmark/examples/compare.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-12-01T10:09:10.7332829Z copying torch/utils/benchmark/examples/end_to_end.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-12-01T10:09:10.7350340Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-12-01T10:09:10.7355516Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-12-01T10:09:10.7360755Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-12-01T10:09:10.7366799Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples 2022-12-01T10:09:10.7378812Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-12-01T10:09:10.7379393Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-12-01T10:09:10.7380350Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-12-01T10:09:10.7389109Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-12-01T10:09:10.7394570Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-12-01T10:09:10.7403195Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-12-01T10:09:10.7409388Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers 2022-12-01T10:09:10.7427872Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-12-01T10:09:10.7428344Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-12-01T10:09:10.7429292Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-12-01T10:09:10.7434574Z copying torch/utils/benchmark/utils/common.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-12-01T10:09:10.7442840Z copying torch/utils/benchmark/utils/compare.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-12-01T10:09:10.7453524Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-12-01T10:09:10.7459577Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-12-01T10:09:10.7465641Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-12-01T10:09:10.7471727Z copying torch/utils/benchmark/utils/timer.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-12-01T10:09:10.7481515Z creating build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:09:10.7482224Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:09:10.7483136Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:09:10.7499964Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-12-01T10:09:10.7500386Z copying torch/utils/data/_utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-12-01T10:09:10.7505681Z copying torch/utils/data/_utils/collate.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-12-01T10:09:10.7510851Z copying torch/utils/data/_utils/fetch.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-12-01T10:09:10.7515979Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-12-01T10:09:10.7522083Z copying torch/utils/data/_utils/serialization.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-12-01T10:09:10.7526935Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-12-01T10:09:10.7535634Z copying torch/utils/data/_utils/worker.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils 2022-12-01T10:09:10.7545487Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/communication 2022-12-01T10:09:10.7545972Z copying torch/utils/data/communication/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/communication 2022-12-01T10:09:10.7562492Z copying torch/utils/data/communication/eventloop.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/communication 2022-12-01T10:09:10.7568317Z copying torch/utils/data/communication/iter.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/communication 2022-12-01T10:09:10.7578031Z copying torch/utils/data/communication/map.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/communication 2022-12-01T10:09:10.7585473Z copying torch/utils/data/communication/messages.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/communication 2022-12-01T10:09:10.7590996Z copying torch/utils/data/communication/protocol.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/communication 2022-12-01T10:09:10.7598572Z copying torch/utils/data/communication/queue.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/communication 2022-12-01T10:09:10.7604993Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-12-01T10:09:10.7605484Z copying torch/utils/data/datapipes/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-12-01T10:09:10.7610215Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-12-01T10:09:10.7615829Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-12-01T10:09:10.7622873Z copying torch/utils/data/datapipes/_typing.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-12-01T10:09:10.7630103Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-12-01T10:09:10.7638599Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-12-01T10:09:10.7646061Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-12-01T10:09:10.7646581Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-12-01T10:09:10.7653622Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-12-01T10:09:10.7659358Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-12-01T10:09:10.7668942Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-12-01T10:09:10.7674016Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe 2022-12-01T10:09:10.7684871Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-12-01T10:09:10.7685361Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-12-01T10:09:10.7693217Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-12-01T10:09:10.7699331Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-12-01T10:09:10.7713961Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-12-01T10:09:10.7720385Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-12-01T10:09:10.7729550Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-12-01T10:09:10.7734839Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-12-01T10:09:10.7742237Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-12-01T10:09:10.7747744Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-12-01T10:09:10.7754233Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-12-01T10:09:10.7759608Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter 2022-12-01T10:09:10.7766039Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-12-01T10:09:10.7766493Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-12-01T10:09:10.7772390Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-12-01T10:09:10.7777693Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-12-01T10:09:10.7783510Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-12-01T10:09:10.7788524Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-12-01T10:09:10.7792912Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map 2022-12-01T10:09:10.7799905Z creating build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-12-01T10:09:10.7800629Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-12-01T10:09:10.7801614Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-12-01T10:09:10.7807046Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-12-01T10:09:10.7813162Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils 2022-12-01T10:09:10.7819935Z creating build/lib.linux-x86_64-cpython-310/torchgen/api 2022-12-01T10:09:10.7820463Z copying torchgen/api/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-12-01T10:09:10.7821267Z copying torchgen/api/autograd.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-12-01T10:09:10.7829996Z copying torchgen/api/cpp.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-12-01T10:09:10.7835753Z copying torchgen/api/dispatcher.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-12-01T10:09:10.7841748Z copying torchgen/api/functionalization.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-12-01T10:09:10.7847228Z copying torchgen/api/lazy.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-12-01T10:09:10.7856282Z copying torchgen/api/meta.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-12-01T10:09:10.7862264Z copying torchgen/api/native.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-12-01T10:09:10.7874434Z copying torchgen/api/python.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-12-01T10:09:10.7889176Z copying torchgen/api/structured.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-12-01T10:09:10.7895176Z copying torchgen/api/translate.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-12-01T10:09:10.7903653Z copying torchgen/api/types.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-12-01T10:09:10.7911328Z copying torchgen/api/ufunc.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-12-01T10:09:10.7916683Z copying torchgen/api/unboxing.py -> build/lib.linux-x86_64-cpython-310/torchgen/api 2022-12-01T10:09:10.7926521Z creating build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-12-01T10:09:10.7927009Z copying torchgen/dest/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-12-01T10:09:10.7933140Z copying torchgen/dest/lazy_ir.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-12-01T10:09:10.7940091Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-12-01T10:09:10.7945263Z copying torchgen/dest/native_functions.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-12-01T10:09:10.7951067Z copying torchgen/dest/register_dispatch_key.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-12-01T10:09:10.7963632Z copying torchgen/dest/ufunc.py -> build/lib.linux-x86_64-cpython-310/torchgen/dest 2022-12-01T10:09:10.7970432Z creating build/lib.linux-x86_64-cpython-310/torchgen/operator_versions 2022-12-01T10:09:10.7971120Z copying torchgen/operator_versions/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/operator_versions 2022-12-01T10:09:10.7971756Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.linux-x86_64-cpython-310/torchgen/operator_versions 2022-12-01T10:09:10.7990100Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.linux-x86_64-cpython-310/torchgen/operator_versions 2022-12-01T10:09:10.7997395Z creating build/lib.linux-x86_64-cpython-310/torchgen/selective_build 2022-12-01T10:09:10.7997877Z copying torchgen/selective_build/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/selective_build 2022-12-01T10:09:10.7998966Z copying torchgen/selective_build/operator.py -> build/lib.linux-x86_64-cpython-310/torchgen/selective_build 2022-12-01T10:09:10.8004676Z copying torchgen/selective_build/selector.py -> build/lib.linux-x86_64-cpython-310/torchgen/selective_build 2022-12-01T10:09:10.8012941Z creating build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-12-01T10:09:10.8013493Z copying torchgen/static_runtime/__init__.py -> build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-12-01T10:09:10.8014340Z copying torchgen/static_runtime/config.py -> build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-12-01T10:09:10.8020508Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-12-01T10:09:10.8026399Z copying torchgen/static_runtime/generator.py -> build/lib.linux-x86_64-cpython-310/torchgen/static_runtime 2022-12-01T10:09:10.9620274Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data 2022-12-01T10:09:10.9620757Z creating build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9621353Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9626761Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9631924Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9637607Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9643145Z copying caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9648549Z copying caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9656012Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9667465Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9672914Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9678461Z copying caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9684122Z copying caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9690781Z copying caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9696030Z copying caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9702971Z copying caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9708199Z copying caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9713372Z copying caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9723040Z copying caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9727667Z copying caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9746413Z copying caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9754133Z copying caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9759345Z copying caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9764233Z copying caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9771494Z copying caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9776362Z copying caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9781238Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9787026Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9792307Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9800114Z copying caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9810674Z copying caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9815608Z copying caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9839825Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9847072Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9851637Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9855588Z copying caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9859727Z copying caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9866380Z copying caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9870666Z copying caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9879156Z copying caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9883732Z copying caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9887693Z copying caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9898117Z copying caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9902229Z copying caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9906843Z copying caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9911170Z copying caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9918355Z copying caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9923126Z copying caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9941751Z copying caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9949151Z copying caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9958800Z copying caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9963393Z copying caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9967573Z copying caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9972108Z copying caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9978364Z copying caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9983282Z copying caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9988195Z copying caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:10.9992769Z copying caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0000919Z copying caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0006323Z copying caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0011216Z copying caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0015528Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0027265Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0032204Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0039646Z copying caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0044626Z copying caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0050673Z copying caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0055730Z copying caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0070508Z copying caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0075877Z copying caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0083948Z copying caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0087968Z copying caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0092364Z copying caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0098334Z copying caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0103620Z copying caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0107928Z copying caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0113368Z copying caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0118035Z copying caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0123146Z copying caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0129028Z copying caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0134010Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0138641Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0144833Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0149220Z copying caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0153517Z copying caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0158136Z copying caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0164712Z copying caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0170289Z copying caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0176644Z copying caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0181182Z copying caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0189639Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0194173Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0198868Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0202942Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0209228Z copying caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0214270Z copying caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0220855Z copying caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0225561Z copying caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0233236Z copying caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0237964Z copying caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0241840Z copying caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0245835Z copying caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0254665Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0261481Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0268422Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0274327Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0280666Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0299165Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0307717Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0316423Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0320989Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0328734Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0334027Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0339727Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0345291Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0351952Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0356861Z copying caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0364388Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0369382Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0374542Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0378558Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0385583Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0390264Z copying caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0396710Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0400876Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0409660Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0414604Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0421368Z copying caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0428889Z copying caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0435390Z copying caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0440221Z copying caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0461495Z copying caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0466145Z copying caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0478625Z copying caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0485721Z copying caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0490654Z copying caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0496690Z copying caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0501166Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0506267Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0510120Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0514682Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0526873Z copying caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0531552Z copying caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0541100Z copying caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0545384Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0549435Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0553276Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0559234Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0563839Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0568979Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0573449Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0581705Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0585673Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0590335Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0594246Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0602550Z copying caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0606395Z copying caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0610983Z copying caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip -> build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:11.0617148Z copying torch/py.typed -> build/lib.linux-x86_64-cpython-310/torch 2022-12-01T10:09:11.0618406Z creating build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0619304Z copying torch/bin/protoc-3.13.0.0 -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0651807Z copying torch/bin/protoc -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0684368Z copying torch/bin/test_jit -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0760415Z copying torch/bin/test_tensorexpr -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0819043Z copying torch/bin/tutorial_tensorexpr -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0821461Z copying torch/bin/FileStoreTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0826527Z copying torch/bin/TCPStoreTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0831906Z copying torch/bin/HashStoreTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0837042Z copying torch/bin/ProcessGroupGlooTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0842837Z copying torch/bin/ProcessGroupNCCLTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0848278Z copying torch/bin/ProcessGroupNCCLErrorsTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0853579Z copying torch/bin/ProcessGroupUCCTest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0858608Z copying torch/bin/ProcessGroupMPITest -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0860942Z copying torch/bin/test_dist_autograd -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0866246Z copying torch/bin/test_cpp_rpc -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0872298Z copying torch/bin/test_api -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0959142Z copying torch/bin/test_mobile_nnc -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0964978Z copying torch/bin/aot_model_compiler_test -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0966625Z copying torch/bin/test_lazy -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0996345Z copying torch/bin/torch_shm_manager -> build/lib.linux-x86_64-cpython-310/torch/bin 2022-12-01T10:09:11.0997423Z creating build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.0998245Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1003443Z copying torch/test/c10_DeviceGuard_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1008296Z copying torch/test/c10_Device_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1012971Z copying torch/test/c10_DispatchKeySet_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1018282Z copying torch/test/c10_StreamGuard_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1022735Z copying torch/test/c10_SymInt_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1027974Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1033106Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1038426Z copying torch/test/c10_SizesAndStrides_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1043536Z copying torch/test/c10_Array_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1048050Z copying torch/test/c10_Bitset_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1053065Z copying torch/test/c10_C++17_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1058025Z copying torch/test/c10_ConstexprCrc_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1062592Z copying torch/test/c10_DeadlockDetection_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1067220Z copying torch/test/c10_Half_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1071902Z copying torch/test/c10_LeftRight_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1077368Z copying torch/test/c10_Metaprogramming_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1083120Z copying torch/test/c10_SmallVectorTest -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1096244Z copying torch/test/c10_Synchronized_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1100896Z copying torch/test/c10_ThreadLocal_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1106220Z copying torch/test/c10_TypeIndex_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1111058Z copying torch/test/c10_TypeList_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1116119Z copying torch/test/c10_TypeTraits_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1120756Z copying torch/test/c10_accumulate_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1125335Z copying torch/test/c10_bfloat16_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1131597Z copying torch/test/c10_complex_math_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1138066Z copying torch/test/c10_complex_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1144483Z copying torch/test/c10_either_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1155289Z copying torch/test/c10_exception_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1160347Z copying torch/test/c10_flags_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1165501Z copying torch/test/c10_intrusive_ptr_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1180309Z copying torch/test/c10_irange_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1185092Z copying torch/test/c10_logging_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1190385Z copying torch/test/c10_optional_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1197097Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1202708Z copying torch/test/c10_registry_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1207819Z copying torch/test/c10_string_view_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1213120Z copying torch/test/c10_tempfile_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1217973Z copying torch/test/c10_typeid_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1223072Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1227962Z copying torch/test/c10_cuda_CUDATest -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1232670Z copying torch/test/Dict_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1239391Z copying torch/test/Dimname_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1244293Z copying torch/test/MaybeOwned_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1250054Z copying torch/test/NamedTensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1255332Z copying torch/test/apply_utils_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1260752Z copying torch/test/atest -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1266004Z copying torch/test/basic -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1271317Z copying torch/test/broadcast_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1276517Z copying torch/test/cpu_generator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1281894Z copying torch/test/cpu_profiling_allocator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1286737Z copying torch/test/cpu_rng_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1294304Z copying torch/test/dispatch_key_set_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1299007Z copying torch/test/dlconvertor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1303785Z copying torch/test/extension_backend_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1308984Z copying torch/test/half_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1314266Z copying torch/test/ivalue_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1322081Z copying torch/test/lazy_tensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1326671Z copying torch/test/math_kernel_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1331631Z copying torch/test/memory_format_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1336538Z copying torch/test/memory_overlapping_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1341440Z copying torch/test/mobile_memory_cleanup -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1346389Z copying torch/test/native_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1351504Z copying torch/test/operator_name_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1356536Z copying torch/test/operators_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1361274Z copying torch/test/packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1366123Z copying torch/test/pow_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1371837Z copying torch/test/quantized_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1377063Z copying torch/test/reduce_ops_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1381683Z copying torch/test/reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1386970Z copying torch/test/scalar_tensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1392099Z copying torch/test/scalar_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1397589Z copying torch/test/stride_properties_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1402387Z copying torch/test/tensor_iterator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1409410Z copying torch/test/test_parallel -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1414432Z copying torch/test/thread_init_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1415544Z copying torch/test/type_ptr_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1421087Z copying torch/test/type_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1426400Z copying torch/test/undefined_tensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1431321Z copying torch/test/variant_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1436100Z copying torch/test/verify_api_visibility -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1437045Z copying torch/test/vmap_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1443367Z copying torch/test/weakref_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1448404Z copying torch/test/wrapdim_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1452949Z copying torch/test/xla_tensor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1457486Z copying torch/test/IListRef_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1462632Z copying torch/test/List_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1471454Z copying torch/test/KernelFunction_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1477044Z copying torch/test/kernel_function_legacy_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1486301Z copying torch/test/kernel_function_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1493880Z copying torch/test/kernel_lambda_legacy_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1504072Z copying torch/test/kernel_lambda_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1512431Z copying torch/test/kernel_stackbased_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1517496Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1524691Z copying torch/test/CppSignature_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1529166Z copying torch/test/backend_fallback_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1533480Z copying torch/test/op_allowlist_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1537611Z copying torch/test/op_registration_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1562368Z copying torch/test/inline_container_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1566606Z copying torch/test/cuda_apply_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1570891Z copying torch/test/cuda_atomic_ops_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1575720Z copying torch/test/cuda_caching_host_allocator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1580092Z copying torch/test/cuda_complex_math_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1585337Z copying torch/test/cuda_complex_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1589995Z copying torch/test/cuda_cub_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1594720Z copying torch/test/cuda_device_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1599047Z copying torch/test/cuda_distributions_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1604114Z copying torch/test/cuda_dlconvertor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1608483Z copying torch/test/cuda_generator_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1613251Z copying torch/test/cuda_half_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1617357Z copying torch/test/cuda_integer_divider_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1621486Z copying torch/test/cuda_optional_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1625596Z copying torch/test/cuda_packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1629744Z copying torch/test/cuda_reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1633945Z copying torch/test/cuda_stream_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1639096Z copying torch/test/cuda_vectorized_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1643310Z copying torch/test/cuda_cudnn_test -> build/lib.linux-x86_64-cpython-310/torch/test 2022-12-01T10:09:11.1647349Z creating build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1647992Z copying torch/_C/_autograd.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1655495Z copying torch/_C/_cudnn.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1662939Z copying torch/_C/_distributed_autograd.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1668369Z copying torch/_C/_distributed_c10d.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1676867Z copying torch/_C/_distributed_rpc.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1681693Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1687838Z copying torch/_C/_functions.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1694655Z copying torch/_C/_functorch.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1700130Z copying torch/_C/_itt.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1705955Z copying torch/_C/_lazy.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1710874Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1717226Z copying torch/_C/_monitor.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1723113Z copying torch/_C/_nvtx.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1728064Z copying torch/_C/_onnx.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1732958Z copying torch/_C/_profiler.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1738215Z copying torch/_C/_verbose.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1742610Z copying torch/_C/__init__.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1759599Z copying torch/_C/_VariableFunctions.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1781475Z copying torch/_C/_nn.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C 2022-12-01T10:09:11.1787870Z creating build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer 2022-12-01T10:09:11.1788271Z copying torch/_C_flatbuffer/__init__.pyi -> build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer 2022-12-01T10:09:11.1797979Z copying torch/optim/__init__.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:11.1803140Z copying torch/optim/adadelta.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:11.1812253Z copying torch/optim/adagrad.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:11.1818104Z copying torch/optim/adam.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:11.1822956Z copying torch/optim/adamax.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:11.1829695Z copying torch/optim/adamw.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:11.1837944Z copying torch/optim/asgd.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:11.1843171Z copying torch/optim/lbfgs.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:11.1848005Z copying torch/optim/lr_scheduler.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:11.1853595Z copying torch/optim/nadam.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:11.1859232Z copying torch/optim/optimizer.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:11.1865103Z copying torch/optim/radam.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:11.1869882Z copying torch/optim/rmsprop.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:11.1876060Z copying torch/optim/rprop.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:11.1880832Z copying torch/optim/sgd.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:11.1885939Z copying torch/optim/sparse_adam.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:11.1891536Z copying torch/optim/swa_utils.pyi -> build/lib.linux-x86_64-cpython-310/torch/optim 2022-12-01T10:09:11.1897144Z copying torch/nn/parameter.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-12-01T10:09:11.1904114Z copying torch/nn/functional.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn 2022-12-01T10:09:11.1914457Z copying torch/nn/parallel/__init__.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:11.1919728Z copying torch/nn/parallel/common_types.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:11.1925560Z copying torch/nn/parallel/data_parallel.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:11.1931174Z copying torch/nn/parallel/distributed.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:11.1936986Z copying torch/nn/parallel/parallel_apply.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:11.1943426Z copying torch/nn/parallel/replicate.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:11.1950300Z copying torch/nn/parallel/scatter_gather.pyi -> build/lib.linux-x86_64-cpython-310/torch/nn/parallel 2022-12-01T10:09:11.1956032Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes 2022-12-01T10:09:11.1961569Z creating build/lib.linux-x86_64-cpython-310/torch/lib 2022-12-01T10:09:11.1962208Z copying torch/lib/libc10.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-12-01T10:09:11.1968542Z copying torch/lib/libc10_cuda.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-12-01T10:09:11.1972773Z copying torch/lib/libcaffe2_nvrtc.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-12-01T10:09:11.1973886Z copying torch/lib/libtorch_cuda_linalg.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-12-01T10:09:11.2451912Z copying torch/lib/libtorch_cpu.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-12-01T10:09:11.4041316Z copying torch/lib/libtorch_cuda.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-12-01T10:09:11.4041751Z copying torch/lib/libtorch_cuda_cu.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-12-01T10:09:11.5102583Z copying torch/lib/libtorch_cuda_cpp.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-12-01T10:09:11.5284341Z copying torch/lib/libtorch.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-12-01T10:09:11.5285208Z copying torch/lib/libtorch_global_deps.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-12-01T10:09:11.5285617Z copying torch/lib/libtorchbind_test.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-12-01T10:09:11.5291420Z copying torch/lib/libjitbackend_test.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-12-01T10:09:11.5294129Z copying torch/lib/libbackend_with_compiler.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-12-01T10:09:11.5297146Z copying torch/lib/libc10d_cuda_test.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-12-01T10:09:11.5298057Z copying torch/lib/libtorch_python.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-12-01T10:09:11.5417196Z copying torch/lib/libshm.so -> build/lib.linux-x86_64-cpython-310/torch/lib 2022-12-01T10:09:11.5418542Z creating build/lib.linux-x86_64-cpython-310/torch/include 2022-12-01T10:09:11.5418963Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5419369Z copying torch/include/ATen/ATen.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5420665Z copying torch/include/ATen/AccumulateType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5421758Z copying torch/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5423018Z copying torch/include/ATen/Backend.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5424056Z copying torch/include/ATen/Backtrace.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5424928Z copying torch/include/ATen/BatchedFallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5425996Z copying torch/include/ATen/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5427792Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5428784Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5429951Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5430914Z copying torch/include/ATen/CollapseDims.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5432244Z copying torch/include/ATen/Config.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5433841Z copying torch/include/ATen/Context.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5436000Z copying torch/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5436804Z copying torch/include/ATen/Device.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5437899Z copying torch/include/ATen/DeviceGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5438969Z copying torch/include/ATen/DimVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5440531Z copying torch/include/ATen/Dimname.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5441639Z copying torch/include/ATen/Dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5443242Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5444247Z copying torch/include/ATen/EmptyTensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5445281Z copying torch/include/ATen/ExpandBase.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5446460Z copying torch/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5447674Z copying torch/include/ATen/Formatting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5448903Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5450044Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5451251Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5452554Z copying torch/include/ATen/Generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5453809Z copying torch/include/ATen/InferSize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5454738Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5455734Z copying torch/include/ATen/Layout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5456960Z copying torch/include/ATen/LinalgBackend.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5457813Z copying torch/include/ATen/MapAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5459225Z copying torch/include/ATen/MatrixRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5459814Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5461319Z copying torch/include/ATen/NamedTensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5462228Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5463429Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5464554Z copying torch/include/ATen/NumericUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5465368Z copying torch/include/ATen/OpMathType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5466728Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5467445Z copying torch/include/ATen/PTThreadPool.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5468571Z copying torch/include/ATen/PadNd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5469623Z copying torch/include/ATen/Parallel-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5470733Z copying torch/include/ATen/Parallel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5471880Z copying torch/include/ATen/ParallelFuture.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5472675Z copying torch/include/ATen/ParallelNative.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5473610Z copying torch/include/ATen/ParallelNativeTBB.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5474560Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5476036Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5476971Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5478299Z copying torch/include/ATen/Scalar.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5478969Z copying torch/include/ATen/ScalarOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5480095Z copying torch/include/ATen/ScalarType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5481159Z copying torch/include/ATen/SequenceNumber.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5483049Z copying torch/include/ATen/SmallVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5483824Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5484462Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5485505Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5486707Z copying torch/include/ATen/SparseTensorUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5488188Z copying torch/include/ATen/Storage.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5489241Z copying torch/include/ATen/Tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5489922Z copying torch/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5491141Z copying torch/include/ATen/TensorGeometry.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5492142Z copying torch/include/ATen/TensorIndexing.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5493575Z copying torch/include/ATen/TensorIterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5495094Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5495992Z copying torch/include/ATen/TensorMeta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5497158Z copying torch/include/ATen/TensorNames.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5498601Z copying torch/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5499118Z copying torch/include/ATen/TensorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5500149Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5501269Z copying torch/include/ATen/TensorUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5502317Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5503415Z copying torch/include/ATen/TracerMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5504530Z copying torch/include/ATen/TypeDefault.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5505931Z copying torch/include/ATen/Utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5506923Z copying torch/include/ATen/Version.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5508326Z copying torch/include/ATen/VmapMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5509149Z copying torch/include/ATen/VmapTransforms.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5510515Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5511991Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5512982Z copying torch/include/ATen/autocast_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5514277Z copying torch/include/ATen/ceil_div.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5515896Z copying torch/include/ATen/code_template.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5516933Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5518222Z copying torch/include/ATen/div_rtn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5519461Z copying torch/include/ATen/dlpack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5520379Z copying torch/include/ATen/jit_macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5521795Z copying torch/include/ATen/jiterator_macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5522720Z copying torch/include/ATen/record_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5524233Z copying torch/include/ATen/CPUFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5525588Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5526737Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5527774Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5529178Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5530247Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5533165Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5534340Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5535874Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5536949Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5537794Z copying torch/include/ATen/Functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5539207Z copying torch/include/ATen/MetaFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5540280Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5541941Z copying torch/include/ATen/MethodOperators.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5542944Z copying torch/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5544324Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5545661Z copying torch/include/ATen/Operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5547228Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5559588Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5565742Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5577081Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5578025Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen 2022-12-01T10:09:11.5579548Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu 2022-12-01T10:09:11.5580060Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu 2022-12-01T10:09:11.5580951Z copying torch/include/ATen/cpu/vml.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu 2022-12-01T10:09:11.5582111Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-12-01T10:09:11.5582798Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:11.5583668Z copying torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:11.5584596Z copying torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:11.5585762Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:11.5586791Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:11.5587931Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:11.5589116Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:11.5590190Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:11.5591225Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:11.5592523Z copying torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:11.5593957Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:11.5595371Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:11.5596591Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:11.5597412Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:11.5598279Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:11.5599803Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:11.5601011Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:11.5602774Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:11.5603676Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:11.5605426Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:11.5606891Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:11.5609364Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-12-01T10:09:11.5610343Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-12-01T10:09:11.5612371Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-12-01T10:09:11.5613174Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-12-01T10:09:11.5614357Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-12-01T10:09:11.5615571Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec 2022-12-01T10:09:11.5617300Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5618318Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5619183Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5620289Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5621510Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5622818Z copying torch/include/ATen/core/Array.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5624334Z copying torch/include/ATen/core/Backtrace.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5625734Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5627170Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5629416Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5630581Z copying torch/include/ATen/core/Dict.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5632355Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5633658Z copying torch/include/ATen/core/DimVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5635116Z copying torch/include/ATen/core/Dimname.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5636478Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5637623Z copying torch/include/ATen/core/Formatting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5639324Z copying torch/include/ATen/core/Generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5640341Z copying torch/include/ATen/core/IListRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5641670Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5642503Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5643777Z copying torch/include/ATen/core/List.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5645145Z copying torch/include/ATen/core/List_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5646296Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5647397Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5649105Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5650134Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5651507Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5652142Z copying torch/include/ATen/core/Range.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5653447Z copying torch/include/ATen/core/Reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5654355Z copying torch/include/ATen/core/Scalar.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5655592Z copying torch/include/ATen/core/ScalarType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5656879Z copying torch/include/ATen/core/Tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5657782Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5659853Z copying torch/include/ATen/core/TensorBase.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5661274Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5662449Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5663573Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5664697Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5665815Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5667035Z copying torch/include/ATen/core/Variadic.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5668141Z copying torch/include/ATen/core/Vitals.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5669280Z copying torch/include/ATen/core/alias_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5671058Z copying torch/include/ATen/core/blob.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5671517Z copying torch/include/ATen/core/builtin_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5672877Z copying torch/include/ATen/core/class_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5673917Z copying torch/include/ATen/core/custom_class.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5675325Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5677038Z copying torch/include/ATen/core/enum_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5677824Z copying torch/include/ATen/core/function.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5679270Z copying torch/include/ATen/core/function_schema.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5680483Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5682589Z copying torch/include/ATen/core/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5684161Z copying torch/include/ATen/core/grad_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5685026Z copying torch/include/ATen/core/interned_strings.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5686038Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5687405Z copying torch/include/ATen/core/ivalue.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5688992Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5691506Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5692731Z copying torch/include/ATen/core/jit_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5694812Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5696230Z copying torch/include/ATen/core/operator_name.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5697660Z copying torch/include/ATen/core/qualified_name.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5699143Z copying torch/include/ATen/core/rref_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5700375Z copying torch/include/ATen/core/stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5701777Z copying torch/include/ATen/core/symbol.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5703309Z copying torch/include/ATen/core/type_factory.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5704688Z copying torch/include/ATen/core/type_ptr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5705983Z copying torch/include/ATen/core/typeid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5707459Z copying torch/include/ATen/core/TensorBody.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5711351Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5712566Z copying torch/include/ATen/core/enum_tag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core 2022-12-01T10:09:11.5713930Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5714777Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5716329Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5717741Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5719615Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5721047Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5722521Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5723867Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5725150Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5726488Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5727788Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5729253Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5730638Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5731952Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5733352Z copying torch/include/ATen/cuda/CUDAConfig.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5735023Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5736462Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5737869Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5739180Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5740732Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5742023Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5743434Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5744873Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5746273Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5747669Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5749046Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5750319Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5752640Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5753877Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5755487Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5757330Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5758633Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5759967Z copying torch/include/ATen/cuda/cub.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5761356Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5762808Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5764185Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda 2022-12-01T10:09:11.5765460Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-12-01T10:09:11.5766300Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-12-01T10:09:11.5767821Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-12-01T10:09:11.5769203Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-12-01T10:09:11.5770704Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-12-01T10:09:11.5772058Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-12-01T10:09:11.5773346Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-12-01T10:09:11.5774595Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-12-01T10:09:11.5776252Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-12-01T10:09:11.5777491Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-12-01T10:09:11.5778801Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail 2022-12-01T10:09:11.5780008Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-12-01T10:09:11.5781111Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-12-01T10:09:11.5782522Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-12-01T10:09:11.5783725Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-12-01T10:09:11.5785069Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-12-01T10:09:11.5786416Z copying torch/include/ATen/cudnn/Types.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-12-01T10:09:11.5788509Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-12-01T10:09:11.5789543Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn 2022-12-01T10:09:11.5790627Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-12-01T10:09:11.5791464Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-12-01T10:09:11.5793065Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-12-01T10:09:11.5793977Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-12-01T10:09:11.5795736Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-12-01T10:09:11.5797739Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-12-01T10:09:11.5798433Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-12-01T10:09:11.5799941Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-12-01T10:09:11.5800891Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-12-01T10:09:11.5802814Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-12-01T10:09:11.5803734Z copying torch/include/ATen/functorch/Macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-12-01T10:09:11.5804973Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-12-01T10:09:11.5806231Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-12-01T10:09:11.5807614Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch 2022-12-01T10:09:11.5808793Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5809449Z copying torch/include/ATen/ops/from_blob.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5810980Z copying torch/include/ATen/ops/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5812436Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5813442Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5815209Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5816374Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5817540Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5818746Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5819979Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5823106Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5824115Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5825205Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5826608Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5827963Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5829287Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5830775Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5832271Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5833605Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5835207Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5838749Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5839712Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5840736Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5841715Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5842642Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5843554Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5844439Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5845260Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5846876Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5848216Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5849434Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5850752Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5852418Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5853601Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5855055Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5856496Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5857945Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5859613Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5861244Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5862468Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5863809Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5865268Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5866843Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5868203Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5869563Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5870856Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5872389Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5873699Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5876047Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5877434Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5878988Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5880386Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5881975Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5883388Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5884739Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5886105Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5887526Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5888950Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5890388Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5891704Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5893017Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5894368Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5896632Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5897508Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5898619Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5899891Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5901229Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5902668Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5904196Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5905490Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5906825Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5908388Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5910179Z copying torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5911389Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5912696Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5914450Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5915997Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5917812Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5919022Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5920314Z copying torch/include/ATen/ops/_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5921988Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5923234Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5924734Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5926168Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5927174Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5928758Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5929668Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5931662Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5932082Z copying torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5933397Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5934668Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5935625Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5937422Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5938048Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5939569Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5940884Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5942352Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5943576Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5945112Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5946311Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5948029Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5949192Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5950734Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5951916Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5953663Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5955176Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5956753Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5958065Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5959707Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5961102Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5962661Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5963943Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5966536Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5968138Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5968665Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5970252Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5971734Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5973294Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5974391Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5975984Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5977400Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5978645Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5979948Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5981501Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5982946Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5984265Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5985649Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5989778Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5990299Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5990793Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5991401Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5992068Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5992564Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5994004Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5995212Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5996734Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5998092Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.5999579Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6000553Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6001827Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6002765Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6004323Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6005325Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6006540Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6007433Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6008599Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6009660Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6010819Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6011779Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6013054Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6014172Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6015347Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6016621Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6017567Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6018749Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6019804Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6021567Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6022730Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6024062Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6025697Z copying torch/include/ATen/ops/_conj.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6027001Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6028293Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6030003Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6031390Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6032664Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6033940Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6035771Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6037442Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6038833Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6040635Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6041916Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6043301Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6044874Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6046266Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6047926Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6048732Z copying torch/include/ATen/ops/_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6050803Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6051722Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6053654Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6054209Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6055749Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6056682Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6059158Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6059553Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6060519Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6061283Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6063048Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6063898Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6064901Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6066123Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6067553Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6068447Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6070269Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6070773Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6072228Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6073275Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6074309Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6075894Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6076977Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6077981Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6080305Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6080670Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6081724Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6082641Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6083846Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6084878Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6085951Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6087411Z copying torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6088241Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6089250Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6090584Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6091785Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6093229Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6094067Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6095248Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6096670Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6097680Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6099034Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6099929Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6100820Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6102474Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6103292Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6104460Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6105381Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6106312Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6107645Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6109003Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6110079Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6111235Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6112635Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6113531Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6115115Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6116120Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6117491Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6118451Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6119758Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6120953Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6122298Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6123179Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6124149Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6125743Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6127060Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6127771Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6129272Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6130255Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6131157Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6132115Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6133084Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6134412Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6135287Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6136743Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6137832Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6138780Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6139891Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6141536Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6142231Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6143901Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6145108Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6146694Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6148958Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6149716Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6150361Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6151298Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6152630Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6153884Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6155750Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6156867Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6157952Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6159034Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6160109Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6161125Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6162124Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6163337Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6165445Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6166595Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6167846Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6169300Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6170685Z copying torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6172054Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6173554Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6175557Z copying torch/include/ATen/ops/_dimI.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6177055Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6178442Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6179854Z copying torch/include/ATen/ops/_dimV.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6181319Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6182701Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6184599Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6186057Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6187347Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6188741Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6190125Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6191670Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6194135Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6195603Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6196361Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6197224Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6198558Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6199944Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6201017Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6202189Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6203564Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6204725Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6205804Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6206946Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6208565Z copying torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6209902Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6210958Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6212004Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6212993Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6214579Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6215597Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6218120Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6218806Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6219396Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6220139Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6221165Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6222270Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6223810Z copying torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6224827Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6225890Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6227004Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6228483Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6229408Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6231470Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6232041Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6232955Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6235122Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6236025Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6238263Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6239021Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6241214Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6241968Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6242933Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6243672Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6244757Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6246027Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6247046Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6249338Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6250106Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6250937Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6252516Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6253461Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6254540Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6256055Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6271100Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6272231Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6273125Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6273692Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6274277Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6275225Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6275949Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6276694Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6277415Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6277991Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6278811Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6279503Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6280182Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6280947Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6281541Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6282230Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6282944Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6283531Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6284293Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6284868Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6285638Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6286240Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6286969Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6287702Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6288290Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6289029Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6289877Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6290817Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6291749Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6292589Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6293639Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6294733Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6295720Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6296777Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6297836Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6299269Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6300695Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6301205Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6303963Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6304531Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6305092Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6306104Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6307349Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6308705Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6309768Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6310887Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6311997Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6315416Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6316000Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6316758Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6317516Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6318058Z copying torch/include/ATen/ops/_foobar.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6319766Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6320487Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6321859Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6323004Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6324223Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6325470Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6326587Z copying torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6327787Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6330022Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6330711Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6331894Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6333334Z copying torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6334280Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6335525Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6336597Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6337596Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6339541Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6340079Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6340939Z copying torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6342092Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6342923Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6344038Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6344962Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6346157Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6347302Z copying torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6348246Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6349857Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6352010Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6352574Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6353853Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6354549Z copying torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6355988Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6358809Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6359387Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6360006Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6360881Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6362363Z copying torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6363606Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6364357Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6365741Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6366889Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6368345Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6369188Z copying torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6370259Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6371307Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6372390Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6373413Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6374555Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6375674Z copying torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6376885Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6377960Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6379027Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6380089Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6381355Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6382377Z copying torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6383526Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6384509Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6385880Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6386686Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6387918Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6388981Z copying torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6390156Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6391346Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6392457Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6393893Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6395451Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6397174Z copying torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6398809Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6399436Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6400164Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6401141Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6402257Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6404439Z copying torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6405177Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6406016Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6406741Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6407816Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6409535Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6410240Z copying torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6411001Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6412167Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6413275Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6414223Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6415592Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6418208Z copying torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6418910Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6419483Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6420079Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6421099Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6421985Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6422927Z copying torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6423985Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6425110Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6426137Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6427534Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6428862Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6429844Z copying torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6430946Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6432106Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6433094Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6434806Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6436206Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6437382Z copying torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6438393Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6439643Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6440758Z copying torch/include/ATen/ops/eq.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6442194Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6443455Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6444977Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6446347Z copying torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6447580Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6448660Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6449672Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6451253Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6451785Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6452863Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6454520Z copying torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6455867Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6456884Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6458096Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6459430Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6460759Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6461815Z copying torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6463456Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6464267Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6465811Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6466974Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6468204Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6469457Z copying torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6470510Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6471710Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6473212Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6474414Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6475809Z copying torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6476773Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6478040Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6479429Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6480323Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6482055Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6482839Z copying torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6483853Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6484922Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6486404Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6487318Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6488482Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6489625Z copying torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6490808Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6491894Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6492986Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6494081Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6499232Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6499855Z copying torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6500395Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6500937Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6501433Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6501913Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6502713Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6503878Z copying torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6504829Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6506253Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6507177Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6508244Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6509427Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6510499Z copying torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6512106Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6513337Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6514589Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6515874Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6517308Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6518341Z copying torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6519480Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6520501Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6521541Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6522520Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6523949Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6524701Z copying torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6525755Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6527158Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6528298Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6529869Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6531053Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6532617Z copying torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6533620Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6534886Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6536048Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6537156Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6538396Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6539485Z copying torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6540836Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6541895Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6543238Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6545026Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6546076Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6547249Z copying torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6548356Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6549867Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6550878Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6552075Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6553541Z copying torch/include/ATen/ops/ge.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6554786Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6556206Z copying torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6557826Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6559350Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6560290Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6561593Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6562861Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6565004Z copying torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6565575Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6566542Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6567886Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6568990Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6570495Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6571528Z copying torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6572844Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6573984Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6575062Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6576201Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6577465Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6578648Z copying torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6580135Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6581086Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6582337Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6583489Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6584750Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6585965Z copying torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6587181Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6588209Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6589264Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6591939Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6592824Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6593759Z copying torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6594737Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6595749Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6596687Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6597862Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6599411Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6600631Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6601555Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6602577Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6604151Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6605275Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6606822Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6608057Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6609625Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6610823Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6612457Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6613678Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6614982Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6616135Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6617163Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6618463Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6619469Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6621325Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6622066Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6622966Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6623698Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6624754Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6625948Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6631441Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6632500Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6633762Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6634791Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6635907Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6637172Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6638244Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6639505Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6640602Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6641539Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6642865Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6643968Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6645194Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6646304Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6647665Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6648514Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6649591Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6650679Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6651932Z copying torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6652849Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6653924Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6655161Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6656317Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6657262Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6658283Z copying torch/include/ATen/ops/gt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6659178Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6660518Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6661455Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6662501Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6664100Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6664886Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6666312Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6667271Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6668716Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6670225Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6671324Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6672484Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6673655Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6675765Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6676764Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6677615Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6678606Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6679772Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6681030Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6682156Z copying torch/include/ATen/ops/_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6683086Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6684312Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6685522Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6686799Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6687983Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6689160Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6690213Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6692032Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6693022Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6694074Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6695170Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6696414Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6697633Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6698728Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6699822Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6700941Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6702343Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6703304Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6704552Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6705668Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6706885Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6707896Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6709246Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6710224Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6711573Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6712525Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6713687Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6714603Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6715848Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6717470Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6718575Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6719640Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6721116Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6722023Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6723567Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6724578Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6726112Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6727327Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6728387Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6732902Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6734251Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6736042Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6737152Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6738589Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6740243Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6741488Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6742747Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6743743Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6745121Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6746143Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6747357Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6748769Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6750191Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6751670Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6752670Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6753844Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6755612Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6756825Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6757716Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6759178Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6760225Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6761988Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6763535Z copying torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6764170Z copying torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6765171Z copying torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6766443Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6767911Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6768647Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6769936Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6771216Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6773042Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6774066Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6774755Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6776159Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6776997Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6777944Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6779647Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6780635Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6782007Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6783554Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6784819Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6785907Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6787119Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6788283Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6790454Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6790765Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6792274Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6794009Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6794326Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6795390Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6797009Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6799159Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6799506Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6800940Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6801991Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6803773Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6804707Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6805444Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6807036Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6808408Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6809882Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6811122Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6812139Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6813313Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6814714Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6815664Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6816980Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6818339Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6819412Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6820659Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6821201Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6822627Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6823542Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6825884Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6827868Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6828198Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6829500Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6831082Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6831911Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6833278Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6834764Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6836123Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6837753Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6838625Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6840085Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6841141Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6842479Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6843421Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6844892Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6846096Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6847538Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6849732Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6850570Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6851220Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6852558Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6854080Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6855142Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6856487Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6857599Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6859155Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6860325Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6861443Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6862578Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6863791Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6864787Z copying torch/include/ATen/ops/_mps_max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6866382Z copying torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6867010Z copying torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6868552Z copying torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6869803Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6871099Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6871985Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6873338Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6874739Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6876512Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6877342Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6878730Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6880272Z copying torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6881650Z copying torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6883395Z copying torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6885288Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6886577Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6888204Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6890134Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6891578Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6893864Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6895041Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6896605Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6897892Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6899607Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6900869Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6902298Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6904047Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6905263Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6907086Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6908312Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6909682Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6911345Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6912695Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6914314Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6915969Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6917895Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6920057Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6920596Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6922248Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6923122Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6924858Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6925831Z copying torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6927178Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6928518Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6929553Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6930896Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6931854Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6933182Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6934169Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6935735Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6936774Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6938200Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6939532Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6940796Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6942024Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6943364Z copying torch/include/ATen/ops/_nested_tensor_layer_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6944663Z copying torch/include/ATen/ops/_nested_tensor_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6945930Z copying torch/include/ATen/ops/_nested_tensor_layer_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6947429Z copying torch/include/ATen/ops/_nested_tensor_layer_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6948782Z copying torch/include/ATen/ops/_nested_tensor_offsets.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6950046Z copying torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6951426Z copying torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6952390Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6953889Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6955123Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6956599Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6957731Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6959597Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6960369Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6961461Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6962720Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6963664Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6964479Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6965504Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6966507Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6967634Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6968681Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6969991Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6971161Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6972288Z copying torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6973279Z copying torch/include/ATen/ops/_nnz.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6974276Z copying torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6975381Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6976664Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6977773Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6979349Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6980600Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6981822Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6982825Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6984257Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6985373Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6986607Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6987957Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6989303Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6990401Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6991652Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6992860Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6993806Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6994868Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6996153Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6997768Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6998995Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.6999994Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7001347Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7003139Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7003705Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7004718Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7005935Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7006870Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7008053Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7009145Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7010324Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7011361Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7012528Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7013579Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7014851Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7015853Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7016946Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7018042Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7019311Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7020328Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7021518Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7022586Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7023703Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7024829Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7025989Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7027088Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7028157Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7029252Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7030363Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7031474Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7032675Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7033779Z copying torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7035044Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7036365Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7037369Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7039000Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7039958Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7040895Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7042192Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7043109Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7044434Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7045455Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7046520Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7047599Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7049582Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7050151Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7051232Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7052211Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7053303Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7054494Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7055958Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7056922Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7058066Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7059328Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7060868Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7061870Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7063101Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7064142Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7065381Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7066637Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7067631Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7068861Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7070007Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7071728Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7072876Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7074044Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7075389Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7077274Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7078448Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7079572Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7080429Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7081639Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7082702Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7083972Z copying torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7085462Z copying torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7086377Z copying torch/include/ATen/ops/_scaled_dot_product_attention_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7087424Z copying torch/include/ATen/ops/_scaled_dot_product_attention_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7088598Z copying torch/include/ATen/ops/_scaled_dot_product_attention_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7089861Z copying torch/include/ATen/ops/_scaled_dot_product_attention_forward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7091042Z copying torch/include/ATen/ops/_scaled_dot_product_attention_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7092199Z copying torch/include/ATen/ops/_scaled_dot_product_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7093533Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7094616Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7095753Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7096963Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7098133Z copying torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7099284Z copying torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7100475Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7101830Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7102807Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7103810Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7105051Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7106119Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7107427Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7108481Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7109507Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7110577Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7112084Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7113254Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7114582Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7115787Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7117141Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7118520Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7119631Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7120857Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7121933Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7122925Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7124267Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7125371Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7126368Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7127516Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7128909Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7130292Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7131328Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7132435Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7133523Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7134949Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7135927Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7137126Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7138184Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7139600Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7140950Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7142105Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7143206Z copying torch/include/ATen/ops/_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7144496Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7145831Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7146885Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7148436Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7149504Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7150634Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7151879Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7152921Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7154502Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7156008Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7157117Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7158616Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7159617Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7160836Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7161647Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7163184Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7164654Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7165936Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7166821Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7168554Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7169281Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7170607Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7172002Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7173111Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7174011Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7175173Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7176221Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7177193Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7178414Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7179404Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7180383Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7181400Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7182602Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7183857Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7184714Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7186268Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7187339Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7188794Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7189537Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7190973Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7191819Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7193034Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7194131Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7195473Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7197499Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7198123Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7199630Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7200683Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7201802Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7202770Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7204086Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7205038Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7206467Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7207507Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7208781Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7209936Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7210992Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7212010Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7213429Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7214513Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7215747Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7216954Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7217780Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7219284Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7220056Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7221309Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7222624Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7224661Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7225569Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7226881Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7228094Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7229434Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7230756Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7231827Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7232873Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7234166Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7235509Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7236279Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7238130Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7239084Z copying torch/include/ATen/ops/_sparse_mask_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7240367Z copying torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7241048Z copying torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7242596Z copying torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7243605Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7244828Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7246199Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7247110Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7248593Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7249653Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7250925Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7252419Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7253357Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7254442Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7255757Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7256645Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7257905Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7259198Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7260591Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7261550Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7262887Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7264025Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7265276Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7266467Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7267425Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7268704Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7269983Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7271057Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7272286Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7273506Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7274803Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7276106Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7277427Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7278559Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7279671Z copying torch/include/ATen/ops/_stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7281114Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7282098Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7283323Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7284473Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7285723Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7287001Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7288463Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7289174Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7290928Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7291955Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7293282Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7294204Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7295572Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7296712Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7297765Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7298945Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7299969Z copying torch/include/ATen/ops/_symeig_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7301663Z copying torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7302623Z copying torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7303890Z copying torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7305033Z copying torch/include/ATen/ops/_symeig_helper_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7306627Z copying torch/include/ATen/ops/_symeig_helper_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7308192Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7309141Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7309948Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7311426Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7312448Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7313725Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7315027Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7316486Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7317732Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7318815Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7320164Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7321137Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7322839Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7324166Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7325127Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7326269Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7327631Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7328557Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7329720Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7331108Z copying torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7332379Z copying torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7333322Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7334879Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7335934Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7337311Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7338636Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7339313Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7340870Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7342112Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7343536Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7344691Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7346018Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7347181Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7348096Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7349206Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7350804Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7351814Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7353507Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7354656Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7356205Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7357672Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7358992Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7360519Z copying torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7361195Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7362745Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7364162Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7365912Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7381064Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7382482Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7383841Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7385161Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7386252Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7387670Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7388887Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7390347Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7392206Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7394067Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7395208Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7396474Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7398448Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7399324Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7403914Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7404889Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7406249Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7407791Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7409146Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7410045Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7411307Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7412676Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7413859Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7415017Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7416293Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7418034Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7418891Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7420638Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7421502Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7422743Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7424126Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7425437Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7426718Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7428281Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7429444Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7430632Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7431938Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7432914Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7434262Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7435956Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7437126Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7438425Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7440576Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7441299Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7442229Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7443236Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7444436Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7445439Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7446593Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7447945Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7449062Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7452963Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7453307Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7453613Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7454028Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7455049Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7457002Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7457319Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7458182Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7459471Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7460575Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7461432Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7462404Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7463266Z copying torch/include/ATen/ops/i0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7464702Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7465727Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7466883Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7468108Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7469476Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7470576Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7471960Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7473196Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7474555Z copying torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7476539Z copying torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7477125Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7478175Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7479927Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7481770Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7482759Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7483851Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7485965Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7486233Z copying torch/include/ATen/ops/_unique.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7487477Z copying torch/include/ATen/ops/_unique2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7488997Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7489702Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7490961Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7491877Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7493145Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7494620Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7496209Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7497191Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7498214Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7499486Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7500347Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7501866Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7503324Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7504388Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7505604Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7506660Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7507895Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7508844Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7510366Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7511227Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7512976Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7514046Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7514882Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7516043Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7517646Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7518718Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7519754Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7520937Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7522151Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7523416Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7524685Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7525927Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7526818Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7528169Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7529142Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7530113Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7531634Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7533039Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7534355Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7535274Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7536599Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7538654Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7539198Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7539672Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7542779Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7543278Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7543868Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7545020Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7546085Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7547512Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7549291Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7549983Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7551861Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7552859Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7554166Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7555857Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7556784Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7559200Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7560284Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7560903Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7561746Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7563168Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7564559Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7566309Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7567186Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7568767Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7569798Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7570659Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7571920Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7573370Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7574831Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7575751Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7576998Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7578615Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7579723Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7581520Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7582009Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7583680Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7584739Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7585856Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7586987Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7588539Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7589302Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7590406Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7591201Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7592427Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7593716Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7595086Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7597030Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7597438Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7598861Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7600281Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7601881Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7603268Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7604300Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7606196Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7607090Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7608804Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7609928Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7611231Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7612699Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7613854Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7615260Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7616538Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7617813Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7619129Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7620350Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7622082Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7623296Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7624111Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7625564Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7627178Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7627576Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7628696Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7629545Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7630982Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7631960Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7633316Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7634601Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7636014Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7637159Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7638797Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7640034Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7641079Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7642495Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7643992Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7645226Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7646356Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7647375Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7648879Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7650029Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7650930Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7652331Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7653141Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7654733Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7655590Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7656647Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7657592Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7659414Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7660471Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7661488Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7663232Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7664146Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7665447Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7667029Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7668217Z copying torch/include/ATen/ops/_values.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7669078Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7670471Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7671822Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7672637Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7673972Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7674723Z copying torch/include/ATen/ops/_values_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7676160Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7678318Z copying torch/include/ATen/ops/_version.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7679503Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7680446Z copying torch/include/ATen/ops/_version_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7682004Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7683301Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7684401Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7685512Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7686787Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7687959Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7694107Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7694440Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7694732Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7695383Z copying torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7695845Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7696274Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7696943Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7698215Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7699655Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7700667Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7702187Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7703096Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7704432Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7705629Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7706991Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7708179Z copying torch/include/ATen/ops/abs.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7709323Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7710524Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7711737Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7713008Z copying torch/include/ATen/ops/abs_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7714112Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7715708Z copying torch/include/ATen/ops/absolute.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7716932Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7718841Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7720009Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7721185Z copying torch/include/ATen/ops/acos.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7722859Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7723818Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7725486Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7726209Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7727171Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7728634Z copying torch/include/ATen/ops/acos_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7730020Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7730975Z copying torch/include/ATen/ops/acosh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7732425Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7733137Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7734654Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7735830Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7736876Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7737767Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7739043Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7740248Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7741563Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7742493Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7743832Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7745839Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7746206Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7747700Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7748665Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7750015Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7751051Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7752085Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7753694Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7754579Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7756255Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7757176Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7758242Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7759327Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7760590Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7761876Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7763094Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7764390Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7765626Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7767180Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7768438Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7769704Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7770915Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7772230Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7773675Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7774827Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7776219Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7777547Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7778818Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7780274Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7781914Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7783464Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7784166Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7785210Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7788234Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7788667Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7789012Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7790057Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7791486Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7792401Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7794121Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7795115Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7796697Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7798276Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7799641Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7800628Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7801881Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7802970Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7803979Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7805388Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7806566Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7807982Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7808695Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7809990Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7811523Z copying torch/include/ATen/ops/add.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7812452Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7813820Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7814986Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7816356Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7817312Z copying torch/include/ATen/ops/add_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7818728Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7819916Z copying torch/include/ATen/ops/add_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7820754Z copying torch/include/ATen/ops/add_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7821748Z copying torch/include/ATen/ops/addbmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7823009Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7823875Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7824902Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7826290Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7827251Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7828440Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7829992Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7831302Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7832784Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7834438Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7836252Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7838558Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7839710Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7841425Z copying torch/include/ATen/ops/addcmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7842927Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7844119Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7845962Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7847176Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7848856Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7850225Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7851633Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7853426Z copying torch/include/ATen/ops/addmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7854832Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7856189Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7858087Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7859268Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7860918Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7862314Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7863577Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7865185Z copying torch/include/ATen/ops/addmv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7867024Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7868314Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7869714Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7871271Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7872702Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7874299Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7875868Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7877473Z copying torch/include/ATen/ops/addr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7878935Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7880428Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7881493Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7882904Z copying torch/include/ATen/ops/addr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7883887Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7886080Z copying torch/include/ATen/ops/adjoint.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7886986Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7888675Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7889580Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7891158Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7892361Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7893811Z copying torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7895111Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7896498Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7897974Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7899595Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7900975Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7902276Z copying torch/include/ATen/ops/alias.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7904036Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7905287Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7907068Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7908515Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7909848Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7911429Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7912723Z copying torch/include/ATen/ops/alias_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7914481Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7916151Z copying torch/include/ATen/ops/align_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7917793Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7919150Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7920685Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7922049Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7923803Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7925039Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7926635Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7927989Z copying torch/include/ATen/ops/align_to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7929640Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7930641Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7931920Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7933127Z copying torch/include/ATen/ops/all.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7934417Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7935688Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7936911Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7938157Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7939391Z copying torch/include/ATen/ops/all_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7940763Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7942036Z copying torch/include/ATen/ops/all_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7943354Z copying torch/include/ATen/ops/all_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7944683Z copying torch/include/ATen/ops/allclose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7945723Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7947243Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7948105Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7949849Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7950773Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7952418Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7953688Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7954734Z copying torch/include/ATen/ops/amax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7956182Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7957085Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7958179Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7958969Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7960710Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7961652Z copying torch/include/ATen/ops/amax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7962592Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7963884Z copying torch/include/ATen/ops/amin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7965299Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7966103Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7967394Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7968278Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7969705Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7971141Z copying torch/include/ATen/ops/amin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7972461Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7973401Z copying torch/include/ATen/ops/aminmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7974802Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7975818Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7977025Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7978222Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7980011Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7980612Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7981766Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7982870Z copying torch/include/ATen/ops/and.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7984130Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7985126Z copying torch/include/ATen/ops/and_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7986206Z copying torch/include/ATen/ops/and_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7987381Z copying torch/include/ATen/ops/angle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7988523Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7989431Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7990488Z copying torch/include/ATen/ops/angle_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7991937Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7992835Z copying torch/include/ATen/ops/any.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7994130Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7995420Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7997287Z copying torch/include/ATen/ops/le.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7998184Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.7999536Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8000753Z copying torch/include/ATen/ops/any_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8001915Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8002574Z copying torch/include/ATen/ops/any_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8004013Z copying torch/include/ATen/ops/any_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8004917Z copying torch/include/ATen/ops/arange.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8006317Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8007555Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8008584Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8010412Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8010875Z copying torch/include/ATen/ops/arange_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8011995Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8013367Z copying torch/include/ATen/ops/arccos.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8014526Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8015696Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8016934Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8018083Z copying torch/include/ATen/ops/arccosh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8019479Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8021347Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8021775Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8023132Z copying torch/include/ATen/ops/arcsin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8024391Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8025316Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8026476Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8027606Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8028462Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8029809Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8030719Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8032092Z copying torch/include/ATen/ops/arctan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8033235Z copying torch/include/ATen/ops/arctan2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8034497Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8035428Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8036754Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8038000Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8039021Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8040218Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8041389Z copying torch/include/ATen/ops/arctanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8043338Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8043772Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8044518Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8046650Z copying torch/include/ATen/ops/argmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8047140Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8048756Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8049388Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8050377Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8051903Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8053064Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8053808Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8055080Z copying torch/include/ATen/ops/argmin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8056383Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8057402Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8058605Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8059655Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8060980Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8062394Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8064023Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8064905Z copying torch/include/ATen/ops/argsort.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8066179Z copying torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8067535Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8068417Z copying torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8069745Z copying torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8071835Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8072338Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8073273Z copying torch/include/ATen/ops/argwhere.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8074516Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8075850Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8077106Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8078113Z copying torch/include/ATen/ops/as_strided.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8079375Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8080315Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8081707Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8082828Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8083691Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8085070Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8086213Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8087450Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8088783Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8090106Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8091374Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8092583Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8093671Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8094694Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8095746Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8097094Z copying torch/include/ATen/ops/asin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8098307Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8099669Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8100989Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8102331Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8103559Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8104876Z copying torch/include/ATen/ops/asin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8106351Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8107504Z copying torch/include/ATen/ops/asinh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8108924Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8110151Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8111444Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8112759Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8114072Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8115643Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8116601Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8117766Z copying torch/include/ATen/ops/atan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8119064Z copying torch/include/ATen/ops/atan2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8120413Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8121557Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8122937Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8124476Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8125733Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8126995Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8128196Z copying torch/include/ATen/ops/lt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8129500Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8130890Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8132092Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8133549Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8134704Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8135880Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8137250Z copying torch/include/ATen/ops/atan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8138479Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8139828Z copying torch/include/ATen/ops/atanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8141224Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8142181Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8143378Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8144434Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8145982Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8147033Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8148262Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8149221Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8150338Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8151226Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8152222Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8153638Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8154824Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8156187Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8157607Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8158694Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8159865Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8160914Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8162223Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8163370Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8165240Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8166249Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8168010Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8169314Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8170912Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8172649Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8173421Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8174802Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8176067Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8177775Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8179020Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8180605Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8182058Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8183345Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8185176Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8186325Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8187988Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8189309Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8190966Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8192297Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8193967Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8195879Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8197308Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8199162Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8200379Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8201976Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8203413Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8205017Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8206570Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8207897Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8209646Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8211936Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8213010Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8214387Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8216131Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8217357Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8219197Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8220367Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8222150Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8223524Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8225226Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8226588Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8228014Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8229636Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8231784Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8232958Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8234339Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8236109Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8237778Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8239482Z copying torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8240744Z copying torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8242415Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8243657Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8245371Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8246760Z copying torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8248389Z copying torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8249756Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8251339Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8252776Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8254398Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8256182Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8257357Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8258911Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8260250Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8262158Z copying torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8263256Z copying torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8264962Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8266356Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8268241Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8269706Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8271105Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8272511Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8274049Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8275859Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8276764Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8278253Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8279486Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8280480Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8281947Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8283146Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8284555Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8286013Z copying torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8287197Z copying torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8288079Z copying torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8289618Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8290897Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8292453Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8293532Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8295492Z copying torch/include/ATen/ops/bernoulli_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8296244Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8297388Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8298957Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8300286Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8302011Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8303399Z copying torch/include/ATen/ops/bilinear.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8305687Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8306801Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8308147Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8309844Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8311146Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8312854Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8314172Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8315958Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8318199Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8319438Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8321036Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8322310Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8323866Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8325293Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8327147Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8328242Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8329729Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8331061Z copying torch/include/ATen/ops/bincount.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8332801Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8334099Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8335724Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8337042Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8338656Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8339965Z copying torch/include/ATen/ops/binomial.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8341692Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8342967Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8344718Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8345900Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8347555Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8349830Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8350182Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8351316Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8352525Z copying torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8353678Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8354636Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8356081Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8357125Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8357951Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8359307Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8360194Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8361228Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8362580Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8363567Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8364609Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8365648Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8368811Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8369153Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8369464Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8370583Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8371690Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8372678Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8373693Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8374705Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8376118Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8377083Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8378134Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8379090Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8380414Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8381382Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8382819Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8383863Z copying torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8385159Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8386325Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8387517Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8389443Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8390330Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8391760Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8392891Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8394636Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8395754Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8397050Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8398513Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8399350Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8400298Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8401952Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8403561Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8404152Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8405660Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8406627Z copying torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8407828Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8408590Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8410004Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8410985Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8412265Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8413526Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8414566Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8415938Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8416847Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8417951Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8418931Z copying torch/include/ATen/ops/block_diag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8420352Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8421410Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8422235Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8424863Z copying torch/include/ATen/ops/bmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8425517Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8426182Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8427194Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8428601Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8429618Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8430749Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8431709Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8433114Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8433919Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8435841Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8436876Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8438819Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8439239Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8440281Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8441619Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8442958Z copying torch/include/ATen/ops/bucketize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8444073Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8445216Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8446205Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8447252Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8448963Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8449841Z copying torch/include/ATen/ops/can_cast.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8451559Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8452509Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8453903Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8455091Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8456571Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8458300Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8459220Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8461896Z copying torch/include/ATen/ops/cat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8462576Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8463121Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8464589Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8466549Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8467644Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8468790Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8469871Z copying torch/include/ATen/ops/cat_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8470983Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8472553Z copying torch/include/ATen/ops/cauchy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8473689Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8474848Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8476152Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8478142Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8479118Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8480315Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8481281Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8482301Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8484228Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8484891Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8486165Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8486810Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8488302Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8489255Z copying torch/include/ATen/ops/cdist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8490383Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8491273Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8492523Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8493699Z copying torch/include/ATen/ops/ceil.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8494725Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8496109Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8497223Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8498352Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8499538Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8501022Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8501965Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8503419Z copying torch/include/ATen/ops/celu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8504663Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8506111Z copying torch/include/ATen/ops/celu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8506894Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8508146Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8509359Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8510618Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8511739Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8513072Z copying torch/include/ATen/ops/chalf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8514136Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8515352Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8517137Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8517884Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8519470Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8520765Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8521856Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8522699Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8523725Z copying torch/include/ATen/ops/cholesky.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8525008Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8526342Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8527697Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8529273Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8529657Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8531064Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8532034Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8533224Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8534356Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8535545Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8536473Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8538147Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8538766Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8540050Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8541361Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8542166Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8544073Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8544950Z copying torch/include/ATen/ops/chunk.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8545917Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8547004Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8548447Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8549434Z copying torch/include/ATen/ops/clamp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8550816Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8551750Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8553023Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8554245Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8555742Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8556777Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8557952Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8558881Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8560142Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8561468Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8562411Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8563564Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8564837Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8565805Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8567267Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8568041Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8569170Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8570365Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8572118Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8572390Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8573936Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8574934Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8576142Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8577404Z copying torch/include/ATen/ops/clip.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8579033Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8579684Z copying torch/include/ATen/ops/clip_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8580957Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8581907Z copying torch/include/ATen/ops/clone.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8583297Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8584239Z copying torch/include/ATen/ops/clone_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8585506Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8586458Z copying torch/include/ATen/ops/coalesce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8587791Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8588641Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8590065Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8591276Z copying torch/include/ATen/ops/col2im.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8592060Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8593690Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8594749Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8595894Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8597235Z copying torch/include/ATen/ops/col_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8598489Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8599535Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8600942Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8601800Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8603023Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8604211Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8605407Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8606415Z copying torch/include/ATen/ops/column_stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8607859Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8608788Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8610099Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8610920Z copying torch/include/ATen/ops/combinations.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8612303Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8613199Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8614504Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8615477Z copying torch/include/ATen/ops/complex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8616955Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8618321Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8619349Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8620785Z copying torch/include/ATen/ops/complex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8621741Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8623088Z copying torch/include/ATen/ops/concat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8624093Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8625286Z copying torch/include/ATen/ops/concat_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8626680Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8628064Z copying torch/include/ATen/ops/concatenate.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8629195Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8630469Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8631374Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8632918Z copying torch/include/ATen/ops/conj.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8633883Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8635436Z copying torch/include/ATen/ops/conj_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8637116Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8638203Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8639253Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8640655Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8641860Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8643508Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8644976Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8645521Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8647230Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8648297Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8649797Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8650566Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8651994Z copying torch/include/ATen/ops/contiguous.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8653121Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8653925Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8655229Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8656077Z copying torch/include/ATen/ops/conv1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8657288Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8658651Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8659383Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8660396Z copying torch/include/ATen/ops/conv2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8661412Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8662876Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8664173Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8665386Z copying torch/include/ATen/ops/conv3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8666734Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8667736Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8668690Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8669778Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8671252Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8672221Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8673864Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8675812Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8676581Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8678035Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8679067Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8679969Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8681304Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8682308Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8683346Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8684561Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8685891Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8686854Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8688015Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8688952Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8690190Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8691224Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8692172Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8693258Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8694879Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8695820Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8696861Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8697926Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8699229Z copying torch/include/ATen/ops/convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8700126Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8702577Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8702917Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8703893Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8704762Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8705977Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8707160Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8708374Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8709349Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8710582Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8711396Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8712466Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8713561Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8714795Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8715658Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8716897Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8717893Z copying torch/include/ATen/ops/copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8719266Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8720353Z copying torch/include/ATen/ops/copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8721261Z copying torch/include/ATen/ops/copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8722485Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8723631Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8724943Z copying torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8725993Z copying torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8726879Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8728067Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8729231Z copying torch/include/ATen/ops/copysign.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8730453Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8731646Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8743800Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8744235Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8744869Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8745374Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8745839Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8746445Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8746805Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8747229Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8747532Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8747833Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8748225Z copying torch/include/ATen/ops/cos.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8748599Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8748923Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8749268Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8749667Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8749936Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8750322Z copying torch/include/ATen/ops/cos_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8751653Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8752749Z copying torch/include/ATen/ops/cosh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8753441Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8755253Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8756185Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8757057Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8758535Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8759104Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8760592Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8761566Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8763247Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8764198Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8765398Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8767107Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8768246Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8769143Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8770359Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8771287Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8772606Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8773330Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8774991Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8775889Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8777088Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8778295Z copying torch/include/ATen/ops/cov.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8779553Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8780464Z copying torch/include/ATen/ops/cov_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8781678Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8782742Z copying torch/include/ATen/ops/cross.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8783838Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8784781Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8786178Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8787204Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8788634Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8789871Z copying torch/include/ATen/ops/cross_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8791009Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8792077Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8793240Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8794636Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8796029Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8797274Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8798487Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8799718Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8800627Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8801878Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8803236Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8804277Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8805458Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8807000Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8807924Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8809314Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8810420Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8811750Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8812684Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8814056Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8814963Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8816003Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8817198Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8818650Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8819603Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8820950Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8822293Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8822993Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8824752Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8825687Z copying torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8827147Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8827901Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8829244Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8830648Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8832532Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8834206Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8834709Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8836249Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8837042Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8838432Z copying torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8839902Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8841720Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8843327Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8845302Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8846767Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8848120Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8849721Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8851067Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8852842Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8854387Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8855729Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8857131Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8858613Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8860083Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8861666Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8863478Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8864772Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8866171Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8867651Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8869381Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8870639Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8872104Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8873423Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8875342Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8876709Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8878211Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8879629Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8881245Z copying torch/include/ATen/ops/cummax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8882735Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8884389Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8885589Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8887191Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8888556Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8890268Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8891635Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8893336Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8894651Z copying torch/include/ATen/ops/cummin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8896428Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8898053Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8899362Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8900976Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8902340Z copying torch/include/ATen/ops/cumprod.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8903985Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8905493Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8907146Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8908328Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8910051Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8911439Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8912821Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8914474Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8915910Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8917704Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8918777Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8920362Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8921756Z copying torch/include/ATen/ops/cumsum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8923676Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8925031Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8926276Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8927892Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8929224Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8930908Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8932288Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8933829Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8935479Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8936904Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8938289Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8940018Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8941881Z copying torch/include/ATen/ops/data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8943261Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8944614Z copying torch/include/ATen/ops/data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8946241Z copying torch/include/ATen/ops/data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8947541Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8949511Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8950625Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8952263Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8953534Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8955397Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8956920Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8958221Z copying torch/include/ATen/ops/dequantize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8959545Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8960729Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8962374Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8963224Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8964696Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8965654Z copying torch/include/ATen/ops/det.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8967365Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8968968Z copying torch/include/ATen/ops/det_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8969917Z copying torch/include/ATen/ops/det_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8971127Z copying torch/include/ATen/ops/detach.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8972812Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8974047Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8975865Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8977236Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8978503Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8980244Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8981602Z copying torch/include/ATen/ops/detach_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8983176Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8984500Z copying torch/include/ATen/ops/diag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8986118Z copying torch/include/ATen/ops/diag_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8987594Z copying torch/include/ATen/ops/diag_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8988941Z copying torch/include/ATen/ops/diag_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8990501Z copying torch/include/ATen/ops/diag_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8991944Z copying torch/include/ATen/ops/diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8993327Z copying torch/include/ATen/ops/diag_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8995099Z copying torch/include/ATen/ops/diag_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8996470Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8999191Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.8999997Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9001513Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9002823Z copying torch/include/ATen/ops/diag_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9004253Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9005842Z copying torch/include/ATen/ops/diagflat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9007314Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9008861Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9010196Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9011879Z copying torch/include/ATen/ops/diagonal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9013143Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9014955Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9016181Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9017775Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9019198Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9020598Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9022136Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9023726Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9025226Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9026578Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9028157Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9029515Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9030869Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9033925Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9034615Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9035741Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9037331Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9038736Z copying torch/include/ATen/ops/diff.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9040424Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9041744Z copying torch/include/ATen/ops/diff_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9043359Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9044920Z copying torch/include/ATen/ops/digamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9046446Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9047649Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9049431Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9050865Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9052120Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9053896Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9055837Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9056339Z copying torch/include/ATen/ops/dist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9057866Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9058673Z copying torch/include/ATen/ops/dist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9060347Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9061474Z copying torch/include/ATen/ops/div.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9062966Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9064532Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9065644Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9066870Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9068590Z copying torch/include/ATen/ops/div_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9069387Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9070800Z copying torch/include/ATen/ops/div_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9072068Z copying torch/include/ATen/ops/div_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9073770Z copying torch/include/ATen/ops/divide.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9074825Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9075934Z copying torch/include/ATen/ops/divide_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9077405Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9078563Z copying torch/include/ATen/ops/dot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9079671Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9080717Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9081610Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9082645Z copying torch/include/ATen/ops/dot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9083616Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9084867Z copying torch/include/ATen/ops/dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9086121Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9087056Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9088425Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9089869Z copying torch/include/ATen/ops/dsplit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9090744Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9092351Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9093223Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9094238Z copying torch/include/ATen/ops/dstack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9095619Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9096253Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9097650Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9098586Z copying torch/include/ATen/ops/einsum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9099878Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9101070Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9102193Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9103534Z copying torch/include/ATen/ops/elu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9104953Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9106090Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9107193Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9108442Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9109429Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9111068Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9112175Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9113171Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9115332Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9115990Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9117684Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9118572Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9119467Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9120415Z copying torch/include/ATen/ops/elu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9121374Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9122629Z copying torch/include/ATen/ops/embedding.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9123942Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9125289Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9126272Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9128251Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9128518Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9130010Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9130940Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9132283Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9133272Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9134417Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9135494Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9136456Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9137472Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9138675Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9139652Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9140660Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9141885Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9142831Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9144110Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9144952Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9146093Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9147685Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9148463Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9149371Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9150789Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9151942Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9152730Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9154217Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9155442Z copying torch/include/ATen/ops/empty.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9157645Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9158383Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9159904Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9161552Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9162262Z copying torch/include/ATen/ops/empty_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9164024Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9164597Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9166544Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9167205Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9168686Z copying torch/include/ATen/ops/empty_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9170099Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9170808Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9172759Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9174190Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9174897Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9176322Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9177357Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9178884Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9180039Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9181008Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9182050Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9183498Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9184628Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9186065Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9186995Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9188255Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9189402Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9190529Z copying torch/include/ATen/ops/eq_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9191609Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9193077Z copying torch/include/ATen/ops/equal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9194229Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9195383Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9196797Z copying torch/include/ATen/ops/equal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9197493Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9198968Z copying torch/include/ATen/ops/erf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9199887Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9200847Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9202085Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9203058Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9204092Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9205133Z copying torch/include/ATen/ops/erf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9206306Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9207986Z copying torch/include/ATen/ops/erfc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9208476Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9209939Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9210517Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9211450Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9212888Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9213669Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9214888Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9215897Z copying torch/include/ATen/ops/erfinv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9217432Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9218233Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9219099Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9220130Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9221467Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9222387Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9223686Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9224849Z copying torch/include/ATen/ops/exp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9226083Z copying torch/include/ATen/ops/exp2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9227169Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9228210Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9229514Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9230724Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9232210Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9233181Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9234433Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9235867Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9237118Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9238234Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9239399Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9240571Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9241732Z copying torch/include/ATen/ops/exp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9243121Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9244262Z copying torch/include/ATen/ops/expand.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9245518Z copying torch/include/ATen/ops/expand_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9246880Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9248053Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9249363Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9250760Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9252022Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9253333Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9254648Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9255828Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9257098Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9258319Z copying torch/include/ATen/ops/expand_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9259590Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9260948Z copying torch/include/ATen/ops/expm1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9262357Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9263358Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9264950Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9265619Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9266903Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9268481Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9269610Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9270603Z copying torch/include/ATen/ops/exponential.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9271966Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9273153Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9274457Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9275802Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9276798Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9278275Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9279214Z copying torch/include/ATen/ops/eye.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9280938Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9281734Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9283527Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9284591Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9285990Z copying torch/include/ATen/ops/eye_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9286812Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9288225Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9290079Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9290665Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9291619Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9292453Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9293666Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9294889Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9295973Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9297195Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9298231Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9299261Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9300386Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9301595Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9302565Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9303698Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9304845Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9307112Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9307710Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9308525Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9309228Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9310031Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9311066Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9312083Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9313333Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9314290Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9316004Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9317345Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9318602Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9319438Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9320507Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9323074Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9323593Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9324281Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9325128Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9326973Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9327539Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9327980Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9329396Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9330362Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9332548Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9333094Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9334544Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9335064Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9336572Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9337711Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9339096Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9340081Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9341339Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9342989Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9344102Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9345094Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9346333Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9347463Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9349530Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9349954Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9350859Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9351844Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9353253Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9354057Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9355721Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9356610Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9358142Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9359067Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9360404Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9361404Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9362124Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9363384Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9364309Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9365238Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9366188Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9367144Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9368291Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9369529Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9370961Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9371914Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9373173Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9374319Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9375717Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9376634Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9377841Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9379023Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9380291Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9381398Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9382597Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9383787Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9384987Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9386248Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9387345Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9388558Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9389816Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9390994Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9392277Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9393594Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9395100Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9396302Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9397080Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9398310Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9399523Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9400354Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9401351Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9402663Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9403604Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9404808Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9405718Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9406905Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9407901Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9408875Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9410976Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9411243Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9412658Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9413611Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9414574Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9415987Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9417028Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9418398Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9419307Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9420459Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9421657Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9423418Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9423677Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9424705Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9426235Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9427020Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9428424Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9429459Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9430807Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9432177Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9433003Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9434304Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9435567Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9436831Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9437672Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9438907Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9440201Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9441320Z copying torch/include/ATen/ops/mH.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9442655Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9444160Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9445275Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9446410Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9447711Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9448844Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9450045Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9451328Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9452250Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9453910Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9454493Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9456063Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9456813Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9457840Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9459124Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9460444Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9461397Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9462392Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9463678Z copying torch/include/ATen/ops/fill.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9464957Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9466289Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9467295Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9469153Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9469729Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9471010Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9472166Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9473488Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9474864Z copying torch/include/ATen/ops/fill_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9476158Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9477681Z copying torch/include/ATen/ops/fix.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9478708Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9479834Z copying torch/include/ATen/ops/fix_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9481233Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9482143Z copying torch/include/ATen/ops/flatten.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9483165Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9485431Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9486477Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9486977Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9488415Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9489715Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9491111Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9492969Z copying torch/include/ATen/ops/flip.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9494068Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9495697Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9496813Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9497990Z copying torch/include/ATen/ops/flip_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9499342Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9500334Z copying torch/include/ATen/ops/fliplr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9502119Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9502948Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9504936Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9505630Z copying torch/include/ATen/ops/flipud.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9507325Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9508429Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9509818Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9511148Z copying torch/include/ATen/ops/float_power.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9512838Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9514110Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9515945Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9517464Z copying torch/include/ATen/ops/floor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9518986Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9520275Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9521829Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9523171Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9524946Z copying torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9526215Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9527693Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9529309Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9530875Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9532185Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9533739Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9535351Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9536691Z copying torch/include/ATen/ops/floor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9538331Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9539689Z copying torch/include/ATen/ops/fmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9541584Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9542668Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9544582Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9546000Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9547571Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9549081Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9550676Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9551957Z copying torch/include/ATen/ops/fmin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9553658Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9555160Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9556745Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9558015Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9559589Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9561014Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9562473Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9563956Z copying torch/include/ATen/ops/fmod.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9565593Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9567095Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9568423Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9570009Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9571342Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9573067Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9574341Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9575995Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9577427Z copying torch/include/ATen/ops/frac.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9579130Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9580427Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9582132Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9583484Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9585127Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9587170Z copying torch/include/ATen/ops/frac_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9588285Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9589974Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9591727Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9593225Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9595082Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9597363Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9598493Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9600137Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9601445Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9603038Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9604686Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9606012Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9607451Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9609037Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9610420Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9611890Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9613371Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9614930Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9616326Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9618003Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9619366Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9621017Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9622363Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9623926Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9625312Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9626839Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9628222Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9630078Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9631372Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9632965Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9634291Z copying torch/include/ATen/ops/frexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9636276Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9637516Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9639132Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9640485Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9642086Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9643718Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9645376Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9646620Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9648264Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9649532Z copying torch/include/ATen/ops/from_file.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9651276Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9652632Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9654538Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9655684Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9657088Z copying torch/include/ATen/ops/full.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9658811Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9660121Z copying torch/include/ATen/ops/full_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9662000Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9663222Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9664578Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9666224Z copying torch/include/ATen/ops/full_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9667527Z copying torch/include/ATen/ops/full_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9669279Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9670738Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9672113Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9673670Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9675189Z copying torch/include/ATen/ops/gather.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9676898Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9678639Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9680255Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9681520Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9683421Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9685367Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9686606Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9688157Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9689676Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9691047Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9692696Z copying torch/include/ATen/ops/gather_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9693982Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9695754Z copying torch/include/ATen/ops/gcd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9697229Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9698590Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9700154Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9701676Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9703367Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9704736Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9706429Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9707945Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9709251Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9710890Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9712180Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9713902Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9715394Z copying torch/include/ATen/ops/ge_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9717055Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9718463Z copying torch/include/ATen/ops/gelu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9720162Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9721672Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9723047Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9724647Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9726024Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9727618Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9728979Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9730620Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9732129Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9733737Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9735088Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9736750Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9738287Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9739580Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9741214Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9742551Z copying torch/include/ATen/ops/geometric.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9744269Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9745537Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9747290Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9748570Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9750286Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9751500Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9753130Z copying torch/include/ATen/ops/geqrf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9754591Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9756443Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9757654Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9759273Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9760754Z copying torch/include/ATen/ops/ger.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9762430Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9763770Z copying torch/include/ATen/ops/ger_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9765365Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9766596Z copying torch/include/ATen/ops/glu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9768206Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9769596Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9771217Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9772527Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9774317Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9775594Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9777189Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9778644Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9780191Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9782481Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9783531Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9785293Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9786528Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9788115Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9789402Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9791107Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9792546Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9794135Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9795524Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9797729Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9799243Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9800527Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9802129Z copying torch/include/ATen/ops/glu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9803448Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9805038Z copying torch/include/ATen/ops/gradient.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9806583Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9808390Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9809726Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9811357Z copying torch/include/ATen/ops/greater.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9811742Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9813218Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9813666Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9815254Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9816376Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9817803Z copying torch/include/ATen/ops/greater_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9818657Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9819981Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9820967Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9822354Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9823556Z copying torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9824523Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9825895Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9826904Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9829061Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9830071Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9830848Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9832217Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9833701Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9835468Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9836629Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9838138Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9838765Z copying torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9839719Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9840686Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9841914Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9842741Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9844179Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9845036Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9846341Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9847647Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9848511Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9849823Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9850844Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9851894Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9853132Z copying torch/include/ATen/ops/group_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9854217Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9855486Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9856298Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9857812Z copying torch/include/ATen/ops/gru.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9858814Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9859946Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9861461Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9862328Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9864125Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9865111Z copying torch/include/ATen/ops/gru_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9866358Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9867328Z copying torch/include/ATen/ops/mT.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9869049Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9870111Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9871418Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9872446Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9873585Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9875108Z copying torch/include/ATen/ops/gt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9876041Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9878470Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9878902Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9880158Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9881377Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9882218Z copying torch/include/ATen/ops/hann_window.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9883832Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9885085Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9886434Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9887045Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9888288Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9889687Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9890581Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9891533Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9893261Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9894932Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9895332Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9896240Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9897750Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9898417Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9899763Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9900768Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9902196Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9903046Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9904831Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9906256Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9906758Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9907486Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9908458Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9909739Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9910552Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9911779Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9912971Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9914018Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9915510Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9916908Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9917783Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9919062Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9919959Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9921244Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9922211Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9923542Z copying torch/include/ATen/ops/hardswish.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9924824Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9926128Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9927297Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9928610Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9929461Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9930927Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9932229Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9933391Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9934601Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9935888Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9937345Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9938502Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9940117Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9941268Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9942117Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9943256Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9944531Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9945294Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9946353Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9947459Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9948444Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9950022Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9951203Z copying torch/include/ATen/ops/heaviside.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9952139Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9953774Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9954245Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9955977Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9957289Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9958076Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9959522Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9960513Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9961949Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9962924Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9963926Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9965004Z copying torch/include/ATen/ops/histc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9966243Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9967273Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9968709Z copying torch/include/ATen/ops/histc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9969681Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9970859Z copying torch/include/ATen/ops/histogram.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9972056Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9973286Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9974191Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9975469Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9976535Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9977909Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9978803Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9979922Z copying torch/include/ATen/ops/hsplit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9981169Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9982335Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9983480Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9984751Z copying torch/include/ATen/ops/hspmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9986087Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9986978Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9988641Z copying torch/include/ATen/ops/hstack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9990073Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9991192Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9992325Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9993718Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9995066Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9997014Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9997321Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9998505Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:11.9999938Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0000885Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0002356Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0003360Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0004665Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0005619Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0006868Z copying torch/include/ATen/ops/hypot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0008253Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0009207Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0010507Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0011510Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0012899Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0014653Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0015424Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0016867Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0017754Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0019151Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0020377Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0021698Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0023079Z copying torch/include/ATen/ops/i0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0024313Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0025636Z copying torch/include/ATen/ops/igamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0027198Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0028160Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0029294Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0031075Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0031797Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0033312Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0034025Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0035534Z copying torch/include/ATen/ops/igammac.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0036872Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0037714Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0038918Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0040188Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0041657Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0042656Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0044341Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0045106Z copying torch/include/ATen/ops/im2col.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0046706Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0048016Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0048860Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0050335Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0051206Z copying torch/include/ATen/ops/imag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0052592Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0053973Z copying torch/include/ATen/ops/imag_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0054666Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0056004Z copying torch/include/ATen/ops/index.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0056675Z copying torch/include/ATen/ops/index_add.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0058247Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0059070Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0060368Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0061109Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0062583Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0063268Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0064556Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0065500Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0066645Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0067450Z copying torch/include/ATen/ops/index_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0068729Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0070420Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0071165Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0072137Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0073347Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0074186Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0075560Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0077163Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0078488Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0079318Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0080294Z copying torch/include/ATen/ops/index_fill.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0081598Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0082612Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0083865Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0084935Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0086050Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0087082Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0088308Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0089216Z copying torch/include/ATen/ops/index_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0091087Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0092122Z copying torch/include/ATen/ops/index_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0093450Z copying torch/include/ATen/ops/index_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0094766Z copying torch/include/ATen/ops/index_put.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0096146Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0097281Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0098570Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0099863Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0101345Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0102409Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0103782Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0105214Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0106460Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0107399Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0108576Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0109773Z copying torch/include/ATen/ops/index_select.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0111186Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0112072Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0113571Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0114861Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0116472Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0117406Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0118423Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0119672Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0120922Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0121846Z copying torch/include/ATen/ops/indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0123499Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0124593Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0125881Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0126586Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0128122Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0128727Z copying torch/include/ATen/ops/indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0130292Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0131614Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0132486Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0133436Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0135257Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0135664Z copying torch/include/ATen/ops/inner.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0137324Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0137951Z copying torch/include/ATen/ops/inner_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0139249Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0140789Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0141464Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0142665Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0143690Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0144554Z copying torch/include/ATen/ops/int_repr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0145923Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0146792Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0148737Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0148996Z copying torch/include/ATen/ops/inverse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0150899Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0151771Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0152618Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0153814Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0155310Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0156342Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0157653Z copying torch/include/ATen/ops/is_complex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0158962Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0160026Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0161300Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0163190Z copying torch/include/ATen/ops/is_conj.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0163568Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0164589Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0166063Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0167584Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0168969Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0170139Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0171831Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0172761Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0174137Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0174978Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0176108Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0177403Z copying torch/include/ATen/ops/is_inference.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0178663Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0179552Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0181155Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0182292Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0183434Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0184282Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0185311Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0186793Z copying torch/include/ATen/ops/is_neg.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0188701Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0189383Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0190514Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0191415Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0192730Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0193664Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0194856Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0196160Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0197541Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0198456Z copying torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0199425Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0200360Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0201631Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0203032Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0204412Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0205433Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0206871Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0207545Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0208824Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0209978Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0211133Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0212030Z copying torch/include/ATen/ops/is_signed.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0213658Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0215133Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0215960Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0217171Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0218516Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0219473Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0220837Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0222142Z copying torch/include/ATen/ops/isclose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0223375Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0224523Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0225756Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0227022Z copying torch/include/ATen/ops/isfinite.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0228075Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0229414Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0230457Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0231895Z copying torch/include/ATen/ops/isin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0233618Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0234157Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0236388Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0236760Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0238209Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0239436Z copying torch/include/ATen/ops/isin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0240713Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0241963Z copying torch/include/ATen/ops/isinf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0243027Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0244510Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0245685Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0246848Z copying torch/include/ATen/ops/isnan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0248140Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0249106Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0250372Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0251474Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0252625Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0254336Z copying torch/include/ATen/ops/isneginf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0255353Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0256371Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0257394Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0259213Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0259545Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0261047Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0261983Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0262851Z copying torch/include/ATen/ops/isposinf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0264326Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0265313Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0266184Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0267260Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0268524Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0269814Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0270861Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0272206Z copying torch/include/ATen/ops/isreal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0273575Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0274896Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0275971Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0277226Z copying torch/include/ATen/ops/istft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0278293Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0279302Z copying torch/include/ATen/ops/istft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0280185Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0281773Z copying torch/include/ATen/ops/item.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0283000Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0284314Z copying torch/include/ATen/ops/item_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0285911Z copying torch/include/ATen/ops/item_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0287310Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0288009Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0289413Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0290369Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0291477Z copying torch/include/ATen/ops/kl_div.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0293158Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0293748Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0295246Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0296686Z copying torch/include/ATen/ops/kron.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0297520Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0298632Z copying torch/include/ATen/ops/kron_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0299534Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0300857Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0301999Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0303376Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0304331Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0305655Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0307557Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0307806Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0309064Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0309983Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0311339Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0312124Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0313072Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0314528Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0315556Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0316350Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0317577Z copying torch/include/ATen/ops/lcm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0319235Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0320195Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0321393Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0322563Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0323529Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0325205Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0326024Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0327216Z copying torch/include/ATen/ops/ldexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0328458Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0329773Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0330639Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0332038Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0333221Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0335205Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0335473Z copying torch/include/ATen/ops/le_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0336430Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0337818Z copying torch/include/ATen/ops/le_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0338700Z copying torch/include/ATen/ops/le_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0339917Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0340882Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0342667Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0343471Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0344308Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0345830Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0346666Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0347698Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0349510Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0350545Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0351456Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0352804Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0353575Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0355689Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0356096Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0357514Z copying torch/include/ATen/ops/mm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0358777Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0359947Z copying torch/include/ATen/ops/lerp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0361791Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0362320Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0363551Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0364984Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0366398Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0367421Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0368719Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0369794Z copying torch/include/ATen/ops/less.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0371847Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0372176Z copying torch/include/ATen/ops/less_equal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0373517Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0374040Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0375684Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0376500Z copying torch/include/ATen/ops/less_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0377902Z copying torch/include/ATen/ops/less_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0379167Z copying torch/include/ATen/ops/lgamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0380306Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0381910Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0382943Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0385302Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0385617Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0387084Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0387875Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0389056Z copying torch/include/ATen/ops/lift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0390069Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0391472Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0392489Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0393797Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0395651Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0397489Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0398728Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0399702Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0400734Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0401816Z copying torch/include/ATen/ops/lift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0402880Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0404455Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0405808Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0407406Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0408943Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0410233Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0411843Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0413133Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0414793Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0416118Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0417716Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0419113Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0420767Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0422424Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0423992Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0425356Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0426909Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0428246Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0430060Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0431234Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0432872Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0434197Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0436283Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0437435Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0439043Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0440377Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0442178Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0443409Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0445010Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0446389Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0448290Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0449425Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0451027Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0452266Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0454138Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0455351Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0456990Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0458595Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0460143Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0461610Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0462962Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0464557Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0466082Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0467745Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0469045Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0470663Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0471985Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0473768Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0475202Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0476855Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0478320Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0479781Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0481425Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0482774Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0484471Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0485743Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0487541Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0488772Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0491255Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0492122Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0493740Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0495048Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0496785Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0498050Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0499855Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0501120Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0502748Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0504092Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0505849Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0507067Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0508935Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0510262Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0511864Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0513323Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0515147Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0516411Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0518178Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0519872Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0521061Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0522802Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0524328Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0525582Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0527345Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0528552Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0530137Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0531747Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0533443Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0535530Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0536207Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0537702Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0539031Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0539872Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0541256Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0542571Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0544334Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0545654Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0546961Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0548520Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0550369Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0551471Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0553403Z copying torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0554438Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0556202Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0558431Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0560156Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0561386Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0563018Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0564234Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0565766Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0567011Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0568683Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0570057Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0571745Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0572993Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0574798Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0576011Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0577434Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0579094Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0580501Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0582134Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0583412Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0585063Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0587424Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0588413Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0589746Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0591334Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0593019Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0594328Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0595979Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0597557Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0598907Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0600636Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0602052Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0603510Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0605082Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0606626Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0608194Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0609773Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0611099Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0612825Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0614613Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0615878Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0617522Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0618679Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0620575Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0621761Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0623101Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0624680Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0626371Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0627577Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0629204Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0630623Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0632275Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0633727Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0635818Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0637026Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0638486Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0640201Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0641720Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0642959Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0644546Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0645907Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0647557Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0648912Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0650501Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0651872Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0653616Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0654841Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0656389Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0657731Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0659479Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0660720Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0662574Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0663851Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0665465Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0666827Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0668358Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0670036Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0671274Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0672992Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0674237Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0675908Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0677359Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0678410Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0679914Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0681214Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0682998Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0684006Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0685408Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0686688Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0687693Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0689380Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0690245Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0691841Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0692869Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0694377Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0695379Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0696868Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0698300Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0699593Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0700967Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0701895Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0703491Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0704486Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0706045Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0706931Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0708520Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0709888Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0711080Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0712507Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0713736Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0715303Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0717062Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0718176Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0719361Z copying torch/include/ATen/ops/linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0720809Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0721927Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0723609Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0724597Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0725792Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0727653Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0728352Z copying torch/include/ATen/ops/linear_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0729935Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0730857Z copying torch/include/ATen/ops/linspace.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0732262Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0733528Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0734582Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0735979Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0737146Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0738408Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0739730Z copying torch/include/ATen/ops/log.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0740885Z copying torch/include/ATen/ops/log10.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0742314Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0743740Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0745126Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0745975Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0747364Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0748270Z copying torch/include/ATen/ops/log10_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0749182Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0750324Z copying torch/include/ATen/ops/log1p.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0751586Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0752986Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0753808Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0755101Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0756289Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0757410Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0758826Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0759749Z copying torch/include/ATen/ops/log2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0761197Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0761941Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0763755Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0765108Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0766359Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0767518Z copying torch/include/ATen/ops/log2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0768800Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0770080Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0771078Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0772459Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0773845Z copying torch/include/ATen/ops/log_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0774577Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0775892Z copying torch/include/ATen/ops/log_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0776872Z copying torch/include/ATen/ops/log_normal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0778496Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0779424Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0780401Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0781860Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0782958Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0784293Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0785491Z copying torch/include/ATen/ops/log_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0786636Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0787872Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0789160Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0790225Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0791485Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0792477Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0793994Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0795224Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0796626Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0797465Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0799277Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0800310Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0801517Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0802500Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0803627Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0805387Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0806504Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0807580Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0808933Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0810075Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0811532Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0812760Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0813806Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0814907Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0815961Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0817120Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0818522Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0819348Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0821230Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0821913Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0822857Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0823912Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0825949Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0826465Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0827472Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0828589Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0829863Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0831057Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0832262Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0833265Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0834794Z copying torch/include/ATen/ops/logdet.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0835986Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0837278Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0838625Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0839970Z copying torch/include/ATen/ops/logical_and.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0841481Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0842660Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0843620Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0844766Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0845872Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0846935Z copying torch/include/ATen/ops/logical_not.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0848366Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0849593Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0850881Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0851834Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0853039Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0854201Z copying torch/include/ATen/ops/logical_or.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0855371Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0856347Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0857753Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0858915Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0860144Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0861096Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0862917Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0863664Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0864987Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0865871Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0866986Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0868277Z copying torch/include/ATen/ops/logit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0869256Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0870704Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0871621Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0872610Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0873855Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0875623Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0876482Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0877845Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0878667Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0880081Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0880682Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0882050Z copying torch/include/ATen/ops/logit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0882914Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0884120Z copying torch/include/ATen/ops/logspace.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0885646Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0886683Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0888049Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0889032Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0890218Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0891630Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0893025Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0894326Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0895440Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0896959Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0897718Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0898932Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0899885Z copying torch/include/ATen/ops/lshift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0901257Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0902158Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0903466Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0904478Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0905465Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0906684Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0907880Z copying torch/include/ATen/ops/lstm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0909044Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0909917Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0911551Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0912386Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0914237Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0915426Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0918124Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0919153Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0920477Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0921836Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0923553Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0924406Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0926003Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0926940Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0928372Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0929737Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0930703Z copying torch/include/ATen/ops/lt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0931789Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0932971Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0934409Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0935524Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0936939Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0937873Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0939389Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0940294Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0941465Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0942414Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0943790Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0944570Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0945950Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0947014Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0948155Z copying torch/include/ATen/ops/mH_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0949109Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0950467Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0951589Z copying torch/include/ATen/ops/mT_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0952614Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0954026Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0955448Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0956369Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0957613Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0958593Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0959693Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0960762Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0961993Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0963166Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0964335Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0965507Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0966599Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0967984Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0968701Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0969787Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0970804Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0971844Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0972762Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0974035Z copying torch/include/ATen/ops/masked_select.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0974910Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0976027Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0977248Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0978199Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0979142Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0980473Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0981366Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0982596Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0983898Z copying torch/include/ATen/ops/matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0985625Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0986061Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0987225Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0988834Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0990122Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0991177Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0992751Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0993928Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0995115Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0997059Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0997379Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0998580Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.0999498Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1000903Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1001955Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1002930Z copying torch/include/ATen/ops/max.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1004209Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1005844Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1006635Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1007933Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1009146Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1010205Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1011484Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1012696Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1013675Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1015047Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1015926Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1017263Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1018358Z copying torch/include/ATen/ops/max_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1019315Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1020703Z copying torch/include/ATen/ops/max_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1021542Z copying torch/include/ATen/ops/max_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1022740Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1023944Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1026250Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1026666Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1027416Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1028572Z copying torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1029429Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1030331Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1031476Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1032633Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1033766Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1036135Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1036431Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1037460Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1038849Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1039766Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1041153Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1042301Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1043711Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1044468Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1045659Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1046719Z copying torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1047785Z copying torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1048921Z copying torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1049883Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1050958Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1052459Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1053277Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1054274Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1055566Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1056788Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1057682Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1059059Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1060314Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1061412Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1062783Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1063870Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1064907Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1066694Z copying torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1067641Z copying torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1069097Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1070085Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1071202Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1072184Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1073435Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1075420Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1076143Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1077930Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1079132Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1080081Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1081539Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1082653Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1083856Z copying torch/include/ATen/ops/maximum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1084983Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1086197Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1087294Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1088684Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1089633Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1090605Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1091871Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1092953Z copying torch/include/ATen/ops/mean.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1094235Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1096214Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1096826Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1097845Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1099287Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1100248Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1101821Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1102822Z copying torch/include/ATen/ops/mean_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1104049Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1105476Z copying torch/include/ATen/ops/median.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1106534Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1108006Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1108757Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1110200Z copying torch/include/ATen/ops/mv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1111481Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1112881Z copying torch/include/ATen/ops/median_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1114177Z copying torch/include/ATen/ops/median_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1115370Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1116376Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1117563Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1118846Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1121135Z copying torch/include/ATen/ops/min.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1121941Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1122689Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1123893Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1125278Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1126817Z copying torch/include/ATen/ops/min_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1127800Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1129486Z copying torch/include/ATen/ops/min_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1130994Z copying torch/include/ATen/ops/min_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1132044Z copying torch/include/ATen/ops/minimum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1133507Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1134458Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1135868Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1136940Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1138846Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1139159Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1140122Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1141763Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1143606Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1145023Z copying torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1146818Z copying torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1148831Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1150732Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1151537Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1153088Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1153990Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1155362Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1157407Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1158806Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1159733Z copying torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1161005Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1162009Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1163214Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1164190Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1165699Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1166987Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1168315Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1169339Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1170441Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1171580Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1172701Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1173976Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1175285Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1176015Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1177443Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1178536Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1179649Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1180719Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1181970Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1183010Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1184375Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1185527Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1187162Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1188341Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1189536Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1190564Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1192001Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1192993Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1194012Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1195373Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1196494Z copying torch/include/ATen/ops/mish.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1197700Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1198909Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1199918Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1201073Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1202211Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1203314Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1205303Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1205847Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1206518Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1207491Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1209007Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1209807Z copying torch/include/ATen/ops/mish_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1210996Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1212394Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1213497Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1214569Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1215729Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1216710Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1217724Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1218802Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1219974Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1221064Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1222474Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1223898Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1224988Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1226607Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1227081Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1228462Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1229507Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1230858Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1231770Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1233740Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1234854Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1235951Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1237661Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1238862Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1240027Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1241221Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1242714Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1243790Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1245032Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1246234Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1247830Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1248981Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1250105Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1251308Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1252577Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1254121Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1254928Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1256459Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1257626Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1258953Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1260974Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1261575Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1262743Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1263617Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1264780Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1265806Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1266991Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1268017Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1269321Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1270535Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1271779Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1272989Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1274549Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1275673Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1276583Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1277966Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1278976Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1280028Z copying torch/include/ATen/ops/mm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1281232Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1282446Z copying torch/include/ATen/ops/mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1283759Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1284760Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1286021Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1287223Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1288128Z copying torch/include/ATen/ops/mode_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1289584Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1290483Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1291755Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1292946Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1293860Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1295042Z copying torch/include/ATen/ops/movedim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1296163Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1297109Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1298132Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1299348Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1301503Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1302442Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1303336Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1305581Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1306399Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1307094Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1307799Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1309082Z copying torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1310291Z copying torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1311342Z copying torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1312284Z copying torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1313662Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1314658Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1316236Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1317394Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1318873Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1319923Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1321048Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1322206Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1323658Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1324579Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1326247Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1327298Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1328252Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1329343Z copying torch/include/ATen/ops/msort.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1330465Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1331622Z copying torch/include/ATen/ops/msort_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1333082Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1334263Z copying torch/include/ATen/ops/mul.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1335373Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1336855Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1337872Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1338828Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1339869Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1341150Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1342257Z copying torch/include/ATen/ops/mul_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1343412Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1344905Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1346039Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1347259Z copying torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1348461Z copying torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1349530Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1350701Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1352199Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1352999Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1354506Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1355849Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1356671Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1357891Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1358890Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1360081Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1361241Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1362338Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1363662Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1364713Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1365908Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1367136Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1368313Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1369707Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1370864Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1371925Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1372966Z copying torch/include/ATen/ops/multinomial.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1374121Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1375527Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1376937Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1377983Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1379072Z copying torch/include/ATen/ops/multiply.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1380294Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1381537Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1382627Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1383781Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1384884Z copying torch/include/ATen/ops/mv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1386010Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1387331Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1388455Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1389545Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1390696Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1391845Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1392976Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1394208Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1395619Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1397283Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1398338Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1399485Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1400835Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1414710Z copying torch/include/ATen/ops/nanmean.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1415798Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1416631Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1417187Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1417750Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1418472Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1419300Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1419956Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1420622Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1421114Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1421619Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1422368Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1423029Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1423605Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1424328Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1425164Z copying torch/include/ATen/ops/nansum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1425826Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1426451Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1426929Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1427432Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1427923Z copying torch/include/ATen/ops/narrow.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1428514Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1429393Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1431594Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1433086Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1433960Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1435649Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1437056Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1438139Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1460025Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1460631Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1462005Z copying torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1462628Z copying torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1463308Z copying torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1465460Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1466968Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1467913Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1468826Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1469392Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1469956Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1470414Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1470942Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1471469Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1471943Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1472412Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1472861Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1473319Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1473858Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1474462Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1475160Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1475913Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1476794Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1477324Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1477923Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1478404Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1478931Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1479465Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1479920Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1480553Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1481213Z copying torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1482004Z copying torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1482673Z copying torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1483217Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1483794Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1484350Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1485064Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1485609Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1486223Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1486746Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1487380Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1488739Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1489860Z copying torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1491042Z copying torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1492150Z copying torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1493288Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1494428Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1495778Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1496847Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1498092Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1499420Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1500527Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1501863Z copying torch/include/ATen/ops/native_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1503092Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1504223Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1505589Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1506711Z copying torch/include/ATen/ops/ne.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1508163Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1509287Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1510560Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1511638Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1513057Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1515279Z copying torch/include/ATen/ops/ne_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1516032Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1516877Z copying torch/include/ATen/ops/neg.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1518254Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1519348Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1520501Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1521659Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1522877Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1524055Z copying torch/include/ATen/ops/neg_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1525278Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1526439Z copying torch/include/ATen/ops/negative.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1527824Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1528918Z copying torch/include/ATen/ops/negative_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1530199Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1531452Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1532742Z copying torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1534286Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1535507Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1536647Z copying torch/include/ATen/ops/new_empty.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1537994Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1539093Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1540350Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1541957Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1543417Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1544737Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1545717Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1546888Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1548087Z copying torch/include/ATen/ops/new_full.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1549349Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1553909Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1554687Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1555500Z copying torch/include/ATen/ops/new_ones.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1556178Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1556964Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1557848Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1559104Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1560933Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1562081Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1563494Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1564878Z copying torch/include/ATen/ops/nextafter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1566338Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1567437Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1572630Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1573489Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1574205Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1574863Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1575487Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1576175Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1577024Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1578076Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1579343Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1580630Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1582770Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1583841Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1585162Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1586331Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1587586Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1588803Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1589969Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1590961Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1592153Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1593236Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1594331Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1595858Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1596616Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1597690Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1598600Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1599684Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1600688Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1601724Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1602832Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1603778Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1605004Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1605982Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1607130Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1608178Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1609268Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1610361Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1611479Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1612660Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1614224Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1615631Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1616816Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1618096Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1619146Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1620856Z copying torch/include/ATen/ops/nonzero.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1621773Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1622828Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1624257Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1625903Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1627130Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1628611Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1629671Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1631134Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1632794Z copying torch/include/ATen/ops/norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1634466Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1636223Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1638517Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1639381Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1641155Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1642133Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1644097Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1645139Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1647568Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1648524Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1650159Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1651692Z copying torch/include/ATen/ops/norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1652803Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1654318Z copying torch/include/ATen/ops/normal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1655698Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1657267Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1659312Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1660625Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1662398Z copying torch/include/ATen/ops/normal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1663853Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1665230Z copying torch/include/ATen/ops/not_equal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1667184Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1668614Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1670212Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1671254Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1673017Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1673609Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1675116Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1676039Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1677262Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1678437Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1679942Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1681780Z copying torch/include/ATen/ops/one_hot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1682313Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1682945Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1684207Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1685102Z copying torch/include/ATen/ops/ones.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1686675Z copying torch/include/ATen/ops/ones_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1687591Z copying torch/include/ATen/ops/or.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1688703Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1689905Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1691421Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1692000Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1693040Z copying torch/include/ATen/ops/ones_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1694152Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1695901Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1696803Z copying torch/include/ATen/ops/or_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1697838Z copying torch/include/ATen/ops/or_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1698759Z copying torch/include/ATen/ops/orgqr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1700689Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1701488Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1702655Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1704324Z copying torch/include/ATen/ops/ormqr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1705282Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1706362Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1707282Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1708706Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1709529Z copying torch/include/ATen/ops/outer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1711087Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1712093Z copying torch/include/ATen/ops/outer_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1713205Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1714254Z copying torch/include/ATen/ops/output_nr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1715876Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1717624Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1718751Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1719690Z copying torch/include/ATen/ops/pad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1721381Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1721954Z copying torch/include/ATen/ops/pad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1723073Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1725143Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1725960Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1726790Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1727746Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1728592Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1729969Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1730892Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1732539Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1733043Z copying torch/include/ATen/ops/pdist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1734216Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1735148Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1736203Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1737317Z copying torch/include/ATen/ops/permute.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1738518Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1739533Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1741050Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1742218Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1743323Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1744780Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1745945Z copying torch/include/ATen/ops/permute_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1747313Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1748415Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1749765Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1750825Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1752004Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1753418Z copying torch/include/ATen/ops/pinverse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1754635Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1756120Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1757286Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1758556Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1759904Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1761135Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1762070Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1763267Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1764561Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1765835Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1766814Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1767905Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1769364Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1770304Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1771554Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1772449Z copying torch/include/ATen/ops/poisson.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1774104Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1774804Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1776514Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1777383Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1778324Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1779282Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1780702Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1781838Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1782995Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1784444Z copying torch/include/ATen/ops/polar.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1785430Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1787080Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1788484Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1789401Z copying torch/include/ATen/ops/polar_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1790855Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1792070Z copying torch/include/ATen/ops/polygamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1793365Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1795077Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1795871Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1797376Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1798640Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1799596Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1800918Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1802181Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1803455Z copying torch/include/ATen/ops/positive.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1804514Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1805569Z copying torch/include/ATen/ops/positive_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1806660Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1807906Z copying torch/include/ATen/ops/pow.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1809079Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1810624Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1811612Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1813228Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1813485Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1814781Z copying torch/include/ATen/ops/pow_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1816428Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1817312Z copying torch/include/ATen/ops/prelu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1818201Z copying torch/include/ATen/ops/prelu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1819763Z copying torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1820148Z copying torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1821697Z copying torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1822746Z copying torch/include/ATen/ops/prelu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1824040Z copying torch/include/ATen/ops/prelu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1825732Z copying torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1827461Z copying torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1827785Z copying torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1829144Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1829976Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1831411Z copying torch/include/ATen/ops/prod.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1833016Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1834862Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1837019Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1837672Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1839459Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1840101Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1841557Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1842866Z copying torch/include/ATen/ops/prod_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1844257Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1845250Z copying torch/include/ATen/ops/promote_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1846794Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1847639Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1848843Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1849810Z copying torch/include/ATen/ops/put.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1851087Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1852073Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1853148Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1854936Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1855985Z copying torch/include/ATen/ops/put_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1857227Z copying torch/include/ATen/ops/put_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1858507Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1859497Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1860979Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1861923Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1863273Z copying torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1864123Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1865396Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1866399Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1867518Z copying torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1868558Z copying torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1869957Z copying torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1871355Z copying torch/include/ATen/ops/q_scale.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1872096Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1873420Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1875098Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1876134Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1877775Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1879106Z copying torch/include/ATen/ops/qr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1880544Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1881792Z copying torch/include/ATen/ops/qr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1883135Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1884339Z copying torch/include/ATen/ops/qscheme.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1885527Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1886743Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1888035Z copying torch/include/ATen/ops/quantile.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1889365Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1890374Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1891672Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1892966Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1894346Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1895679Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1896922Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1897880Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1899217Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1900227Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1901652Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1902627Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1904076Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1904920Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1906395Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1907617Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1908824Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1910162Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1911161Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1912564Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1913515Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1914888Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1915936Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1917249Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1918917Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1919235Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1920885Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1921892Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1923246Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1924099Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1925399Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1926361Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1927404Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1928366Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1930094Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1930807Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1932384Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1933507Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1934902Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1935269Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1937125Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1937932Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1939339Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1940106Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1941464Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1942417Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1943764Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1944940Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1945848Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1947207Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1948766Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1949555Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1951088Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1952099Z copying torch/include/ATen/ops/rand.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1953588Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1954523Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1955944Z copying torch/include/ATen/ops/rand_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1956938Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1958301Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1959245Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1960658Z copying torch/include/ATen/ops/rand_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1961611Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1963353Z copying torch/include/ATen/ops/randint.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1964265Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1965729Z copying torch/include/ATen/ops/randint_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1967061Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1968531Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1969928Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1971432Z copying torch/include/ATen/ops/randint_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1972834Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1974173Z copying torch/include/ATen/ops/randn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1975701Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1977116Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1978532Z copying torch/include/ATen/ops/randn_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1979999Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1981375Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1982707Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1984049Z copying torch/include/ATen/ops/randn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1984791Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1986006Z copying torch/include/ATen/ops/random.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1987324Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1988382Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1989185Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1990595Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1991314Z copying torch/include/ATen/ops/random_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1993175Z copying torch/include/ATen/ops/random_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1993510Z copying torch/include/ATen/ops/randperm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1995239Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1997269Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1997800Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.1998721Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2000095Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2001562Z copying torch/include/ATen/ops/range.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2003406Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2004618Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2006264Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2007648Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2009057Z copying torch/include/ATen/ops/range_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2010706Z copying torch/include/ATen/ops/range_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2012304Z copying torch/include/ATen/ops/ravel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2014593Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2015944Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2017269Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2018809Z copying torch/include/ATen/ops/real.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2020224Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2021623Z copying torch/include/ATen/ops/real_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2022735Z copying torch/include/ATen/ops/real_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2024113Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2025487Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2026721Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2028004Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2029291Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2030507Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2031958Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2033192Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2034448Z copying torch/include/ATen/ops/record_stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2036122Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2037854Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2039411Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2040385Z copying torch/include/ATen/ops/refine_names.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2041439Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2042877Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2044075Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2045257Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2046542Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2047962Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2049238Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2050578Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2051803Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2053069Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2054239Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2055549Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2057026Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2058188Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2059261Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2060622Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2061884Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2063114Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2064349Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2065661Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2066874Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2068130Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2069605Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2070947Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2072213Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2073528Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2074816Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2076293Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2077521Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2078866Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2080184Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2081601Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2082832Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2084153Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2085416Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2086997Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2088392Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2089613Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2090996Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2092145Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2093498Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2094738Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2096066Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2097302Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2099015Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2100230Z copying torch/include/ATen/ops/relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2101554Z copying torch/include/ATen/ops/relu6.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2102924Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2104188Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2105502Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2106865Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2108053Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2109870Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2110857Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2112064Z copying torch/include/ATen/ops/relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2113205Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2114320Z copying torch/include/ATen/ops/remainder.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2116024Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2117139Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2118002Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2119354Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2120312Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2121421Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2122627Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2124152Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2125095Z copying torch/include/ATen/ops/rename.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2126189Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2127261Z copying torch/include/ATen/ops/rename_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2128595Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2129651Z copying torch/include/ATen/ops/renorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2131049Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2131937Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2133040Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2133931Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2135282Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2136175Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2137130Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2138617Z copying torch/include/ATen/ops/repeat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2139574Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2140714Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2141985Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2142964Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2144740Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2145131Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2146043Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2147394Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2148598Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2149878Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2151125Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2152114Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2153590Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2154669Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2155877Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2157341Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2158306Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2159522Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2160860Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2161916Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2163240Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2164561Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2165511Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2166771Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2167757Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2169511Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2170289Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2171196Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2172571Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2173347Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2175248Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2176140Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2177115Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2178383Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2179779Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2180790Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2182437Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2183285Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2184700Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2185573Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2186488Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2188043Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2188874Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2190640Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2191566Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2193263Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2194311Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2195899Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2197277Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2198519Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2199734Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2200740Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2202093Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2203245Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2204414Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2205661Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2206793Z copying torch/include/ATen/ops/reshape.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2208074Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2209443Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2210832Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2211618Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2212741Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2214502Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2215114Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2216634Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2217913Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2219070Z copying torch/include/ATen/ops/resize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2220015Z copying torch/include/ATen/ops/resize_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2221462Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2222401Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2223571Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2225084Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2226411Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2227576Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2228772Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2229850Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2231411Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2232295Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2233338Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2234725Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2235947Z copying torch/include/ATen/ops/resize_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2237370Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2238309Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2239633Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2240785Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2241952Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2243143Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2244437Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2245298Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2246693Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2247560Z copying torch/include/ATen/ops/result_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2248950Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2249815Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2251051Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2252704Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2254271Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2255029Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2256718Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2257289Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2258697Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2259957Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2260691Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2262205Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2263249Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2264228Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2265560Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2266566Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2268019Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2268763Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2269905Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2271070Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2272291Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2273584Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2274804Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2276164Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2277441Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2278538Z copying torch/include/ATen/ops/t.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2279781Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2281110Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2282299Z copying torch/include/ATen/ops/roll.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2283537Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2284697Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2285915Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2287261Z copying torch/include/ATen/ops/roll_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2288339Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2289528Z copying torch/include/ATen/ops/rot90.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2290739Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2292009Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2293275Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2294408Z copying torch/include/ATen/ops/round.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2295747Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2296669Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2297710Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2298821Z copying torch/include/ATen/ops/round_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2300569Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2301158Z copying torch/include/ATen/ops/round_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2302740Z copying torch/include/ATen/ops/round_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2303603Z copying torch/include/ATen/ops/row_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2305142Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2305952Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2307184Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2308436Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2309746Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2311047Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2312212Z copying torch/include/ATen/ops/row_stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2313431Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2314452Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2316322Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2317997Z copying torch/include/ATen/ops/rrelu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2319432Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2320719Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2321734Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2322955Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2324162Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2325703Z copying torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2326582Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2327821Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2329083Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2330556Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2331554Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2332693Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2334111Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2335037Z copying torch/include/ATen/ops/rshift.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2336607Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2337621Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2338766Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2339971Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2340984Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2342422Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2343295Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2344599Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2345431Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2346902Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2347977Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2349121Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2350335Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2351382Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2352813Z copying torch/include/ATen/ops/rsub.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2353774Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2355097Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2356847Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2357158Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2358535Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2359772Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2361046Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2361876Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2363102Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2364200Z copying torch/include/ATen/ops/scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2365427Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2366835Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2367865Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2369215Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2370635Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2371819Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2373113Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2374219Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2375275Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2376555Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2377500Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2378749Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2379904Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2381001Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2382119Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2383303Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2384444Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2385620Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2386851Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2387833Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2389034Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2390188Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2391309Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2392458Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2393556Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2394785Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2396128Z copying torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2397255Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2398322Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2399503Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2400644Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2401725Z copying torch/include/ATen/ops/to.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2402740Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2404551Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2413235Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2414272Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2415585Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2417059Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2417991Z copying torch/include/ATen/ops/select.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2419157Z copying torch/include/ATen/ops/select_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2420488Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2421952Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2423082Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2424428Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2425364Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2426527Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2427780Z copying torch/include/ATen/ops/select_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2428890Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2430504Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2431591Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2432421Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2433988Z copying torch/include/ATen/ops/select_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2435157Z copying torch/include/ATen/ops/select_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2436440Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2437801Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2439585Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2439922Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2440896Z copying torch/include/ATen/ops/selu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2442370Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2443663Z copying torch/include/ATen/ops/selu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2445183Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2446028Z copying torch/include/ATen/ops/set.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2447310Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2448893Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2449709Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2450960Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2452124Z copying torch/include/ATen/ops/set_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2453106Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2454686Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2455557Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2456761Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2457767Z copying torch/include/ATen/ops/set_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2458957Z copying torch/include/ATen/ops/set_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2460569Z copying torch/include/ATen/ops/sgn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2461744Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2462973Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2463682Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2465367Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2466182Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2467397Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2468285Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2469533Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2470516Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2472033Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2473986Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2474436Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2475605Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2477278Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2478487Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2479698Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2480627Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2481891Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2482741Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2484087Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2485492Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2486397Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2487183Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2488347Z copying torch/include/ATen/ops/sign.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2489830Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2491075Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2491953Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2493257Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2494948Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2495315Z copying torch/include/ATen/ops/sign_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2496732Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2497876Z copying torch/include/ATen/ops/signbit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2499128Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2500476Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2502097Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2503281Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2504050Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2505143Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2506111Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2507371Z copying torch/include/ATen/ops/silu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2508652Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2510150Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2512227Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2512521Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2513543Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2514659Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2516034Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2517151Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2518795Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2519876Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2521081Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2522415Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2523782Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2524715Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2544846Z copying torch/include/ATen/ops/silu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2546162Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2547499Z copying torch/include/ATen/ops/sin.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2548585Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2549841Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2550850Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2552000Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2553298Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2554163Z copying torch/include/ATen/ops/sin_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2555659Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2556809Z copying torch/include/ATen/ops/sinc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2557940Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2559114Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2560248Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2561072Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2562538Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2563605Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2564490Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2565797Z copying torch/include/ATen/ops/sinh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2566914Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2568194Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2569195Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2570450Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2571600Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2572811Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2573764Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2575101Z copying torch/include/ATen/ops/size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2576119Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2577422Z copying torch/include/ATen/ops/size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2578538Z copying torch/include/ATen/ops/size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2579836Z copying torch/include/ATen/ops/slice.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2581131Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2582758Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2583934Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2585544Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2586875Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2588160Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2589497Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2590889Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2591921Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2593307Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2594666Z copying torch/include/ATen/ops/slice_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2596134Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2597402Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2598789Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2600094Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2601351Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2602609Z copying torch/include/ATen/ops/slogdet.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2603971Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2605270Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2606645Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2607908Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2609300Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2610492Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2611841Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2613110Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2614412Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2615672Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2616978Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2618251Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2619633Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2620861Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2622179Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2623435Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2624769Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2626038Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2627458Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2628693Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2630018Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2631257Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2632565Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2633882Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2635650Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2637061Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2638409Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2639683Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2641063Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2642199Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2643564Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2644838Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2646197Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2647474Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2648793Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2650114Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2651422Z copying torch/include/ATen/ops/smm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2652854Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2654057Z copying torch/include/ATen/ops/smm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2655310Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2656622Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2657907Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2659305Z copying torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2660537Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2661875Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2662981Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2664566Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2665862Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2666924Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2668449Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2670645Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2672110Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2673286Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2674825Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2676858Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2678033Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2679589Z copying torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2681486Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2684133Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2685407Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2686397Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2687925Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2688907Z copying torch/include/ATen/ops/softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2691942Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2693211Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2694009Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2695230Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2696448Z copying torch/include/ATen/ops/softplus.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2697778Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2699671Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2700606Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2701698Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2702545Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2703893Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2704899Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2706128Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2707330Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2708314Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2709644Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2710952Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2712112Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2713240Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2714503Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2716432Z copying torch/include/ATen/ops/softshrink.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2717853Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2718891Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2720277Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2721724Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2722599Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2724019Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2725458Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2726043Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2727998Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2728774Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2729431Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2730852Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2731969Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2733655Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2734664Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2735895Z copying torch/include/ATen/ops/sort.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2737247Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2738532Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2739821Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2741348Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2743572Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2746602Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2747897Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2750128Z copying torch/include/ATen/ops/sort_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2751469Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2753599Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2755141Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2756128Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2757584Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2758771Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2761689Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2762861Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2763872Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2764856Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2766259Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2767279Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2768328Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2769666Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2771029Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2772065Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2773076Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2774252Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2775323Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2776734Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2777645Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2779161Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2779938Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2781197Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2782263Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2783584Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2784404Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2785861Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2787033Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2788522Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2790235Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2791049Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2792293Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2793435Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2794882Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2796125Z copying torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2797986Z copying torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2799252Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2800913Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2802350Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2803626Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2804891Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2806282Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2807642Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2808782Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2809851Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2811080Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2812633Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2813403Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2814767Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2816182Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2817256Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2818554Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2819544Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2820793Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2821833Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2822839Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2823966Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2824849Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2826082Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2827653Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2828327Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2829408Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2830904Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2831892Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2833019Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2834115Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2835282Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2836329Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2837471Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2839152Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2840494Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2841383Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2842509Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2843718Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2844860Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2845936Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2847036Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2848325Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2849342Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2850656Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2851556Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2852707Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2853910Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2854984Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2856141Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2857278Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2858563Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2859619Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2860953Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2862234Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2863475Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2864675Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2866049Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2867251Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2868557Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2869931Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2871344Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2872659Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2873945Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2875467Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2876739Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2878237Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2879135Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2880445Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2881462Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2882780Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2884130Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2885260Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2886581Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2887542Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2888947Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2889919Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2891405Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2892757Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2893945Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2895450Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2896525Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2897856Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2898937Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2900258Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2901574Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2902553Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2903646Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2905014Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2905899Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2907458Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2908270Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2909417Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2910604Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2912685Z copying torch/include/ATen/ops/special_entr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2913271Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2914301Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2915877Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2917426Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2918848Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2919492Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2920854Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2921992Z copying torch/include/ATen/ops/special_erf.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2923606Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2924543Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2925991Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2926885Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2929170Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2929687Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2930476Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2931525Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2932895Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2933892Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2934952Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2936077Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2937533Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2938504Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2939658Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2940920Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2942283Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2943165Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2944261Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2945624Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2946606Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2947673Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2948661Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2950099Z copying torch/include/ATen/ops/special_expit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2951160Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2952254Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2953462Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2954702Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2956192Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2957105Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2958497Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2959484Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2961462Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2961753Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2963094Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2964451Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2965517Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2966684Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2967999Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2969113Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2971123Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2971406Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2973441Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2974347Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2975505Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2976699Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2977753Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2978623Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2980023Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2981126Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2982270Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2983725Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2984924Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2986134Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2987465Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2988797Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2990203Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2991480Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2992462Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2994219Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2995719Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2997385Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2998505Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.2999820Z copying torch/include/ATen/ops/special_i0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3001059Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3002320Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3003397Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3004955Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3006297Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3007174Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3008173Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3009495Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3010887Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3012036Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3020195Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3020573Z copying torch/include/ATen/ops/special_i1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3021013Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3021363Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3021725Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3021996Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3022414Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3022691Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3023067Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3024314Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3025592Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3026775Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3028113Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3029795Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3030755Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3031851Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3033232Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3034240Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3035903Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3037266Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3038659Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3039690Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3040997Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3042226Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3043634Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3044718Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3046024Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3047257Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3048564Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3049822Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3051352Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3052114Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3053541Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3054588Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3055664Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3056865Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3058167Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3059023Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3060622Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3061835Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3063097Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3064037Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3065394Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3066247Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3067473Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3068549Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3069894Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3070787Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3072106Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3073584Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3074836Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3076947Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3077274Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3078705Z copying torch/include/ATen/ops/special_logit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3080014Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3081123Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3082333Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3083570Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3084917Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3086026Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3087559Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3088765Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3091143Z copying torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3091511Z copying torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3092452Z copying torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3093541Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3095114Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3096054Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3097327Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3098566Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3100584Z copying torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3101103Z copying torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3102446Z copying torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3103311Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3104813Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3105704Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3107280Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3108516Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3109643Z copying torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3111436Z copying torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3111780Z copying torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3112749Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3114102Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3115243Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3116434Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3117424Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3118817Z copying torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3119729Z copying torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3121058Z copying torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3122236Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3123470Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3124807Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3125964Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3127186Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3128482Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3129644Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3130862Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3132325Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3133354Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3134727Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3135841Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3136839Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3138224Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3139239Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3140466Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3141412Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3142556Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3143820Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3144806Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3146056Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3147290Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3148325Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3149537Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3151133Z copying torch/include/ATen/ops/special_psi.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3152186Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3153100Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3154305Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3155448Z copying torch/include/ATen/ops/special_round.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3157216Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3158091Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3159300Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3160498Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3161622Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3163175Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3164373Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3165459Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3166464Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3167942Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3169106Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3169873Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3171187Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3172666Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3173599Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3174615Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3175911Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3177182Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3178555Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3179496Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3180476Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3182131Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3183162Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3184160Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3185433Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3186413Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3187824Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3188927Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3190650Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3191633Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3192582Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3194114Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3195268Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3196410Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3197895Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3199764Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3200516Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3201372Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3202739Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3203977Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3205381Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3206824Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3207580Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3208674Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3209722Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3211170Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3212061Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3213524Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3214482Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3215907Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3217124Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3218296Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3219638Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3220454Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3221456Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3222865Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3223837Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3225141Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3226254Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3228088Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3229081Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3230002Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3230964Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3231979Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3233442Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3234488Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3235763Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3237031Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3238299Z copying torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3239220Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3240558Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3241385Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3242633Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3243808Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3244941Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3245635Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3246980Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3248497Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3249211Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3250826Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3251538Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3252969Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3254399Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3255601Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3256640Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3258159Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3259434Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3260616Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3261843Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3263141Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3264180Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3265800Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3266663Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3268588Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3269126Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3270541Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3271905Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3273522Z copying torch/include/ATen/ops/split.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3275601Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3276993Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3278532Z copying torch/include/ATen/ops/split_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3280021Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3281664Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3282994Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3284783Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3285913Z copying torch/include/ATen/ops/split_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3287771Z copying torch/include/ATen/ops/split_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3289091Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3290827Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3292075Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3293904Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3295314Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3296636Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3298361Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3299642Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3301099Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3302625Z copying torch/include/ATen/ops/sqrt.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3304330Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3305633Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3307329Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3308613Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3310275Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3311619Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3313935Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3315214Z copying torch/include/ATen/ops/square.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3316957Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3318147Z copying torch/include/ATen/ops/square_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3319799Z copying torch/include/ATen/ops/square_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3321115Z copying torch/include/ATen/ops/squeeze.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3322937Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3324239Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3325722Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3327478Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3328893Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3330223Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3331852Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3333172Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3334840Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3336158Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3338008Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3339381Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3341045Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3342351Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3343976Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3345284Z copying torch/include/ATen/ops/stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3347079Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3348283Z copying torch/include/ATen/ops/stack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3349757Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3351411Z copying torch/include/ATen/ops/std.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3353085Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3354728Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3357134Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3358403Z copying torch/include/ATen/ops/std_mean.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3360203Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3361543Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3362998Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3364640Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3365965Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3367583Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3369154Z copying torch/include/ATen/ops/std_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3370741Z copying torch/include/ATen/ops/std_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3372203Z copying torch/include/ATen/ops/stft.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3373919Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3375203Z copying torch/include/ATen/ops/stft_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3376810Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3378193Z copying torch/include/ATen/ops/stride.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3379954Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3381220Z copying torch/include/ATen/ops/stride_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3382807Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3384281Z copying torch/include/ATen/ops/sub.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3385940Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3387650Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3388861Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3390568Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3392157Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3393755Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3395338Z copying torch/include/ATen/ops/sub_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3397018Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3398398Z copying torch/include/ATen/ops/subtract.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3400166Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3401394Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3402988Z copying torch/include/ATen/ops/sum.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3404508Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3406516Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3407843Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3409269Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3410821Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3413028Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3414056Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3415691Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3417220Z copying torch/include/ATen/ops/sum_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3418556Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3420075Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3421806Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3422940Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3424622Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3425899Z copying torch/include/ATen/ops/svd.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3427675Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3428994Z copying torch/include/ATen/ops/svd_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3430650Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3431892Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3433685Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3435178Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3436724Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3438047Z copying torch/include/ATen/ops/swapdims.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3439815Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3441103Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3442728Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3444320Z copying torch/include/ATen/ops/symeig.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3446029Z copying torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3447298Z copying torch/include/ATen/ops/symeig_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3449083Z copying torch/include/ATen/ops/symeig_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3450416Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3451848Z copying torch/include/ATen/ops/t_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3453319Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3455094Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3456228Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3457843Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3459098Z copying torch/include/ATen/ops/t_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3460772Z copying torch/include/ATen/ops/t_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3462094Z copying torch/include/ATen/ops/take.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3463856Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3465165Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3466571Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3468195Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3469643Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3471189Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3472775Z copying torch/include/ATen/ops/take_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3474125Z copying torch/include/ATen/ops/take_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3475951Z copying torch/include/ATen/ops/tan.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3477484Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3478872Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3480429Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3481983Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3483627Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3484947Z copying torch/include/ATen/ops/tan_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3486527Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3488046Z copying torch/include/ATen/ops/tanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3489705Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3491449Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3493319Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3494788Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3495991Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3497312Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3498941Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3499664Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3501399Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3502574Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3503613Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3504834Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3506666Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3508332Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3509855Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3510993Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3512706Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3514245Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3515102Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3516538Z copying torch/include/ATen/ops/tensordot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3518342Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3518993Z copying torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3519965Z copying torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3521260Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3522640Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3523282Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3524726Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3525589Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3526942Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3528003Z copying torch/include/ATen/ops/threshold.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3528953Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3530459Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3532637Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3532933Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3533408Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3535064Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3535842Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3537353Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3538402Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3539626Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3540799Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3542118Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3542958Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3544402Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3545520Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3546629Z copying torch/include/ATen/ops/tile.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3549204Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3549645Z copying torch/include/ATen/ops/tile_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3550238Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3551231Z copying torch/include/ATen/ops/to_dense.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3552558Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3553570Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3555115Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3556379Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3557557Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3559185Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3560022Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3561100Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3562531Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3563572Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3564842Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3565959Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3567131Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3568340Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3569171Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3570244Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3571315Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3572790Z copying torch/include/ATen/ops/to_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3573540Z copying torch/include/ATen/ops/to_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3574880Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3575903Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3578014Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3578510Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3579382Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3580368Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3581488Z copying torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3582702Z copying torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3584265Z copying torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3585290Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3586343Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3587509Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3588845Z copying torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3589905Z copying torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3591086Z copying torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3592141Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3593562Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3594667Z copying torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3595852Z copying torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3596885Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3598172Z copying torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3599133Z copying torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3600474Z copying torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3601640Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3602638Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3603667Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3604990Z copying torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3605995Z copying torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3606990Z copying torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3608258Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3609546Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3611624Z copying torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3611897Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3613484Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3614259Z copying torch/include/ATen/ops/topk.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3615773Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3616682Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3618189Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3619054Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3620150Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3621489Z copying torch/include/ATen/ops/topk_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3622820Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3623689Z copying torch/include/ATen/ops/trace.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3625218Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3626147Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3627166Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3628149Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3629453Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3630418Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3631866Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3633537Z copying torch/include/ATen/ops/trace_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3634592Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3635933Z copying torch/include/ATen/ops/transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3637398Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3638828Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3640666Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3641435Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3642349Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3643236Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3644238Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3645452Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3646278Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3648059Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3649219Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3650099Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3651435Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3652338Z copying torch/include/ATen/ops/trapz.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3653479Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3654812Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3655796Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3657074Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3658516Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3660050Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3661272Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3662371Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3663452Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3664896Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3666057Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3667648Z copying torch/include/ATen/ops/tril.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3668728Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3670458Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3671700Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3672486Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3674076Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3675848Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3677292Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3679177Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3679844Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3680850Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3682053Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3683425Z copying torch/include/ATen/ops/tril_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3684385Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3685518Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3686878Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3687907Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3688938Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3690826Z copying torch/include/ATen/ops/triu.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3691587Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3692836Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3693832Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3695078Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3696449Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3697286Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3698531Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3699539Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3701581Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3702429Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3703294Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3704347Z copying torch/include/ATen/ops/triu_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3705282Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3706537Z copying torch/include/ATen/ops/true_divide.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3707478Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3708812Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3709611Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3710792Z copying torch/include/ATen/ops/trunc.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3712120Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3713404Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3714431Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3715736Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3717370Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3717919Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3719297Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3720562Z copying torch/include/ATen/ops/type_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3721744Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3722535Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3723966Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3725193Z copying torch/include/ATen/ops/unbind.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3727608Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3727930Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3729334Z copying torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3730297Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3731580Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3732856Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3733876Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3735476Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3736358Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3738128Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3739530Z copying torch/include/ATen/ops/unflatten.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3740775Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3742000Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3743389Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3744328Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3745495Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3746525Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3747659Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3748782Z copying torch/include/ATen/ops/unfold.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3749923Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3751239Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3752270Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3753356Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3754568Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3755814Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3756941Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3758347Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3759198Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3760457Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3761785Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3762919Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3764196Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3765496Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3766702Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3768052Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3769159Z copying torch/include/ATen/ops/uniform.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3770473Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3771671Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3772937Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3774141Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3775467Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3776580Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3777851Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3779152Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3780409Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3781612Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3782945Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3784181Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3785423Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3786937Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3788091Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3789394Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3791230Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3792218Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3793706Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3794731Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3796336Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3797700Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3798664Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3800001Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3800829Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3802039Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3803530Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3804499Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3805816Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3806982Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3808719Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3809183Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3810183Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3811186Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3812512Z copying torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3813390Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3814497Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3816253Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3817339Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3818293Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3820116Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3820777Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3822115Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3823424Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3824866Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3826256Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3828023Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3829019Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3830699Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3831892Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3833008Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3834423Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3835859Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3837439Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3838449Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3839743Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3840834Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3842195Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3843591Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3844393Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3845635Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3846828Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3847816Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3849148Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3850432Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3851611Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3852339Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3853647Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3854498Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3855775Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3856987Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3858552Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3859641Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3861260Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3862259Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3863263Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3864570Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3866190Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3867508Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3868520Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3870678Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3871077Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3872016Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3873315Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3874584Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3875734Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3876895Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3878102Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3879282Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3880407Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3881588Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3882568Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3883743Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3885283Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3886175Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3887660Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3888991Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3890161Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3891189Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3892714Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3893146Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3895493Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3896452Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3898038Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3898928Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3900532Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3901594Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3902803Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3904196Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3906206Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3907023Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3908490Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3910527Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3911811Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3913018Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3914536Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3915573Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3917284Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3918434Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3920000Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3920999Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3922534Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3923899Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3924853Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3926386Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3927408Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3929069Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3930293Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3931853Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3932794Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3934600Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3936339Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3937138Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3938783Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3939971Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3942157Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3942453Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3944222Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3944984Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3946756Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3947553Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3949177Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3950179Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3951975Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3952830Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3954811Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3955882Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3957497Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3958361Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3960080Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3961015Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3962408Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3963841Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3965281Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3966506Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3968225Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3969306Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3970699Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3971997Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3973979Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3974792Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3976424Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3977482Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3979735Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3980567Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3982638Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3983931Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3984849Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3986878Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3987217Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3989287Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3990356Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3991845Z copying torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3993198Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3994698Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3996161Z copying torch/include/ATen/ops/values.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3998228Z copying torch/include/ATen/ops/values_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.3999573Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4000683Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4001997Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4003398Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4004871Z copying torch/include/ATen/ops/values_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4005808Z copying torch/include/ATen/ops/values_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4007198Z copying torch/include/ATen/ops/vander.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4008733Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4009864Z copying torch/include/ATen/ops/vander_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4011739Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4012584Z copying torch/include/ATen/ops/var.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4014522Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4015267Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4016521Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4018011Z copying torch/include/ATen/ops/var_mean.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4019210Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4020378Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4021355Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4022588Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4024136Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4024871Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4026292Z copying torch/include/ATen/ops/var_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4027089Z copying torch/include/ATen/ops/var_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4028643Z copying torch/include/ATen/ops/vdot.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4029707Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4031018Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4031915Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4033242Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4034626Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4035957Z copying torch/include/ATen/ops/view.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4037388Z copying torch/include/ATen/ops/view_as.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4038377Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4039934Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4041034Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4042674Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4043520Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4044855Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4046270Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4047284Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4048999Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4050351Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4051317Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4052772Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4053657Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4054922Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4056213Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4070589Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4071124Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4071640Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4072024Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4072462Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4072830Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4073168Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4073631Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4073891Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4074248Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4074718Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4075247Z copying torch/include/ATen/ops/view_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4075589Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4076053Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4076323Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4076582Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4077093Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4078456Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4079788Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4081131Z copying torch/include/ATen/ops/view_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4082136Z copying torch/include/ATen/ops/view_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4083408Z copying torch/include/ATen/ops/vsplit.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4084640Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4085757Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4086944Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4088208Z copying torch/include/ATen/ops/vstack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4089445Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4090560Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4091712Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4092874Z copying torch/include/ATen/ops/where.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4094131Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4095245Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4096417Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4097593Z copying torch/include/ATen/ops/where_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4098724Z copying torch/include/ATen/ops/where_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4099907Z copying torch/include/ATen/ops/xlogy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4101157Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4102400Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4103518Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4104681Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4105878Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4107028Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4108262Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4109364Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4110611Z copying torch/include/ATen/ops/xor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4111888Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4113004Z copying torch/include/ATen/ops/xor_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4114188Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4115894Z copying torch/include/ATen/ops/zero.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4117217Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4118463Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4119700Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4120980Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4122261Z copying torch/include/ATen/ops/zero_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4123541Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4124809Z copying torch/include/ATen/ops/zeros.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4126285Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4127413Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4128715Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4130165Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4131391Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4132693Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4134282Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops 2022-12-01T10:09:12.4135717Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip 2022-12-01T10:09:12.4136097Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-12-01T10:09:12.4137055Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-12-01T10:09:12.4138621Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-12-01T10:09:12.4139380Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-12-01T10:09:12.4140827Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl 2022-12-01T10:09:12.4141716Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-12-01T10:09:12.4142268Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-12-01T10:09:12.4143689Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-12-01T10:09:12.4145252Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-12-01T10:09:12.4146504Z copying torch/include/ATen/detail/ORTHooksInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail 2022-12-01T10:09:12.4147292Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4147940Z copying torch/include/ATen/native/Activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4149489Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4150242Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4151140Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4152468Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4153260Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4154130Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4155577Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4156938Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4157965Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4159197Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4160136Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4161700Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4162099Z copying torch/include/ATen/native/Copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4163651Z copying torch/include/ATen/native/Cross.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4165053Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4165566Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4167275Z copying torch/include/ATen/native/Distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4168209Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4169488Z copying torch/include/ATen/native/Distributions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4170856Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4173092Z copying torch/include/ATen/native/Fill.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4173597Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4174938Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4175977Z copying torch/include/ATen/native/GridSampler.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4177442Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4177844Z copying torch/include/ATen/native/Histogram.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4180193Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4180655Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4181344Z copying torch/include/ATen/native/Lerp.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4182217Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4183551Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4184935Z copying torch/include/ATen/native/LossMulti.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4186161Z copying torch/include/ATen/native/Math.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4188307Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4189544Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4190329Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4192542Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4193195Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4194289Z copying torch/include/ATen/native/Normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4195706Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4196774Z copying torch/include/ATen/native/Pool.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4198045Z copying torch/include/ATen/native/Pow.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4198884Z copying torch/include/ATen/native/RNN.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4200154Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4201046Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4202308Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4203248Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4204515Z copying torch/include/ATen/native/Repeat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4205486Z copying torch/include/ATen/native/Resize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4206522Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4207577Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4208985Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4210013Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4211411Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4212612Z copying torch/include/ATen/native/Sorting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4213860Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4215084Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4216224Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4217700Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4218927Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4219755Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4221159Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4222048Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4223324Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4224360Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4225537Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4226951Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4227876Z copying torch/include/ATen/native/TensorShape.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4229218Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4230321Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4231260Z copying torch/include/ATen/native/TransposeType.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4232686Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4233705Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4235396Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4236574Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4237713Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4239057Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4240405Z copying torch/include/ATen/native/UpSample.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4242136Z copying torch/include/ATen/native/batch_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4243516Z copying torch/include/ATen/native/group_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4244698Z copying torch/include/ATen/native/im2col.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4246499Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4247619Z copying torch/include/ATen/native/layer_norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4248966Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4250434Z copying torch/include/ATen/native/vol2col.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native 2022-12-01T10:09:12.4252087Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4252577Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4254230Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4255437Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4256530Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4257834Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4259225Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4260606Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4261707Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4262902Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4264400Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4265737Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4267343Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4268738Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4270786Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4272466Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4273732Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4275292Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4276738Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4278122Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4280495Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4281654Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4283075Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4284413Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu 2022-12-01T10:09:12.4285884Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4286428Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4288223Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4289732Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4290429Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4291624Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4293254Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4294528Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4296201Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4297421Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4299147Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4300274Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4301592Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4303069Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4304419Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4305723Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4307399Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4309048Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4310264Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4311702Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4312999Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4314445Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4316122Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4317744Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4318656Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4320437Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4321136Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4322587Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4323944Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4325292Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4326412Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4327730Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4328781Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4331157Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4332110Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4333665Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4335304Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4336693Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4337927Z copying torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4338873Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4340343Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4341820Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4343175Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4344153Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4346025Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4346981Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4348230Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4349066Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4350576Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4351794Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4352986Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4354293Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4355952Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4357006Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4358856Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda 2022-12-01T10:09:12.4359597Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-12-01T10:09:12.4360172Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-12-01T10:09:12.4361077Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-12-01T10:09:12.4362148Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-12-01T10:09:12.4363228Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-12-01T10:09:12.4364185Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-12-01T10:09:12.4365352Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized 2022-12-01T10:09:12.4366346Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:12.4366933Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:12.4368117Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:12.4369069Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:12.4370090Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:12.4371289Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:12.4372320Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:12.4373389Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:12.4374466Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:12.4375508Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:12.4376612Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:12.4377738Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:12.4378822Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:12.4379971Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:12.4380923Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized 2022-12-01T10:09:12.4381266Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized 2022-12-01T10:09:12.4383263Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized 2022-12-01T10:09:12.4384772Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2 2022-12-01T10:09:12.4384978Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4385350Z copying torch/include/caffe2/utils/bench_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4386925Z copying torch/include/caffe2/utils/cast.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4387268Z copying torch/include/caffe2/utils/cblas.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4388930Z copying torch/include/caffe2/utils/conversions.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4389753Z copying torch/include/caffe2/utils/cpu_neon.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4390741Z copying torch/include/caffe2/utils/cpuid.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4392023Z copying torch/include/caffe2/utils/eigen_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4392983Z copying torch/include/caffe2/utils/filler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4394243Z copying torch/include/caffe2/utils/fixed_divisor.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4395425Z copying torch/include/caffe2/utils/knob_patcher.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4396901Z copying torch/include/caffe2/utils/knobs.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4397861Z copying torch/include/caffe2/utils/map_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4399240Z copying torch/include/caffe2/utils/math-detail.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4400130Z copying torch/include/caffe2/utils/math.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4402155Z copying torch/include/caffe2/utils/murmur_hash3.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4402502Z copying torch/include/caffe2/utils/proto_convert.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4403560Z copying torch/include/caffe2/utils/proto_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4404821Z copying torch/include/caffe2/utils/proto_wrap.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4406333Z copying torch/include/caffe2/utils/signal_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4406945Z copying torch/include/caffe2/utils/simple_queue.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4408994Z copying torch/include/caffe2/utils/smart_tensor_printer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4409696Z copying torch/include/caffe2/utils/string_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4411425Z copying torch/include/caffe2/utils/zmq_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils 2022-12-01T10:09:12.4412638Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math 2022-12-01T10:09:12.4412989Z copying torch/include/caffe2/utils/math/broadcast.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math 2022-12-01T10:09:12.4414354Z copying torch/include/caffe2/utils/math/elementwise.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math 2022-12-01T10:09:12.4415326Z copying torch/include/caffe2/utils/math/half_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math 2022-12-01T10:09:12.4416752Z copying torch/include/caffe2/utils/math/reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math 2022-12-01T10:09:12.4417672Z copying torch/include/caffe2/utils/math/transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math 2022-12-01T10:09:12.4419207Z copying torch/include/caffe2/utils/math/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math 2022-12-01T10:09:12.4420557Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool 2022-12-01T10:09:12.4421119Z copying torch/include/caffe2/utils/threadpool/ThreadPool.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool 2022-12-01T10:09:12.4422646Z copying torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool 2022-12-01T10:09:12.4422979Z copying torch/include/caffe2/utils/threadpool/WorkersPool.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool 2022-12-01T10:09:12.4424834Z copying torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool 2022-12-01T10:09:12.4425454Z copying torch/include/caffe2/utils/threadpool/pthreadpool.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool 2022-12-01T10:09:12.4427777Z copying torch/include/caffe2/utils/threadpool/thread_pool_guard.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool 2022-12-01T10:09:12.4428029Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10 2022-12-01T10:09:12.4428310Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/macros 2022-12-01T10:09:12.4428574Z copying torch/include/c10/macros/Export.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/macros 2022-12-01T10:09:12.4430279Z copying torch/include/c10/macros/Macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/macros 2022-12-01T10:09:12.4431599Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/macros 2022-12-01T10:09:12.4432637Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4432980Z copying torch/include/c10/core/Allocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4434469Z copying torch/include/c10/core/AutogradState.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4435709Z copying torch/include/c10/core/Backend.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4436838Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4438099Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4439052Z copying torch/include/c10/core/CopyBytes.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4440085Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4441611Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4442036Z copying torch/include/c10/core/Device.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4443024Z copying torch/include/c10/core/DeviceArray.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4444177Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4445245Z copying torch/include/c10/core/DeviceType.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4446308Z copying torch/include/c10/core/DispatchKey.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4447706Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4449078Z copying torch/include/c10/core/DynamicCast.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4450589Z copying torch/include/c10/core/Event.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4451463Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4452665Z copying torch/include/c10/core/GradMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4453649Z copying torch/include/c10/core/InferenceMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4454881Z copying torch/include/c10/core/Layout.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4455884Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4457003Z copying torch/include/c10/core/OptionalRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4458061Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4459090Z copying torch/include/c10/core/QEngine.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4460049Z copying torch/include/c10/core/QScheme.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4461048Z copying torch/include/c10/core/SafePyObject.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4462198Z copying torch/include/c10/core/Scalar.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4463394Z copying torch/include/c10/core/ScalarType.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4464809Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4465759Z copying torch/include/c10/core/Storage.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4466960Z copying torch/include/c10/core/StorageImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4468178Z copying torch/include/c10/core/Stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4469346Z copying torch/include/c10/core/StreamGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4470442Z copying torch/include/c10/core/SymFloat.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4471617Z copying torch/include/c10/core/SymFloatNodeImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4472703Z copying torch/include/c10/core/SymInt.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4473932Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4475219Z copying torch/include/c10/core/SymIntNodeImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4476884Z copying torch/include/c10/core/TensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4478775Z copying torch/include/c10/core/TensorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4480071Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4481110Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4482269Z copying torch/include/c10/core/alignment.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4483464Z copying torch/include/c10/core/thread_pool.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core 2022-12-01T10:09:12.4484560Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-12-01T10:09:12.4485043Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-12-01T10:09:12.4486346Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-12-01T10:09:12.4487388Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-12-01T10:09:12.4488403Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-12-01T10:09:12.4489308Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing 2022-12-01T10:09:12.4490458Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-12-01T10:09:12.4490970Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-12-01T10:09:12.4492049Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-12-01T10:09:12.4493059Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-12-01T10:09:12.4494044Z copying torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-12-01T10:09:12.4495298Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl 2022-12-01T10:09:12.4496390Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-12-01T10:09:12.4496918Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-12-01T10:09:12.4498063Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-12-01T10:09:12.4499237Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-12-01T10:09:12.4500533Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-12-01T10:09:12.4501480Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-12-01T10:09:12.4502705Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-12-01T10:09:12.4503851Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch 2022-12-01T10:09:12.4505047Z creating build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-12-01T10:09:12.4505704Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-12-01T10:09:12.4506730Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-12-01T10:09:12.4508417Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-12-01T10:09:12.4508883Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration 2022-12-01T10:09:12.4510176Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-12-01T10:09:12.4510803Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-12-01T10:09:12.4511993Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-12-01T10:09:12.4512964Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-12-01T10:09:12.4513852Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-12-01T10:09:12.4515151Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-12-01T10:09:12.4516658Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-12-01T10:09:12.4517583Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-12-01T10:09:12.4518455Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-12-01T10:09:12.4519533Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-12-01T10:09:12.4520979Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-12-01T10:09:12.4521868Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-12-01T10:09:12.4523281Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-12-01T10:09:12.4523808Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl 2022-12-01T10:09:12.4525556Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4525838Z copying torch/include/c10/util/AlignOf.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4527505Z copying torch/include/c10/util/Array.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4528270Z copying torch/include/c10/util/ArrayRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4529427Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4530451Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4531570Z copying torch/include/c10/util/BFloat16.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4532773Z copying torch/include/c10/util/Backtrace.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4533714Z copying torch/include/c10/util/Bitset.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4534939Z copying torch/include/c10/util/C++17.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4536773Z copying torch/include/c10/util/CallOnce.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4537209Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4538415Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4539682Z copying torch/include/c10/util/Deprecated.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4540885Z copying torch/include/c10/util/DimVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4542078Z copying torch/include/c10/util/Exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4543483Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4544278Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4546035Z copying torch/include/c10/util/Flags.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4547308Z copying torch/include/c10/util/FunctionRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4548292Z copying torch/include/c10/util/Half-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4549605Z copying torch/include/c10/util/Half.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4550999Z copying torch/include/c10/util/IdWrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4551891Z copying torch/include/c10/util/LeftRight.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4553184Z copying torch/include/c10/util/Load.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4554599Z copying torch/include/c10/util/Logging.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4555738Z copying torch/include/c10/util/MathConstants.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4556754Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4557971Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4558958Z copying torch/include/c10/util/Optional.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4560572Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4561344Z copying torch/include/c10/util/Registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4562781Z copying torch/include/c10/util/ScopeExit.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4563657Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4564851Z copying torch/include/c10/util/SmallVector.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4566372Z copying torch/include/c10/util/StringUtil.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4567779Z copying torch/include/c10/util/Synchronized.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4568512Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4569540Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4570503Z copying torch/include/c10/util/Type.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4571895Z copying torch/include/c10/util/TypeCast.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4572785Z copying torch/include/c10/util/TypeIndex.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4574601Z copying torch/include/c10/util/TypeList.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4575376Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4576269Z copying torch/include/c10/util/TypeTraits.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4577286Z copying torch/include/c10/util/Unicode.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4578408Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4579715Z copying torch/include/c10/util/Unroll.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4580458Z copying torch/include/c10/util/accumulate.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4582016Z copying torch/include/c10/util/complex.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4583490Z copying torch/include/c10/util/complex_math.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4584500Z copying torch/include/c10/util/complex_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4586776Z copying torch/include/c10/util/copysign.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4587149Z copying torch/include/c10/util/either.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4588155Z copying torch/include/c10/util/env.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4589236Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4591022Z copying torch/include/c10/util/hash.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4591966Z copying torch/include/c10/util/in_place.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4593573Z copying torch/include/c10/util/int128.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4594894Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4596303Z copying torch/include/c10/util/irange.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4597580Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4599252Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4600158Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4601476Z copying torch/include/c10/util/math_compat.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4603084Z copying torch/include/c10/util/numa.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4603929Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4606048Z copying torch/include/c10/util/overloaded.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4607043Z copying torch/include/c10/util/python_stub.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4608280Z copying torch/include/c10/util/qint32.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4609556Z copying torch/include/c10/util/qint8.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4611210Z copying torch/include/c10/util/quint2x4.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4612283Z copying torch/include/c10/util/quint4x2.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4613627Z copying torch/include/c10/util/quint8.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4615170Z copying torch/include/c10/util/reverse_iterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4616718Z copying torch/include/c10/util/safe_numerics.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4618063Z copying torch/include/c10/util/signal_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4619816Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4622086Z copying torch/include/c10/util/strides.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4623000Z copying torch/include/c10/util/string_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4624558Z copying torch/include/c10/util/string_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4626097Z copying torch/include/c10/util/strong_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4627839Z copying torch/include/c10/util/tempfile.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4629099Z copying torch/include/c10/util/thread_name.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4630418Z copying torch/include/c10/util/typeid.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4632240Z copying torch/include/c10/util/variant.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4634496Z copying torch/include/c10/util/win32-headers.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/util 2022-12-01T10:09:12.4635483Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-12-01T10:09:12.4636201Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-12-01T10:09:12.4638452Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-12-01T10:09:12.4639417Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-12-01T10:09:12.4640710Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-12-01T10:09:12.4642315Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-12-01T10:09:12.4643460Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-12-01T10:09:12.4645214Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-12-01T10:09:12.4646663Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-12-01T10:09:12.4647617Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-12-01T10:09:12.4648477Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda 2022-12-01T10:09:12.4649909Z creating build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl 2022-12-01T10:09:12.4650239Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl 2022-12-01T10:09:12.4651514Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl 2022-12-01T10:09:12.4652460Z copying torch/include/c10/cuda/impl/cuda_cmake_macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl 2022-12-01T10:09:12.4653801Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib 2022-12-01T10:09:12.4654040Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/aten 2022-12-01T10:09:12.4654675Z copying torch/include/caffe2/contrib/aten/aten_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/aten 2022-12-01T10:09:12.4655814Z copying torch/include/caffe2/contrib/aten/aten_op_template.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/aten 2022-12-01T10:09:12.4657065Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:12.4657486Z copying torch/include/caffe2/contrib/fakelowp/batch_matmul_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:12.4658808Z copying torch/include/caffe2/contrib/fakelowp/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:12.4659836Z copying torch/include/caffe2/contrib/fakelowp/fp16_fc_acc_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:12.4661140Z copying torch/include/caffe2/contrib/fakelowp/fp16_fma.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:12.4662032Z copying torch/include/caffe2/contrib/fakelowp/fp16_gemm_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:12.4663362Z copying torch/include/caffe2/contrib/fakelowp/int8_dequantize_op_nnpi.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:12.4664174Z copying torch/include/caffe2/contrib/fakelowp/int8_quantize_op_nnpi.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:12.4665169Z copying torch/include/caffe2/contrib/fakelowp/int8_swish_op_nnpi.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:12.4666357Z copying torch/include/caffe2/contrib/fakelowp/layernorm_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:12.4667598Z copying torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_4bit_rowwise_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:12.4668950Z copying torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_8bit_rowwise_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:12.4670371Z copying torch/include/caffe2/contrib/fakelowp/lengths_reducer_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:12.4671489Z copying torch/include/caffe2/contrib/fakelowp/quant_lut_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:12.4672851Z copying torch/include/caffe2/contrib/fakelowp/spatial_batch_norm_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:12.4673850Z copying torch/include/caffe2/contrib/fakelowp/sum_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:12.4675337Z copying torch/include/caffe2/contrib/fakelowp/unary_fp16_fake_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:12.4676938Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:12.4677380Z copying torch/include/caffe2/contrib/gloo/allgather_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:12.4678208Z copying torch/include/caffe2/contrib/gloo/allreduce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:12.4679670Z copying torch/include/caffe2/contrib/gloo/barrier_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:12.4680513Z copying torch/include/caffe2/contrib/gloo/broadcast_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:12.4681558Z copying torch/include/caffe2/contrib/gloo/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:12.4682749Z copying torch/include/caffe2/contrib/gloo/common_world_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:12.4683954Z copying torch/include/caffe2/contrib/gloo/context.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:12.4685094Z copying torch/include/caffe2/contrib/gloo/reduce_scatter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:12.4686304Z copying torch/include/caffe2/contrib/gloo/store_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:12.4687169Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/nccl 2022-12-01T10:09:12.4687796Z copying torch/include/caffe2/contrib/nccl/cuda_nccl_gpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/nccl 2022-12-01T10:09:12.4688846Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/opencl 2022-12-01T10:09:12.4689391Z copying torch/include/caffe2/contrib/opencl/context.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/opencl 2022-12-01T10:09:12.4690829Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/prof 2022-12-01T10:09:12.4691240Z copying torch/include/caffe2/contrib/prof/prof_dag_stats_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/prof 2022-12-01T10:09:12.4692694Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/shm_mutex 2022-12-01T10:09:12.4693205Z copying torch/include/caffe2/contrib/shm_mutex/shm_mutex.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/shm_mutex 2022-12-01T10:09:12.4694136Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/tensorrt 2022-12-01T10:09:12.4695158Z copying torch/include/caffe2/contrib/tensorrt/tensorrt_op_trt.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/tensorrt 2022-12-01T10:09:12.4696797Z copying torch/include/caffe2/contrib/tensorrt/tensorrt_tranformer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/tensorrt 2022-12-01T10:09:12.4697517Z copying torch/include/caffe2/contrib/tensorrt/trt_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/tensorrt 2022-12-01T10:09:12.4698592Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/warpctc 2022-12-01T10:09:12.4698891Z copying torch/include/caffe2/contrib/warpctc/ctc_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/warpctc 2022-12-01T10:09:12.4700504Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4700818Z copying torch/include/caffe2/core/allocator.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4701982Z copying torch/include/caffe2/core/blob.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4702802Z copying torch/include/caffe2/core/blob_serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4704147Z copying torch/include/caffe2/core/blob_serializer_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4705268Z copying torch/include/caffe2/core/blob_stats.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4706137Z copying torch/include/caffe2/core/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4707386Z copying torch/include/caffe2/core/common_cudnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4708742Z copying torch/include/caffe2/core/common_gpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4709694Z copying torch/include/caffe2/core/common_omp.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4710971Z copying torch/include/caffe2/core/context.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4712464Z copying torch/include/caffe2/core/context_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4713315Z copying torch/include/caffe2/core/context_gpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4714672Z copying torch/include/caffe2/core/cudnn_wrappers.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4715985Z copying torch/include/caffe2/core/db.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4717829Z copying torch/include/caffe2/core/distributions_stubs.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4718720Z copying torch/include/caffe2/core/event.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4720169Z copying torch/include/caffe2/core/event_cpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4721479Z copying torch/include/caffe2/core/export_c10_op_to_caffe2.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4722800Z copying torch/include/caffe2/core/export_caffe2_op_to_c10.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4723893Z copying torch/include/caffe2/core/flags.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4725118Z copying torch/include/caffe2/core/graph.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4726984Z copying torch/include/caffe2/core/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4728143Z copying torch/include/caffe2/core/logging.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4729229Z copying torch/include/caffe2/core/memonger.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4730473Z copying torch/include/caffe2/core/module.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4731856Z copying torch/include/caffe2/core/net.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4733151Z copying torch/include/caffe2/core/net_async_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4734023Z copying torch/include/caffe2/core/net_async_scheduling.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4736100Z copying torch/include/caffe2/core/net_async_task.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4736535Z copying torch/include/caffe2/core/net_async_task_future.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4737445Z copying torch/include/caffe2/core/net_async_task_graph.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4738418Z copying torch/include/caffe2/core/net_async_tracing.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4739733Z copying torch/include/caffe2/core/net_dag_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4740660Z copying torch/include/caffe2/core/net_parallel.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4742361Z copying torch/include/caffe2/core/net_simple.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4742861Z copying torch/include/caffe2/core/net_simple_refcount.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4743829Z copying torch/include/caffe2/core/numa.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4744741Z copying torch/include/caffe2/core/observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4745667Z copying torch/include/caffe2/core/operator.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4747594Z copying torch/include/caffe2/core/operator_gradient.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4748380Z copying torch/include/caffe2/core/operator_schema.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4749824Z copying torch/include/caffe2/core/plan_executor.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4750798Z copying torch/include/caffe2/core/prof_dag_counters.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4752101Z copying torch/include/caffe2/core/qtensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4753177Z copying torch/include/caffe2/core/qtensor_serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4754481Z copying torch/include/caffe2/core/scope_guard.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4755799Z copying torch/include/caffe2/core/static_tracepoint.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4756925Z copying torch/include/caffe2/core/static_tracepoint_elfx86.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4758204Z copying torch/include/caffe2/core/stats.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4759137Z copying torch/include/caffe2/core/storage.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4760572Z copying torch/include/caffe2/core/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4761865Z copying torch/include/caffe2/core/tensor_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4762815Z copying torch/include/caffe2/core/tensor_int8.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4764211Z copying torch/include/caffe2/core/test_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4765021Z copying torch/include/caffe2/core/timer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4766332Z copying torch/include/caffe2/core/transform.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4767486Z copying torch/include/caffe2/core/types.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4768734Z copying torch/include/caffe2/core/workspace.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4769856Z copying torch/include/caffe2/core/macros.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core 2022-12-01T10:09:12.4771180Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/hip 2022-12-01T10:09:12.4771465Z copying torch/include/caffe2/core/hip/common_miopen.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/hip 2022-12-01T10:09:12.4773168Z copying torch/include/caffe2/core/hip/miopen_wrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/hip 2022-12-01T10:09:12.4774654Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph 2022-12-01T10:09:12.4774985Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include 2022-12-01T10:09:12.4775347Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph 2022-12-01T10:09:12.4775991Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-12-01T10:09:12.4776387Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters/Dot.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-12-01T10:09:12.4778059Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-12-01T10:09:12.4778535Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpClasses.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-12-01T10:09:12.4779814Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpEnum.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-12-01T10:09:12.4780759Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpNames.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-12-01T10:09:12.4781705Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-12-01T10:09:12.4782712Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Algorithms.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-12-01T10:09:12.4783879Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/BinaryMatchImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-12-01T10:09:12.4784993Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-12-01T10:09:12.4786458Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TarjansImpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-12-01T10:09:12.4787520Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TopoSort.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-12-01T10:09:12.4788628Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-12-01T10:09:12.4789388Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/Compiler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-12-01T10:09:12.4790494Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/ControlFlow.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-12-01T10:09:12.4791772Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/NeuralNet.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-12-01T10:09:12.4792663Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-12-01T10:09:12.4793308Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-12-01T10:09:12.4794892Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Common.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-12-01T10:09:12.4796050Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-12-01T10:09:12.4796472Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/Match.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-12-01T10:09:12.4798209Z copying torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/SubgraphMatcher.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-12-01T10:09:12.4799319Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/tests 2022-12-01T10:09:12.4799709Z copying torch/include/caffe2/core/nomnigraph/tests/test_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/tests 2022-12-01T10:09:12.4800579Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/cuda_rtc 2022-12-01T10:09:12.4801115Z copying torch/include/caffe2/cuda_rtc/common_rtc.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/cuda_rtc 2022-12-01T10:09:12.4802130Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/db 2022-12-01T10:09:12.4803330Z copying torch/include/caffe2/db/create_db_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/db 2022-12-01T10:09:12.4804123Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed 2022-12-01T10:09:12.4804659Z copying torch/include/caffe2/distributed/file_store_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed 2022-12-01T10:09:12.4805627Z copying torch/include/caffe2/distributed/file_store_handler_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed 2022-12-01T10:09:12.4806837Z copying torch/include/caffe2/distributed/redis_store_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed 2022-12-01T10:09:12.4807818Z copying torch/include/caffe2/distributed/redis_store_handler_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed 2022-12-01T10:09:12.4808890Z copying torch/include/caffe2/distributed/store_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed 2022-12-01T10:09:12.4810070Z copying torch/include/caffe2/distributed/store_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed 2022-12-01T10:09:12.4811007Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments 2022-12-01T10:09:12.4811437Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-12-01T10:09:12.4812176Z copying torch/include/caffe2/experiments/operators/fully_connected_op_decomposition.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-12-01T10:09:12.4813236Z copying torch/include/caffe2/experiments/operators/fully_connected_op_prune.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-12-01T10:09:12.4814455Z copying torch/include/caffe2/experiments/operators/fully_connected_op_sparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-12-01T10:09:12.4815449Z copying torch/include/caffe2/experiments/operators/funhash_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-12-01T10:09:12.4816643Z copying torch/include/caffe2/experiments/operators/sparse_funhash_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-12-01T10:09:12.4817792Z copying torch/include/caffe2/experiments/operators/sparse_matrix_reshape_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-12-01T10:09:12.4818755Z copying torch/include/caffe2/experiments/operators/tt_contraction_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-12-01T10:09:12.4819907Z copying torch/include/caffe2/experiments/operators/tt_pad_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators 2022-12-01T10:09:12.4820839Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep 2022-12-01T10:09:12.4821466Z copying torch/include/caffe2/ideep/ideep_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep 2022-12-01T10:09:12.4822817Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/operators 2022-12-01T10:09:12.4823386Z copying torch/include/caffe2/ideep/operators/conv_pool_base_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/operators 2022-12-01T10:09:12.4823875Z copying torch/include/caffe2/ideep/operators/conv_transpose_unpool_base_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/operators 2022-12-01T10:09:12.4825286Z copying torch/include/caffe2/ideep/operators/operator_fallback_ideep.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/operators 2022-12-01T10:09:12.4826635Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/utils 2022-12-01T10:09:12.4826945Z copying torch/include/caffe2/ideep/utils/ideep_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/utils 2022-12-01T10:09:12.4827857Z copying torch/include/caffe2/ideep/utils/ideep_operator.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/utils 2022-12-01T10:09:12.4829197Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/image 2022-12-01T10:09:12.4829529Z copying torch/include/caffe2/image/image_input_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/image 2022-12-01T10:09:12.4831199Z copying torch/include/caffe2/image/transform_gpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/image 2022-12-01T10:09:12.4832436Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile 2022-12-01T10:09:12.4832736Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib 2022-12-01T10:09:12.4833007Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios 2022-12-01T10:09:12.4833618Z copying torch/include/caffe2/mobile/contrib/ios/ios_caffe.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios 2022-12-01T10:09:12.4835027Z copying torch/include/caffe2/mobile/contrib/ios/ios_caffe_defines.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios 2022-12-01T10:09:12.4836850Z copying torch/include/caffe2/mobile/contrib/ios/ios_caffe_predictor.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios 2022-12-01T10:09:12.4837868Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-12-01T10:09:12.4838473Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-12-01T10:09:12.4839701Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-12-01T10:09:12.4841388Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-12-01T10:09:12.4842458Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_kernels.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-12-01T10:09:12.4843735Z copying torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-12-01T10:09:12.4844846Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub 2022-12-01T10:09:12.4845331Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-12-01T10:09:12.4845997Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/libopencl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-12-01T10:09:12.4846802Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-12-01T10:09:12.4847747Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-12-01T10:09:12.4849650Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_ext.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-12-01T10:09:12.4850983Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-12-01T10:09:12.4852500Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl_ext.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-12-01T10:09:12.4853915Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_platform.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-12-01T10:09:12.4855859Z copying torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/opencl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-12-01T10:09:12.4857060Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libvulkan-stub 2022-12-01T10:09:12.4857553Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-12-01T10:09:12.4858398Z copying torch/include/caffe2/mobile/contrib/libvulkan-stub/include/libvulkan-stub.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-12-01T10:09:12.4860124Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-12-01T10:09:12.4860849Z copying torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vk_platform.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-12-01T10:09:12.4862154Z copying torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vulkan.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-12-01T10:09:12.4865654Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/nnapi 2022-12-01T10:09:12.4866192Z copying torch/include/caffe2/mobile/contrib/nnapi/NeuralNetworks.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/nnapi 2022-12-01T10:09:12.4868020Z copying torch/include/caffe2/mobile/contrib/nnapi/dlnnapi.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/nnapi 2022-12-01T10:09:12.4868943Z copying torch/include/caffe2/mobile/contrib/nnapi/nnapi.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/nnapi 2022-12-01T10:09:12.4870146Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/snpe 2022-12-01T10:09:12.4870509Z copying torch/include/caffe2/mobile/contrib/snpe/snpe_ffi.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/snpe 2022-12-01T10:09:12.4871750Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ulp2 2022-12-01T10:09:12.4872064Z copying torch/include/caffe2/mobile/contrib/ulp2/ulp.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ulp2 2022-12-01T10:09:12.4873602Z copying torch/include/caffe2/mobile/contrib/ulp2/ulp_neon.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ulp2 2022-12-01T10:09:12.4874855Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mpi 2022-12-01T10:09:12.4875676Z copying torch/include/caffe2/mpi/mpi_common.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mpi 2022-12-01T10:09:12.4877042Z copying torch/include/caffe2/mpi/mpi_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mpi 2022-12-01T10:09:12.4878679Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers 2022-12-01T10:09:12.4879266Z copying torch/include/caffe2/observers/operator_attaching_net_observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers 2022-12-01T10:09:12.4880895Z copying torch/include/caffe2/observers/profile_observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers 2022-12-01T10:09:12.4882585Z copying torch/include/caffe2/observers/runcnt_observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers 2022-12-01T10:09:12.4883815Z copying torch/include/caffe2/observers/time_observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers 2022-12-01T10:09:12.4885192Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-12-01T10:09:12.4885889Z copying torch/include/caffe2/onnx/backend.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-12-01T10:09:12.4887583Z copying torch/include/caffe2/onnx/backend_rep.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-12-01T10:09:12.4888525Z copying torch/include/caffe2/onnx/device.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-12-01T10:09:12.4889892Z copying torch/include/caffe2/onnx/helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-12-01T10:09:12.4891282Z copying torch/include/caffe2/onnx/offline_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-12-01T10:09:12.4892372Z copying torch/include/caffe2/onnx/onnx_exporter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-12-01T10:09:12.4893971Z copying torch/include/caffe2/onnx/onnxifi_graph_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-12-01T10:09:12.4895539Z copying torch/include/caffe2/onnx/onnxifi_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx 2022-12-01T10:09:12.4896706Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/torch_ops 2022-12-01T10:09:12.4897381Z copying torch/include/caffe2/onnx/torch_ops/constants.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/torch_ops 2022-12-01T10:09:12.4899082Z copying torch/include/caffe2/onnx/torch_ops/operator_sets.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/torch_ops 2022-12-01T10:09:12.4900430Z copying torch/include/caffe2/onnx/torch_ops/schema.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/torch_ops 2022-12-01T10:09:12.4901589Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4902166Z copying torch/include/caffe2/operators/abs_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4904409Z copying torch/include/caffe2/operators/accumulate_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4904927Z copying torch/include/caffe2/operators/accuracy_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4906368Z copying torch/include/caffe2/operators/acos_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4907404Z copying torch/include/caffe2/operators/activation_ops_cudnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4908706Z copying torch/include/caffe2/operators/affine_channel_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4909689Z copying torch/include/caffe2/operators/alias_with_name.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4911112Z copying torch/include/caffe2/operators/apmeter_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4912656Z copying torch/include/caffe2/operators/arg_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4913592Z copying torch/include/caffe2/operators/asin_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4914577Z copying torch/include/caffe2/operators/assert_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4916093Z copying torch/include/caffe2/operators/async_net_barrier_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4917033Z copying torch/include/caffe2/operators/atan_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4918065Z copying torch/include/caffe2/operators/batch_box_cox_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4919503Z copying torch/include/caffe2/operators/batch_bucketize_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4920743Z copying torch/include/caffe2/operators/batch_gather_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4921737Z copying torch/include/caffe2/operators/batch_matmul_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4923040Z copying torch/include/caffe2/operators/batch_moments_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4924421Z copying torch/include/caffe2/operators/batch_permutation_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4925247Z copying torch/include/caffe2/operators/batch_sparse_to_dense_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4926421Z copying torch/include/caffe2/operators/bbox_transform_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4927392Z copying torch/include/caffe2/operators/bisect_percentile_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4928663Z copying torch/include/caffe2/operators/boolean_mask_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4929899Z copying torch/include/caffe2/operators/boolean_unmask_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4930677Z copying torch/include/caffe2/operators/box_with_nms_limit_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4931687Z copying torch/include/caffe2/operators/bucketize_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4933027Z copying torch/include/caffe2/operators/byte_weight_dequant_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4934023Z copying torch/include/caffe2/operators/cast_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4934873Z copying torch/include/caffe2/operators/cbrt_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4935870Z copying torch/include/caffe2/operators/cc_bmm_bg_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4937184Z copying torch/include/caffe2/operators/ceil_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4938043Z copying torch/include/caffe2/operators/channel_backprop_stats_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4939107Z copying torch/include/caffe2/operators/channel_shuffle_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4940211Z copying torch/include/caffe2/operators/channel_stats_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4941091Z copying torch/include/caffe2/operators/clip_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4942881Z copying torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4943600Z copying torch/include/caffe2/operators/concat_split_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4944700Z copying torch/include/caffe2/operators/conditional_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4945880Z copying torch/include/caffe2/operators/conv_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4946897Z copying torch/include/caffe2/operators/conv_op_cache_cudnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4948149Z copying torch/include/caffe2/operators/conv_op_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4949384Z copying torch/include/caffe2/operators/conv_op_shared.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4950652Z copying torch/include/caffe2/operators/conv_pool_op_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4951856Z copying torch/include/caffe2/operators/conv_transpose_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4952764Z copying torch/include/caffe2/operators/conv_transpose_op_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4954112Z copying torch/include/caffe2/operators/conv_transpose_op_mobile.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4955779Z copying torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4956938Z copying torch/include/caffe2/operators/conv_transpose_unpool_op_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4957990Z copying torch/include/caffe2/operators/copy_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4959194Z copying torch/include/caffe2/operators/copy_rows_to_tensor_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4960191Z copying torch/include/caffe2/operators/cos_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4961673Z copying torch/include/caffe2/operators/cosh_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4962877Z copying torch/include/caffe2/operators/cosine_embedding_criterion_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4963786Z copying torch/include/caffe2/operators/counter_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4965221Z copying torch/include/caffe2/operators/create_scope_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4966201Z copying torch/include/caffe2/operators/cross_entropy_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4967292Z copying torch/include/caffe2/operators/ctc_beam_search_decoder_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4968253Z copying torch/include/caffe2/operators/ctc_greedy_decoder_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4969671Z copying torch/include/caffe2/operators/cube_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4970879Z copying torch/include/caffe2/operators/data_couple.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4971796Z copying torch/include/caffe2/operators/dataset_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4973197Z copying torch/include/caffe2/operators/deform_conv_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4974223Z copying torch/include/caffe2/operators/deform_conv_op_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4975706Z copying torch/include/caffe2/operators/dense_vector_to_id_list_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4976459Z copying torch/include/caffe2/operators/distance_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4977959Z copying torch/include/caffe2/operators/do_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4979231Z copying torch/include/caffe2/operators/dropout_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4980867Z copying torch/include/caffe2/operators/elementwise_add_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4981817Z copying torch/include/caffe2/operators/elementwise_div_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4982982Z copying torch/include/caffe2/operators/elementwise_linear_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4984291Z copying torch/include/caffe2/operators/elementwise_logical_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4985383Z copying torch/include/caffe2/operators/elementwise_mul_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4986739Z copying torch/include/caffe2/operators/elementwise_op_test.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4987639Z copying torch/include/caffe2/operators/elementwise_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4988988Z copying torch/include/caffe2/operators/elementwise_ops_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4990148Z copying torch/include/caffe2/operators/elementwise_sub_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4991538Z copying torch/include/caffe2/operators/elu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4992941Z copying torch/include/caffe2/operators/enforce_finite_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4993408Z copying torch/include/caffe2/operators/ensure_clipped_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4995267Z copying torch/include/caffe2/operators/ensure_cpu_output_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4996993Z copying torch/include/caffe2/operators/erf_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4997789Z copying torch/include/caffe2/operators/exp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.4998977Z copying torch/include/caffe2/operators/expand_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5000260Z copying torch/include/caffe2/operators/expand_squeeze_dims_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5001575Z copying torch/include/caffe2/operators/fc_inference.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5003269Z copying torch/include/caffe2/operators/feature_maps_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5004900Z copying torch/include/caffe2/operators/feed_blob_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5006193Z copying torch/include/caffe2/operators/filler_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5007983Z copying torch/include/caffe2/operators/find_duplicate_elements_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5009196Z copying torch/include/caffe2/operators/find_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5011388Z copying torch/include/caffe2/operators/flatten_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5012457Z copying torch/include/caffe2/operators/flexible_top_k.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5013667Z copying torch/include/caffe2/operators/floor_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5015366Z copying torch/include/caffe2/operators/free_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5016498Z copying torch/include/caffe2/operators/fully_connected_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5017974Z copying torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5019663Z copying torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5021114Z copying torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5022630Z copying torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5024088Z copying torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5025596Z copying torch/include/caffe2/operators/gather_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5026965Z copying torch/include/caffe2/operators/gather_ranges_to_dense_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5028612Z copying torch/include/caffe2/operators/gelu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5030012Z copying torch/include/caffe2/operators/generate_proposals_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5031417Z copying torch/include/caffe2/operators/generate_proposals_op_util_boxes.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5033230Z copying torch/include/caffe2/operators/generate_proposals_op_util_nms.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5034741Z copying torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5036221Z copying torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5038525Z copying torch/include/caffe2/operators/given_tensor_fill_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5039658Z copying torch/include/caffe2/operators/glu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5040993Z copying torch/include/caffe2/operators/group_norm_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5042568Z copying torch/include/caffe2/operators/gru_unit_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5043934Z copying torch/include/caffe2/operators/h_softmax_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5045534Z copying torch/include/caffe2/operators/half_float_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5046833Z copying torch/include/caffe2/operators/hard_sigmoid_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5048469Z copying torch/include/caffe2/operators/heatmap_max_keypoint_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5049619Z copying torch/include/caffe2/operators/histogram_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5050876Z copying torch/include/caffe2/operators/if_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5052513Z copying torch/include/caffe2/operators/im2col_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5054173Z copying torch/include/caffe2/operators/index_hash_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5055588Z copying torch/include/caffe2/operators/index_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5057033Z copying torch/include/caffe2/operators/inference_lstm_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5058674Z copying torch/include/caffe2/operators/instance_norm_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5060056Z copying torch/include/caffe2/operators/integral_image_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5061462Z copying torch/include/caffe2/operators/is_empty_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5062756Z copying torch/include/caffe2/operators/jsd_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5064225Z copying torch/include/caffe2/operators/key_split_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5065542Z copying torch/include/caffe2/operators/layer_norm_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5067042Z copying torch/include/caffe2/operators/leaky_relu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5069286Z copying torch/include/caffe2/operators/length_split_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5070316Z copying torch/include/caffe2/operators/lengths_pad_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5072440Z copying torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5073016Z copying torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5075164Z copying torch/include/caffe2/operators/lengths_reducer_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5075790Z copying torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5077315Z copying torch/include/caffe2/operators/lengths_tile_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5078250Z copying torch/include/caffe2/operators/lengths_top_k_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5079946Z copying torch/include/caffe2/operators/listwise_l2r_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5080713Z copying torch/include/caffe2/operators/load_save_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5082448Z copying torch/include/caffe2/operators/load_save_op_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5083317Z copying torch/include/caffe2/operators/local_response_normalization_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5084798Z copying torch/include/caffe2/operators/locally_connected_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5085921Z copying torch/include/caffe2/operators/locally_connected_op_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5087303Z copying torch/include/caffe2/operators/locally_connected_op_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5088230Z copying torch/include/caffe2/operators/log1p_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5089223Z copying torch/include/caffe2/operators/log_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5090817Z copying torch/include/caffe2/operators/logit_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5091862Z copying torch/include/caffe2/operators/loss_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5092742Z copying torch/include/caffe2/operators/lpnorm_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5094343Z copying torch/include/caffe2/operators/lstm_unit_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5095081Z copying torch/include/caffe2/operators/lstm_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5096660Z copying torch/include/caffe2/operators/map_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5097559Z copying torch/include/caffe2/operators/margin_loss_l2r_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5098764Z copying torch/include/caffe2/operators/margin_ranking_criterion_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5099876Z copying torch/include/caffe2/operators/matmul_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5101091Z copying torch/include/caffe2/operators/max_pool_with_index_gpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5102736Z copying torch/include/caffe2/operators/mean_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5103022Z copying torch/include/caffe2/operators/merge_id_lists_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5104208Z copying torch/include/caffe2/operators/minmax_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5105407Z copying torch/include/caffe2/operators/mish_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5106662Z copying torch/include/caffe2/operators/mod_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5107850Z copying torch/include/caffe2/operators/moments_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5109137Z copying torch/include/caffe2/operators/multi_class_accuracy_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5110328Z copying torch/include/caffe2/operators/negate_gradient_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5111573Z copying torch/include/caffe2/operators/negative_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5112754Z copying torch/include/caffe2/operators/ngram_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5114028Z copying torch/include/caffe2/operators/no_default_engine_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5115404Z copying torch/include/caffe2/operators/normalize_l1_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5116618Z copying torch/include/caffe2/operators/normalize_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5117824Z copying torch/include/caffe2/operators/numpy_tile_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5119271Z copying torch/include/caffe2/operators/one_hot_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5120501Z copying torch/include/caffe2/operators/onnx_while_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5121775Z copying torch/include/caffe2/operators/op_utils_cudnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5122951Z copying torch/include/caffe2/operators/operator_fallback_gpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5124403Z copying torch/include/caffe2/operators/order_switch_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5125410Z copying torch/include/caffe2/operators/pack_rnn_sequence_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5126339Z copying torch/include/caffe2/operators/pack_segments.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5127946Z copying torch/include/caffe2/operators/pad_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5128693Z copying torch/include/caffe2/operators/partition_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5130151Z copying torch/include/caffe2/operators/percentile_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5131079Z copying torch/include/caffe2/operators/perplexity_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5132187Z copying torch/include/caffe2/operators/piecewise_linear_transform_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5133198Z copying torch/include/caffe2/operators/pool_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5134583Z copying torch/include/caffe2/operators/pool_op_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5135572Z copying torch/include/caffe2/operators/pow_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5136884Z copying torch/include/caffe2/operators/prefetch_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5138166Z copying torch/include/caffe2/operators/prelu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5139161Z copying torch/include/caffe2/operators/prepend_dim_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5140834Z copying torch/include/caffe2/operators/quant_decode_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5141758Z copying torch/include/caffe2/operators/quantile_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5143116Z copying torch/include/caffe2/operators/rank_loss_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5144214Z copying torch/include/caffe2/operators/reciprocal_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5145390Z copying torch/include/caffe2/operators/reduce_front_back_max_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5147430Z copying torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5147819Z copying torch/include/caffe2/operators/reduce_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5149274Z copying torch/include/caffe2/operators/reducer_functors.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5150263Z copying torch/include/caffe2/operators/reduction_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5151278Z copying torch/include/caffe2/operators/relu_n_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5152504Z copying torch/include/caffe2/operators/relu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5153113Z copying torch/include/caffe2/operators/remove_data_blocks_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5154547Z copying torch/include/caffe2/operators/replace_nan_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5155676Z copying torch/include/caffe2/operators/reshape_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5157051Z copying torch/include/caffe2/operators/resize_3d_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5157983Z copying torch/include/caffe2/operators/resize_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5159263Z copying torch/include/caffe2/operators/reverse_packed_segs_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5160624Z copying torch/include/caffe2/operators/rmac_regions_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5161806Z copying torch/include/caffe2/operators/rms_norm_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5163198Z copying torch/include/caffe2/operators/roi_align_gradient_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5164557Z copying torch/include/caffe2/operators/roi_align_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5166170Z copying torch/include/caffe2/operators/roi_align_rotated_gradient_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5168845Z copying torch/include/caffe2/operators/roi_align_rotated_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5169613Z copying torch/include/caffe2/operators/roi_pool_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5169952Z copying torch/include/caffe2/operators/rowmul_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5171145Z copying torch/include/caffe2/operators/rsqrt_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5172178Z copying torch/include/caffe2/operators/scale_blobs_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5173814Z copying torch/include/caffe2/operators/scale_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5174788Z copying torch/include/caffe2/operators/segment_reduction_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5176984Z copying torch/include/caffe2/operators/self_binning_histogram_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5178080Z copying torch/include/caffe2/operators/selu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5179901Z copying torch/include/caffe2/operators/sequence_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5180969Z copying torch/include/caffe2/operators/shape_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5182347Z copying torch/include/caffe2/operators/sigmoid_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5183825Z copying torch/include/caffe2/operators/sin_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5184815Z copying torch/include/caffe2/operators/sinh_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5186272Z copying torch/include/caffe2/operators/sinusoid_position_encoding_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5187336Z copying torch/include/caffe2/operators/slice_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5188743Z copying torch/include/caffe2/operators/softmax_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5189727Z copying torch/include/caffe2/operators/softmax_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5191761Z copying torch/include/caffe2/operators/softmax_with_loss_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5192488Z copying torch/include/caffe2/operators/softplus_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5193547Z copying torch/include/caffe2/operators/softsign_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5195052Z copying torch/include/caffe2/operators/space_batch_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5196394Z copying torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5198708Z copying torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5199602Z copying torch/include/caffe2/operators/sparse_lp_regularizer_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5201967Z copying torch/include/caffe2/operators/sparse_normalize_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5202326Z copying torch/include/caffe2/operators/sparse_to_dense_mask_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5203460Z copying torch/include/caffe2/operators/sparse_to_dense_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5204355Z copying torch/include/caffe2/operators/spatial_batch_norm_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5205654Z copying torch/include/caffe2/operators/sqr_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5206625Z copying torch/include/caffe2/operators/spatial_softmax_with_loss_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5207919Z copying torch/include/caffe2/operators/sqrt_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5209115Z copying torch/include/caffe2/operators/square_root_divide_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5210139Z copying torch/include/caffe2/operators/stats_put_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5211454Z copying torch/include/caffe2/operators/stop_gradient.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5212365Z copying torch/include/caffe2/operators/string_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5213368Z copying torch/include/caffe2/operators/stump_func_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5214597Z copying torch/include/caffe2/operators/summarize_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5215543Z copying torch/include/caffe2/operators/swish_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5216777Z copying torch/include/caffe2/operators/tan_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5217732Z copying torch/include/caffe2/operators/tanh_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5218975Z copying torch/include/caffe2/operators/tensor_protos_db_input.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5219965Z copying torch/include/caffe2/operators/text_file_reader_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5221227Z copying torch/include/caffe2/operators/thresholded_relu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5222150Z copying torch/include/caffe2/operators/tile_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5223582Z copying torch/include/caffe2/operators/top_k.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5224728Z copying torch/include/caffe2/operators/transpose_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5226247Z copying torch/include/caffe2/operators/tt_linear_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5227274Z copying torch/include/caffe2/operators/unique_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5228469Z copying torch/include/caffe2/operators/unsafe_coalesce.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5229471Z copying torch/include/caffe2/operators/upsample_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5230693Z copying torch/include/caffe2/operators/utility_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5232204Z copying torch/include/caffe2/operators/variable_length_sequence_padding.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5233215Z copying torch/include/caffe2/operators/weighted_multi_sampling_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5234515Z copying torch/include/caffe2/operators/weighted_sample_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5235807Z copying torch/include/caffe2/operators/while_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5237020Z copying torch/include/caffe2/operators/zero_gradient_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators 2022-12-01T10:09:12.5238212Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/hip 2022-12-01T10:09:12.5238537Z copying torch/include/caffe2/operators/hip/activation_ops_miopen.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/hip 2022-12-01T10:09:12.5240945Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn 2022-12-01T10:09:12.5241541Z copying torch/include/caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn 2022-12-01T10:09:12.5242116Z copying torch/include/caffe2/operators/rnn/recurrent_network_executor.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn 2022-12-01T10:09:12.5242986Z copying torch/include/caffe2/operators/rnn/recurrent_network_executor_gpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn 2022-12-01T10:09:12.5244525Z copying torch/include/caffe2/operators/rnn/recurrent_network_executor_incl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn 2022-12-01T10:09:12.5245350Z copying torch/include/caffe2/operators/rnn/recurrent_network_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn 2022-12-01T10:09:12.5246846Z copying torch/include/caffe2/operators/rnn/recurrent_op_cudnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn 2022-12-01T10:09:12.5247901Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn/hip 2022-12-01T10:09:12.5248515Z copying torch/include/caffe2/operators/rnn/hip/recurrent_op_miopen.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn/hip 2022-12-01T10:09:12.5249282Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5250616Z copying torch/include/caffe2/operators/quantized/int8_add_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5251713Z copying torch/include/caffe2/operators/quantized/int8_average_pool_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5253287Z copying torch/include/caffe2/operators/quantized/int8_channel_shuffle_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5254286Z copying torch/include/caffe2/operators/quantized/int8_concat_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5255449Z copying torch/include/caffe2/operators/quantized/int8_conv_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5256687Z copying torch/include/caffe2/operators/quantized/int8_conv_transpose_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5257874Z copying torch/include/caffe2/operators/quantized/int8_dequantize_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5258902Z copying torch/include/caffe2/operators/quantized/int8_fc_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5260103Z copying torch/include/caffe2/operators/quantized/int8_flatten_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5261032Z copying torch/include/caffe2/operators/quantized/int8_given_tensor_fill_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5262190Z copying torch/include/caffe2/operators/quantized/int8_leaky_relu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5263668Z copying torch/include/caffe2/operators/quantized/int8_max_pool_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5264695Z copying torch/include/caffe2/operators/quantized/int8_quantize_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5266177Z copying torch/include/caffe2/operators/quantized/int8_relu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5267358Z copying torch/include/caffe2/operators/quantized/int8_reshape_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5268615Z copying torch/include/caffe2/operators/quantized/int8_resize_nearest_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5270283Z copying torch/include/caffe2/operators/quantized/int8_roi_align_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5271207Z copying torch/include/caffe2/operators/quantized/int8_sigmoid_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5272401Z copying torch/include/caffe2/operators/quantized/int8_simd.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5273894Z copying torch/include/caffe2/operators/quantized/int8_slice_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5275177Z copying torch/include/caffe2/operators/quantized/int8_softmax_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5276697Z copying torch/include/caffe2/operators/quantized/int8_test_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5277429Z copying torch/include/caffe2/operators/quantized/int8_transpose_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5278505Z copying torch/include/caffe2/operators/quantized/int8_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized 2022-12-01T10:09:12.5279552Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5280063Z copying torch/include/caffe2/opt/annotations.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5281716Z copying torch/include/caffe2/opt/backend_cutting.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5282416Z copying torch/include/caffe2/opt/backend_transformer_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5283429Z copying torch/include/caffe2/opt/bound_shape_inferencer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5284776Z copying torch/include/caffe2/opt/converter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5285727Z copying torch/include/caffe2/opt/device.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5286787Z copying torch/include/caffe2/opt/distributed.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5287837Z copying torch/include/caffe2/opt/fakefp16_transform.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5289011Z copying torch/include/caffe2/opt/fusion.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5289976Z copying torch/include/caffe2/opt/glow_net_transform.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5291263Z copying torch/include/caffe2/opt/mobile.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5292303Z copying torch/include/caffe2/opt/onnx_convert.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5293704Z copying torch/include/caffe2/opt/onnxifi_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5294747Z copying torch/include/caffe2/opt/onnxifi_transformer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5295539Z copying torch/include/caffe2/opt/optimize_ideep.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5297307Z copying torch/include/caffe2/opt/optimizer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5298041Z copying torch/include/caffe2/opt/passes.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5299464Z copying torch/include/caffe2/opt/shape_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5300370Z copying torch/include/caffe2/opt/tvm_transformer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt 2022-12-01T10:09:12.5301687Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom 2022-12-01T10:09:12.5302023Z copying torch/include/caffe2/opt/custom/cc_amrc.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom 2022-12-01T10:09:12.5303262Z copying torch/include/caffe2/opt/custom/concat_elim.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom 2022-12-01T10:09:12.5304254Z copying torch/include/caffe2/opt/custom/freeze_quantization_params.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom 2022-12-01T10:09:12.5306129Z copying torch/include/caffe2/opt/custom/in_batch_broadcast.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom 2022-12-01T10:09:12.5306677Z copying torch/include/caffe2/opt/custom/pointwise_elim.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom 2022-12-01T10:09:12.5307542Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/nql 2022-12-01T10:09:12.5307809Z copying torch/include/caffe2/opt/nql/ast.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/nql 2022-12-01T10:09:12.5309134Z copying torch/include/caffe2/opt/nql/graphmatcher.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/nql 2022-12-01T10:09:12.5310246Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-12-01T10:09:12.5310762Z copying torch/include/caffe2/perfkernels/adagrad.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-12-01T10:09:12.5311951Z copying torch/include/caffe2/perfkernels/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-12-01T10:09:12.5312583Z copying torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-12-01T10:09:12.5314041Z copying torch/include/caffe2/perfkernels/embedding_lookup.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-12-01T10:09:12.5314814Z copying torch/include/caffe2/perfkernels/embedding_lookup_idx.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-12-01T10:09:12.5316321Z copying torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-12-01T10:09:12.5317428Z copying torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-12-01T10:09:12.5318296Z copying torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-12-01T10:09:12.5319403Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-12-01T10:09:12.5320598Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-12-01T10:09:12.5321648Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-12-01T10:09:12.5323536Z copying torch/include/caffe2/perfkernels/math.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-12-01T10:09:12.5324949Z copying torch/include/caffe2/perfkernels/typed_axpy.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels 2022-12-01T10:09:12.5326161Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor 2022-12-01T10:09:12.5326463Z copying torch/include/caffe2/predictor/InferenceGraph.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor 2022-12-01T10:09:12.5327943Z copying torch/include/caffe2/predictor/ThreadLocalPtr.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor 2022-12-01T10:09:12.5329494Z copying torch/include/caffe2/predictor/predictor.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor 2022-12-01T10:09:12.5330399Z copying torch/include/caffe2/predictor/predictor_config.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor 2022-12-01T10:09:12.5331708Z copying torch/include/caffe2/predictor/predictor_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor 2022-12-01T10:09:12.5333147Z copying torch/include/caffe2/predictor/transforms.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor 2022-12-01T10:09:12.5334240Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:12.5334564Z copying torch/include/caffe2/predictor/emulator/benchmark.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:12.5335810Z copying torch/include/caffe2/predictor/emulator/data_filler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:12.5337089Z copying torch/include/caffe2/predictor/emulator/emulator.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:12.5337985Z copying torch/include/caffe2/predictor/emulator/net_supplier.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:12.5340102Z copying torch/include/caffe2/predictor/emulator/output_formatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:12.5340432Z copying torch/include/caffe2/predictor/emulator/profiler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:12.5341866Z copying torch/include/caffe2/predictor/emulator/std_output_formatter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:12.5343037Z copying torch/include/caffe2/predictor/emulator/time_profiler.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:12.5344112Z copying torch/include/caffe2/predictor/emulator/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:12.5345146Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto 2022-12-01T10:09:12.5345506Z copying torch/include/caffe2/proto/caffe2_pb.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto 2022-12-01T10:09:12.5347014Z copying torch/include/caffe2/proto/torch_pb.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto 2022-12-01T10:09:12.5347601Z copying torch/include/caffe2/proto/torch.pb.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto 2022-12-01T10:09:12.5350058Z copying torch/include/caffe2/proto/caffe2.pb.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto 2022-12-01T10:09:12.5354531Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python 2022-12-01T10:09:12.5355183Z copying torch/include/caffe2/python/dlpack.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python 2022-12-01T10:09:12.5356201Z copying torch/include/caffe2/python/pybind_state.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python 2022-12-01T10:09:12.5358598Z copying torch/include/caffe2/python/pybind_state_dlpack.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python 2022-12-01T10:09:12.5359618Z copying torch/include/caffe2/python/pybind_state_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python 2022-12-01T10:09:12.5360849Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization 2022-12-01T10:09:12.5361546Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5362323Z copying torch/include/caffe2/quantization/server/activation_distribution_observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5364056Z copying torch/include/caffe2/quantization/server/batch_matmul_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5365306Z copying torch/include/caffe2/quantization/server/batch_permutation_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5366614Z copying torch/include/caffe2/quantization/server/caffe2_dnnlowp_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5368340Z copying torch/include/caffe2/quantization/server/channel_shuffle_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5369372Z copying torch/include/caffe2/quantization/server/compute_equalization_scale.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5370690Z copying torch/include/caffe2/quantization/server/concat_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5372021Z copying torch/include/caffe2/quantization/server/conv_dnnlowp_acc16_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5373409Z copying torch/include/caffe2/quantization/server/conv_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5374878Z copying torch/include/caffe2/quantization/server/conv_pool_dnnlowp_op_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5376745Z copying torch/include/caffe2/quantization/server/conv_relu_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5378050Z copying torch/include/caffe2/quantization/server/dequantize_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5378904Z copying torch/include/caffe2/quantization/server/dnnlowp.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5380211Z copying torch/include/caffe2/quantization/server/dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5381227Z copying torch/include/caffe2/quantization/server/dnnlowp_partition.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5382498Z copying torch/include/caffe2/quantization/server/dynamic_histogram.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5383643Z copying torch/include/caffe2/quantization/server/elementwise_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5385482Z copying torch/include/caffe2/quantization/server/elementwise_linear_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5386185Z copying torch/include/caffe2/quantization/server/fb_fc_packed_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5387480Z copying torch/include/caffe2/quantization/server/fbgemm_fp16_pack_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5388482Z copying torch/include/caffe2/quantization/server/fbgemm_pack_blob.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5389329Z copying torch/include/caffe2/quantization/server/fbgemm_pack_matrix_cache.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5390740Z copying torch/include/caffe2/quantization/server/fbgemm_pack_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5391805Z copying torch/include/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5393082Z copying torch/include/caffe2/quantization/server/fully_connected_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5393879Z copying torch/include/caffe2/quantization/server/fully_connected_fake_lowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5395484Z copying torch/include/caffe2/quantization/server/group_norm_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5396333Z copying torch/include/caffe2/quantization/server/im2col_dnnlowp.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5397412Z copying torch/include/caffe2/quantization/server/int8_gen_quant_params.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5398540Z copying torch/include/caffe2/quantization/server/int8_gen_quant_params_min_max.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5399974Z copying torch/include/caffe2/quantization/server/int8_quant_scheme_blob_fill.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5400742Z copying torch/include/caffe2/quantization/server/kl_minimization.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5402082Z copying torch/include/caffe2/quantization/server/l2_minimization.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5403816Z copying torch/include/caffe2/quantization/server/lstm_unit_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5404397Z copying torch/include/caffe2/quantization/server/mmio.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5405488Z copying torch/include/caffe2/quantization/server/op_wrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5406388Z copying torch/include/caffe2/quantization/server/pool_dnnlowp_op_avx2.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5407523Z copying torch/include/caffe2/quantization/server/quantization_error_minimization.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5408818Z copying torch/include/caffe2/quantization/server/quantize_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5409630Z copying torch/include/caffe2/quantization/server/relu_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5411143Z copying torch/include/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5412124Z copying torch/include/caffe2/quantization/server/resize_nearest_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5413100Z copying torch/include/caffe2/quantization/server/sigmoid.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5414987Z copying torch/include/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5415756Z copying torch/include/caffe2/quantization/server/tanh.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5416705Z copying torch/include/caffe2/quantization/server/transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5417676Z copying torch/include/caffe2/quantization/server/utility_dnnlowp_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server 2022-12-01T10:09:12.5418596Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue 2022-12-01T10:09:12.5419109Z copying torch/include/caffe2/queue/blobs_queue.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue 2022-12-01T10:09:12.5420311Z copying torch/include/caffe2/queue/blobs_queue_db.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue 2022-12-01T10:09:12.5421056Z copying torch/include/caffe2/queue/queue_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue 2022-12-01T10:09:12.5422516Z copying torch/include/caffe2/queue/rebatching_queue.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue 2022-12-01T10:09:12.5423353Z copying torch/include/caffe2/queue/rebatching_queue_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue 2022-12-01T10:09:12.5424265Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-12-01T10:09:12.5424853Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-12-01T10:09:12.5426479Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-12-01T10:09:12.5427239Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-12-01T10:09:12.5428292Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-12-01T10:09:12.5429357Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-12-01T10:09:12.5430469Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-12-01T10:09:12.5430967Z copying torch/include/caffe2/serialize/versions.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize 2022-12-01T10:09:12.5432209Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5433039Z copying torch/include/caffe2/sgd/adadelta_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5434786Z copying torch/include/caffe2/sgd/adagrad_fused.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5435656Z copying torch/include/caffe2/sgd/adagrad_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5436916Z copying torch/include/caffe2/sgd/adam_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5438524Z copying torch/include/caffe2/sgd/clip_tensor_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5439294Z copying torch/include/caffe2/sgd/decay_adagrad_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5440603Z copying torch/include/caffe2/sgd/fp16_momentum_sgd_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5441406Z copying torch/include/caffe2/sgd/fp32_momentum_sgd_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5442313Z copying torch/include/caffe2/sgd/ftrl_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5443915Z copying torch/include/caffe2/sgd/gftrl_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5444510Z copying torch/include/caffe2/sgd/iter_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5445700Z copying torch/include/caffe2/sgd/lars_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5446681Z copying torch/include/caffe2/sgd/learning_rate_adaption_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5447764Z copying torch/include/caffe2/sgd/learning_rate_functors.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5449163Z copying torch/include/caffe2/sgd/learning_rate_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5450495Z copying torch/include/caffe2/sgd/math_lp.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5451460Z copying torch/include/caffe2/sgd/momentum_sgd_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5453016Z copying torch/include/caffe2/sgd/rmsprop_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5453925Z copying torch/include/caffe2/sgd/rowwise_adagrad_fused.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5454998Z copying torch/include/caffe2/sgd/rowwise_counter.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5456071Z copying torch/include/caffe2/sgd/storm_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5457198Z copying torch/include/caffe2/sgd/weight_scale_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5458323Z copying torch/include/caffe2/sgd/wngrad_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5459417Z copying torch/include/caffe2/sgd/yellowfin_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd 2022-12-01T10:09:12.5460873Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/share 2022-12-01T10:09:12.5461284Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/share/contrib 2022-12-01T10:09:12.5461682Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/share/contrib/zstd 2022-12-01T10:09:12.5462222Z copying torch/include/caffe2/share/contrib/zstd/quant_decomp_zstd_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/share/contrib/zstd 2022-12-01T10:09:12.5462827Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms 2022-12-01T10:09:12.5463638Z copying torch/include/caffe2/transforms/common_subexpression_elimination.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms 2022-12-01T10:09:12.5464582Z copying torch/include/caffe2/transforms/conv_to_nnpack_transform.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms 2022-12-01T10:09:12.5465651Z copying torch/include/caffe2/transforms/pattern_net_transform.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms 2022-12-01T10:09:12.5466722Z copying torch/include/caffe2/transforms/single_op_transform.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms 2022-12-01T10:09:12.5467610Z creating build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video 2022-12-01T10:09:12.5468194Z copying torch/include/caffe2/video/optical_flow.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video 2022-12-01T10:09:12.5469649Z copying torch/include/caffe2/video/video_decoder.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video 2022-12-01T10:09:12.5470814Z copying torch/include/caffe2/video/video_input_op.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video 2022-12-01T10:09:12.5472033Z copying torch/include/caffe2/video/video_io.h -> build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video 2022-12-01T10:09:12.5473070Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-12-01T10:09:12.5473527Z copying torch/include/torch/script.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-12-01T10:09:12.5474589Z copying torch/include/torch/extension.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-12-01T10:09:12.5475812Z copying torch/include/torch/custom_class.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-12-01T10:09:12.5477112Z copying torch/include/torch/library.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-12-01T10:09:12.5478520Z copying torch/include/torch/custom_class_detail.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch 2022-12-01T10:09:12.5479508Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5480177Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5481340Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5482533Z copying torch/include/torch/csrc/Device.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5484161Z copying torch/include/torch/csrc/Dtype.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5485158Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5486005Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5487315Z copying torch/include/torch/csrc/Export.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5488938Z copying torch/include/torch/csrc/Generator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5490013Z copying torch/include/torch/csrc/Layout.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5490948Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5492254Z copying torch/include/torch/csrc/Module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5493236Z copying torch/include/torch/csrc/PythonTypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5494693Z copying torch/include/torch/csrc/QScheme.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5495536Z copying torch/include/torch/csrc/Size.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5496985Z copying torch/include/torch/csrc/Storage.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5497806Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5499101Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5499891Z copying torch/include/torch/csrc/Stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5501353Z copying torch/include/torch/csrc/THConcat.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5502446Z copying torch/include/torch/csrc/THP.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5503431Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5504679Z copying torch/include/torch/csrc/Types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5505743Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5506685Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5507651Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5509144Z copying torch/include/torch/csrc/python_headers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5510051Z copying torch/include/torch/csrc/serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5511916Z copying torch/include/torch/csrc/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc 2022-12-01T10:09:12.5512956Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api 2022-12-01T10:09:12.5513268Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include 2022-12-01T10:09:12.5513760Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5514094Z copying torch/include/torch/csrc/api/include/torch/all.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5515542Z copying torch/include/torch/csrc/api/include/torch/arg.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5517711Z copying torch/include/torch/csrc/api/include/torch/autograd.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5518730Z copying torch/include/torch/csrc/api/include/torch/cuda.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5519923Z copying torch/include/torch/csrc/api/include/torch/data.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5521133Z copying torch/include/torch/csrc/api/include/torch/enum.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5522779Z copying torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5524022Z copying torch/include/torch/csrc/api/include/torch/fft.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5525772Z copying torch/include/torch/csrc/api/include/torch/imethod.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5527745Z copying torch/include/torch/csrc/api/include/torch/jit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5529089Z copying torch/include/torch/csrc/api/include/torch/linalg.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5530469Z copying torch/include/torch/csrc/api/include/torch/nested.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5532142Z copying torch/include/torch/csrc/api/include/torch/nn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5533382Z copying torch/include/torch/csrc/api/include/torch/optim.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5534844Z copying torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5536529Z copying torch/include/torch/csrc/api/include/torch/python.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5537998Z copying torch/include/torch/csrc/api/include/torch/serialize.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5539414Z copying torch/include/torch/csrc/api/include/torch/sparse.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5540913Z copying torch/include/torch/csrc/api/include/torch/special.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5542723Z copying torch/include/torch/csrc/api/include/torch/torch.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5544104Z copying torch/include/torch/csrc/api/include/torch/types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5545911Z copying torch/include/torch/csrc/api/include/torch/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5547206Z copying torch/include/torch/csrc/api/include/torch/version.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:12.5548483Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:12.5549384Z copying torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:12.5550862Z copying torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:12.5552320Z copying torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:12.5553652Z copying torch/include/torch/csrc/api/include/torch/data/example.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:12.5555351Z copying torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:12.5556765Z copying torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:12.5558206Z copying torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:12.5559626Z copying torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:12.5560936Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-12-01T10:09:12.5561747Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-12-01T10:09:12.5563674Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-12-01T10:09:12.5564206Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-12-01T10:09:12.5566016Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:09:12.5566383Z copying torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:09:12.5567703Z copying torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:09:12.5568999Z copying torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:09:12.5570304Z copying torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:09:12.5572243Z copying torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:09:12.5573831Z copying torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:09:12.5574500Z copying torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:09:12.5576103Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail 2022-12-01T10:09:12.5577436Z copying torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail 2022-12-01T10:09:12.5578248Z copying torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail 2022-12-01T10:09:12.5579726Z copying torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail 2022-12-01T10:09:12.5580632Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:09:12.5581187Z copying torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:09:12.5583076Z copying torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:09:12.5583720Z copying torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:09:12.5585062Z copying torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:09:12.5586160Z copying torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:09:12.5587051Z copying torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:09:12.5588814Z copying torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:09:12.5589763Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:09:12.5590351Z copying torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:09:12.5591669Z copying torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:09:12.5592709Z copying torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:09:12.5593537Z copying torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:09:12.5595210Z copying torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:09:12.5596522Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/detail 2022-12-01T10:09:12.5596971Z copying torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/detail 2022-12-01T10:09:12.5598163Z copying torch/include/torch/csrc/api/include/torch/detail/static.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/detail 2022-12-01T10:09:12.5599324Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:12.5599824Z copying torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:12.5601163Z copying torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:12.5602008Z copying torch/include/torch/csrc/api/include/torch/nn/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:12.5603221Z copying torch/include/torch/csrc/api/include/torch/nn/module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:12.5604536Z copying torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:12.5605482Z copying torch/include/torch/csrc/api/include/torch/nn/options.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:12.5606672Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:12.5608201Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:12.5609898Z copying torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:12.5610715Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:12.5611163Z copying torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:12.5612610Z copying torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:12.5613714Z copying torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:12.5614555Z copying torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:12.5615862Z copying torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:12.5617055Z copying torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:12.5617893Z copying torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:12.5619480Z copying torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:12.5620367Z copying torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:12.5621548Z copying torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:12.5622628Z copying torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:12.5623964Z copying torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:12.5624977Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:12.5625865Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:12.5627333Z copying torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:12.5628391Z copying torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:12.5629722Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5630325Z copying torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5631574Z copying torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5632710Z copying torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5633761Z copying torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5635241Z copying torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5636241Z copying torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5638136Z copying torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5638813Z copying torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5639979Z copying torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5641251Z copying torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5642320Z copying torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5643579Z copying torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5644883Z copying torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5645921Z copying torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5647215Z copying torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5648709Z copying torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5649922Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5651356Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5652083Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5653789Z copying torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5654704Z copying torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:12.5656231Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5656866Z copying torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5657865Z copying torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5659463Z copying torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5660506Z copying torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5661486Z copying torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5662609Z copying torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5663700Z copying torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5664923Z copying torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5666291Z copying torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5667322Z copying torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5668233Z copying torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5669372Z copying torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5670400Z copying torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5672134Z copying torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5673056Z copying torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5674013Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5675255Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5677011Z copying torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5678820Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5680853Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5682376Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5683837Z copying torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5685069Z copying torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:12.5686584Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:12.5687000Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:12.5688408Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:12.5690012Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:12.5691131Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:12.5692102Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:12.5693786Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:12.5695262Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:12.5696405Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:12.5697871Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:12.5698576Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:12.5699930Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-12-01T10:09:12.5700638Z copying torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-12-01T10:09:12.5702079Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils 2022-12-01T10:09:12.5703908Z copying torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils 2022-12-01T10:09:12.5704318Z copying torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils 2022-12-01T10:09:12.5705214Z copying torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils 2022-12-01T10:09:12.5707190Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:12.5707833Z copying torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:12.5708595Z copying torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:12.5710081Z copying torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:12.5711422Z copying torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:12.5712811Z copying torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:12.5714743Z copying torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:12.5717402Z copying torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:12.5718979Z copying torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:12.5720304Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-12-01T10:09:12.5720974Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-12-01T10:09:12.5722944Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-12-01T10:09:12.5723771Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:09:12.5724836Z copying torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:09:12.5726096Z copying torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:09:12.5727517Z copying torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:09:12.5728567Z copying torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:09:12.5729864Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5730244Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5732025Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5732709Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5734249Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5735934Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5736659Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5738160Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5739244Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5741341Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5742446Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5744057Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5745502Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5747347Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5748958Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5750263Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5751916Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5753064Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5754859Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5755542Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5757124Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5758192Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5759675Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5760518Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5761649Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5763152Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5763912Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5764985Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5766083Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5767103Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5768534Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5769564Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5770422Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5771895Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5772525Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5773855Z copying torch/include/torch/csrc/autograd/python_return_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5774888Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5776183Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5777068Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5778088Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5779332Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5780348Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5782289Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5783464Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5784400Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5785615Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5786434Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd 2022-12-01T10:09:12.5788373Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-12-01T10:09:12.5788791Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-12-01T10:09:12.5789697Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-12-01T10:09:12.5791545Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-12-01T10:09:12.5792385Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-12-01T10:09:12.5793518Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-12-01T10:09:12.5794876Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions 2022-12-01T10:09:12.5796270Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-12-01T10:09:12.5797064Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-12-01T10:09:12.5798621Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-12-01T10:09:12.5799528Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-12-01T10:09:12.5802900Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated 2022-12-01T10:09:12.5804676Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-12-01T10:09:12.5805287Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-12-01T10:09:12.5806369Z copying torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-12-01T10:09:12.5807654Z copying torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-12-01T10:09:12.5809681Z copying torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-12-01T10:09:12.5810850Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-12-01T10:09:12.5812189Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils 2022-12-01T10:09:12.5813416Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-12-01T10:09:12.5814245Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-12-01T10:09:12.5815788Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-12-01T10:09:12.5816813Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-12-01T10:09:12.5818956Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-12-01T10:09:12.5819447Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-12-01T10:09:12.5821747Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-12-01T10:09:12.5822043Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-12-01T10:09:12.5823409Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-12-01T10:09:12.5824353Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-12-01T10:09:12.5825808Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda 2022-12-01T10:09:12.5827186Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed 2022-12-01T10:09:12.5827618Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5828201Z copying torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5829408Z copying torch/include/torch/csrc/distributed/c10d/c10d.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5831561Z copying torch/include/torch/csrc/distributed/c10d/debug.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5832040Z copying torch/include/torch/csrc/distributed/c10d/error.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5832670Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5833829Z copying torch/include/torch/csrc/distributed/c10d/logging.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5834850Z copying torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5836114Z copying torch/include/torch/csrc/distributed/c10d/socket.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5837127Z copying torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5840497Z copying torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5840969Z copying torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5841331Z copying torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5841887Z copying torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5842815Z copying torch/include/torch/csrc/distributed/c10d/Ops.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5844560Z copying torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5845370Z copying torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5846265Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5848304Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5849286Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5850731Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5852252Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5853218Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5855003Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5855936Z copying torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5857419Z copying torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5858032Z copying torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5859603Z copying torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5861840Z copying torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5862506Z copying torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5862912Z copying torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5864641Z copying torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5865844Z copying torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5867432Z copying torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5868219Z copying torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5869713Z copying torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5870628Z copying torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5872446Z copying torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5873448Z copying torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5875193Z copying torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5876645Z copying torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:12.5877597Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5878286Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5879524Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5880613Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5881621Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5882906Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5883824Z copying torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5884830Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5885819Z copying torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5887506Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5888435Z copying torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5889332Z copying torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5890537Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5891255Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5892926Z copying torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5893603Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5894891Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5896530Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5897508Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5898374Z copying torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5900078Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5900874Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5902287Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5903273Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5904291Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5906731Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5908032Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5908823Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:12.5910632Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit 2022-12-01T10:09:12.5910898Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit 2022-12-01T10:09:12.5912656Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit 2022-12-01T10:09:12.5913616Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit 2022-12-01T10:09:12.5916096Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:12.5916599Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:12.5917619Z copying torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:12.5919166Z copying torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:12.5920318Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:12.5921237Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:12.5922621Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:12.5924167Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:12.5925133Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:12.5927261Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:12.5927506Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5927822Z copying torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5929089Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5930093Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5931268Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5932526Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5933226Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5934368Z copying torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5935156Z copying torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5936985Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5937546Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5938840Z copying torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5939693Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5940908Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5942362Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5943325Z copying torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5944485Z copying torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5945694Z copying torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5946946Z copying torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5947874Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5949749Z copying torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5951647Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5952219Z copying torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5953030Z copying torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5954216Z copying torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5955453Z copying torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5958628Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5959854Z copying torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5961028Z copying torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5962357Z copying torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5963283Z copying torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5964178Z copying torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5965327Z copying torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5966304Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5967499Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5968595Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5969826Z copying torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5971785Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5972687Z copying torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5973851Z copying torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5974975Z copying torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5976413Z copying torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5977246Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5978414Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5979648Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5981000Z copying torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5982054Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5982813Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5984874Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5985790Z copying torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5986367Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5988242Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5988584Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5989641Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5992034Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5992550Z copying torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5993295Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5994510Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5995660Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5997358Z copying torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5998416Z copying torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.5999386Z copying torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6001153Z copying torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6002190Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6003931Z copying torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6004710Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6005967Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6007065Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6008278Z copying torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6009378Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6010798Z copying torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6012331Z copying torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6013302Z copying torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6014390Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6015502Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6016955Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6017766Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6019256Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6020276Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6021358Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6023143Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6023691Z copying torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6024800Z copying torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6025739Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6027954Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6028758Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:12.6030150Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:12.6031269Z copying torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:12.6032489Z copying torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:12.6033863Z copying torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:12.6035507Z copying torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:12.6036865Z copying torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:12.6038092Z copying torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:12.6039149Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:12.6041248Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:12.6042098Z copying torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:12.6043076Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:09:12.6043731Z copying torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:09:12.6045554Z copying torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:09:12.6046877Z copying torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:09:12.6051782Z copying torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:09:12.6052715Z copying torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:09:12.6053618Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6054667Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6056060Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6057010Z copying torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6058047Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6059244Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6060195Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6061240Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6062256Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6063440Z copying torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6064738Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6065740Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6066889Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6067913Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6069906Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6070531Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6072045Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6073337Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6074108Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6076460Z copying torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6077623Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6078985Z copying torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6081179Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6082395Z copying torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6083262Z copying torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6084910Z copying torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6085794Z copying torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6086871Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6088045Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6089061Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6090151Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6091309Z copying torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:12.6092319Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:12.6092609Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:12.6094018Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:12.6094973Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:12.6096268Z copying torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:12.6097407Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:12.6099133Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:12.6099815Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:12.6101282Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:12.6101859Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:12.6103038Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:12.6104799Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:12.6105796Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:12.6107035Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6107667Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6109177Z copying torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6109599Z copying torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6110915Z copying torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6111887Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6112819Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6113834Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6115054Z copying torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6116001Z copying torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6117060Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6118458Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6120587Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6120893Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6121902Z copying torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6123431Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6124038Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6125377Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6126289Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6127535Z copying torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6128421Z copying torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6129713Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6130954Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6132207Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6133411Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6134654Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6136277Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6137131Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6138637Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:12.6139372Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-12-01T10:09:12.6139985Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-12-01T10:09:12.6141368Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-12-01T10:09:12.6142802Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-12-01T10:09:12.6143403Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-12-01T10:09:12.6145131Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api 2022-12-01T10:09:12.6145663Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6146308Z copying torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6147597Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6148833Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6150015Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6150931Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6153352Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6153874Z copying torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6155413Z copying torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6157047Z copying torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6158040Z copying torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6159545Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6160825Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6163055Z copying torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6164573Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6166207Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6166751Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6168695Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6169979Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6170990Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6171930Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6173151Z copying torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6174241Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:12.6175348Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-12-01T10:09:12.6175812Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-12-01T10:09:12.6177448Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-12-01T10:09:12.6179100Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-12-01T10:09:12.6180255Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-12-01T10:09:12.6181830Z copying torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-12-01T10:09:12.6182740Z copying torch/include/torch/csrc/jit/python/python_custom_class.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-12-01T10:09:12.6183953Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-12-01T10:09:12.6185172Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-12-01T10:09:12.6186358Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-12-01T10:09:12.6187938Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-12-01T10:09:12.6188978Z copying torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-12-01T10:09:12.6190446Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-12-01T10:09:12.6191616Z copying torch/include/torch/csrc/jit/python/python_tree_views.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-12-01T10:09:12.6192475Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-12-01T10:09:12.6193474Z copying torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python 2022-12-01T10:09:12.6194698Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6195375Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6196258Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6198122Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6199051Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6200466Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6201139Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6202190Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6203266Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6204321Z copying torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6205359Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6206783Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6207455Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6208533Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6209595Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6211614Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6212225Z copying torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6213235Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6214804Z copying torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6215832Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6217364Z copying torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6218474Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6219537Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:12.6220461Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/testing 2022-12-01T10:09:12.6220940Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/testing 2022-12-01T10:09:12.6223260Z copying torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/testing 2022-12-01T10:09:12.6223847Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6224406Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6225286Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6226290Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6227305Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6228222Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6229359Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6230456Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6231525Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6232933Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6234523Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6235600Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6236407Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6237736Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6238814Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6240192Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6241338Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6243283Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6244339Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6245499Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6246526Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6247523Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6249163Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6250269Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6251100Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6252312Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6253447Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6254586Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6255679Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6256728Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6257783Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6258840Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6260828Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6261750Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6262843Z copying torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6263930Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6264873Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6266210Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6267426Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6268509Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6269486Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6270728Z copying torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6271970Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:12.6273906Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:12.6274703Z copying torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:12.6275580Z copying torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:12.6276869Z copying torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:12.6278065Z copying torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:12.6279288Z copying torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:12.6280833Z copying torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:12.6281872Z copying torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:12.6283482Z copying torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:12.6284608Z copying torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:12.6285765Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen 2022-12-01T10:09:12.6286272Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6286760Z copying torch/include/torch/csrc/jit/codegen/cuda/arith.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6288533Z copying torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6289727Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6291038Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6292533Z copying torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6293888Z copying torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6295433Z copying torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6296902Z copying torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6298362Z copying torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6299835Z copying torch/include/torch/csrc/jit/codegen/cuda/executor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6301381Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6302912Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6304239Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6305747Z copying torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6307318Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6308860Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6310772Z copying torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6312172Z copying torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6313721Z copying torch/include/torch/csrc/jit/codegen/cuda/inline_propagator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6315473Z copying torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6316837Z copying torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6318251Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6320544Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6321772Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6323514Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6324985Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6326634Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6328091Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6329662Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6331545Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6332996Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6334383Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6335883Z copying torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6337378Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6338875Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6340460Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6342051Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6343675Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6345095Z copying torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6346443Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6347835Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6349244Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6350766Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6352181Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6353664Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6355314Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6357588Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6358932Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6360474Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6362180Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6363414Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6364814Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6366369Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6367678Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6369144Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6370775Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6372164Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6373693Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6375105Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6376552Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6378107Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6379683Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6381076Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6382534Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6384079Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6385425Z copying torch/include/torch/csrc/jit/codegen/cuda/manager.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6386899Z copying torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6388315Z copying torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6389822Z copying torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6391164Z copying torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6392856Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6394295Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6395987Z copying torch/include/torch/csrc/jit/codegen/cuda/parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6397413Z copying torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6398849Z copying torch/include/torch/csrc/jit/codegen/cuda/partition.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6400308Z copying torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6401772Z copying torch/include/torch/csrc/jit/codegen/cuda/reference_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6403184Z copying torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6404738Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6406310Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6407757Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6409222Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6410640Z copying torch/include/torch/csrc/jit/codegen/cuda/type.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6412088Z copying torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6413508Z copying torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6414911Z copying torch/include/torch/csrc/jit/codegen/cuda/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6417131Z copying torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:12.6418309Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:09:12.6419333Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:09:12.6420677Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:09:12.6421900Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:09:12.6423435Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:09:12.6424639Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6425623Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6427170Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6428638Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6430107Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6431479Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6433059Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6434655Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6436175Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6437717Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6439197Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6440604Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6442123Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6443576Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6444931Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6446365Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6448846Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6450128Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6451794Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:12.6453034Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx 2022-12-01T10:09:12.6453826Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx 2022-12-01T10:09:12.6455050Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx 2022-12-01T10:09:12.6457229Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-12-01T10:09:12.6458069Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-12-01T10:09:12.6459233Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-12-01T10:09:12.6460633Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-12-01T10:09:12.6462100Z copying torch/include/torch/csrc/profiler/execution_graph_observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-12-01T10:09:12.6463438Z copying torch/include/torch/csrc/profiler/itt_observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-12-01T10:09:12.6464769Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-12-01T10:09:12.6466178Z copying torch/include/torch/csrc/profiler/nvtx_observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-12-01T10:09:12.6467462Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler 2022-12-01T10:09:12.6468970Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration 2022-12-01T10:09:12.6469917Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration 2022-12-01T10:09:12.6471373Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration 2022-12-01T10:09:12.6472531Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6473530Z copying torch/include/torch/csrc/utils/auto_gil.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6475956Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6477214Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6478464Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6479896Z copying torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6481248Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6482733Z copying torch/include/torch/csrc/utils/disallow_copy.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6484001Z copying torch/include/torch/csrc/utils/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6485410Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6486535Z copying torch/include/torch/csrc/utils/memory.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6487869Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6489278Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6490708Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6492168Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6493583Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6494845Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6496987Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6498322Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6499752Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6501124Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6502421Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6503882Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6505336Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6506707Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6508153Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6509483Z copying torch/include/torch/csrc/utils/six.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6510920Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6512335Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6514519Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6515471Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6516650Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6518795Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6520147Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6521466Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6522771Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6539015Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6539946Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6540851Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6541825Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6542799Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6543806Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils 2022-12-01T10:09:12.6544564Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/tensor 2022-12-01T10:09:12.6545380Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/tensor 2022-12-01T10:09:12.6546109Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy 2022-12-01T10:09:12.6546807Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-12-01T10:09:12.6547645Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-12-01T10:09:12.6548700Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-12-01T10:09:12.6549693Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-12-01T10:09:12.6550682Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend 2022-12-01T10:09:12.6551459Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6552281Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6553194Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6554099Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6555247Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6556128Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6557024Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6557912Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6558787Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6559722Z copying torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6560655Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6561550Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6562473Z copying torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6563417Z copying torch/include/torch/csrc/lazy/core/lazy_view.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6564333Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6565220Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6566122Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6567001Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6567920Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6568955Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6569859Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6570991Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6572434Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6573809Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6575214Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6576575Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:12.6577986Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/internal_ops 2022-12-01T10:09:12.6578906Z copying torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/internal_ops 2022-12-01T10:09:12.6580195Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ops 2022-12-01T10:09:12.6581090Z copying torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ops 2022-12-01T10:09:12.6582114Z copying torch/include/torch/csrc/lazy/core/ops/utils.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ops 2022-12-01T10:09:12.6583291Z creating build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:12.6584175Z copying torch/include/torch/csrc/lazy/ts_backend/config.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:12.6585418Z copying torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:12.6586828Z copying torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:12.6588203Z copying torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:12.6589582Z copying torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:12.6591032Z copying torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:12.6592306Z copying torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:12.6593564Z copying torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:12.6595079Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:12.6596501Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:12.6597725Z creating build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6598465Z copying torch/include/pybind11/attr.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6599978Z copying torch/include/pybind11/buffer_info.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6601486Z copying torch/include/pybind11/cast.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6603344Z copying torch/include/pybind11/chrono.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6604758Z copying torch/include/pybind11/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6605995Z copying torch/include/pybind11/complex.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6607386Z copying torch/include/pybind11/eigen.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6608972Z copying torch/include/pybind11/embed.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6610385Z copying torch/include/pybind11/eval.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6611757Z copying torch/include/pybind11/functional.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6613100Z copying torch/include/pybind11/gil.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6615290Z copying torch/include/pybind11/iostream.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6616793Z copying torch/include/pybind11/numpy.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6618672Z copying torch/include/pybind11/operators.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6620104Z copying torch/include/pybind11/options.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6621427Z copying torch/include/pybind11/pybind11.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6623917Z copying torch/include/pybind11/pytypes.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6626096Z copying torch/include/pybind11/stl.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6627621Z copying torch/include/pybind11/stl_bind.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11 2022-12-01T10:09:12.6629292Z creating build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-12-01T10:09:12.6630103Z copying torch/include/pybind11/detail/class.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-12-01T10:09:12.6631490Z copying torch/include/pybind11/detail/common.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-12-01T10:09:12.6633171Z copying torch/include/pybind11/detail/descr.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-12-01T10:09:12.6634743Z copying torch/include/pybind11/detail/init.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-12-01T10:09:12.6636521Z copying torch/include/pybind11/detail/internals.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-12-01T10:09:12.6638212Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-12-01T10:09:12.6639721Z copying torch/include/pybind11/detail/typeid.h -> build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail 2022-12-01T10:09:12.6641034Z creating build/lib.linux-x86_64-cpython-310/torch/include/THC 2022-12-01T10:09:12.6641897Z copying torch/include/THC/THCAtomics.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/THC 2022-12-01T10:09:12.6643134Z copying torch/include/THC/THCDeviceUtils.cuh -> build/lib.linux-x86_64-cpython-310/torch/include/THC 2022-12-01T10:09:12.6644366Z creating build/lib.linux-x86_64-cpython-310/torch/share 2022-12-01T10:09:12.6644968Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake 2022-12-01T10:09:12.6645623Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/ATen 2022-12-01T10:09:12.6646349Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/ATen 2022-12-01T10:09:12.6647285Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-12-01T10:09:12.6648100Z copying torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-12-01T10:09:12.6649310Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-12-01T10:09:12.6650661Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-12-01T10:09:12.6652078Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2 2022-12-01T10:09:12.6653236Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-12-01T10:09:12.6654054Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-12-01T10:09:12.6655623Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-12-01T10:09:12.6657072Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-12-01T10:09:12.6658256Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-12-01T10:09:12.6659539Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-12-01T10:09:12.6661027Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-12-01T10:09:12.6662365Z copying torch/share/cmake/Caffe2/public/threads.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-12-01T10:09:12.6663722Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-12-01T10:09:12.6665306Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public 2022-12-01T10:09:12.6666622Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-12-01T10:09:12.6667553Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-12-01T10:09:12.6668876Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-12-01T10:09:12.6670090Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:09:12.6671141Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:09:12.6672448Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:09:12.6674473Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:09:12.6676076Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:09:12.6677843Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:09:12.6678783Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:09:12.6681283Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:09:12.6682698Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:09:12.6684030Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:09:12.6685093Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe 2022-12-01T10:09:12.6686075Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe 2022-12-01T10:09:12.6687423Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe 2022-12-01T10:09:12.6688563Z creating build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch 2022-12-01T10:09:12.6689373Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch 2022-12-01T10:09:12.6690736Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch 2022-12-01T10:09:12.6692028Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils 2022-12-01T10:09:12.6758272Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:09:12.6839632Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:09:12.6917067Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:09:12.6918008Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:09:12.6921584Z copying torch/utils/model_dump/skeleton.html -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-12-01T10:09:12.6999614Z copying torch/utils/model_dump/code.js -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-12-01T10:09:12.7159790Z copying torch/utils/model_dump/htm.mjs -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-12-01T10:09:12.7247346Z copying torch/utils/model_dump/preact.mjs -> build/lib.linux-x86_64-cpython-310/torch/utils/model_dump 2022-12-01T10:09:12.7320446Z creating build/lib.linux-x86_64-cpython-310/torchgen/packaged 2022-12-01T10:09:12.7320941Z creating build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen 2022-12-01T10:09:12.7321498Z creating build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native 2022-12-01T10:09:12.7321972Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native 2022-12-01T10:09:12.7572229Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native 2022-12-01T10:09:12.7640728Z creating build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.7641215Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.7754021Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.7838854Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.7920344Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.8002033Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.8081078Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.8161018Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.8247737Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.8321840Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.8402065Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.8482176Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.8562231Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.8642154Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.8722244Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.8813149Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.8887241Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.8961548Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.9042456Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.9124391Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.9203025Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.9283878Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.9365775Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.9444017Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.9537602Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.9606414Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.9684979Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.9764337Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.9843970Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:12.9924323Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:13.0004954Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:13.0084370Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:13.0168304Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:13.0175290Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:13.0191656Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:13.0197279Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:13.0245808Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:13.0252613Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:13.0257720Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:13.0266415Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates 2022-12-01T10:09:13.0603724Z running build_ext 2022-12-01T10:09:13.0649198Z -- Building with NumPy bindings 2022-12-01T10:09:13.0649811Z -- Detected cuDNN at , 2022-12-01T10:09:13.0650273Z -- Detected CUDA at /usr/local/cuda 2022-12-01T10:09:13.0650511Z -- Using MKLDNN 2022-12-01T10:09:13.0650802Z -- Not using Compute Library for the Arm architecture with MKLDNN 2022-12-01T10:09:13.0651065Z -- Not using CBLAS in MKLDNN 2022-12-01T10:09:13.0651286Z -- Building NCCL library 2022-12-01T10:09:13.0653033Z -- Building with distributed package: 2022-12-01T10:09:13.0653519Z -- USE_TENSORPIPE=True 2022-12-01T10:09:13.0653748Z -- USE_GLOO=True 2022-12-01T10:09:13.0653939Z -- USE_MPI=False 2022-12-01T10:09:13.0654131Z -- Using ITT 2022-12-01T10:09:13.5127358Z Copying functorch._C from functorch/functorch.so to /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-310/functorch/_C.cpython-310-x86_64-linux-gnu.so 2022-12-01T10:09:13.5127948Z copying functorch/functorch.so -> /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-310/functorch/_C.cpython-310-x86_64-linux-gnu.so 2022-12-01T10:09:13.5133544Z building 'torch._C' extension 2022-12-01T10:09:13.5134628Z creating build/temp.linux-x86_64-cpython-310 2022-12-01T10:09:13.5135040Z creating build/temp.linux-x86_64-cpython-310/torch 2022-12-01T10:09:13.5135454Z creating build/temp.linux-x86_64-cpython-310/torch/csrc 2022-12-01T10:09:13.5137864Z gcc -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/include/python3.10 -c torch/csrc/stub.c -o build/temp.linux-x86_64-cpython-310/torch/csrc/stub.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces 2022-12-01T10:09:13.5898768Z gcc -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib build/temp.linux-x86_64-cpython-310/torch/csrc/stub.o -L/var/lib/jenkins/workspace/torch/lib -L/usr/local/cuda/lib64/stubs -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch/_C.cpython-310-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-12-01T10:09:13.6924047Z building 'torch._C_flatbuffer' extension 2022-12-01T10:09:13.6925656Z gcc -pthread -B /opt/conda/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -fPIC -O2 -isystem /opt/conda/include -fPIC -O2 -isystem /opt/conda/include -fPIC -I/opt/conda/include/python3.10 -c torch/csrc/stub_with_flatbuffer.c -o build/temp.linux-x86_64-cpython-310/torch/csrc/stub_with_flatbuffer.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces 2022-12-01T10:09:13.7653208Z gcc -pthread -B /opt/conda/compiler_compat -shared -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib -Wl,-rpath,/opt/conda/lib -Wl,-rpath-link,/opt/conda/lib -L/opt/conda/lib build/temp.linux-x86_64-cpython-310/torch/csrc/stub_with_flatbuffer.o -L/var/lib/jenkins/workspace/torch/lib -L/usr/local/cuda/lib64/stubs -ltorch_python -o build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer.cpython-310-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-12-01T10:09:13.8043696Z /opt/conda/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-12-01T10:09:13.8044104Z warnings.warn( 2022-12-01T10:09:13.8607347Z installing to build/bdist.linux-x86_64/wheel 2022-12-01T10:09:13.8607573Z running install 2022-12-01T10:09:13.8658767Z running install_lib 2022-12-01T10:09:13.8850079Z creating build/bdist.linux-x86_64 2022-12-01T10:09:13.8850472Z creating build/bdist.linux-x86_64/wheel 2022-12-01T10:09:13.8851174Z creating build/bdist.linux-x86_64/wheel/caffe2 2022-12-01T10:09:13.8852006Z copying build/lib.linux-x86_64-cpython-310/caffe2/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2 2022-12-01T10:09:13.8853140Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib 2022-12-01T10:09:13.8853889Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib 2022-12-01T10:09:13.8854716Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-12-01T10:09:13.8855959Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-12-01T10:09:13.8856815Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten/aten_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-12-01T10:09:13.8857761Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten/gen_op.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten 2022-12-01T10:09:13.8858902Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/aten/docs 2022-12-01T10:09:13.8859691Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten/docs/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten/docs 2022-12-01T10:09:13.8860644Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/aten/docs/sample.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/aten/docs 2022-12-01T10:09:13.8861226Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/gloo 2022-12-01T10:09:13.8861773Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/gloo/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/gloo 2022-12-01T10:09:13.8862672Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/gloo/gloo_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/gloo 2022-12-01T10:09:13.8863835Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/nccl 2022-12-01T10:09:13.8864443Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/nccl/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nccl 2022-12-01T10:09:13.8865296Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/nccl/nccl_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nccl 2022-12-01T10:09:13.8866385Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/nnpack 2022-12-01T10:09:13.8867046Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/nnpack/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nnpack 2022-12-01T10:09:13.8867847Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/nnpack/nnpack_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/nnpack 2022-12-01T10:09:13.8868957Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-12-01T10:09:13.8869806Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/AnyExp.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-12-01T10:09:13.8870837Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/AnyExpOnTerm.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-12-01T10:09:13.8871834Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/ModuleRegister.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-12-01T10:09:13.8872866Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-12-01T10:09:13.8874025Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/checkpoint.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-12-01T10:09:13.8875252Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/compute_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-12-01T10:09:13.8876315Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/compute_topk_accuracy.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-12-01T10:09:13.8877315Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/meter.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-12-01T10:09:13.8878344Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/module_map.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-12-01T10:09:13.8879363Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/output_generator.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground 2022-12-01T10:09:13.8880191Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:13.8881147Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/IN1k_resnet.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:13.8882302Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:13.8883440Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:13.8884633Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:13.8885864Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:13.8887069Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:13.8888259Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:13.8889388Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/gfs_IN1k.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:13.8890596Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:13.8891817Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/playground/resnetdemo 2022-12-01T10:09:13.8892588Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/prof 2022-12-01T10:09:13.8893498Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/prof/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/prof 2022-12-01T10:09:13.8894472Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/prof/cuda_profile_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/prof 2022-12-01T10:09:13.8895211Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/script 2022-12-01T10:09:13.8896013Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/script/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/script 2022-12-01T10:09:13.8896782Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/script/examples 2022-12-01T10:09:13.8897750Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/script/examples/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/script/examples 2022-12-01T10:09:13.8898538Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-12-01T10:09:13.8899384Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-12-01T10:09:13.8900388Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard/tensorboard.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-12-01T10:09:13.8901439Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard/tensorboard_exporter.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-12-01T10:09:13.8902536Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard/tensorboard_exporter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-12-01T10:09:13.8903603Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/tensorboard/tensorboard_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/tensorboard 2022-12-01T10:09:13.8904340Z creating build/bdist.linux-x86_64/wheel/caffe2/contrib/warpctc 2022-12-01T10:09:13.8904863Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/warpctc/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/warpctc 2022-12-01T10:09:13.8905481Z copying build/lib.linux-x86_64-cpython-310/caffe2/contrib/warpctc/ctc_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/contrib/warpctc 2022-12-01T10:09:13.8906081Z creating build/bdist.linux-x86_64/wheel/caffe2/core 2022-12-01T10:09:13.8906726Z copying build/lib.linux-x86_64-cpython-310/caffe2/core/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/core 2022-12-01T10:09:13.8907168Z creating build/bdist.linux-x86_64/wheel/caffe2/core/nomnigraph 2022-12-01T10:09:13.8907849Z copying build/lib.linux-x86_64-cpython-310/caffe2/core/nomnigraph/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/core/nomnigraph 2022-12-01T10:09:13.8908599Z copying build/lib.linux-x86_64-cpython-310/caffe2/core/nomnigraph/op_gen.py -> build/bdist.linux-x86_64/wheel/caffe2/core/nomnigraph 2022-12-01T10:09:13.8909149Z creating build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-12-01T10:09:13.8909752Z copying build/lib.linux-x86_64-cpython-310/caffe2/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-12-01T10:09:13.8910525Z copying build/lib.linux-x86_64-cpython-310/caffe2/distributed/file_store_handler_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-12-01T10:09:13.8911233Z copying build/lib.linux-x86_64-cpython-310/caffe2/distributed/redis_store_handler_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-12-01T10:09:13.8912018Z copying build/lib.linux-x86_64-cpython-310/caffe2/distributed/store_ops_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/distributed 2022-12-01T10:09:13.8912776Z creating build/bdist.linux-x86_64/wheel/caffe2/experiments 2022-12-01T10:09:13.8913428Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments 2022-12-01T10:09:13.8914098Z creating build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-12-01T10:09:13.8915234Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/SparseTransformer.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-12-01T10:09:13.8916041Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-12-01T10:09:13.8916770Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/convnet_benchmarks.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-12-01T10:09:13.8917529Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/device_reduce_sum_bench.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-12-01T10:09:13.8918280Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/funhash_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-12-01T10:09:13.8919135Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/net_construct_bench.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-12-01T10:09:13.8919954Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/sparse_funhash_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-12-01T10:09:13.8920632Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/sparse_reshape_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-12-01T10:09:13.8921367Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/tt_contraction_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-12-01T10:09:13.8921993Z copying build/lib.linux-x86_64-cpython-310/caffe2/experiments/python/tt_pad_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/experiments/python 2022-12-01T10:09:13.8923155Z creating build/bdist.linux-x86_64/wheel/caffe2/perfkernels 2022-12-01T10:09:13.8923722Z copying build/lib.linux-x86_64-cpython-310/caffe2/perfkernels/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/perfkernels 2022-12-01T10:09:13.8924471Z copying build/lib.linux-x86_64-cpython-310/caffe2/perfkernels/hp_emblookup_codegen.py -> build/bdist.linux-x86_64/wheel/caffe2/perfkernels 2022-12-01T10:09:13.8926002Z creating build/bdist.linux-x86_64/wheel/caffe2/proto 2022-12-01T10:09:13.8926574Z copying build/lib.linux-x86_64-cpython-310/caffe2/proto/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-12-01T10:09:13.8927690Z copying build/lib.linux-x86_64-cpython-310/caffe2/proto/gen_proto_typestubs_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-12-01T10:09:13.8928631Z copying build/lib.linux-x86_64-cpython-310/caffe2/proto/torch_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-12-01T10:09:13.8929472Z copying build/lib.linux-x86_64-cpython-310/caffe2/proto/caffe2_pb2.py -> build/bdist.linux-x86_64/wheel/caffe2/proto 2022-12-01T10:09:13.8932095Z creating build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8932557Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8933338Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/_import_c_extension.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8935582Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/allcompare_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8936166Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/attention.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8936978Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/benchmark_generator.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8937934Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/binarysize.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8938781Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/brew.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8939784Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/brew_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8940893Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/build.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8941691Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/cached_reader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8942819Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/caffe_translator.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8944766Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/caffe_translator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8945837Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/checkpoint.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8946835Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/checkpoint_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8947632Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/cnn.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8948812Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8949564Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/context_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8950676Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/control.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8951840Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/control_ops_grad.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8952964Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/control_ops_grad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8954119Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/control_ops_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8955544Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/control_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8956628Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/convert.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8957609Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/convert_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8958740Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/convnet_benchmarks.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8959635Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/convnet_benchmarks_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8960387Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/core.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8962134Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/core_gradients_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8963146Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/core_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8964304Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/crf.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8965241Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/crf_predict.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8966085Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/crf_viterbi_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8967027Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/data_parallel_model.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8968993Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/data_parallel_model_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8970091Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/data_workers.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8970759Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/data_workers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8971872Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/dataio.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8972954Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/dataio_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8973730Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/dataset.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8975098Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/db_file_reader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8975984Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/db_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8976948Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/device_checker.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8977953Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/dyndep.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8978601Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/embedding_generation_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8980520Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/experiment_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8981240Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/extension_loader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8981996Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/fakefp16_transform_lib.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8982744Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/filler_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8983507Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/functional.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8984281Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/functional_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8985276Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/fused_8bit_rowwise_conversion_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8986268Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/gradient_check_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8987248Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/gradient_checker.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8988402Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/gru_cell.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8989394Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/hip_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8990437Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/hsm_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8991213Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/hypothesis_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8993179Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/hypothesis_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8993900Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8994847Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layer_model_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8996332Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layer_model_instantiator.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8997584Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layer_parameter_sharing_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8998545Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layer_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.8999292Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9000793Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/lazy.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9001680Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/lazy_dyndep.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9002411Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/lazy_dyndep_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9003748Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9004610Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9005535Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/lstm_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9006272Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/memonger.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9007073Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/memonger_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9008285Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9009129Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/model_device_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9010228Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/model_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9011378Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/model_helper_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9012230Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modifier_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9013165Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/muji.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9014123Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/muji_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9015153Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/net_builder.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9016743Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/net_builder_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9017424Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/net_drawer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9018011Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/net_printer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9018917Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/net_printer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9019921Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/nomnigraph.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9020582Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/nomnigraph_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9021600Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/nomnigraph_transformations.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9022378Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/nomnigraph_transformations_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9023372Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/normalizer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9024219Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/normalizer_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9025054Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/normalizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9025710Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/numa_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9026855Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/numa_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9027542Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/observer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9028634Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_fp_exceptions_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9029581Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/optimizer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9031238Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/optimizer_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9031896Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/optimizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9032998Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/optimizer_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9033946Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/parallel_workers.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9034852Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/parallel_workers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9036307Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/parallelize_bmuf_distributed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9036831Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/pipeline.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9038181Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/pipeline_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9038862Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor_constants.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9039715Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/recurrent.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9041583Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/python_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9042460Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/queue_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9043351Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/record_queue.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9044273Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/regularizer.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9045217Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/regularizer_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9046026Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/regularizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9046642Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/rnn_cell.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9047558Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/schema.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9048495Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/schema_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9049620Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/scope.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9050562Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/scope_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9051435Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/session.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9052290Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/session_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9053242Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/sparse_to_dense_mask_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9054253Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/sparse_to_dense_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9055079Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/task.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9055999Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/task_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9057178Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9058155Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/text_file_reader.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9059236Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/timeout_guard.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9060178Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/toy_regression_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9061095Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/transformations.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9062183Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/transformations_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9063081Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/tt_core.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9063973Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/tt_core_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9065267Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9066325Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/utils_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9067281Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/visualize.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9068619Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/workspace.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9069645Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/workspace_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python 2022-12-01T10:09:13.9070650Z creating build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-12-01T10:09:13.9071888Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/docs/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-12-01T10:09:13.9072887Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/docs/formatter.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-12-01T10:09:13.9073825Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/docs/generator.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-12-01T10:09:13.9074778Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/docs/github.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-12-01T10:09:13.9075854Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/docs/parser.py -> build/bdist.linux-x86_64/wheel/caffe2/python/docs 2022-12-01T10:09:13.9076743Z creating build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-12-01T10:09:13.9077320Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/examples/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-12-01T10:09:13.9078271Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/examples/char_rnn.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-12-01T10:09:13.9079428Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/examples/imagenet_trainer.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-12-01T10:09:13.9080776Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/examples/lmdb_create_example.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-12-01T10:09:13.9081939Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/examples/resnet50_trainer.py -> build/bdist.linux-x86_64/wheel/caffe2/python/examples 2022-12-01T10:09:13.9083116Z creating build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-12-01T10:09:13.9084068Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/fakelowp/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-12-01T10:09:13.9085020Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/fakelowp/init_shared_libs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-12-01T10:09:13.9086270Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/fakelowp/test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/fakelowp 2022-12-01T10:09:13.9087356Z creating build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-12-01T10:09:13.9088180Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-12-01T10:09:13.9089290Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/algebra.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-12-01T10:09:13.9090263Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/arg_scope.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-12-01T10:09:13.9091456Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/array_helpers.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-12-01T10:09:13.9092535Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/control_ops.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-12-01T10:09:13.9093662Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/conv.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-12-01T10:09:13.9094624Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/db_input.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-12-01T10:09:13.9095561Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/dropout.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-12-01T10:09:13.9096547Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/elementwise_linear.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-12-01T10:09:13.9097363Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/fc.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-12-01T10:09:13.9098220Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/nonlinearity.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-12-01T10:09:13.9099551Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/normalization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-12-01T10:09:13.9100555Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/pooling.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-12-01T10:09:13.9101707Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/quantization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-12-01T10:09:13.9103039Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/tools.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-12-01T10:09:13.9103954Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/helpers/train.py -> build/bdist.linux-x86_64/wheel/caffe2/python/helpers 2022-12-01T10:09:13.9104956Z creating build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9105779Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/LRN_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9106871Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9107825Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/adam_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9108777Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/blobs_queue_db_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9109857Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/channel_shuffle_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9110875Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/concat_split_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9111836Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/conv_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9112802Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/conv_transpose_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9113714Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/convfusion_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9114717Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/copy_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9115964Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/dropout_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9117271Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/elementwise_sum_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9118101Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/expanddims_squeeze_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9119162Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/fc_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9119794Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/leaky_relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9120740Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/moment_sgd_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9121466Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/operator_fallback_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9122481Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/order_switch_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9123166Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/pool_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9124018Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/pre_convert_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9124798Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9125695Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/reshape_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9126655Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/shape_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9129439Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/sigmoid_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9130132Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/softmax_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9130748Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/spatial_bn_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9131400Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/test_ideep_net.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9131945Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/transform_ideep_net.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9132628Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/transpose_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9133379Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/ideep/weightedsum_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/ideep 2022-12-01T10:09:13.9134372Z creating build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9134879Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9135946Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/adaptive_weight.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9137156Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/add_bias.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9138896Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/arc_cosine_feature_map.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9139436Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/batch_huber_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9140563Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/batch_lr_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9141411Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/batch_mse_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9142320Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/batch_normalization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9143125Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9144127Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/batch_softmax_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9145205Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/blob_weighted_sum.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9146201Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/bpr_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9147209Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/bucket_weighted.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9148359Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/build_index.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9149456Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/concat.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9150518Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/constant_weight.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9151636Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/conv.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9152571Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/dropout.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9153642Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/fc.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9155194Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/fc_with_bootstrap.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9156165Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/fc_without_bias.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9156932Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/feature_sparse_to_dense.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9157818Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/functional.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9158903Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/gather_record.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9159898Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/homotopy_weight.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9160883Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/label_smooth.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9161868Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/last_n_window_collector.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9162885Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/layer_normalization.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9163854Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/layers.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9164812Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/margin_rank_loss.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9165767Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/merge_id_lists.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9166762Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/pairwise_similarity.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9167761Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/position_weighted.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9168768Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/random_fourier_features.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9169767Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/reservoir_sampling.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9170740Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/sampling_train.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9171759Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/sampling_trainable_mixin.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9172785Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/select_record_by_context.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9173795Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/semi_random_features.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9174811Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/sparse_dropout_with_replacement.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9175830Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/sparse_feature_hash.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9176897Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9178008Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/sparse_lookup.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9178952Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/split.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9179866Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/tags.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9180829Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/layers/uniform_sampling.py -> build/bdist.linux-x86_64/wheel/caffe2/python/layers 2022-12-01T10:09:13.9181561Z creating build/bdist.linux-x86_64/wheel/caffe2/python/mint 2022-12-01T10:09:13.9182409Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mint/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mint 2022-12-01T10:09:13.9183292Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mint/app.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mint 2022-12-01T10:09:13.9183996Z creating build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9184789Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9185731Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_LRN_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9186668Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_LRN_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9187626Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_concat_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9188577Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_conv_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9189512Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_copy_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9190487Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_elementwise_add_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9191484Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_elementwise_sum_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9192445Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_fc_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9193388Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_fc_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9194317Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9195438Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_pool_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9196414Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_pool_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9197364Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9198277Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_sbn_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9199240Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_sbn_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9200208Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_sigmoid_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9201151Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9202173Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/mkl_squeeze_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9203121Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/rewrite_graph.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9204076Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/mkl/rewrite_graph_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/mkl 2022-12-01T10:09:13.9204818Z creating build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9205634Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9206705Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/compute_histogram_for_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9207780Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/compute_histogram_for_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9208830Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/compute_norm_for_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9209874Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/compute_norm_for_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9210934Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/compute_statistics_for_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9211998Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/compute_statistics_for_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9213050Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/get_entry_from_blobs.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9214082Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/get_entry_from_blobs_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9215099Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/gradient_clipping.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9216120Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/gradient_clipping_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9217135Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/initializers.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9218116Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/initializers_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9219095Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/net_modifier.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9220076Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/parameter_info.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9221089Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/parameter_sharing.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9222119Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/modeling/parameter_sharing_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/modeling 2022-12-01T10:09:13.9222877Z creating build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-12-01T10:09:13.9223691Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-12-01T10:09:13.9224657Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/__sym_init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-12-01T10:09:13.9225514Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/download.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-12-01T10:09:13.9226584Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/imagenet_trainer_test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-12-01T10:09:13.9227543Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/resnet.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-12-01T10:09:13.9228486Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/resnet_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-12-01T10:09:13.9229442Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/shufflenet.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-12-01T10:09:13.9230459Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/shufflenet_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models 2022-12-01T10:09:13.9231201Z creating build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-12-01T10:09:13.9232100Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-12-01T10:09:13.9233139Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq/beam_search.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-12-01T10:09:13.9234211Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq/seq2seq_beam_search_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-12-01T10:09:13.9235459Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq/seq2seq_model_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-12-01T10:09:13.9236562Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq/seq2seq_model_helper_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-12-01T10:09:13.9237624Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq/seq2seq_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-12-01T10:09:13.9238624Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq/train.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-12-01T10:09:13.9239626Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/models/seq2seq/translate.py -> build/bdist.linux-x86_64/wheel/caffe2/python/models/seq2seq 2022-12-01T10:09:13.9240368Z creating build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-12-01T10:09:13.9241184Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-12-01T10:09:13.9242098Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/backend.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-12-01T10:09:13.9243049Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/backend_cpp_rep.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-12-01T10:09:13.9243979Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/backend_rep.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-12-01T10:09:13.9244896Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/error.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-12-01T10:09:13.9245828Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/frontend.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-12-01T10:09:13.9246717Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-12-01T10:09:13.9247632Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/onnxifi.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-12-01T10:09:13.9248585Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/test_onnxifi.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-12-01T10:09:13.9249514Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/workspace.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx 2022-12-01T10:09:13.9250243Z creating build/bdist.linux-x86_64/wheel/caffe2/python/onnx/bin 2022-12-01T10:09:13.9251167Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/bin/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/bin 2022-12-01T10:09:13.9252131Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/bin/conversion.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/bin 2022-12-01T10:09:13.9252889Z creating build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-12-01T10:09:13.9253732Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-12-01T10:09:13.9254695Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests/c2_ref_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-12-01T10:09:13.9255783Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests/conversion_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-12-01T10:09:13.9256787Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests/helper_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-12-01T10:09:13.9257807Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests/onnx_backend_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-12-01T10:09:13.9258783Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests/ssa_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-12-01T10:09:13.9259781Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/onnx/tests/test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/onnx/tests 2022-12-01T10:09:13.9260550Z creating build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9261417Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9262449Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/activation_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9263527Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/adadelta_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9264556Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/adagrad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9265622Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/adagrad_test_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9266652Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/adam_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9267706Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/affine_channel_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9268784Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/alias_with_name_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9269816Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/apmeter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9270827Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/arg_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9271869Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/assert_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9272936Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/async_net_barrier_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9273994Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/atomic_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9275292Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/basic_rnn_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9276344Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/batch_box_cox_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9277426Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/batch_bucketize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9278474Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/batch_moments_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9279647Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/batch_sparse_to_dense_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9280709Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/bbox_transform_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9281812Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/bisect_percentile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9282877Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/blobs_queue_db_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9283930Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/boolean_mask_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9284986Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/boolean_unmask_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9286041Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/box_with_nms_limit_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9287104Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/bucketize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9288152Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/cast_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9289180Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/ceil_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9290251Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/channel_backprop_stats_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9291304Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/channel_shuffle_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9292366Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/channel_stats_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9293432Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/checkpoint_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9294478Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/clip_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9295526Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/clip_tensor_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9296661Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9297776Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/concat_op_cost_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9298906Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/concat_split_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9299970Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/conditional_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9301006Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/conftest.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9302005Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9303087Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/conv_transpose_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9304131Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/copy_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9305199Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/copy_rows_to_tensor_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9306321Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/cosine_embedding_criterion_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9307416Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/counter_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9308443Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/crf_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9309493Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/cross_entropy_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9310604Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9311717Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/ctc_greedy_decoder_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9312800Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/cudnn_recurrent_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9313857Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/data_couple_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9315158Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/dataset_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9316231Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/decay_adagrad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9317307Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/deform_conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9318406Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/dense_vector_to_id_list_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9319488Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/depthwise_3x3_conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9320562Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/detectron_keypoints.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9321625Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/distance_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9322768Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/dropout_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9323850Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/duplicate_operands_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9324949Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/elementwise_linear_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9326072Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/elementwise_logical_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9327230Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/elementwise_op_broadcast_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9328326Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/elementwise_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9329384Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/emptysample_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9330459Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/enforce_finite_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9331524Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/ensure_clipped_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9332615Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/ensure_cpu_output_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9333649Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/erf_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9334701Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/expand_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9335752Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/fc_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9336813Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/feature_maps_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9337882Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/filler_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9338921Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/find_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9339943Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/flatten_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9341005Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/flexible_top_k_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9342037Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/floor_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9343153Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9344302Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9345378Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/gather_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9346480Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/gather_ranges_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9347621Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9348734Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/given_tensor_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9349791Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/glu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9350866Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/group_conv_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9351921Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/group_norm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9352942Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/gru_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9354027Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/heatmap_max_keypoint_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9355277Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/histogram_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9356321Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/hsm_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9357368Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/hyperbolic_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9358415Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/im2col_col2im_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9359455Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/image_input_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9360519Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/index_hash_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9361565Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/index_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9362600Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/instance_norm_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9363681Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/integral_image_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9364735Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/jsd_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9365776Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/key_split_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9366807Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/lars_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9367843Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/layer_norm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9368897Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/leaky_relu_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9370063Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/learning_rate_adaption_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9371169Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/learning_rate_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9372224Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/length_split_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9373268Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/lengths_pad_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9374471Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9375582Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/lengths_tile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9376635Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/lengths_top_k_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9377710Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/listwise_l2r_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9378770Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/load_save_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9379850Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/locally_connected_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9380924Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/loss_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9381951Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/lpnorm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9382977Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/map_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9384052Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/margin_loss_l2r_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9385181Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/margin_ranking_criterion_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9386218Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/math_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9387258Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/matmul_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9388299Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/mean_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9389356Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/merge_id_lists_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9390397Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/mkl_conv_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9391493Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/mkl_packed_fc_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9392541Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/mod_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9393629Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/moments_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9394750Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/momentum_sgd_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9395814Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/mpi_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9396879Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/mul_gradient_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9398033Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/negate_gradient_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9399094Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/ngram_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9400131Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/normalize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9401205Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/numpy_tile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9402260Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/one_hot_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9403314Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/onnx_while_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9404359Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/order_switch_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9405387Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/pack_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9406455Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/pack_rnn_sequence_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9407497Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/pad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9408550Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/partition_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9409605Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/percentile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9410728Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/piecewise_linear_transform_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9411811Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/pooling_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9412872Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/prepend_dim_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9413888Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/python_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9414932Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/quantile_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9416040Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/rand_quantization_op_speed_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9417229Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/rank_loss_operator_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9418305Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/rebatching_queue_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9419344Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/record_queue_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9420445Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/recurrent_net_executor_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9421565Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/recurrent_network_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9422671Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/reduce_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9423725Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/reduction_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9424787Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/reshape_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9425837Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/resize_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9426886Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/rmac_regions_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9427955Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/rms_norm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9428971Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/rnn_cell_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9430041Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/roi_align_rotated_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9431116Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/rowwise_counter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9432158Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/scale_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9433186Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/segment_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9434258Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/self_binning_histogram_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9435505Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/selu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9436545Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sequence_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9437594Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/shape_inference_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9438722Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sinusoid_position_encoding_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9439827Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/softmax_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9440873Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/softplus_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9442110Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9443240Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sparse_gradient_checker_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9444432Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9445648Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sparse_lengths_sum_benchmark.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9446760Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sparse_lp_regularizer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9447840Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sparse_normalize_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9448913Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sparse_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9450001Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/sparse_to_dense_mask_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9451084Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/spatial_bn_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9452181Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/specialized_segment_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9453247Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/split_op_cost_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9454332Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/square_root_divide_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9455422Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/stats_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9456447Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/stats_put_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9457514Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/storm_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9458536Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/string_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9459597Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/text_file_reader_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9460686Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/thresholded_relu_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9461751Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/tile_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9462764Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/top_k_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9463821Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/torch_integration_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9464936Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/transpose_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9466013Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/trigonometric_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9467059Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/unique_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9468146Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/unique_uniform_fill_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9469282Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/unsafe_coalesce_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9470357Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/upsample_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9471416Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/utility_ops_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9472470Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/video_input_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9473524Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/weight_scale_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9474678Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/weighted_multi_sample_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9475877Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/weighted_sample_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9476949Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/weighted_sum_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9477998Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/operator_test/wngrad_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/operator_test 2022-12-01T10:09:13.9478752Z creating build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-12-01T10:09:13.9479625Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-12-01T10:09:13.9480621Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor/mobile_exporter.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-12-01T10:09:13.9481663Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor/mobile_exporter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-12-01T10:09:13.9482680Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor/predictor_exporter.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-12-01T10:09:13.9483740Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor/predictor_exporter_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-12-01T10:09:13.9484790Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor/predictor_py_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-12-01T10:09:13.9485812Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor/predictor_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-12-01T10:09:13.9486784Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/predictor/serde.py -> build/bdist.linux-x86_64/wheel/caffe2/python/predictor 2022-12-01T10:09:13.9487496Z creating build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-12-01T10:09:13.9488289Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/rnn/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-12-01T10:09:13.9489295Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/rnn/lstm_comparison.py -> build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-12-01T10:09:13.9490246Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/rnn/rnn_cell_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/rnn 2022-12-01T10:09:13.9491005Z creating build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-12-01T10:09:13.9491907Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-12-01T10:09:13.9492973Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/coverage.py -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-12-01T10:09:13.9494112Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/serialized_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test 2022-12-01T10:09:13.9494920Z creating build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data 2022-12-01T10:09:13.9495651Z creating build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9496771Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9498101Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9499420Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9500749Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9502061Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9503414Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9504742Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9506056Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9507570Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9508948Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9510280Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9511560Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9512917Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9514307Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9515861Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9517327Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9518723Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9520047Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9521434Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9522758Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9524097Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9525399Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9526831Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9528168Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9529554Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9530936Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9532291Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9533589Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9535031Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9536481Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9537870Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9539186Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9540609Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9541952Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9543265Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9544723Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9546221Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9547634Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9548998Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9550353Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9551675Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9553059Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9554479Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9555966Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9557308Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9558690Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9560012Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9561351Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9562787Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9564107Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9565417Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9566745Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9568068Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9569387Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9570760Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9572165Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9573476Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9574791Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9576111Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9577400Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9578728Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9580019Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9581421Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9582842Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9584279Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9585745Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9587087Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9588442Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9589930Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9591361Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9592781Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9594152Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9595693Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9596837Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9598142Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9599494Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9600763Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9602098Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9603456Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9604791Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9605670Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9606732Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9607705Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9608625Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9609568Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9610501Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9611522Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9612466Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9613248Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9614133Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9614984Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9616059Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9616880Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9617805Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9618847Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9619874Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9620777Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9621952Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9623181Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9624402Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9625600Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9626918Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9628109Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9629401Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9630559Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9631865Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9633062Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9633909Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9635304Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9636090Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9636880Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9637818Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9638736Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9639681Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9640521Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9641519Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9642575Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9643502Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9644440Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9645422Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9646443Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9647443Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9648355Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9649318Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9650686Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9651995Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9653368Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9654619Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9655926Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9657121Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9658333Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9659467Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9660455Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9661622Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9662895Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9664227Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9665472Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9666719Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9667714Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9668684Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9669559Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9670447Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9671372Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9672229Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9673214Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9674128Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9675197Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9676307Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9677470Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9678452Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9679435Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9680366Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9681356Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9682234Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9683145Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9683949Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip -> build/bdist.linux-x86_64/wheel/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:09:13.9684559Z creating build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-12-01T10:09:13.9685015Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-12-01T10:09:13.9685688Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/blob_deallocation_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-12-01T10:09:13.9686355Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/do_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-12-01T10:09:13.9686991Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/executor_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-12-01T10:09:13.9687642Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/executor_test_util.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-12-01T10:09:13.9688361Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/fakefp16_transform_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-12-01T10:09:13.9689088Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/gpu_context_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-12-01T10:09:13.9689618Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/inference_lstm_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-12-01T10:09:13.9690224Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/test/python_protobuf_test.py -> build/bdist.linux-x86_64/wheel/caffe2/python/test 2022-12-01T10:09:13.9690626Z creating build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-12-01T10:09:13.9691056Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/trt/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-12-01T10:09:13.9691596Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/trt/test_pt_onnx_trt.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-12-01T10:09:13.9692084Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/trt/test_trt.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-12-01T10:09:13.9692661Z copying build/lib.linux-x86_64-cpython-310/caffe2/python/trt/transform.py -> build/bdist.linux-x86_64/wheel/caffe2/python/trt 2022-12-01T10:09:13.9693213Z creating build/bdist.linux-x86_64/wheel/caffe2/quantization 2022-12-01T10:09:13.9694043Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization 2022-12-01T10:09:13.9694750Z creating build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9695636Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/__init__.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9696663Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9697430Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9698509Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9699584Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/compute_equalization_scale_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9700642Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/concat_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9701400Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9702508Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9703161Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/conv_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9703939Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9704625Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9705363Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/dequantize_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9706088Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/dnnlowp_test_utils.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9706959Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9707653Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9708411Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9709072Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9709779Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9710530Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/fully_connected_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9711163Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/fully_connected_fp16_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9711907Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9712493Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/gather_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9713074Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/group_norm_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9713796Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/int8_gen_quant_params_min_max_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9714625Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/int8_gen_quant_params_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9715418Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9715998Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9716566Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/observer_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9717134Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/pool_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9717749Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/quantize_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9718514Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/relu_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9719332Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9720096Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9720746Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/sigmoid_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9721452Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9722115Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/tanh_dnnlowp_op_test.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9722774Z copying build/lib.linux-x86_64-cpython-310/caffe2/quantization/server/utils.py -> build/bdist.linux-x86_64/wheel/caffe2/quantization/server 2022-12-01T10:09:13.9723217Z creating build/bdist.linux-x86_64/wheel/functorch 2022-12-01T10:09:13.9723601Z copying build/lib.linux-x86_64-cpython-310/functorch/__init__.py -> build/bdist.linux-x86_64/wheel/functorch 2022-12-01T10:09:13.9724219Z copying build/lib.linux-x86_64-cpython-310/functorch/setup.py -> build/bdist.linux-x86_64/wheel/functorch 2022-12-01T10:09:13.9724581Z creating build/bdist.linux-x86_64/wheel/functorch/_src 2022-12-01T10:09:13.9725116Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-12-01T10:09:13.9725646Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/aot_autograd.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-12-01T10:09:13.9726249Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/benchmark_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-12-01T10:09:13.9726827Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/compile_utils.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-12-01T10:09:13.9727488Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/compilers.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-12-01T10:09:13.9727971Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/config.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-12-01T10:09:13.9728556Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/eager_transforms.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-12-01T10:09:13.9729240Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/fx_minifier.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-12-01T10:09:13.9729779Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/make_functional.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-12-01T10:09:13.9730499Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/named_members_polyfill.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-12-01T10:09:13.9731248Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/partitioners.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-12-01T10:09:13.9732164Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/python_key.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-12-01T10:09:13.9733092Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/pytree_hacks.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-12-01T10:09:13.9733738Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/top_operators_github_usage.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-12-01T10:09:13.9734472Z copying build/lib.linux-x86_64-cpython-310/functorch/_src/vmap.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2022-12-01T10:09:13.9735101Z creating build/bdist.linux-x86_64/wheel/functorch/compile 2022-12-01T10:09:13.9735860Z copying build/lib.linux-x86_64-cpython-310/functorch/compile/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/compile 2022-12-01T10:09:13.9736423Z creating build/bdist.linux-x86_64/wheel/functorch/dim 2022-12-01T10:09:13.9737198Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-12-01T10:09:13.9737735Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/batch_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-12-01T10:09:13.9738626Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/delayed_mul_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-12-01T10:09:13.9739277Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/dim.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-12-01T10:09:13.9739802Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/magic_trace.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-12-01T10:09:13.9740391Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/op_properties.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-12-01T10:09:13.9740993Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/reference.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-12-01T10:09:13.9741721Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/tree_map.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-12-01T10:09:13.9742222Z copying build/lib.linux-x86_64-cpython-310/functorch/dim/wrap_type.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2022-12-01T10:09:13.9742772Z creating build/bdist.linux-x86_64/wheel/functorch/experimental 2022-12-01T10:09:13.9743272Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-12-01T10:09:13.9743949Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/batch_norm_replacement.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-12-01T10:09:13.9744736Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/cond.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-12-01T10:09:13.9745371Z copying build/lib.linux-x86_64-cpython-310/functorch/experimental/ops.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2022-12-01T10:09:13.9745987Z copying build/lib.linux-x86_64-cpython-310/functorch/_C.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/functorch 2022-12-01T10:09:13.9746432Z creating build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9746907Z copying build/lib.linux-x86_64-cpython-310/torch/_VF.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9747472Z copying build/lib.linux-x86_64-cpython-310/torch/__config__.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9747958Z copying build/lib.linux-x86_64-cpython-310/torch/__future__.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9748514Z copying build/lib.linux-x86_64-cpython-310/torch/__init__.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9749042Z copying build/lib.linux-x86_64-cpython-310/torch/_appdirs.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9749564Z copying build/lib.linux-x86_64-cpython-310/torch/_classes.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9750119Z copying build/lib.linux-x86_64-cpython-310/torch/_deploy.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9750698Z copying build/lib.linux-x86_64-cpython-310/torch/_jit_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9751228Z copying build/lib.linux-x86_64-cpython-310/torch/_linalg_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9751658Z copying build/lib.linux-x86_64-cpython-310/torch/_lobpcg.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9752077Z copying build/lib.linux-x86_64-cpython-310/torch/_lowrank.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9752533Z copying build/lib.linux-x86_64-cpython-310/torch/_meta_registrations.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9753098Z copying build/lib.linux-x86_64-cpython-310/torch/_namedtensor_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9753650Z copying build/lib.linux-x86_64-cpython-310/torch/_ops.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9754317Z copying build/lib.linux-x86_64-cpython-310/torch/_python_dispatcher.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9755056Z copying build/lib.linux-x86_64-cpython-310/torch/_six.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9755501Z copying build/lib.linux-x86_64-cpython-310/torch/_sources.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9756174Z copying build/lib.linux-x86_64-cpython-310/torch/_storage_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9756796Z copying build/lib.linux-x86_64-cpython-310/torch/_tensor.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9757478Z copying build/lib.linux-x86_64-cpython-310/torch/_tensor_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9757970Z copying build/lib.linux-x86_64-cpython-310/torch/_tensor_str.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9758593Z copying build/lib.linux-x86_64-cpython-310/torch/_torch_docs.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9759119Z copying build/lib.linux-x86_64-cpython-310/torch/_utils.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9759561Z copying build/lib.linux-x86_64-cpython-310/torch/_utils_internal.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9760153Z copying build/lib.linux-x86_64-cpython-310/torch/_vmap_internals.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9760711Z copying build/lib.linux-x86_64-cpython-310/torch/_weights_only_unpickler.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9761305Z copying build/lib.linux-x86_64-cpython-310/torch/functional.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9761880Z copying build/lib.linux-x86_64-cpython-310/torch/hub.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9762457Z copying build/lib.linux-x86_64-cpython-310/torch/library.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9762898Z copying build/lib.linux-x86_64-cpython-310/torch/overrides.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9763375Z copying build/lib.linux-x86_64-cpython-310/torch/quasirandom.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9763896Z copying build/lib.linux-x86_64-cpython-310/torch/random.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9764395Z copying build/lib.linux-x86_64-cpython-310/torch/return_types.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9765034Z copying build/lib.linux-x86_64-cpython-310/torch/serialization.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9765622Z copying build/lib.linux-x86_64-cpython-310/torch/storage.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9766096Z copying build/lib.linux-x86_64-cpython-310/torch/torch_version.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9766645Z copying build/lib.linux-x86_64-cpython-310/torch/types.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9767272Z copying build/lib.linux-x86_64-cpython-310/torch/version.py -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:13.9767684Z creating build/bdist.linux-x86_64/wheel/torch/_decomp 2022-12-01T10:09:13.9768309Z copying build/lib.linux-x86_64-cpython-310/torch/_decomp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-12-01T10:09:13.9768924Z copying build/lib.linux-x86_64-cpython-310/torch/_decomp/decompositions.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-12-01T10:09:13.9769553Z copying build/lib.linux-x86_64-cpython-310/torch/_decomp/decompositions_for_jvp.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2022-12-01T10:09:13.9769970Z creating build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-12-01T10:09:13.9770542Z copying build/lib.linux-x86_64-cpython-310/torch/_dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-12-01T10:09:13.9771141Z copying build/lib.linux-x86_64-cpython-310/torch/_dispatch/python.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2022-12-01T10:09:13.9771576Z creating build/bdist.linux-x86_64/wheel/torch/_lazy 2022-12-01T10:09:13.9772043Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-12-01T10:09:13.9772679Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/closure.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-12-01T10:09:13.9773343Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/computation.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-12-01T10:09:13.9773979Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/config.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-12-01T10:09:13.9774518Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/debug.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-12-01T10:09:13.9775174Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/device_context.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-12-01T10:09:13.9775890Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/extract_compiled_graph.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-12-01T10:09:13.9776480Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/ir_cache.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-12-01T10:09:13.9777027Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-12-01T10:09:13.9777761Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/tensor_factory_functions.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-12-01T10:09:13.9778351Z copying build/lib.linux-x86_64-cpython-310/torch/_lazy/ts_backend.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2022-12-01T10:09:13.9778752Z creating build/bdist.linux-x86_64/wheel/torch/_prims 2022-12-01T10:09:13.9779263Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-12-01T10:09:13.9779828Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/context.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-12-01T10:09:13.9780428Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-12-01T10:09:13.9780904Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/nvfuser_executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-12-01T10:09:13.9781432Z copying build/lib.linux-x86_64-cpython-310/torch/_prims/nvfuser_prims.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2022-12-01T10:09:13.9781996Z creating build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-12-01T10:09:13.9782797Z copying build/lib.linux-x86_64-cpython-310/torch/_prims_common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-12-01T10:09:13.9783419Z copying build/lib.linux-x86_64-cpython-310/torch/_prims_common/wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2022-12-01T10:09:13.9784104Z creating build/bdist.linux-x86_64/wheel/torch/_refs 2022-12-01T10:09:13.9784700Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-12-01T10:09:13.9785526Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/fft.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2022-12-01T10:09:13.9785965Z creating build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-12-01T10:09:13.9786666Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2022-12-01T10:09:13.9787200Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-12-01T10:09:13.9787918Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn 2022-12-01T10:09:13.9788432Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-12-01T10:09:13.9788982Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/nn/functional/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2022-12-01T10:09:13.9789478Z creating build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-12-01T10:09:13.9789908Z copying build/lib.linux-x86_64-cpython-310/torch/_refs/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/special 2022-12-01T10:09:13.9790451Z creating build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-12-01T10:09:13.9791136Z copying build/lib.linux-x86_64-cpython-310/torch/_subclasses/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-12-01T10:09:13.9791903Z copying build/lib.linux-x86_64-cpython-310/torch/_subclasses/fake_tensor.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-12-01T10:09:13.9792838Z copying build/lib.linux-x86_64-cpython-310/torch/_subclasses/fake_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-12-01T10:09:13.9793452Z copying build/lib.linux-x86_64-cpython-310/torch/_subclasses/meta_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2022-12-01T10:09:13.9793918Z creating build/bdist.linux-x86_64/wheel/torch/amp 2022-12-01T10:09:13.9794578Z copying build/lib.linux-x86_64-cpython-310/torch/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-12-01T10:09:13.9795126Z copying build/lib.linux-x86_64-cpython-310/torch/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/amp 2022-12-01T10:09:13.9795482Z creating build/bdist.linux-x86_64/wheel/torch/ao 2022-12-01T10:09:13.9795872Z copying build/lib.linux-x86_64-cpython-310/torch/ao/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao 2022-12-01T10:09:13.9796229Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-12-01T10:09:13.9796726Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn 2022-12-01T10:09:13.9797171Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-12-01T10:09:13.9797719Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2022-12-01T10:09:13.9814705Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-12-01T10:09:13.9815273Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-12-01T10:09:13.9815966Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2022-12-01T10:09:13.9816356Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-12-01T10:09:13.9816785Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2022-12-01T10:09:13.9817295Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-12-01T10:09:13.9817814Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2022-12-01T10:09:13.9818270Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-12-01T10:09:13.9818755Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-12-01T10:09:13.9819437Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2022-12-01T10:09:13.9819982Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-12-01T10:09:13.9820443Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-12-01T10:09:13.9821012Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-12-01T10:09:13.9821719Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-12-01T10:09:13.9822424Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2022-12-01T10:09:13.9822898Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-12-01T10:09:13.9823614Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2022-12-01T10:09:13.9824031Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-12-01T10:09:13.9824579Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-12-01T10:09:13.9825347Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-12-01T10:09:13.9825913Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2022-12-01T10:09:13.9826445Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-12-01T10:09:13.9827038Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-12-01T10:09:13.9827764Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2022-12-01T10:09:13.9828208Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-12-01T10:09:13.9828942Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2022-12-01T10:09:13.9829666Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:09:13.9830332Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:09:13.9831101Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:09:13.9831803Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:09:13.9832620Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:09:13.9833126Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-12-01T10:09:13.9833699Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-12-01T10:09:13.9834030Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-12-01T10:09:13.9834616Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-12-01T10:09:13.9835217Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-12-01T10:09:13.9835614Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-12-01T10:09:13.9836048Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-12-01T10:09:13.9836479Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-12-01T10:09:13.9836899Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-12-01T10:09:13.9837343Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-12-01T10:09:13.9837831Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-12-01T10:09:13.9838329Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2022-12-01T10:09:13.9838596Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-12-01T10:09:13.9839109Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2022-12-01T10:09:13.9839407Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-12-01T10:09:13.9840004Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-12-01T10:09:13.9840551Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-12-01T10:09:13.9841011Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-12-01T10:09:13.9841423Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-12-01T10:09:13.9841829Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-12-01T10:09:13.9842325Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/quantized/reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2022-12-01T10:09:13.9842608Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-12-01T10:09:13.9842937Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2022-12-01T10:09:13.9843196Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-12-01T10:09:13.9843580Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-12-01T10:09:13.9844032Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-12-01T10:09:13.9844560Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2022-12-01T10:09:13.9844871Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-12-01T10:09:13.9845380Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-12-01T10:09:13.9845837Z copying build/lib.linux-x86_64-cpython-310/torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2022-12-01T10:09:13.9846002Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-12-01T10:09:13.9846385Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-12-01T10:09:13.9846707Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-12-01T10:09:13.9847050Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2022-12-01T10:09:13.9847257Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-12-01T10:09:13.9847656Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-12-01T10:09:13.9847979Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/graph_matcher.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-12-01T10:09:13.9848443Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/graph_passes.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-12-01T10:09:13.9848737Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-12-01T10:09:13.9849546Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/ns_types.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-12-01T10:09:13.9850512Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-12-01T10:09:13.9851379Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-12-01T10:09:13.9852282Z copying build/lib.linux-x86_64-cpython-310/torch/ao/ns/fx/weight_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2022-12-01T10:09:13.9853948Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9854618Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9855589Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/_correct_bias.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9856325Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9857142Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/_learnable_fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9858030Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9859215Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9860075Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9860952Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9862136Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9863049Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/qconfig_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9864014Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9865077Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9866070Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9867131Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantization_types.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9868526Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9869626Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9870945Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9872212Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9873221Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2022-12-01T10:09:13.9875061Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-12-01T10:09:13.9875715Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-12-01T10:09:13.9876942Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-12-01T10:09:13.9879107Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/backend_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-12-01T10:09:13.9879827Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/executorch.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-12-01T10:09:13.9880356Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-12-01T10:09:13.9881139Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/native.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-12-01T10:09:13.9882009Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/observation_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-12-01T10:09:13.9882797Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-12-01T10:09:13.9883829Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/tensorrt.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-12-01T10:09:13.9884762Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-12-01T10:09:13.9885533Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/backend_config/x86.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2022-12-01T10:09:13.9886807Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9887408Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9888561Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9889717Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_lower_to_native_backend.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9890971Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/backend_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9891569Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9892658Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/custom_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9894114Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9894828Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9895502Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9896509Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/lower_to_fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9897219Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/lower_to_qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9898305Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9899112Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9900394Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9902102Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9902954Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9903862Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/tracer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9904916Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2022-12-01T10:09:13.9906085Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-12-01T10:09:13.9906913Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-12-01T10:09:13.9907765Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report/detector.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-12-01T10:09:13.9909242Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report/model_report.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-12-01T10:09:13.9911163Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-12-01T10:09:13.9911711Z copying build/lib.linux-x86_64-cpython-310/torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2022-12-01T10:09:13.9912291Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity 2022-12-01T10:09:13.9913086Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity 2022-12-01T10:09:13.9913994Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity 2022-12-01T10:09:13.9915067Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental 2022-12-01T10:09:13.9915658Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental 2022-12-01T10:09:13.9916409Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/activation_sparsifier 2022-12-01T10:09:13.9918116Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/activation_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/activation_sparsifier 2022-12-01T10:09:13.9918917Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/activation_sparsifier 2022-12-01T10:09:13.9920679Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_scheduler 2022-12-01T10:09:13.9921297Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_scheduler 2022-12-01T10:09:13.9922076Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_scheduler 2022-12-01T10:09:13.9922976Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:09:13.9923701Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:09:13.9924804Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:09:13.9925681Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:09:13.9926519Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/quantization_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:09:13.9927433Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-12-01T10:09:13.9928279Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/lightning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-12-01T10:09:13.9929235Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-12-01T10:09:13.9929717Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-12-01T10:09:13.9931595Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-12-01T10:09:13.9932232Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-12-01T10:09:13.9933051Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/pruner 2022-12-01T10:09:13.9933687Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/pruner/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/pruner 2022-12-01T10:09:13.9934629Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/pruner/base_pruner.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/pruner 2022-12-01T10:09:13.9935700Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/_experimental/pruner/parametrization.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/_experimental/pruner 2022-12-01T10:09:13.9936456Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/scheduler 2022-12-01T10:09:13.9937042Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/scheduler 2022-12-01T10:09:13.9938019Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/scheduler/base_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/scheduler 2022-12-01T10:09:13.9939478Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/scheduler/cubic_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/scheduler 2022-12-01T10:09:13.9939951Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/scheduler/lambda_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/scheduler 2022-12-01T10:09:13.9941518Z creating build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-12-01T10:09:13.9941957Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-12-01T10:09:13.9942525Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier/base_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-12-01T10:09:13.9943893Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier/nearly_diagonal_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-12-01T10:09:13.9944479Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-12-01T10:09:13.9945412Z copying build/lib.linux-x86_64-cpython-310/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/sparsity/sparsifier 2022-12-01T10:09:13.9946572Z creating build/bdist.linux-x86_64/wheel/torch/autograd 2022-12-01T10:09:13.9947209Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-12-01T10:09:13.9948173Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/anomaly_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-12-01T10:09:13.9948965Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/forward_ad.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-12-01T10:09:13.9950874Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/function.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-12-01T10:09:13.9951379Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/functional.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-12-01T10:09:13.9952506Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/grad_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-12-01T10:09:13.9953321Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/gradcheck.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-12-01T10:09:13.9955236Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/graph.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-12-01T10:09:13.9955563Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/profiler.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-12-01T10:09:13.9957149Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/profiler_legacy.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-12-01T10:09:13.9957699Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/profiler_util.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-12-01T10:09:13.9959278Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/variable.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2022-12-01T10:09:13.9960067Z creating build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-12-01T10:09:13.9960668Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/_functions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-12-01T10:09:13.9961543Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/_functions/tensor.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-12-01T10:09:13.9962829Z copying build/lib.linux-x86_64-cpython-310/torch/autograd/_functions/utils.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2022-12-01T10:09:13.9963898Z creating build/bdist.linux-x86_64/wheel/torch/backends 2022-12-01T10:09:13.9964681Z copying build/lib.linux-x86_64-cpython-310/torch/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends 2022-12-01T10:09:13.9966113Z creating build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-12-01T10:09:13.9966768Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_coreml/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-12-01T10:09:13.9967396Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_coreml/preprocess.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2022-12-01T10:09:13.9969355Z creating build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-12-01T10:09:13.9969846Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-12-01T10:09:13.9970724Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi/prepare.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-12-01T10:09:13.9971780Z copying build/lib.linux-x86_64-cpython-310/torch/backends/_nnapi/serializer.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2022-12-01T10:09:13.9973883Z creating build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-12-01T10:09:13.9974537Z copying build/lib.linux-x86_64-cpython-310/torch/backends/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cuda 2022-12-01T10:09:13.9975344Z creating build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-12-01T10:09:13.9976048Z copying build/lib.linux-x86_64-cpython-310/torch/backends/cudnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-12-01T10:09:13.9976989Z copying build/lib.linux-x86_64-cpython-310/torch/backends/cudnn/rnn.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2022-12-01T10:09:13.9978448Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-12-01T10:09:13.9978941Z copying build/lib.linux-x86_64-cpython-310/torch/backends/mkl/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkl 2022-12-01T10:09:13.9979953Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-12-01T10:09:13.9980304Z copying build/lib.linux-x86_64-cpython-310/torch/backends/mkldnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2022-12-01T10:09:13.9981221Z creating build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-12-01T10:09:13.9981713Z copying build/lib.linux-x86_64-cpython-310/torch/backends/mps/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mps 2022-12-01T10:09:13.9983190Z creating build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-12-01T10:09:13.9983494Z copying build/lib.linux-x86_64-cpython-310/torch/backends/openmp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/openmp 2022-12-01T10:09:13.9984809Z creating build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-12-01T10:09:13.9985130Z copying build/lib.linux-x86_64-cpython-310/torch/backends/opt_einsum/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2022-12-01T10:09:13.9986386Z creating build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-12-01T10:09:13.9987230Z copying build/lib.linux-x86_64-cpython-310/torch/backends/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/quantized 2022-12-01T10:09:13.9988308Z creating build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-12-01T10:09:13.9989081Z copying build/lib.linux-x86_64-cpython-310/torch/backends/xeon/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-12-01T10:09:13.9989745Z copying build/lib.linux-x86_64-cpython-310/torch/backends/xeon/run_cpu.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2022-12-01T10:09:13.9991186Z creating build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-12-01T10:09:13.9992157Z copying build/lib.linux-x86_64-cpython-310/torch/backends/xnnpack/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2022-12-01T10:09:13.9992659Z creating build/bdist.linux-x86_64/wheel/torch/contrib 2022-12-01T10:09:13.9993321Z copying build/lib.linux-x86_64-cpython-310/torch/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-12-01T10:09:13.9994030Z copying build/lib.linux-x86_64-cpython-310/torch/contrib/_tensorboard_vis.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2022-12-01T10:09:13.9995191Z creating build/bdist.linux-x86_64/wheel/torch/cpu 2022-12-01T10:09:13.9995778Z copying build/lib.linux-x86_64-cpython-310/torch/cpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu 2022-12-01T10:09:13.9997063Z creating build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-12-01T10:09:13.9997355Z copying build/lib.linux-x86_64-cpython-310/torch/cpu/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-12-01T10:09:13.9998498Z copying build/lib.linux-x86_64-cpython-310/torch/cpu/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2022-12-01T10:09:13.9999774Z creating build/bdist.linux-x86_64/wheel/torch/cuda 2022-12-01T10:09:14.0000314Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-12-01T10:09:14.0001246Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/_dynamo_graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-12-01T10:09:14.0002525Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/_memory_viz.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-12-01T10:09:14.0003144Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/_sanitizer.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-12-01T10:09:14.0004328Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/_utils.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-12-01T10:09:14.0004978Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/comm.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-12-01T10:09:14.0005921Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/error.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-12-01T10:09:14.0006948Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-12-01T10:09:14.0008078Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/jiterator.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-12-01T10:09:14.0008704Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/memory.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-12-01T10:09:14.0009775Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/nccl.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-12-01T10:09:14.0010241Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/nvtx.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-12-01T10:09:14.0011166Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/profiler.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-12-01T10:09:14.0011848Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/random.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-12-01T10:09:14.0012743Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/sparse.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-12-01T10:09:14.0013657Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/streams.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2022-12-01T10:09:14.0014948Z creating build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-12-01T10:09:14.0015650Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-12-01T10:09:14.0016627Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-12-01T10:09:14.0017515Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/amp/common.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-12-01T10:09:14.0018463Z copying build/lib.linux-x86_64-cpython-310/torch/cuda/amp/grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2022-12-01T10:09:14.0020127Z creating build/bdist.linux-x86_64/wheel/torch/distributed 2022-12-01T10:09:14.0021264Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-12-01T10:09:14.0021638Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/argparse_util.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-12-01T10:09:14.0022290Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-12-01T10:09:14.0023411Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/distributed_c10d.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-12-01T10:09:14.0025484Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/launch.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-12-01T10:09:14.0026370Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/remote_device.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-12-01T10:09:14.0027251Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-12-01T10:09:14.0028306Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/run.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-12-01T10:09:14.0029534Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2022-12-01T10:09:14.0031118Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-12-01T10:09:14.0031830Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-12-01T10:09:14.0032589Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-12-01T10:09:14.0033441Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-12-01T10:09:14.0035056Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/common_op_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-12-01T10:09:14.0035980Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-12-01T10:09:14.0036958Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/op_registry_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-12-01T10:09:14.0038090Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/partial_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-12-01T10:09:14.0040094Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/replicated_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-12-01T10:09:14.0040788Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharder.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2022-12-01T10:09:14.0042004Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-12-01T10:09:14.0042620Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-12-01T10:09:14.0043541Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-12-01T10:09:14.0045245Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/default_planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-12-01T10:09:14.0046539Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/filesystem.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-12-01T10:09:14.0046923Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-12-01T10:09:14.0047641Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-12-01T10:09:14.0048883Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/planner_helpers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-12-01T10:09:14.0049550Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/resharding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-12-01T10:09:14.0050348Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/state_dict_loader.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-12-01T10:09:14.0051206Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/state_dict_saver.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-12-01T10:09:14.0052249Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/storage.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-12-01T10:09:14.0053093Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/checkpoint/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2022-12-01T10:09:14.0054580Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-12-01T10:09:14.0055225Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-12-01T10:09:14.0055867Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_optim/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2022-12-01T10:09:14.0057376Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-12-01T10:09:14.0058012Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-12-01T10:09:14.0058944Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-12-01T10:09:14.0060346Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-12-01T10:09:14.0061185Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/reshard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-12-01T10:09:14.0061904Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-12-01T10:09:14.0062525Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2022-12-01T10:09:14.0064446Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:14.0065169Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:14.0065876Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:14.0066829Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:14.0067807Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:14.0068883Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:14.0069930Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:14.0071193Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:14.0072083Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:14.0073195Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:14.0074560Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:09:14.0075848Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-12-01T10:09:14.0077717Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-12-01T10:09:14.0078431Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_plan/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2022-12-01T10:09:14.0080009Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-12-01T10:09:14.0080774Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-12-01T10:09:14.0081570Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/_internals.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-12-01T10:09:14.0082556Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-12-01T10:09:14.0083971Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2022-12-01T10:09:14.0085279Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:14.0085781Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:14.0086513Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:14.0087397Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:14.0088451Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:14.0089352Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:14.0090214Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:14.0091015Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:14.0092181Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:09:14.0093169Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-12-01T10:09:14.0093693Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2022-12-01T10:09:14.0094867Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-12-01T10:09:14.0095739Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2022-12-01T10:09:14.0096799Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-12-01T10:09:14.0097265Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-12-01T10:09:14.0097848Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/_spmd/comm_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2022-12-01T10:09:14.0099199Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-12-01T10:09:14.0099668Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-12-01T10:09:14.0100786Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/join.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2022-12-01T10:09:14.0101686Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-12-01T10:09:14.0102392Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-12-01T10:09:14.0103206Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2022-12-01T10:09:14.0104151Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-12-01T10:09:14.0104616Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-12-01T10:09:14.0105971Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2022-12-01T10:09:14.0107159Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-12-01T10:09:14.0107553Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-12-01T10:09:14.0109711Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2022-12-01T10:09:14.0110052Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-12-01T10:09:14.0110529Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-12-01T10:09:14.0111150Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/_quantization/quantization.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2022-12-01T10:09:14.0112165Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:14.0112715Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:14.0113548Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:14.0114682Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:14.0115709Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:14.0116822Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:14.0117703Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:14.0119021Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:14.0120083Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:09:14.0120768Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-12-01T10:09:14.0121907Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-12-01T10:09:14.0122501Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging/averagers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-12-01T10:09:14.0123464Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-12-01T10:09:14.0124562Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/algorithms/model_averaging/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2022-12-01T10:09:14.0125697Z creating build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-12-01T10:09:14.0126014Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2022-12-01T10:09:14.0127612Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-12-01T10:09:14.0127994Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2022-12-01T10:09:14.0129338Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-12-01T10:09:14.0129841Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2022-12-01T10:09:14.0130664Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-12-01T10:09:14.0131097Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-12-01T10:09:14.0132363Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-12-01T10:09:14.0133256Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2022-12-01T10:09:14.0134585Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-12-01T10:09:14.0135010Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-12-01T10:09:14.0136545Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-12-01T10:09:14.0137550Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/events/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2022-12-01T10:09:14.0138815Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-12-01T10:09:14.0139443Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-12-01T10:09:14.0140581Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/metrics/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2022-12-01T10:09:14.0141717Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-12-01T10:09:14.0142550Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-12-01T10:09:14.0143625Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-12-01T10:09:14.0144976Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/redirects.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-12-01T10:09:14.0146050Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/tail_log.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2022-12-01T10:09:14.0147337Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-12-01T10:09:14.0147962Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-12-01T10:09:14.0149347Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-12-01T10:09:14.0149971Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2022-12-01T10:09:14.0151849Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-12-01T10:09:14.0152264Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-12-01T10:09:14.0153338Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-12-01T10:09:14.0154077Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-12-01T10:09:14.0155140Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-12-01T10:09:14.0156679Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-12-01T10:09:14.0157169Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-12-01T10:09:14.0158259Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/etcd_server.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-12-01T10:09:14.0159091Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/etcd_store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-12-01T10:09:14.0159989Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-12-01T10:09:14.0161014Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-12-01T10:09:14.0161629Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/rendezvous/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2022-12-01T10:09:14.0163093Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-12-01T10:09:14.0163695Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-12-01T10:09:14.0164084Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-12-01T10:09:14.0165156Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer/file_based_local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-12-01T10:09:14.0166081Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/timer/local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2022-12-01T10:09:14.0167677Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-12-01T10:09:14.0168244Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-12-01T10:09:14.0168956Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-12-01T10:09:14.0169692Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/distributed.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-12-01T10:09:14.0170212Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/log_level.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-12-01T10:09:14.0171787Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/logging.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-12-01T10:09:14.0172274Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2022-12-01T10:09:14.0173780Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-12-01T10:09:14.0174475Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-12-01T10:09:14.0175167Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data/cycling_iterator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-12-01T10:09:14.0175777Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2022-12-01T10:09:14.0176344Z creating build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-12-01T10:09:14.0176840Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-12-01T10:09:14.0178023Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_fsdp_extensions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-12-01T10:09:14.0178866Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_optim_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-12-01T10:09:14.0180580Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_shard_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-12-01T10:09:14.0180932Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-12-01T10:09:14.0181839Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-12-01T10:09:14.0183094Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/flat_param.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-12-01T10:09:14.0184188Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/flatten_params_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-12-01T10:09:14.0185131Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-12-01T10:09:14.0187545Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/sharded_grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-12-01T10:09:14.0188255Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-12-01T10:09:14.0189028Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/fsdp/wrap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2022-12-01T10:09:14.0190745Z creating build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-12-01T10:09:14.0191312Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/launcher/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-12-01T10:09:14.0192003Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/launcher/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2022-12-01T10:09:14.0193265Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-12-01T10:09:14.0193621Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-12-01T10:09:14.0194647Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2022-12-01T10:09:14.0195673Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-12-01T10:09:14.0196424Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-12-01T10:09:14.0197187Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/api/remote_module.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2022-12-01T10:09:14.0198472Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-12-01T10:09:14.0198948Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-12-01T10:09:14.0199827Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/instantiator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2022-12-01T10:09:14.0200798Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-12-01T10:09:14.0201448Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-12-01T10:09:14.0202270Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/nn/jit/templates/remote_module_template.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2022-12-01T10:09:14.0203282Z creating build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-12-01T10:09:14.0203809Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-12-01T10:09:14.0205346Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adadelta.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-12-01T10:09:14.0206093Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adagrad.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-12-01T10:09:14.0206733Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adam.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-12-01T10:09:14.0207614Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adamax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-12-01T10:09:14.0208392Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_adamw.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-12-01T10:09:14.0209349Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-12-01T10:09:14.0210416Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_rprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-12-01T10:09:14.0210925Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/functional_sgd.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-12-01T10:09:14.0211941Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-12-01T10:09:14.0212872Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/post_localSGD_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-12-01T10:09:14.0213732Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-12-01T10:09:14.0215213Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/optim/zero_redundancy_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2022-12-01T10:09:14.0217341Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-12-01T10:09:14.0217759Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2022-12-01T10:09:14.0218799Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-12-01T10:09:14.0219658Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-12-01T10:09:14.0220454Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-12-01T10:09:14.0221172Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-12-01T10:09:14.0222204Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/copy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-12-01T10:09:14.0223515Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/dependency.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-12-01T10:09:14.0224460Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/microbatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-12-01T10:09:14.0225516Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/phony.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-12-01T10:09:14.0226516Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/pipe.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-12-01T10:09:14.0227642Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/pipeline.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-12-01T10:09:14.0228710Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/stream.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-12-01T10:09:14.0229711Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-12-01T10:09:14.0230801Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/worker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2022-12-01T10:09:14.0231965Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-12-01T10:09:14.0232825Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-12-01T10:09:14.0234075Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-12-01T10:09:14.0235424Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/_balance/profile.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2022-12-01T10:09:14.0236881Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-12-01T10:09:14.0237817Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-12-01T10:09:14.0238895Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/layout.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-12-01T10:09:14.0239911Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/namespace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-12-01T10:09:14.0240985Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/portal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-12-01T10:09:14.0242053Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/skippable.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-12-01T10:09:14.0243145Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/pipeline/sync/skip/tracker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2022-12-01T10:09:14.0244277Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-12-01T10:09:14.0245172Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-12-01T10:09:14.0246181Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-12-01T10:09:14.0247280Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-12-01T10:09:14.0248661Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-12-01T10:09:14.0249660Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-12-01T10:09:14.0250642Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/functions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-12-01T10:09:14.0251963Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/internal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-12-01T10:09:14.0252891Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/options.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-12-01T10:09:14.0254006Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/rref_proxy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-12-01T10:09:14.0255157Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/server_process_global_profiler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2022-12-01T10:09:14.0256413Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-12-01T10:09:14.0257156Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-12-01T10:09:14.0258397Z copying build/lib.linux-x86_64-cpython-310/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2022-12-01T10:09:14.0259596Z creating build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0260336Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0261616Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0262663Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/beta.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0263584Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0264541Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0265691Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0266630Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/chi2.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0267706Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/constraint_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0268603Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/constraints.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0269892Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/continuous_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0270916Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/dirichlet.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0271988Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0273027Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/exp_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0273943Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/exponential.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0275179Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/fishersnedecor.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0276200Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/gamma.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0277485Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/geometric.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0278514Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/gumbel.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0279522Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/half_cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0280535Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/half_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0281567Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/independent.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0282574Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/kl.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0283905Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/kumaraswamy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0284885Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/laplace.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0285880Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/lkj_cholesky.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0286878Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/log_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0288160Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/logistic_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0289310Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/lowrank_multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0290280Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/mixture_same_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0291333Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/multinomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0292318Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0293425Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/negative_binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0294455Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0295467Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/one_hot_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0296482Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/pareto.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0297488Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/poisson.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0298518Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/relaxed_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0299546Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/relaxed_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0300552Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/studentT.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0301609Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/transformed_distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0302737Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/transforms.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0304299Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/uniform.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0305289Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0306262Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/von_mises.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0307338Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/weibull.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0308436Z copying build/lib.linux-x86_64-cpython-310/torch/distributions/wishart.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2022-12-01T10:09:14.0309582Z creating build/bdist.linux-x86_64/wheel/torch/fft 2022-12-01T10:09:14.0310350Z copying build/lib.linux-x86_64-cpython-310/torch/fft/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fft 2022-12-01T10:09:14.0311954Z creating build/bdist.linux-x86_64/wheel/torch/futures 2022-12-01T10:09:14.0312801Z copying build/lib.linux-x86_64-cpython-310/torch/futures/__init__.py -> build/bdist.linux-x86_64/wheel/torch/futures 2022-12-01T10:09:14.0314538Z creating build/bdist.linux-x86_64/wheel/torch/fx 2022-12-01T10:09:14.0315335Z copying build/lib.linux-x86_64-cpython-310/torch/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-12-01T10:09:14.0316332Z copying build/lib.linux-x86_64-cpython-310/torch/fx/_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-12-01T10:09:14.0317490Z copying build/lib.linux-x86_64-cpython-310/torch/fx/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-12-01T10:09:14.0318378Z copying build/lib.linux-x86_64-cpython-310/torch/fx/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-12-01T10:09:14.0319857Z copying build/lib.linux-x86_64-cpython-310/torch/fx/annotate.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-12-01T10:09:14.0320709Z copying build/lib.linux-x86_64-cpython-310/torch/fx/graph.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-12-01T10:09:14.0322208Z copying build/lib.linux-x86_64-cpython-310/torch/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-12-01T10:09:14.0323505Z copying build/lib.linux-x86_64-cpython-310/torch/fx/immutable_collections.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-12-01T10:09:14.0324516Z copying build/lib.linux-x86_64-cpython-310/torch/fx/interpreter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-12-01T10:09:14.0325849Z copying build/lib.linux-x86_64-cpython-310/torch/fx/node.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-12-01T10:09:14.0327061Z copying build/lib.linux-x86_64-cpython-310/torch/fx/operator_schemas.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-12-01T10:09:14.0328367Z copying build/lib.linux-x86_64-cpython-310/torch/fx/proxy.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-12-01T10:09:14.0329464Z copying build/lib.linux-x86_64-cpython-310/torch/fx/subgraph_rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-12-01T10:09:14.0330605Z copying build/lib.linux-x86_64-cpython-310/torch/fx/tensor_type.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-12-01T10:09:14.0331720Z copying build/lib.linux-x86_64-cpython-310/torch/fx/traceback.py -> build/bdist.linux-x86_64/wheel/torch/fx 2022-12-01T10:09:14.0332907Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-12-01T10:09:14.0334009Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-12-01T10:09:14.0334936Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/accelerator_partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-12-01T10:09:14.0336317Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/const_fold.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-12-01T10:09:14.0337588Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/debug.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-12-01T10:09:14.0338814Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/graph_gradual_typechecker.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-12-01T10:09:14.0339882Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/merge_matmul.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-12-01T10:09:14.0340823Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/meta_tracer.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-12-01T10:09:14.0341855Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/normalize.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-12-01T10:09:14.0342919Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/optimization.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-12-01T10:09:14.0343927Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/partitioner_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-12-01T10:09:14.0345010Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/proxy_tensor.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-12-01T10:09:14.0346251Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/refinement_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-12-01T10:09:14.0347317Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-12-01T10:09:14.0348381Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/schema_type_annotation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-12-01T10:09:14.0349628Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/symbolic_shapes.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-12-01T10:09:14.0350971Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unify_refinements.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2022-12-01T10:09:14.0352177Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:14.0353106Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:14.0353974Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/constraint.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:14.0355334Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:14.0357009Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:14.0358419Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/operation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:14.0360190Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:14.0360887Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/util.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:14.0361708Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:09:14.0362534Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-12-01T10:09:14.0363441Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-12-01T10:09:14.0364703Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-12-01T10:09:14.0365699Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-12-01T10:09:14.0366558Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/match.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-12-01T10:09:14.0368285Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/more.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-12-01T10:09:14.0368965Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/unification_tools.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-12-01T10:09:14.0369755Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-12-01T10:09:14.0370864Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/variable.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2022-12-01T10:09:14.0372023Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:09:14.0372975Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:09:14.0374004Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/conflict.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:09:14.0375130Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:09:14.0376065Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:09:14.0377155Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:09:14.0378175Z copying build/lib.linux-x86_64-cpython-310/torch/fx/experimental/unification/multipledispatch/variadic.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:09:14.0379752Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-12-01T10:09:14.0380686Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-12-01T10:09:14.0381573Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/fake_tensor_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-12-01T10:09:14.0382585Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/graph_drawer.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-12-01T10:09:14.0383813Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/graph_manipulation.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-12-01T10:09:14.0384809Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/net_min_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-12-01T10:09:14.0386010Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/operator_support.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-12-01T10:09:14.0387106Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/param_fetch.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-12-01T10:09:14.0388129Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-12-01T10:09:14.0389012Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/reinplace.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-12-01T10:09:14.0390394Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/shape_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-12-01T10:09:14.0391420Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/split_module.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-12-01T10:09:14.0392516Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/split_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-12-01T10:09:14.0393641Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/splitter_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-12-01T10:09:14.0395054Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/tools_common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2022-12-01T10:09:14.0396320Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-12-01T10:09:14.0397397Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-12-01T10:09:14.0398445Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends/cudagraphs.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-12-01T10:09:14.0399415Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/backends/nvfuser.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2022-12-01T10:09:14.0400623Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-12-01T10:09:14.0401502Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2022-12-01T10:09:14.0402662Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-12-01T10:09:14.0403485Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-12-01T10:09:14.0404458Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/dialect/common/cse_pass.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2022-12-01T10:09:14.0405633Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-12-01T10:09:14.0406348Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-12-01T10:09:14.0407498Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra/partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-12-01T10:09:14.0408653Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra/pass_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-12-01T10:09:14.0409721Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/infra/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2022-12-01T10:09:14.0410825Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-12-01T10:09:14.0411561Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-12-01T10:09:14.0412637Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/tests/test_pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2022-12-01T10:09:14.0413783Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-12-01T10:09:14.0414543Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-12-01T10:09:14.0415527Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-12-01T10:09:14.0416593Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils/fuser_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-12-01T10:09:14.0417642Z copying build/lib.linux-x86_64-cpython-310/torch/fx/passes/utils/matcher_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2022-12-01T10:09:14.0419037Z creating build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0419708Z copying build/lib.linux-x86_64-cpython-310/torch/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0420855Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_async.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0421773Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_builtins.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0422782Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_check.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0423858Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_dataclass_impls.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0424996Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_decomposition_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0425925Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_decompositions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0426914Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0427964Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_fuser.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0428982Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_ir_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0429956Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_logging.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0431008Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_monkeytype_config.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0432126Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_pickle.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0433036Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_recursive.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0434524Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_script.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0436280Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_serialization.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0437852Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_shape_functions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0439171Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_state.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0440225Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_trace.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0441747Z copying build/lib.linux-x86_64-cpython-310/torch/jit/annotations.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0442932Z copying build/lib.linux-x86_64-cpython-310/torch/jit/frontend.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0444335Z copying build/lib.linux-x86_64-cpython-310/torch/jit/generate_bytecode.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0445372Z copying build/lib.linux-x86_64-cpython-310/torch/jit/quantized.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0446511Z copying build/lib.linux-x86_64-cpython-310/torch/jit/supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0447650Z copying build/lib.linux-x86_64-cpython-310/torch/jit/unsupported_tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2022-12-01T10:09:14.0448880Z creating build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-12-01T10:09:14.0449786Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-12-01T10:09:14.0450687Z copying build/lib.linux-x86_64-cpython-310/torch/jit/_passes/_property_propagation.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2022-12-01T10:09:14.0451780Z creating build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-12-01T10:09:14.0452529Z copying build/lib.linux-x86_64-cpython-310/torch/jit/mobile/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/mobile 2022-12-01T10:09:14.0453855Z creating build/bdist.linux-x86_64/wheel/torch/linalg 2022-12-01T10:09:14.0454590Z copying build/lib.linux-x86_64-cpython-310/torch/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/linalg 2022-12-01T10:09:14.0456920Z creating build/bdist.linux-x86_64/wheel/torch/masked 2022-12-01T10:09:14.0457676Z copying build/lib.linux-x86_64-cpython-310/torch/masked/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-12-01T10:09:14.0458891Z copying build/lib.linux-x86_64-cpython-310/torch/masked/_docs.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-12-01T10:09:14.0460451Z copying build/lib.linux-x86_64-cpython-310/torch/masked/_ops.py -> build/bdist.linux-x86_64/wheel/torch/masked 2022-12-01T10:09:14.0462317Z creating build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-12-01T10:09:14.0463096Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-12-01T10:09:14.0464248Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/_ops_refs.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-12-01T10:09:14.0465529Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/binary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-12-01T10:09:14.0466660Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/core.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-12-01T10:09:14.0467796Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/creation.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-12-01T10:09:14.0469042Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/passthrough.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-12-01T10:09:14.0469994Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/reductions.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-12-01T10:09:14.0471015Z copying build/lib.linux-x86_64-cpython-310/torch/masked/maskedtensor/unary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2022-12-01T10:09:14.0472209Z creating build/bdist.linux-x86_64/wheel/torch/monitor 2022-12-01T10:09:14.0473085Z copying build/lib.linux-x86_64-cpython-310/torch/monitor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/monitor 2022-12-01T10:09:14.0474471Z creating build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-12-01T10:09:14.0475355Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-12-01T10:09:14.0477597Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/_atfork.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-12-01T10:09:14.0478651Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/pool.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-12-01T10:09:14.0479680Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/queue.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-12-01T10:09:14.0480694Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/reductions.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-12-01T10:09:14.0481867Z copying build/lib.linux-x86_64-cpython-310/torch/multiprocessing/spawn.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2022-12-01T10:09:14.0482955Z creating build/bdist.linux-x86_64/wheel/torch/nested 2022-12-01T10:09:14.0483750Z copying build/lib.linux-x86_64-cpython-310/torch/nested/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nested 2022-12-01T10:09:14.0485412Z creating build/bdist.linux-x86_64/wheel/torch/nn 2022-12-01T10:09:14.0485773Z copying build/lib.linux-x86_64-cpython-310/torch/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-12-01T10:09:14.0486736Z copying build/lib.linux-x86_64-cpython-310/torch/nn/_reduction.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-12-01T10:09:14.0487476Z copying build/lib.linux-x86_64-cpython-310/torch/nn/common_types.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-12-01T10:09:14.0488707Z copying build/lib.linux-x86_64-cpython-310/torch/nn/cpp.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-12-01T10:09:14.0489371Z copying build/lib.linux-x86_64-cpython-310/torch/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-12-01T10:09:14.0491665Z copying build/lib.linux-x86_64-cpython-310/torch/nn/grad.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-12-01T10:09:14.0492553Z copying build/lib.linux-x86_64-cpython-310/torch/nn/init.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-12-01T10:09:14.0493813Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parameter.py -> build/bdist.linux-x86_64/wheel/torch/nn 2022-12-01T10:09:14.0495009Z creating build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-12-01T10:09:14.0495425Z copying build/lib.linux-x86_64-cpython-310/torch/nn/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-12-01T10:09:14.0496170Z copying build/lib.linux-x86_64-cpython-310/torch/nn/backends/thnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2022-12-01T10:09:14.0497453Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-12-01T10:09:14.0497738Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2022-12-01T10:09:14.0499349Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-12-01T10:09:14.0499800Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-12-01T10:09:14.0500771Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2022-12-01T10:09:14.0501495Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-12-01T10:09:14.0501917Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2022-12-01T10:09:14.0503561Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-12-01T10:09:14.0504402Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-12-01T10:09:14.0505262Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-12-01T10:09:14.0506373Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-12-01T10:09:14.0507495Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2022-12-01T10:09:14.0508724Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-12-01T10:09:14.0509314Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2022-12-01T10:09:14.0510429Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-12-01T10:09:14.0511286Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2022-12-01T10:09:14.0512924Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-12-01T10:09:14.0513322Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-12-01T10:09:14.0514467Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2022-12-01T10:09:14.0515668Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-12-01T10:09:14.0516752Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-12-01T10:09:14.0517665Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-12-01T10:09:14.0518622Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-12-01T10:09:14.0519832Z copying build/lib.linux-x86_64-cpython-310/torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2022-12-01T10:09:14.0520990Z creating build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0521600Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0522904Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0524089Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0525718Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/adaptive.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0526721Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0528099Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/channelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0529125Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/container.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0530287Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0532209Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/distance.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0533104Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0534067Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/flatten.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0535059Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/fold.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0536256Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/instancenorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0537439Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/lazy.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0538557Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0539670Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/loss.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0541592Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/module.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0543390Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0544725Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/padding.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0546014Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/pixelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0547035Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/pooling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0548700Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0549987Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0551349Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/transformer.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0552643Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/upsampling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0553969Z copying build/lib.linux-x86_64-cpython-310/torch/nn/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2022-12-01T10:09:14.0556369Z creating build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0557301Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0558334Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0559665Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0560550Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0561488Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/comm.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0562668Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0563828Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/distributed.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0565682Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/parallel_apply.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0566415Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/replicate.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0567434Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/scatter_gather.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0568522Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0569517Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/common_types.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0570491Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/data_parallel.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0571428Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/distributed.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0572671Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/parallel_apply.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0573813Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/replicate.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0575204Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parallel/scatter_gather.pyi -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2022-12-01T10:09:14.0576590Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-12-01T10:09:14.0577014Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat 2022-12-01T10:09:14.0578616Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-12-01T10:09:14.0579223Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2022-12-01T10:09:14.0580742Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-12-01T10:09:14.0581273Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-12-01T10:09:14.0582345Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2022-12-01T10:09:14.0583261Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-12-01T10:09:14.0583652Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-12-01T10:09:14.0584953Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-12-01T10:09:14.0585699Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-12-01T10:09:14.0586523Z copying build/lib.linux-x86_64-cpython-310/torch/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2022-12-01T10:09:14.0587690Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-12-01T10:09:14.0588001Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2022-12-01T10:09:14.0589106Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-12-01T10:09:14.0590163Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-12-01T10:09:14.0590723Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-12-01T10:09:14.0591446Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2022-12-01T10:09:14.0592432Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-12-01T10:09:14.0592833Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-12-01T10:09:14.0594022Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2022-12-01T10:09:14.0594825Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-12-01T10:09:14.0595828Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2022-12-01T10:09:14.0596660Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-12-01T10:09:14.0597077Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-12-01T10:09:14.0598532Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-12-01T10:09:14.0599152Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-12-01T10:09:14.0600027Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-12-01T10:09:14.0600507Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-12-01T10:09:14.0601555Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/_reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2022-12-01T10:09:14.0602841Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-12-01T10:09:14.0603226Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2022-12-01T10:09:14.0604166Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-12-01T10:09:14.0604718Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-12-01T10:09:14.0605988Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-12-01T10:09:14.0606375Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-12-01T10:09:14.0607210Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2022-12-01T10:09:14.0608797Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-12-01T10:09:14.0609214Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-12-01T10:09:14.0610002Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-12-01T10:09:14.0610671Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-12-01T10:09:14.0611662Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-12-01T10:09:14.0612630Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-12-01T10:09:14.0613442Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-12-01T10:09:14.0614303Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-12-01T10:09:14.0615111Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-12-01T10:09:14.0616740Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-12-01T10:09:14.0617257Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-12-01T10:09:14.0618085Z copying build/lib.linux-x86_64-cpython-310/torch/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2022-12-01T10:09:14.0619749Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-12-01T10:09:14.0620154Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-12-01T10:09:14.0620924Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_deprecation_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-12-01T10:09:14.0621400Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_per_sample_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-12-01T10:09:14.0622417Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-12-01T10:09:14.0623597Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/clip_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-12-01T10:09:14.0624303Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/convert_parameters.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-12-01T10:09:14.0625193Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/fusion.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-12-01T10:09:14.0626140Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/init.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-12-01T10:09:14.0627319Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/memory_format.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-12-01T10:09:14.0627822Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/parametrizations.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-12-01T10:09:14.0629007Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/parametrize.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-12-01T10:09:14.0630455Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/prune.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-12-01T10:09:14.0631462Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-12-01T10:09:14.0632567Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/spectral_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-12-01T10:09:14.0633490Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-12-01T10:09:14.0634864Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/weight_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2022-12-01T10:09:14.0636596Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-12-01T10:09:14.0637153Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-12-01T10:09:14.0638305Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-12-01T10:09:14.0639053Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/conv_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-12-01T10:09:14.0639950Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-12-01T10:09:14.0640479Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-12-01T10:09:14.0641660Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-12-01T10:09:14.0642535Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-12-01T10:09:14.0643665Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-12-01T10:09:14.0644521Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-12-01T10:09:14.0645365Z copying build/lib.linux-x86_64-cpython-310/torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2022-12-01T10:09:14.0646099Z copying build/lib.linux-x86_64-cpython-310/torch/nn/parameter.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-12-01T10:09:14.0647113Z copying build/lib.linux-x86_64-cpython-310/torch/nn/functional.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2022-12-01T10:09:14.0648709Z creating build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0648984Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0650018Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_constants.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0650659Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_deprecation.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0651414Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_experimental.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0652299Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_exporter_states.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0653198Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_globals.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0653871Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_onnx_supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0654870Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_patch_torch.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0655828Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_type_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0656545Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/errors.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0657417Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/operators.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0658192Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_caffe2.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0659060Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_helper.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0660590Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset10.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0661295Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset11.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0663081Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset12.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0663715Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset13.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0664804Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset14.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0665532Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset15.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0666437Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset16.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0667415Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset17.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0668005Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset7.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0669009Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset8.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0669924Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/symbolic_opset9.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0672143Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0673401Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/verification.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2022-12-01T10:09:14.0675273Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-12-01T10:09:14.0675734Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-12-01T10:09:14.0676437Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/_beartype.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-12-01T10:09:14.0676936Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-12-01T10:09:14.0677810Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/registration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2022-12-01T10:09:14.0679582Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-12-01T10:09:14.0679986Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-12-01T10:09:14.0680390Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/_diagnostic.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-12-01T10:09:14.0681191Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/_rules.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2022-12-01T10:09:14.0682935Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:09:14.0683343Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:09:14.0684811Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/_infra.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:09:14.0685394Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/engine.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:09:14.0686609Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/formatter.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:09:14.0688557Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0689106Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0690066Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0690877Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0691772Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0692452Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0693510Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0693987Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0695057Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0695926Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0696771Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0697397Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0698442Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0699486Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0700186Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0701982Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0702500Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0703154Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0704154Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0705280Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0706063Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0706968Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0707851Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0708745Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0709522Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0710377Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0711182Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0711961Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0712795Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0713516Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0714328Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0715467Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0716490Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0718011Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0718911Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0719843Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0720740Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0721599Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0722534Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0723408Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0724469Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0725301Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0725934Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0726842Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0727924Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0728653Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0729610Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0730652Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0732496Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0732927Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0733688Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0734181Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0735903Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0736919Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0737835Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0739271Z copying build/lib.linux-x86_64-cpython-310/torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:09:14.0740044Z creating build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0740510Z copying build/lib.linux-x86_64-cpython-310/torch/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0741936Z copying build/lib.linux-x86_64-cpython-310/torch/optim/_functional.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0742746Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adadelta.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0743699Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adagrad.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0744570Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0745762Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adamax.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0746982Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adamw.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0748070Z copying build/lib.linux-x86_64-cpython-310/torch/optim/asgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0749272Z copying build/lib.linux-x86_64-cpython-310/torch/optim/lbfgs.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0750686Z copying build/lib.linux-x86_64-cpython-310/torch/optim/lr_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0752459Z copying build/lib.linux-x86_64-cpython-310/torch/optim/nadam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0753421Z copying build/lib.linux-x86_64-cpython-310/torch/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0754596Z copying build/lib.linux-x86_64-cpython-310/torch/optim/radam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0755817Z copying build/lib.linux-x86_64-cpython-310/torch/optim/rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0756950Z copying build/lib.linux-x86_64-cpython-310/torch/optim/rprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0758097Z copying build/lib.linux-x86_64-cpython-310/torch/optim/sgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0759252Z copying build/lib.linux-x86_64-cpython-310/torch/optim/sparse_adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0760305Z copying build/lib.linux-x86_64-cpython-310/torch/optim/swa_utils.py -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0761702Z creating build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-12-01T10:09:14.0762913Z copying build/lib.linux-x86_64-cpython-310/torch/optim/_multi_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2022-12-01T10:09:14.0763819Z copying build/lib.linux-x86_64-cpython-310/torch/optim/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0764832Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adadelta.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0765849Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adagrad.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0766796Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0767783Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adamax.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0768887Z copying build/lib.linux-x86_64-cpython-310/torch/optim/adamw.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0769911Z copying build/lib.linux-x86_64-cpython-310/torch/optim/asgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0770906Z copying build/lib.linux-x86_64-cpython-310/torch/optim/lbfgs.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0771826Z copying build/lib.linux-x86_64-cpython-310/torch/optim/lr_scheduler.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0772987Z copying build/lib.linux-x86_64-cpython-310/torch/optim/nadam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0774054Z copying build/lib.linux-x86_64-cpython-310/torch/optim/optimizer.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0775119Z copying build/lib.linux-x86_64-cpython-310/torch/optim/radam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0776047Z copying build/lib.linux-x86_64-cpython-310/torch/optim/rmsprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0777043Z copying build/lib.linux-x86_64-cpython-310/torch/optim/rprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0778081Z copying build/lib.linux-x86_64-cpython-310/torch/optim/sgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0779150Z copying build/lib.linux-x86_64-cpython-310/torch/optim/sparse_adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0780115Z copying build/lib.linux-x86_64-cpython-310/torch/optim/swa_utils.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2022-12-01T10:09:14.0781565Z creating build/bdist.linux-x86_64/wheel/torch/package 2022-12-01T10:09:14.0782162Z copying build/lib.linux-x86_64-cpython-310/torch/package/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-12-01T10:09:14.0783560Z copying build/lib.linux-x86_64-cpython-310/torch/package/_digraph.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-12-01T10:09:14.0784477Z copying build/lib.linux-x86_64-cpython-310/torch/package/_directory_reader.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-12-01T10:09:14.0785386Z copying build/lib.linux-x86_64-cpython-310/torch/package/_importlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-12-01T10:09:14.0787304Z copying build/lib.linux-x86_64-cpython-310/torch/package/_mangling.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-12-01T10:09:14.0788212Z copying build/lib.linux-x86_64-cpython-310/torch/package/_mock.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-12-01T10:09:14.0788521Z copying build/lib.linux-x86_64-cpython-310/torch/package/_package_pickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-12-01T10:09:14.0789153Z copying build/lib.linux-x86_64-cpython-310/torch/package/_package_unpickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-12-01T10:09:14.0790072Z copying build/lib.linux-x86_64-cpython-310/torch/package/_stdlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-12-01T10:09:14.0791027Z copying build/lib.linux-x86_64-cpython-310/torch/package/file_structure_representation.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-12-01T10:09:14.0791966Z copying build/lib.linux-x86_64-cpython-310/torch/package/find_file_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-12-01T10:09:14.0793000Z copying build/lib.linux-x86_64-cpython-310/torch/package/glob_group.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-12-01T10:09:14.0793752Z copying build/lib.linux-x86_64-cpython-310/torch/package/importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-12-01T10:09:14.0794689Z copying build/lib.linux-x86_64-cpython-310/torch/package/package_exporter.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-12-01T10:09:14.0796261Z copying build/lib.linux-x86_64-cpython-310/torch/package/package_importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2022-12-01T10:09:14.0797652Z creating build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-12-01T10:09:14.0798282Z copying build/lib.linux-x86_64-cpython-310/torch/package/analyze/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-12-01T10:09:14.0799430Z copying build/lib.linux-x86_64-cpython-310/torch/package/analyze/find_first_use_of_broken_modules.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-12-01T10:09:14.0799906Z copying build/lib.linux-x86_64-cpython-310/torch/package/analyze/is_from_package.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-12-01T10:09:14.0800937Z copying build/lib.linux-x86_64-cpython-310/torch/package/analyze/trace_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2022-12-01T10:09:14.0802047Z creating build/bdist.linux-x86_64/wheel/torch/profiler 2022-12-01T10:09:14.0802401Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-12-01T10:09:14.0803809Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/_pattern_matcher.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-12-01T10:09:14.0804537Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/_utils.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-12-01T10:09:14.0805475Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/itt.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-12-01T10:09:14.0806216Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-12-01T10:09:14.0807588Z copying build/lib.linux-x86_64-cpython-310/torch/profiler/python_tracer.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2022-12-01T10:09:14.0808395Z creating build/bdist.linux-x86_64/wheel/torch/quantization 2022-12-01T10:09:14.0809251Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-12-01T10:09:14.0810321Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-12-01T10:09:14.0810898Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-12-01T10:09:14.0811797Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-12-01T10:09:14.0812626Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-12-01T10:09:14.0813430Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-12-01T10:09:14.0814219Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-12-01T10:09:14.0816106Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-12-01T10:09:14.0816512Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-12-01T10:09:14.0817357Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-12-01T10:09:14.0818034Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-12-01T10:09:14.0818917Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-12-01T10:09:14.0819746Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-12-01T10:09:14.0820474Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-12-01T10:09:14.0821343Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2022-12-01T10:09:14.0822766Z creating build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-12-01T10:09:14.0823076Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-12-01T10:09:14.0825007Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-12-01T10:09:14.0825580Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-12-01T10:09:14.0826155Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-12-01T10:09:14.0826962Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-12-01T10:09:14.0827648Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-12-01T10:09:14.0828703Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-12-01T10:09:14.0829750Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-12-01T10:09:14.0830634Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-12-01T10:09:14.0831598Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-12-01T10:09:14.0832866Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/quantization_types.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-12-01T10:09:14.0833495Z copying build/lib.linux-x86_64-cpython-310/torch/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2022-12-01T10:09:14.0835234Z creating build/bdist.linux-x86_64/wheel/torch/sparse 2022-12-01T10:09:14.0835711Z copying build/lib.linux-x86_64-cpython-310/torch/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2022-12-01T10:09:14.0837077Z creating build/bdist.linux-x86_64/wheel/torch/special 2022-12-01T10:09:14.0837932Z copying build/lib.linux-x86_64-cpython-310/torch/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/special 2022-12-01T10:09:14.0839459Z creating build/bdist.linux-x86_64/wheel/torch/testing 2022-12-01T10:09:14.0839965Z copying build/lib.linux-x86_64-cpython-310/torch/testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-12-01T10:09:14.0841106Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_comparison.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-12-01T10:09:14.0842811Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_creation.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-12-01T10:09:14.0843878Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_deprecated.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-12-01T10:09:14.0844875Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_legacy.py -> build/bdist.linux-x86_64/wheel/torch/testing 2022-12-01T10:09:14.0846627Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0847245Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0847980Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/autocast_test_lists.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0849227Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/check_kernel_launches.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0850260Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_cuda.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0851518Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_device_type.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0853315Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_distributed.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0854570Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_dtype.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0855368Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_fsdp.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0857176Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_jit.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0858405Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_methods_invocations.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0865309Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_modules.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0866450Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_nn.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0869798Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_quantization.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0871203Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_quantized.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0872384Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_subclass.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0874264Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/common_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0876114Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/composite_compliance.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0877757Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/dist_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0878912Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/hypothesis_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0880745Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/jit_metaprogramming_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0881949Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0883412Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/logging_tensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0884589Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/quantization_torch_package_models.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0885605Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/schema_check_mode.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2022-12-01T10:09:14.0886999Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-12-01T10:09:14.0887806Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-12-01T10:09:14.0888908Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/codegen/random_topo_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2022-12-01T10:09:14.0889993Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-12-01T10:09:14.0891093Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-12-01T10:09:14.0892014Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data/network1.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-12-01T10:09:14.0892999Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/data/network2.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2022-12-01T10:09:14.0894154Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-12-01T10:09:14.0895040Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-12-01T10:09:14.0896355Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-12-01T10:09:14.0897408Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/distributed_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-12-01T10:09:14.0901733Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/distributed_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-12-01T10:09:14.0902418Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-12-01T10:09:14.0903330Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2022-12-01T10:09:14.0904351Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-12-01T10:09:14.0905412Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-12-01T10:09:14.0906500Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/test_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2022-12-01T10:09:14.0907570Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-12-01T10:09:14.0908376Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-12-01T10:09:14.0909589Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-12-01T10:09:14.0910185Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-12-01T10:09:14.0911824Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-12-01T10:09:14.0912786Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2022-12-01T10:09:14.0913383Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-12-01T10:09:14.0913914Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-12-01T10:09:14.0915199Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2022-12-01T10:09:14.0917257Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-12-01T10:09:14.0917840Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2022-12-01T10:09:14.0918254Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:14.0918667Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:14.0919709Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:14.0922232Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:14.0922984Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:14.0923736Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:14.0924423Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:14.0925367Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:14.0927738Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2022-12-01T10:09:14.0928320Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-12-01T10:09:14.0929892Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-12-01T10:09:14.0930497Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-12-01T10:09:14.0931445Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2022-12-01T10:09:14.0932318Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:09:14.0932791Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:09:14.0933944Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:09:14.0934710Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:09:14.0936512Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:09:14.0937733Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-12-01T10:09:14.0938262Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-12-01T10:09:14.0938862Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/generated/annotated_fn_args.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2022-12-01T10:09:14.0943280Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-12-01T10:09:14.0943859Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-12-01T10:09:14.0944693Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/core.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-12-01T10:09:14.0946968Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/refs.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-12-01T10:09:14.0948011Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2022-12-01T10:09:14.0949004Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-12-01T10:09:14.0949534Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-12-01T10:09:14.0950545Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions/_masked.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-12-01T10:09:14.0951940Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions/fft.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-12-01T10:09:14.0952904Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions/linalg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-12-01T10:09:14.0955306Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/opinfo/definitions/special.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2022-12-01T10:09:14.0956687Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-12-01T10:09:14.0957442Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-12-01T10:09:14.0958051Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module/future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-12-01T10:09:14.0959161Z copying build/lib.linux-x86_64-cpython-310/torch/testing/_internal/test_module/no_future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2022-12-01T10:09:14.0960455Z creating build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0960793Z copying build/lib.linux-x86_64-cpython-310/torch/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0962096Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_cpp_extension_versioner.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0962756Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_crash_handler.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0963774Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_cuda_trace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0964583Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0965913Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_mode_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0966579Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_python_dispatch.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0968483Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0968829Z copying build/lib.linux-x86_64-cpython-310/torch/utils/_zip.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0969318Z copying build/lib.linux-x86_64-cpython-310/torch/utils/bundled_inputs.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0970643Z copying build/lib.linux-x86_64-cpython-310/torch/utils/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0971414Z copying build/lib.linux-x86_64-cpython-310/torch/utils/collect_env.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0972641Z copying build/lib.linux-x86_64-cpython-310/torch/utils/cpp_backtrace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0973235Z copying build/lib.linux-x86_64-cpython-310/torch/utils/cpp_extension.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0974990Z copying build/lib.linux-x86_64-cpython-310/torch/utils/dlpack.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0976210Z copying build/lib.linux-x86_64-cpython-310/torch/utils/file_baton.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0976743Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hooks.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0978051Z copying build/lib.linux-x86_64-cpython-310/torch/utils/mkldnn.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0978702Z copying build/lib.linux-x86_64-cpython-310/torch/utils/mobile_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0979874Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_zoo.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0980476Z copying build/lib.linux-x86_64-cpython-310/torch/utils/show_pickle.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0981413Z copying build/lib.linux-x86_64-cpython-310/torch/utils/throughput_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils 2022-12-01T10:09:14.0983093Z creating build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-12-01T10:09:14.0983939Z copying build/lib.linux-x86_64-cpython-310/torch/utils/backcompat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2022-12-01T10:09:14.0984183Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-12-01T10:09:14.0984989Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2022-12-01T10:09:14.0985996Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-12-01T10:09:14.0986993Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-12-01T10:09:14.0987608Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/blas_compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-12-01T10:09:14.0989188Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/blas_compare_setup.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-12-01T10:09:14.0990254Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-12-01T10:09:14.0991345Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/end_to_end.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-12-01T10:09:14.0992329Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-12-01T10:09:14.0993369Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/op_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-12-01T10:09:14.0996153Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/simple_timeit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-12-01T10:09:14.0996531Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2022-12-01T10:09:14.0997888Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-12-01T10:09:14.0998264Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-12-01T10:09:14.0999207Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-12-01T10:09:14.1000137Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-12-01T10:09:14.1001560Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-12-01T10:09:14.1002113Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/spectral.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-12-01T10:09:14.1003795Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/op_fuzzers/unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2022-12-01T10:09:14.1005616Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-12-01T10:09:14.1006116Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-12-01T10:09:14.1006607Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/_stubs.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-12-01T10:09:14.1008078Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-12-01T10:09:14.1009015Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-12-01T10:09:14.1011280Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/cpp_jit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-12-01T10:09:14.1011804Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-12-01T10:09:14.1012487Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/sparse_fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-12-01T10:09:14.1013930Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/timer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-12-01T10:09:14.1016195Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:09:14.1016754Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:09:14.1017246Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:09:14.1019551Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:09:14.1020246Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:09:14.1020976Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:09:14.1022605Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:09:14.1025548Z copying build/lib.linux-x86_64-cpython-310/torch/utils/benchmark/utils/timeit_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2022-12-01T10:09:14.1026381Z creating build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-12-01T10:09:14.1027356Z copying build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-12-01T10:09:14.1028187Z copying build/lib.linux-x86_64-cpython-310/torch/utils/bottleneck/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2022-12-01T10:09:14.1029637Z creating build/bdist.linux-x86_64/wheel/torch/utils/data 2022-12-01T10:09:14.1030443Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-12-01T10:09:14.1031396Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/backward_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-12-01T10:09:14.1032312Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/dataloader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-12-01T10:09:14.1034047Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/dataloader_experimental.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-12-01T10:09:14.1035687Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/dataset.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-12-01T10:09:14.1036343Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/distributed.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-12-01T10:09:14.1038261Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-12-01T10:09:14.1039018Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/graph_settings.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-12-01T10:09:14.1040610Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/sampler.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2022-12-01T10:09:14.1042516Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-12-01T10:09:14.1042881Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-12-01T10:09:14.1043896Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/collate.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-12-01T10:09:14.1045158Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/fetch.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-12-01T10:09:14.1046101Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/pin_memory.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-12-01T10:09:14.1047349Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/serialization.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-12-01T10:09:14.1048868Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/signal_handling.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-12-01T10:09:14.1049835Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/_utils/worker.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2022-12-01T10:09:14.1051516Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-12-01T10:09:14.1051894Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/communication/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-12-01T10:09:14.1053934Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/communication/eventloop.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-12-01T10:09:14.1054281Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/communication/iter.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-12-01T10:09:14.1055930Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/communication/map.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-12-01T10:09:14.1056417Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/communication/messages.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-12-01T10:09:14.1057540Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/communication/protocol.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-12-01T10:09:14.1058286Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/communication/queue.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/communication 2022-12-01T10:09:14.1059869Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-12-01T10:09:14.1060377Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-12-01T10:09:14.1062033Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/_decorator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-12-01T10:09:14.1062896Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/_hook_iterator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-12-01T10:09:14.1063705Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/_typing.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-12-01T10:09:14.1064485Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/datapipe.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-12-01T10:09:14.1065816Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/gen_pyi.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-12-01T10:09:14.1067670Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-12-01T10:09:14.1068263Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-12-01T10:09:14.1068870Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-12-01T10:09:14.1069726Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe/dataframes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-12-01T10:09:14.1070817Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe/datapipes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-12-01T10:09:14.1071520Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/dataframe/structures.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2022-12-01T10:09:14.1074622Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-12-01T10:09:14.1075184Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-12-01T10:09:14.1075727Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-12-01T10:09:14.1077243Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-12-01T10:09:14.1077666Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-12-01T10:09:14.1078438Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/filelister.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-12-01T10:09:14.1079298Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/fileopener.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-12-01T10:09:14.1080269Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-12-01T10:09:14.1081300Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/routeddecoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-12-01T10:09:14.1082144Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/selecting.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-12-01T10:09:14.1083106Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/streamreader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-12-01T10:09:14.1084221Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/iter/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2022-12-01T10:09:14.1085009Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-12-01T10:09:14.1085631Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-12-01T10:09:14.1086450Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-12-01T10:09:14.1087967Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-12-01T10:09:14.1088673Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-12-01T10:09:14.1090585Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-12-01T10:09:14.1091104Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/map/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2022-12-01T10:09:14.1091906Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-12-01T10:09:14.1092351Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-12-01T10:09:14.1092690Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-12-01T10:09:14.1093695Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils/decoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-12-01T10:09:14.1094753Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/utils/snapshot.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2022-12-01T10:09:14.1095608Z copying build/lib.linux-x86_64-cpython-310/torch/utils/data/datapipes/datapipe.pyi -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2022-12-01T10:09:14.1097017Z creating build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-12-01T10:09:14.1097421Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-12-01T10:09:14.1098233Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/constants.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-12-01T10:09:14.1099796Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/cuda_to_hip_mappings.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-12-01T10:09:14.1102592Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/hipify_python.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-12-01T10:09:14.1104004Z copying build/lib.linux-x86_64-cpython-310/torch/utils/hipify/version.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2022-12-01T10:09:14.1104764Z creating build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-12-01T10:09:14.1105375Z copying build/lib.linux-x86_64-cpython-310/torch/utils/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-12-01T10:09:14.1106427Z copying build/lib.linux-x86_64-cpython-310/torch/utils/jit/log_extract.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2022-12-01T10:09:14.1107646Z creating build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-12-01T10:09:14.1107957Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-12-01T10:09:14.1110004Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-12-01T10:09:14.1110852Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/skeleton.html -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-12-01T10:09:14.1112628Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/code.js -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-12-01T10:09:14.1113476Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/htm.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-12-01T10:09:14.1114616Z copying build/lib.linux-x86_64-cpython-310/torch/utils/model_dump/preact.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2022-12-01T10:09:14.1116210Z creating build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-12-01T10:09:14.1116932Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-12-01T10:09:14.1118081Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_caffe2_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-12-01T10:09:14.1119455Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_convert_np.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-12-01T10:09:14.1120460Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_embedding.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-12-01T10:09:14.1122119Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_onnx_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-12-01T10:09:14.1122719Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_proto_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-12-01T10:09:14.1123595Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_pytorch_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-12-01T10:09:14.1124419Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-12-01T10:09:14.1125536Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/summary.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-12-01T10:09:14.1126917Z copying build/lib.linux-x86_64-cpython-310/torch/utils/tensorboard/writer.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2022-12-01T10:09:14.1128524Z copying build/lib.linux-x86_64-cpython-310/torch/py.typed -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:14.1129824Z creating build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1130533Z copying build/lib.linux-x86_64-cpython-310/torch/bin/protoc-3.13.0.0 -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1161774Z copying build/lib.linux-x86_64-cpython-310/torch/bin/protoc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1191835Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_jit -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1266298Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1324841Z copying build/lib.linux-x86_64-cpython-310/torch/bin/tutorial_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1326092Z copying build/lib.linux-x86_64-cpython-310/torch/bin/FileStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1330261Z copying build/lib.linux-x86_64-cpython-310/torch/bin/TCPStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1334997Z copying build/lib.linux-x86_64-cpython-310/torch/bin/HashStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1339210Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupGlooTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1344205Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupNCCLTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1348950Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupNCCLErrorsTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1353581Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupUCCTest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1360562Z copying build/lib.linux-x86_64-cpython-310/torch/bin/ProcessGroupMPITest -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1362132Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_dist_autograd -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1366468Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_cpp_rpc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1371566Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_api -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1474311Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_mobile_nnc -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1479935Z copying build/lib.linux-x86_64-cpython-310/torch/bin/aot_model_compiler_test -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1481187Z copying build/lib.linux-x86_64-cpython-310/torch/bin/test_lazy -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1509775Z copying build/lib.linux-x86_64-cpython-310/torch/bin/torch_shm_manager -> build/bdist.linux-x86_64/wheel/torch/bin 2022-12-01T10:09:14.1511944Z creating build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1512471Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_CompileTimeFunctionPointer_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1516393Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_DeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1520456Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1524142Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_DispatchKeySet_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1528688Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_StreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1532386Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_SymInt_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1536371Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_InlineDeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1541330Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_InlineStreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1546122Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_SizesAndStrides_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1551082Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Array_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1555950Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Bitset_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1561035Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_C++17_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1565891Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_ConstexprCrc_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1571053Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_DeadlockDetection_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1575027Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1579520Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_LeftRight_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1584600Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Metaprogramming_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1590556Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_SmallVectorTest -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1605518Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_Synchronized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1610405Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_ThreadLocal_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1616946Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_TypeIndex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1622005Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_TypeList_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1626639Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_TypeTraits_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1630924Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_accumulate_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1636362Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_bfloat16_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1641314Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1646091Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1651070Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_either_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1660708Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_exception_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1665250Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_flags_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1669908Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_intrusive_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1684788Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_irange_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1689441Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_logging_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1694487Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1700737Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_ordered_preserving_dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1706100Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_registry_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1710873Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_string_view_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1716254Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_tempfile_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1720862Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_typeid_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1725818Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_intrusive_ptr_benchmark -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1730371Z copying build/lib.linux-x86_64-cpython-310/torch/test/c10_cuda_CUDATest -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1734910Z copying build/lib.linux-x86_64-cpython-310/torch/test/Dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1741080Z copying build/lib.linux-x86_64-cpython-310/torch/test/Dimname_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1745792Z copying build/lib.linux-x86_64-cpython-310/torch/test/MaybeOwned_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1751318Z copying build/lib.linux-x86_64-cpython-310/torch/test/NamedTensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1756656Z copying build/lib.linux-x86_64-cpython-310/torch/test/apply_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1761838Z copying build/lib.linux-x86_64-cpython-310/torch/test/atest -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1766811Z copying build/lib.linux-x86_64-cpython-310/torch/test/basic -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1772030Z copying build/lib.linux-x86_64-cpython-310/torch/test/broadcast_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1776741Z copying build/lib.linux-x86_64-cpython-310/torch/test/cpu_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1782116Z copying build/lib.linux-x86_64-cpython-310/torch/test/cpu_profiling_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1786679Z copying build/lib.linux-x86_64-cpython-310/torch/test/cpu_rng_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1793865Z copying build/lib.linux-x86_64-cpython-310/torch/test/dispatch_key_set_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1798678Z copying build/lib.linux-x86_64-cpython-310/torch/test/dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1803142Z copying build/lib.linux-x86_64-cpython-310/torch/test/extension_backend_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1808124Z copying build/lib.linux-x86_64-cpython-310/torch/test/half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1813029Z copying build/lib.linux-x86_64-cpython-310/torch/test/ivalue_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1820431Z copying build/lib.linux-x86_64-cpython-310/torch/test/lazy_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1824746Z copying build/lib.linux-x86_64-cpython-310/torch/test/math_kernel_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1829709Z copying build/lib.linux-x86_64-cpython-310/torch/test/memory_format_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1834228Z copying build/lib.linux-x86_64-cpython-310/torch/test/memory_overlapping_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1839200Z copying build/lib.linux-x86_64-cpython-310/torch/test/mobile_memory_cleanup -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1843858Z copying build/lib.linux-x86_64-cpython-310/torch/test/native_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1848904Z copying build/lib.linux-x86_64-cpython-310/torch/test/operator_name_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1853363Z copying build/lib.linux-x86_64-cpython-310/torch/test/operators_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1857817Z copying build/lib.linux-x86_64-cpython-310/torch/test/packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1862453Z copying build/lib.linux-x86_64-cpython-310/torch/test/pow_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1867908Z copying build/lib.linux-x86_64-cpython-310/torch/test/quantized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1872777Z copying build/lib.linux-x86_64-cpython-310/torch/test/reduce_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1877511Z copying build/lib.linux-x86_64-cpython-310/torch/test/reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1882067Z copying build/lib.linux-x86_64-cpython-310/torch/test/scalar_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1886955Z copying build/lib.linux-x86_64-cpython-310/torch/test/scalar_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1891968Z copying build/lib.linux-x86_64-cpython-310/torch/test/stride_properties_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1896629Z copying build/lib.linux-x86_64-cpython-310/torch/test/tensor_iterator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1903611Z copying build/lib.linux-x86_64-cpython-310/torch/test/test_parallel -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1908233Z copying build/lib.linux-x86_64-cpython-310/torch/test/thread_init_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1909240Z copying build/lib.linux-x86_64-cpython-310/torch/test/type_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1914244Z copying build/lib.linux-x86_64-cpython-310/torch/test/type_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1919779Z copying build/lib.linux-x86_64-cpython-310/torch/test/undefined_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1924506Z copying build/lib.linux-x86_64-cpython-310/torch/test/variant_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1929052Z copying build/lib.linux-x86_64-cpython-310/torch/test/verify_api_visibility -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1929939Z copying build/lib.linux-x86_64-cpython-310/torch/test/vmap_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1935758Z copying build/lib.linux-x86_64-cpython-310/torch/test/weakref_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1940101Z copying build/lib.linux-x86_64-cpython-310/torch/test/wrapdim_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1944619Z copying build/lib.linux-x86_64-cpython-310/torch/test/xla_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1948915Z copying build/lib.linux-x86_64-cpython-310/torch/test/IListRef_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1954015Z copying build/lib.linux-x86_64-cpython-310/torch/test/List_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1963681Z copying build/lib.linux-x86_64-cpython-310/torch/test/KernelFunction_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1969690Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_function_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1979171Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_function_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1986930Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_lambda_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.1997780Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_lambda_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2006333Z copying build/lib.linux-x86_64-cpython-310/torch/test/kernel_stackbased_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2011509Z copying build/lib.linux-x86_64-cpython-310/torch/test/make_boxed_from_unboxed_functor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2018964Z copying build/lib.linux-x86_64-cpython-310/torch/test/CppSignature_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2023508Z copying build/lib.linux-x86_64-cpython-310/torch/test/backend_fallback_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2028266Z copying build/lib.linux-x86_64-cpython-310/torch/test/op_allowlist_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2032791Z copying build/lib.linux-x86_64-cpython-310/torch/test/op_registration_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2057626Z copying build/lib.linux-x86_64-cpython-310/torch/test/inline_container_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2062255Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_apply_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2066933Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_atomic_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2072241Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_caching_host_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2077366Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2082896Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2087881Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_cub_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2092829Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_device_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2097175Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_distributions_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2102797Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2107492Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2112708Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_half_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2117782Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_integer_divider_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2122613Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2127353Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2132002Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2136696Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_stream_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2141904Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_vectorized_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2146552Z copying build/lib.linux-x86_64-cpython-310/torch/test/cuda_cudnn_test -> build/bdist.linux-x86_64/wheel/torch/test 2022-12-01T10:09:14.2151179Z creating build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2151705Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2152839Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_cudnn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2153773Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_distributed_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2154310Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_distributed_c10d.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2155332Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_distributed_rpc.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2156557Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_distributed_rpc_testing.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2157099Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_functions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2158182Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_functorch.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2159011Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_itt.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2159780Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_lazy.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2160649Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_lazy_ts_backend.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2161488Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_monitor.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2162304Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_nvtx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2163243Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_onnx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2164040Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_profiler.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2164737Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_verbose.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2165515Z copying build/lib.linux-x86_64-cpython-310/torch/_C/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2167396Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_VariableFunctions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2169259Z copying build/lib.linux-x86_64-cpython-310/torch/_C/_nn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2022-12-01T10:09:14.2170832Z creating build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-12-01T10:09:14.2171447Z copying build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C_flatbuffer 2022-12-01T10:09:14.2172203Z creating build/bdist.linux-x86_64/wheel/torch/lib 2022-12-01T10:09:14.2172839Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libc10.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-12-01T10:09:14.2178597Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libc10_cuda.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-12-01T10:09:14.2181982Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libcaffe2_nvrtc.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-12-01T10:09:14.2182894Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_cuda_linalg.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-12-01T10:09:14.2657882Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_cpu.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-12-01T10:09:14.4224527Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_cuda.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-12-01T10:09:14.4225120Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_cuda_cu.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-12-01T10:09:14.5247440Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_cuda_cpp.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-12-01T10:09:14.5421187Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-12-01T10:09:14.5421927Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_global_deps.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-12-01T10:09:14.5422854Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorchbind_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-12-01T10:09:14.5428064Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libjitbackend_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-12-01T10:09:14.5430531Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libbackend_with_compiler.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-12-01T10:09:14.5433470Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libc10d_cuda_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-12-01T10:09:14.5434684Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libtorch_python.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-12-01T10:09:14.5549563Z copying build/lib.linux-x86_64-cpython-310/torch/lib/libshm.so -> build/bdist.linux-x86_64/wheel/torch/lib 2022-12-01T10:09:14.5550535Z creating build/bdist.linux-x86_64/wheel/torch/include 2022-12-01T10:09:14.5552567Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5553194Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ATen.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5554204Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/AccumulateType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5555066Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5556001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5557150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5557741Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5558607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5559460Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUApplyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5560397Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUFixedAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5561276Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5562099Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CollapseDims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5562951Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Config.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5563816Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Context.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5564709Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/DLConvertor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5565583Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5566394Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5567648Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5568445Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5569358Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5571150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/DynamicLibrary.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5571766Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5572499Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ExpandBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5573013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ExpandUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5574338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5575333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/FuncTorchTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5576221Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/FunctionalStorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5577097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/FunctionalTensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5577884Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5579054Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/InferSize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5580101Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/InitialTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5580905Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5581494Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/LinalgBackend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5582696Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MapAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5583563Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MatrixRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5584497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MemoryOverlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5585275Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5586051Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NamedTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5587019Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NestedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5587948Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NumericUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5588905Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/OpMathType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5590020Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/OpaqueTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5590618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/PTThreadPool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5591730Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/PadNd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5593010Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Parallel-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5593742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5594688Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ParallelFuture.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5595752Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ParallelNative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5596485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ParallelNativeTBB.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5597344Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ParallelOpenMP.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5598196Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/PythonTorchFunctionTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5599011Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SavedTensorHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5599806Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5600662Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ScalarOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5602275Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5603919Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SequenceNumber.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5604913Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5605882Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SparseCsrTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5606879Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SparseCsrTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5607846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SparseTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5608947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/SparseTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5609904Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5610828Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5611767Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5612690Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorGeometry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5613635Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5614585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5615738Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorIteratorInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5616853Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5617927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorNames.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5619556Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5620513Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5621509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorSubclassLikeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5622478Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5623431Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ThreadLocalState.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5624382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TracerMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5625315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/TypeDefault.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5627902Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5628790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5629721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/VmapMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5630666Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/VmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5631687Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/WrapDimUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5632636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/WrapDimUtilsMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5633577Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/autocast_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5634567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ceil_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5635802Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/code_template.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5636730Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpp_custom_type_hack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5637663Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/div_rtn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5638572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5639482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/jit_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5640373Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/jiterator_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5641310Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/record_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5642236Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5643094Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CPUFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5644766Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5645545Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5646890Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5647653Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5648622Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5649544Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5650798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5651990Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5652638Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5654119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5655008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MetaFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5655924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5656772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5658033Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5659849Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/Operators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5661063Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5673029Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5678699Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/VmapGeneratedPlumbing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5689279Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5690223Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/CUDAFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2022-12-01T10:09:14.5691748Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-12-01T10:09:14.5692809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/FlushDenormal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-12-01T10:09:14.5693753Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vml.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2022-12-01T10:09:14.5694752Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-12-01T10:09:14.5695882Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:14.5696801Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:14.5698144Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:14.5699197Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:14.5700238Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:14.5701596Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:14.5702734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:14.5703961Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:14.5705308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:14.5706434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:14.5707623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:14.5708743Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:09:14.5710098Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:14.5710584Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:14.5711656Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:14.5712883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:14.5714144Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:14.5715772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:14.5716889Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:14.5718027Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:14.5719335Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:09:14.5720499Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-12-01T10:09:14.5721133Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/functional_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-12-01T10:09:14.5722202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-12-01T10:09:14.5723067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-12-01T10:09:14.5724090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-12-01T10:09:14.5725010Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cpu/vec/vec_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2022-12-01T10:09:14.5726681Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5727215Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ATenGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5728311Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ATenOpList.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5729682Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ATen_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5730263Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ATen_pch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5731140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5732001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5732848Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/CheckMemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5734258Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/DeprecatedTypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5734953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5735901Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Dict.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5736885Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Dict_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5738127Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5738906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5739747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/DistributionsHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5740940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5742102Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5743136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/IListRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5744424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/IListRef_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5745207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/LegacyTypeDispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5746697Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/List.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5747611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/List_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5748609Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/MT19937RNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5749666Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5750681Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/PhiloxRNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5751315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/PythonFallbackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5751933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/QuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5753172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5754711Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5755420Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5756250Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5757213Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5758203Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5759121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/TensorBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5760322Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/TorchDispatchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5761335Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/TransformationHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5762454Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5763422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/UnsafeFromTH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5764274Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/VariableHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5765181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5766386Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/Vitals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5767381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/alias_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5768341Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5769254Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/builtin_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5770171Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/class_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5771181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5771802Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dynamic_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5772846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/enum_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5773719Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5774601Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/function_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5775649Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/function_schema_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5776517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5777855Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5778851Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5779727Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/interned_strings_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5780270Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5781698Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ivalue_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5783393Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/ivalue_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5783920Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/jit_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5785649Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/jit_type_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5786640Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/operator_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5787580Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/qualified_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5788518Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/rref_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5789402Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5790701Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/symbol.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5791422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/type_factory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5792294Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/type_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5793117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5794063Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/TensorBody.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5796931Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5798151Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2022-12-01T10:09:14.5799310Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-12-01T10:09:14.5800424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/BoxedKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-12-01T10:09:14.5801506Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-12-01T10:09:14.5802408Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/KernelFunction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-12-01T10:09:14.5803425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-12-01T10:09:14.5804458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/OperatorKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2022-12-01T10:09:14.5805152Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-12-01T10:09:14.5806346Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-12-01T10:09:14.5807241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-12-01T10:09:14.5808126Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl/boxing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-12-01T10:09:14.5809195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-12-01T10:09:14.5810482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/boxing/impl/test_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2022-12-01T10:09:14.5811429Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-12-01T10:09:14.5812466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/CppSignature.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-12-01T10:09:14.5813469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-12-01T10:09:14.5814352Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/Dispatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-12-01T10:09:14.5815662Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/ObservedOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-12-01T10:09:14.5816363Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/OperatorEntry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-12-01T10:09:14.5817501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/OperatorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-12-01T10:09:14.5818334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2022-12-01T10:09:14.5819518Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-12-01T10:09:14.5820142Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration/adaption.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-12-01T10:09:14.5821310Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration/infer_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-12-01T10:09:14.5822441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration/op_allowlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-12-01T10:09:14.5823160Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/core/op_registration/op_registration.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2022-12-01T10:09:14.5824282Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5824878Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5825786Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/AsmUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5826772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/Atomic.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5827639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5828987Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5829686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5831320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/DeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5832104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/NumericLimits.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5833253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5833914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/cub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5834694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/cub_definitions.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5835497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5837057Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDABlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5837674Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAConfig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5838412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAContext.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5839702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDADataType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5840552Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDADevice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5841385Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5842558Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5843775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5844772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDASparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5845701Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDASparseBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5846543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5847680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CUDAUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5848426Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/CachingHostAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5849206Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5850078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5850945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/PeerToPeerAccess.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5851830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5853004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/Sleep.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5853812Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/ThrustAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5854936Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/cub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5855693Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/jiterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5856597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/jiterator_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5857304Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/llvm_jit_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2022-12-01T10:09:14.5858472Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-12-01T10:09:14.5859232Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-12-01T10:09:14.5860100Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-12-01T10:09:14.5861063Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-12-01T10:09:14.5862094Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-12-01T10:09:14.5862943Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-12-01T10:09:14.5863988Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-12-01T10:09:14.5864703Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/CUDAHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-12-01T10:09:14.5865452Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-12-01T10:09:14.5866318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/KernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-12-01T10:09:14.5866875Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2022-12-01T10:09:14.5868030Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-12-01T10:09:14.5868701Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Descriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-12-01T10:09:14.5869678Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-12-01T10:09:14.5870509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Handle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-12-01T10:09:14.5871517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Handles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-12-01T10:09:14.5872350Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-12-01T10:09:14.5873326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-12-01T10:09:14.5874020Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/cudnn/cudnn-wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2022-12-01T10:09:14.5875356Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-12-01T10:09:14.5876938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/ADInterpreters.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-12-01T10:09:14.5877711Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/BatchRulesHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-12-01T10:09:14.5878465Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-12-01T10:09:14.5879171Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-12-01T10:09:14.5880032Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-12-01T10:09:14.5880916Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/DynamicLayer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-12-01T10:09:14.5881925Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-12-01T10:09:14.5882741Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/Interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-12-01T10:09:14.5883446Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-12-01T10:09:14.5884454Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-12-01T10:09:14.5885510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/PlumbingHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-12-01T10:09:14.5886774Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/TensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-12-01T10:09:14.5887761Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/functorch/VmapInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2022-12-01T10:09:14.5909934Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5910790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/from_blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5912116Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5913191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5914234Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5915664Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5916856Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5917950Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5919029Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5920106Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5921359Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5922481Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5923561Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5924603Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5925639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5926745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5943169Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5944013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5944723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5945383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5946040Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5946679Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5947401Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5948031Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5948655Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5949279Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5949876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5950453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_batch_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5951148Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5951739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_batch_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5952324Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_batch_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5952868Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5953632Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5954237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5955094Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5955678Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5956228Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5956907Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_addmm_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5957690Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5958288Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5958895Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5959480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_addmm_activation_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5960103Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5960689Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_addmm_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5961299Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_addmm_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5961845Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_aminmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5962528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5963116Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5963710Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5964259Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_aminmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5964820Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_aminmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5965474Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5966247Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5966943Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5967706Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5968385Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5968960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_amp_update_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5969664Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5970553Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5971521Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5972588Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_amp_update_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5973470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_amp_update_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5974585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_async.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5975690Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5977137Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5977729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_async_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5978833Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_async_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5979810Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_tensor_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5981992Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5982607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5983215Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5984074Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_autocast_to_full_precision.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5985287Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5986364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5987346Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5988600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5990024Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5990924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5992025Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5993172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5994279Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5995501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5997081Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5997999Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_batch_norm_impl_index.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.5999106Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6000199Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6001390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6002562Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6003727Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6004728Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6005953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6006964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Byte.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6008003Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6008974Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Byte_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6010018Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Byte_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6011157Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Char.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6012424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6013238Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Char_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6015150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Char_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6015834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6016674Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6017259Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Double_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6018470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Double_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6019543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6020753Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6021679Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Float_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6022705Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Float_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6023785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Half.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6025308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6026245Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Half_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6027339Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Half_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6028366Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6029547Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6031344Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Int_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6032135Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Int_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6032887Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Long.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6034043Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6035042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Long_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6035962Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Long_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6036633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Short.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6038117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6038721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Short_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6039661Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cast_Short_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6040412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6041324Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6042243Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6043196Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6044184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6045652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6046114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6047223Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6048267Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6048846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6050105Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6050811Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cdist_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6051713Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cholesky_solve_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6052801Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6053716Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6054611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6055617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6056462Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6057355Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6058400Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6059247Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6060239Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6061020Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6062076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6062925Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6063889Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6064758Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesced.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6065823Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6066651Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6067575Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesced_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6068451Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_coalesced_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6069466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_compute_linear_combination.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6070319Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6072058Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6072876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_compute_linear_combination_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6073513Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6074204Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6075420Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6076049Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6076939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6077843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6078598Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6079336Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6080394Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6081253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6082331Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_physical.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6083423Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6084443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_physical_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6085680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conj_physical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6086781Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conv_depthwise2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6087770Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6088769Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6089891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6090858Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6092734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6093876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6094815Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6095884Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6096894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6098121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6099114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6100118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6101354Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6102522Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6103400Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6105199Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6105675Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6106693Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6107609Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6108186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6109488Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6110536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6111092Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_double_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6112397Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6113326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_double_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6114398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6115504Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6116752Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6117512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_mode_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6118353Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_mode_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6119390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6120389Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6121252Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_copy_from.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6122272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_copy_from_and_resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6123054Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6124130Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6125051Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6126039Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6126760Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_copy_from_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6127727Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_copy_from_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6128669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6129564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6130976Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6131643Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6132779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6133358Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6134434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6135409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6136064Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6136954Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6137866Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6139578Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6140313Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6141052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6142002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6142716Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6143532Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6144602Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6145436Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6146269Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6146706Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6148368Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6149051Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6150070Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6151529Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6152045Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6152724Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6153564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6155938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6156369Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6157521Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6158613Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6159450Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6160252Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6161333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6162204Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6163286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6164394Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6165465Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6167064Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6167868Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6168830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6169700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6170606Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6171617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6172493Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6173244Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6174106Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6175888Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6176940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6177691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6178426Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6179221Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6179876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummax_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6180633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6181454Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6182209Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummax_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6183079Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummax_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6183842Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummin_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6184964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6186442Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6187385Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummin_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6188079Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_cummin_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6189201Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6190361Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6191485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6192249Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6193027Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dimI.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6193727Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dimI_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6194744Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dimI_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6197065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dimV.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6197954Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dimV_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6199065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dimV_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6199606Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dim_arange.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6201611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6202409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dim_arange_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6203598Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dim_arange_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6204457Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dirichlet_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6205256Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6205945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6206585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6207507Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dirichlet_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6208257Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6209120Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficientzerotensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6210209Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6211035Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6212211Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6213127Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficientzerotensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6214125Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6215242Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6216013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6216887Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6218725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6219594Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6220536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6221381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6222265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6223156Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6224372Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6225258Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6226114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6226904Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6227884Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6228643Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6229559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6230553Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6231470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6232205Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6234055Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6235296Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6236061Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6236724Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6237611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6238507Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6239271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6240043Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6240939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6241763Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6242556Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6243409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6244221Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6244986Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_affine_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6246085Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6247175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6248042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6249057Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6250127Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6251380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6252736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6253833Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6254921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6255678Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_euclidean_dist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6256755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6257691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_euclidean_dist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6258720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_euclidean_dist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6259465Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6260596Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6261680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6262790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6263940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6265146Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6266331Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6267508Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6268469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6269590Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6270592Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6271740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6272546Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6273434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6274131Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6275158Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6275859Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6276601Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6277317Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6278074Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6278976Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6279796Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6280611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6281595Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6282510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6283480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6284300Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6284991Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6285611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2c.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6286208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6286859Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6287539Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2c_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6288202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2c_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6289144Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2r.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6289859Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6290767Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6291508Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2r_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6292301Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_c2r_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6293492Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_r2c.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6294449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6295432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6296187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_r2c_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6297209Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fft_r2c_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6297925Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_flash_scaled_dot_product_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6298871Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_flash_scaled_dot_product_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6299718Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_flash_scaled_dot_product_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6300734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_flash_scaled_dot_product_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6301434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foobar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6302559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6303316Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6304346Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foobar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6305343Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foobar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6305961Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_abs.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6307116Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6308005Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6308813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6309894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_abs_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6310824Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_abs_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6311556Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_acos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6312652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6313731Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6314774Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6315891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_acos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6317361Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_acos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6318309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6319121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6319973Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6320650Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6321802Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6322618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6323672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcdiv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6324678Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6325476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6326397Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6327361Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6328127Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6328810Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6329783Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6330936Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6331814Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6332765Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6333482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6334441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_asin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6335398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6336223Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6337078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6337885Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_asin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6338735Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_asin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6339382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_atan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6340087Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6340975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6341861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6342753Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_atan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6343503Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_atan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6344360Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_ceil.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6345183Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6345942Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6346772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6347956Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_ceil_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6348809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_ceil_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6349708Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6350755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6351845Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6352858Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6354029Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6355240Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6356491Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6358118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6359228Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6360040Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6360760Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6361413Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_cosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6362360Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6363081Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6363839Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6364576Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6365502Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6366475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6367527Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6368679Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6369568Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6370587Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6371493Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6372433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6373353Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6374446Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6375393Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6376309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6377059Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6378173Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6379014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6379840Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6380784Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6381589Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6382419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6383623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6384486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6385561Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6386476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6387377Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6388195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6389231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6390243Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_floor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6391308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6392261Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6393058Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6394110Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_floor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6395258Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_floor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6396309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_frac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6397656Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6398758Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6399764Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6400702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_frac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6401353Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6402310Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_frac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6403539Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_lgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6404699Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6405708Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6406755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6407639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_lgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6408528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6409426Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6410432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log10.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6411371Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6412446Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6413404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6414237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log10_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6415031Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log10_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6415683Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6416809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6417852Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6418687Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6419513Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6420256Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6420974Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6421896Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6422697Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6423677Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6424406Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6425282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6426476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6427286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6428833Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6429931Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6430964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_log_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6431967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_maximum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6433113Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6434237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6435982Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6437036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_maximum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6438049Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_maximum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6439046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_minimum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6440143Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6441357Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6442428Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6443476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_minimum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6444478Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_minimum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6445534Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_mul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6446632Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6447742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6448786Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6449790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_mul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6450757Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_mul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6451724Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6452921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6453728Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6454850Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6455809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6456790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6457813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6459250Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6460424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6461291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6462604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6463345Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6464441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_reciprocal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6465652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6466547Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6467515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6468696Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6469491Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6470492Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6471400Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6472148Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6472872Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6473645Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6474325Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6475488Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6477133Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6478071Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6478905Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6479812Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6480750Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6481851Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6482857Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6483874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6484731Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6485689Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6486897Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6487642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6488944Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6489966Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6490996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6491833Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6492660Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6493917Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6494746Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ge.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6495725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6496761Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6497771Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6498795Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6499725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6500536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6501833Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6502686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6503754Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6504783Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6505604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_sub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6506603Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6507571Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6508510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6509523Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6510535Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6511403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6512436Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6513523Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6514544Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6515830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6516686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6517836Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6519075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_trunc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6520574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6521682Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6522421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6523355Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_trunc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6524603Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_trunc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6525328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_zero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6527305Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6528068Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6528840Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6529900Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_zero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6530778Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_foreach_zero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6531845Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_adam.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6533086Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6534055Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6534947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_adam_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6535898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_adam_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6536824Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6537983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6539001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6539991Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6540876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6541842Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6542916Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6543808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6545108Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6546170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6547164Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6548363Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6549483Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6550307Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6551359Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6552439Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6553258Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6554123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6555553Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6556511Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_fw_primal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6557282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_gather_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6558547Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6559941Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6561076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6562041Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6563015Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6564142Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6565307Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6566298Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6567441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6568403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6569430Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6570259Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6571428Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6572633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6573583Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6574633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_has_same_storage_numel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6575745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6576821Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6577872Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6578865Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6579998Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6581074Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6581987Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6583024Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6583924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6585026Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6586204Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6587330Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6588408Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6589180Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6590119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6591130Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6591922Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6593016Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6593709Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6594698Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_index_put_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6595848Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6596874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6597514Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6598590Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6599503Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_index_put_impl_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6600392Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_index_put_impl_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6601374Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6602259Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6603361Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6604642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6605753Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6606747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6607691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6608621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6609307Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_is_zerotensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6610457Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6611496Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_is_zerotensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6612362Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_is_zerotensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6613282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_check_errors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6614226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6614861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_check_errors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6615462Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6616469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6617393Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6618163Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6619067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6619672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_det_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6620863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6621672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6622646Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6623330Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_eigh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6624462Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6625298Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6626414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6627226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_eigh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6628379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6629114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_eigh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6630128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_eigh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6631006Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6632000Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6632889Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6634025Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6635421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6636318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6637353Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6638035Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6638878Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_solve_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6640384Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6641107Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6642451Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6643067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6644184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6644849Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6645853Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6646662Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6647704Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6648670Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6649495Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6650439Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_svd_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6651191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6652149Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6653724Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_linalg_svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6654510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_local_scalar_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6655357Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6656245Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6657325Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_local_scalar_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6658075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6659383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6660215Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6661298Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6662000Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6663050Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6664152Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6664983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6665841Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_lstm_mps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6666897Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6668057Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6668983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6669924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6670853Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6671629Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6672364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6673274Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6673977Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6675073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_logcumsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6676110Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6676960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6678406Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_logcumsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6678825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_logcumsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6679572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6680811Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_lstm_mps_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6681594Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_lstm_mps_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6682378Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_lu_with_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6683417Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6684333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_lu_with_info_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6685062Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_lu_with_info_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6685671Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6686725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6687428Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6688429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6689549Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6690164Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6691126Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6691978Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6692704Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_dual_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6693721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6695585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6696114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6696885Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6697565Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6698799Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6699544Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6701443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6702116Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6702567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6703320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6704470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6705077Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6706366Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6707173Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6708026Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6709057Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6709784Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6710996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6711865Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6713439Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6714427Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6716607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6717129Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6717758Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6718279Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6719773Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6720181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6721428Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_masked_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6722253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_reshape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6723615Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6724432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6725721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6726452Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6727874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6728367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6730214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6730850Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6731433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6733104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6734037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6735855Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6736478Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6737452Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6738471Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6739499Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6740497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6741736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6742721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6743921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6745284Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6746749Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6747592Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6748856Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6750054Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6751270Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6752362Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6753467Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6754696Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6755977Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6758050Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6759003Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6760180Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6761424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6762471Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6763716Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6764933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6765921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6766931Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6768052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6769298Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_neg_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6770485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_from_padded.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6771578Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6772890Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6774040Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6775274Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6776486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6777365Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6778491Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6779651Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_from_padded_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6780831Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_from_padded_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6781921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6782940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6784155Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6785911Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_sum_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6787073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_sum_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6788005Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6789315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6790475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6791593Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6792620Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6793672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6795249Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6796307Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6797434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6798526Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6799570Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6800826Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6801849Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6803213Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6804278Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6805340Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6806563Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6807750Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_layer_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6808740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6809795Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6810954Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_offsets.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6812225Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6813401Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6814537Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6815712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6816691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6817758Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6819044Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6820262Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6821425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6822590Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_strides.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6823734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6824766Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6825906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6827083Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6828274Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6829486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6830616Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6831660Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6832747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6834030Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6835157Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnz.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6836376Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6837611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6838712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6839813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6841122Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6842253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6843388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6844334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnpack_available.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6845609Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6846624Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnpack_available_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6847701Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnpack_available_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6848822Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6850241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6851437Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6852486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6853508Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnz_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6854669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_nnz_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6855950Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pack_padded_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6856999Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6858202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6860119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6861109Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6862495Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6863412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6864643Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6865691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_circular.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6866864Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6867950Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_circular_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6869068Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_circular_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6870174Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_enum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6871468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6872595Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_enum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6873723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_enum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6874672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_packed_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6876172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6877260Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6878351Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6879610Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6880896Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6881879Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6883104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6884053Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6885169Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6886312Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6887638Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6888721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6889772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6891179Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6892323Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pdist_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6893324Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pin_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6895827Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6896896Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6898138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pin_memory_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6898736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_pin_memory_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6899316Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_remove_batch_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6900277Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6901419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_remove_batch_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6902507Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6903661Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6904787Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6905881Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6907074Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6908145Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6909308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6910510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6911545Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6912479Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6913649Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6915126Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_alias_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6916159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_from_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6918112Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6919030Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6920117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6921254Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_resize_output.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6922487Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6923579Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6924873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_resize_output_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6926014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_resize_output_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6927085Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_rowwise_prune.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6928381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6929336Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_rowwise_prune_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6930764Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_rowwise_prune_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6931876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sample_dirichlet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6933098Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6934950Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6936009Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_shape_as_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6937162Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6938479Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sample_dirichlet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6939664Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6940790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6942103Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6943148Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6944298Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6945387Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6946593Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6947574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6948743Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6949914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6951125Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_forward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6952128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6953170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6954403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6955788Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6956928Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6958087Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6959265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6960266Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6962112Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_segment_reduce_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6962857Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6963647Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6964800Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6965908Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6966984Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6968053Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6969079Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_shape_as_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6970411Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6971586Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6972959Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6974013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6975105Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6976187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6977186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6978277Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6979691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6980802Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6981763Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6982922Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6984064Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_draw.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6985355Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6986499Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6987441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6988598Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_ff.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6989879Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6990957Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6991960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6993260Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6994468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6995795Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6996446Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6998004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_scramble.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.6998574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7000134Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7001097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7002044Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7003126Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7005097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7005751Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7006700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7008323Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7009577Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7010850Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7012003Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7013411Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7014211Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7015396Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7016518Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7017591Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7018633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7019821Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7020996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7022274Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7023269Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7024473Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7025597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_broadcast_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7026672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7027693Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7028887Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7030375Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7031289Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7032471Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7033581Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7034748Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7036065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7037278Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7038312Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7039403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7040488Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7043915Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7044530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7045142Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7045752Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7046510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7047171Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7047975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7048904Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7050242Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7051212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7052506Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7053595Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7054681Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7056054Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7057016Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7058109Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7059312Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7060502Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7061625Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7062773Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7063646Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7064701Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7066233Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7067233Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7068312Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7069268Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7070652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7071751Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7073391Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7073964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7075312Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7076292Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7078558Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7079547Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7080782Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7082278Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7083380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7084582Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7085887Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7087261Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7088362Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7089364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7090683Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7091906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7092800Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7093837Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7095053Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_mask_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7096324Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7097383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7098418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7099590Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7100568Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7101706Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7102734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7103973Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7105336Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7106335Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7107413Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7108604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7109804Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7110846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7112043Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7113078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7114401Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7115812Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7117004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7118104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7119180Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7120404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7121592Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7122782Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7123844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7125035Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7126029Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7127254Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_sparse_sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7128434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_spdiags.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7129719Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7130873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7131814Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_spdiags_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7132951Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_spdiags_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7134156Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7135444Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7136487Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7137503Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7139351Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7139913Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7140888Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7142022Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7143150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7144181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7145273Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7146416Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7147483Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7148553Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7149604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7150810Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7152103Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_standard_gamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7153186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_symeig_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7154506Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7156422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7157459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7158495Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_symeig_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7159636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_symeig_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7160708Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7162090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7163244Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7164315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7165323Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7166859Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7168124Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7169146Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7170005Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7171280Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7172699Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7173597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7174997Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7176024Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7176953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7178146Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7179276Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7180346Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7181524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7182777Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7183826Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7185006Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7186133Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7187326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_floatlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7188514Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7189608Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7190718Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7192839Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7193441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_intlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7194072Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7195281Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7197218Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_intlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7197644Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7198331Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_serialization_subcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7199202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7200010Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7200679Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7202139Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_string_default.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7203256Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7204073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_string_default_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7204931Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_string_default_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7205755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_warn_in_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7206651Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7207748Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7208406Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7209851Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7210693Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7211764Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7212625Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7213428Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7214572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7215379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7216337Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7217458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7218504Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7219549Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7220243Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7221112Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7222169Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7222914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7224440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7224947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7225924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7226505Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7227854Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7228579Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7229446Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7230501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7231306Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7232259Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7233117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7234189Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7235246Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7236398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7238250Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7238715Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7240135Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7241379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7242422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7243342Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7244338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7245195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7246241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7247113Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_cpu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7248140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_cpu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7249575Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7251302Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7252075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7252969Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_to_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7253836Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7255079Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7256132Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7257136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7257746Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7259649Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7260509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7261411Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7262045Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7263094Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7264420Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7265102Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7266406Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7267378Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7268226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7269623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7270529Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7271378Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7272830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7273646Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7274633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7275692Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7277001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7277997Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7279736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_trilinear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7280140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7281212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7282113Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_trilinear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7282745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_trilinear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7283728Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7284755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7285716Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7286620Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7287567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7288586Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7290137Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7290787Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7291854Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7292767Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7293706Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7294666Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7295742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7296624Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7297773Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7298703Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7299598Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7300649Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7301444Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7302177Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7303424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7304064Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unique_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7305673Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unpack_dual.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7306526Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7308173Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unpack_dual_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7308768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unpack_dual_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7309333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unsafe_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7310589Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7311363Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unsafe_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7312184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_unsafe_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7313953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7314576Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7315451Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7316742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7317264Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7317955Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7319041Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7319946Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7320606Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7321849Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7322767Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7323812Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7324625Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7325288Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7326214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7327195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7328346Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7330013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7330460Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7330916Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7332295Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7334203Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7334747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7335437Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7336400Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7337466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7338149Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7339696Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7340444Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7341758Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7342219Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7343311Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7344273Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7345015Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7346124Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7346913Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7347874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7348737Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7349845Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7350675Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7352459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7352981Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7354021Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7355749Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7356666Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7357779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7358897Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7360058Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7360793Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7361827Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7362882Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7363882Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7364817Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7366122Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7366953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7368373Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7369338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7370598Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7371555Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7372499Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7373248Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7374329Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7375088Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7375942Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7377041Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7378252Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7379128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7379968Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7381001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7381892Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7383557Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7384434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7385568Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7386837Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7388479Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7389427Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7390197Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7390984Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7392406Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7393287Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7394284Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7395304Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7396367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7398278Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7399320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7400144Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7401132Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7402177Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7403035Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7404101Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7405094Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7406138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7407078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7408102Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7408797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7410287Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7411174Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7412701Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7413237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7414453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7415213Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7416557Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7417323Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7418153Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7420523Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7421067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7421445Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7422171Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7423670Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7424516Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7425572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7426548Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7427623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7428563Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7429473Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7430528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7431574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7432573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7433811Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7435107Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7436232Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7437000Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7438065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7439037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7440578Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7441954Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7442718Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7443484Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_values.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7444788Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_values_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7446530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7447939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7448288Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_values_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7449585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_values_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7450461Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_values_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7451711Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_values_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7452702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7453619Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7454529Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_version_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7455407Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_version_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7456780Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7457676Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7458903Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7459699Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7461038Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7462365Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7463290Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7464517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7465695Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7466658Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7468119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7469460Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7470825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7471934Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7473023Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7474088Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7475480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7476552Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7477745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7479342Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/_weight_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7480572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/abs.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7481936Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7482905Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/abs_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7484071Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/abs_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7485429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/abs_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7486600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/abs_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7488246Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/absolute.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7489513Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7490469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/absolute_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7492353Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/absolute_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7493353Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7494670Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7495672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7496827Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7497987Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acos_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7499196Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acos_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7500432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7501627Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7502723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7504087Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7505036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7506117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7507231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acosh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7508504Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acosh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7509622Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7510684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/acosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7511811Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7513043Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7514050Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7515458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7516625Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7518170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7519161Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7520399Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7521333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7522350Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7523395Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7524860Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7525996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7527157Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7528154Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7529367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7530757Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7531760Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7532828Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7533874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7535010Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7536207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7537382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7538325Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7539385Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7540508Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7541797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7543058Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7544039Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7545148Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7546282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7547446Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7548611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7549672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7550944Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7551943Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7553017Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7554060Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7555422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7557427Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7558608Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7559696Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7560861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7562097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7563271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7564339Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7565618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7567496Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7568540Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7569628Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7570927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7571949Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7574175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7574932Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7575567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7576625Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7577646Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7578664Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7579906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7581133Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7582087Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7583119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7584365Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7585512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7586536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7587777Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7589421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addbmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7590060Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7591065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7591822Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7593478Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addbmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7594275Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addbmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7595687Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcdiv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7596970Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7597876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7599062Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7600241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcdiv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7601338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7602373Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcdiv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7603396Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcdiv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7604561Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7605999Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7606984Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7608161Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7609342Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcmul_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7610506Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7611557Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7612867Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7613914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7615326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7616317Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7617687Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7618782Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7619805Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7621128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7622139Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7623234Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7624634Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7625583Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7626569Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7627719Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7629036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7630211Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7631369Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addmv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7632516Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7633733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7634819Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7636031Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7637143Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7638216Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/addr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7639352Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adjoint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7641491Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7642237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adjoint_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7643355Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/adjoint_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7644645Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/affine_grid_generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7645820Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/affine_grid_generator_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7647072Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7648337Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7649287Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7650446Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7651542Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/affine_grid_generator_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7652624Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/affine_grid_generator_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7653709Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7654989Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7656006Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7657251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7658495Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7659430Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7660541Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7661623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7662735Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alias_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7663831Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7665134Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7666178Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7667271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7668389Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7669680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7670654Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7671781Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7673045Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7674451Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7675714Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7676741Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/align_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7677840Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7679182Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7680283Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7681428Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7682459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7683799Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7684910Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7686049Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7687243Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/all_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7688372Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/allclose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7689626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7690725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/allclose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7691779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/allclose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7692839Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alpha_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7694113Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7695269Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alpha_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7696297Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/alpha_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7697584Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7699003Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7700026Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7701143Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7702209Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7703401Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7704440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7705575Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7706669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7707989Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7710038Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7710629Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7711312Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7712374Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7713524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7715396Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/amin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7716474Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/aminmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7718714Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7719490Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7720405Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7721627Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/aminmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7722796Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7724020Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/aminmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7725335Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/aminmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7726522Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7727770Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7728796Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7730047Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7731112Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/angle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7732328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/angle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7733555Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/angle_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7734647Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/angle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7735705Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/angle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7736753Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7738164Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7739277Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7740287Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/le.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7741390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7742649Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7743772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7744973Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7745950Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7747295Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/any_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7748329Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arange.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7749556Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7750592Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arange_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7751820Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arange_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7753107Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arange_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7754166Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arange_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7755675Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arange_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7756648Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arccos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7757846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7758847Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arccos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7760052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arccos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7761134Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arccosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7762448Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7763646Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arccosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7764785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arccosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7765673Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arcsin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7766778Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7767698Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arcsin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7768762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arcsin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7769794Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arcsinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7770960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7772278Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arcsinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7772967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arcsinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7774051Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7774972Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctan2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7776423Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7776987Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctan2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7778427Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctan2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7779523Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7780585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7781749Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7782754Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7784149Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7785100Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7786308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/arctanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7787478Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7789446Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7790393Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7791494Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7792664Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7793789Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7795107Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7796155Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7797533Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7798900Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7800154Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7801329Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7802426Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7803600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7804771Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7805817Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argmin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7807172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argsort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7808316Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7809326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7810274Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7811567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7829588Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argsort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7830350Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argsort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7830938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argwhere.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7831477Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7831869Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argwhere_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7832220Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/argwhere_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7832579Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7833076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7833435Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7833935Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7834465Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7835100Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7835438Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7835815Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7836251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7836616Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7836975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7837300Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7837659Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7838267Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7838872Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7839457Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/as_strided_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7839940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7840673Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7841117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7841677Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7842304Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7842782Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7843603Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7844458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7845426Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7846568Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7847437Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7848246Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7849214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asinh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7850214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asinh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7851158Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7852013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/asinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7852890Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7853902Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7854940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7855791Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7856719Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7857594Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7859223Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7859992Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7860935Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7861957Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7863369Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7864012Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7864973Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7865807Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7866819Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7867485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7868401Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7869300Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7870328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7871275Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7872547Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7873293Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atanh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7874282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7875324Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7876337Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7877582Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7878682Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7879744Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7880483Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7881272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7882449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7883343Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7884874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7885438Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7886041Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7886973Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7887631Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/atleast_3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7888384Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7889819Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7890371Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7891429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7892340Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7893180Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7894832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7895299Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7896019Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7897132Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7897873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7898700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7899395Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7900386Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7901040Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7901893Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7902657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7903849Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7904412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7905311Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7906074Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7907081Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7908094Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7908879Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7909762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7910628Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7911592Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7912441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7913198Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7914295Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7915458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7916239Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7917748Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7919062Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7919878Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7920587Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7921476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/baddbmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7922565Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7923336Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7924257Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7925049Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/baddbmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7925940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7926805Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/baddbmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7927660Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/baddbmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7928515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bartlett_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7929730Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7930503Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bartlett_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7931380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bartlett_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7932260Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7933097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7934068Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7934880Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7935865Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7936786Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7937621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7938571Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7939417Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7940318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7941169Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7942096Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7942871Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_elemt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7943870Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7944655Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_elemt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7945502Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7946397Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_gather_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7947369Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7948253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7949010Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7950102Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7950877Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7951938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7952682Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7953600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7954433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7955467Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7956376Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7957232Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7958471Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7959212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7960123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7961072Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7961891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_update_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7962792Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7963695Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7964447Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7965289Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7966275Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7967073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bernoulli.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7968136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7968876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bernoulli_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7969809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7970506Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7971446Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7972348Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bernoulli_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7973110Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bernoulli_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7974045Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bilinear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7974937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7976149Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bilinear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7976979Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bilinear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7977913Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7978806Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7979710Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7980543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7981503Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7982611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7983575Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7984603Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7985526Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7986467Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7987459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7988619Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7989464Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7990502Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7991351Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bincount.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7992513Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7993365Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7994451Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7995550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bincount_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7996531Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bincount_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7997234Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binomial.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7998334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.7999075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8000006Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8000767Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binomial_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8001651Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/binomial_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8002498Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8003962Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8004877Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8005809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8006574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8007285Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8007749Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8008797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8009740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8010843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8011784Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8012781Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8013847Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8014688Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8015677Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8016606Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8017610Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8018529Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8019665Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8020547Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_not.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8021627Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8022397Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8023386Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8024505Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_not_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8025291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8026421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_not_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8027206Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_not_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8028204Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8029093Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8030207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8031232Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8032299Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8033021Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8034033Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8034768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8035663Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8037492Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8038471Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8039499Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8040468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8041415Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8042513Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8043303Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8044217Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8045233Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8046114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8047160Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8048189Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8049016Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8050102Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8050865Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8052012Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8053233Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8054030Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8055140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8055870Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bitwise_xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8056778Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/blackman_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8057795Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8058491Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/blackman_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8059524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/blackman_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8060433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/block_diag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8061572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8062505Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/block_diag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8063601Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/block_diag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8064741Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8065777Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8066524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8067341Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8068350Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8069348Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8069971Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8070757Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8071662Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/broadcast_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8072751Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8073661Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/broadcast_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8074765Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/broadcast_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8076088Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/broadcast_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8076923Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8077861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/broadcast_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8078569Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/broadcast_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8079524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bucketize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8080531Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8081354Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8082308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8083249Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bucketize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8084425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/bucketize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8085216Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/can_cast.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8086285Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8087185Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/can_cast_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8088213Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/can_cast_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8089370Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cartesian_prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8090226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8091182Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cartesian_prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8091935Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cartesian_prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8092727Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8093435Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8094402Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8095377Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8096216Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8097210Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8098533Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8099159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8100105Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8100878Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cauchy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8102065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8102774Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8103779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8104798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8105761Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cauchy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8106717Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cauchy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8107680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ccol_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8108655Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ccol_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8109814Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8111015Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ccol_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8111615Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8112631Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ccol_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8113544Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ccol_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8116317Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cdist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8116832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8117412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cdist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8117976Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cdist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8118930Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ceil.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8119687Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8120752Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8121537Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8122272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ceil_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8123190Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ceil_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8124042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ceil_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8124935Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ceil_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8125949Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/celu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8126962Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8127984Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/celu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8128778Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/celu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8129672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chain_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8130850Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8131551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chain_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8132381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chain_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8133286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chalf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8134205Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8135064Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chalf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8135887Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chalf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8136893Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/channel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8137773Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8138695Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8139550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/channel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8140478Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/channel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8141501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8142320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8143175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8143982Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_inverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8144926Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8145734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8146576Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_inverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8147421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_inverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8148291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8149083Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8150001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8150947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8151822Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8152629Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cholesky_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8153575Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/choose_qparams_optimized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8154546Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8155551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8156608Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8157960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8159321Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8159937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chunk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8160874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/chunk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8161711Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8163091Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8163775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8164501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8165556Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_max.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8166402Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8167149Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8167996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8168783Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_max_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8169693Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8170413Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_max_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8171115Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8172066Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8172833Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8173633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_min.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8174605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8175391Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8176114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8177199Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_min_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8178358Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8178825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_min_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8179774Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_min_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8180504Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8181147Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clamp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8181943Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clip.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8183060Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8183908Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clip_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8184814Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clip_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8185764Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clone.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8186798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8187660Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clone_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8188929Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/clone_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8190093Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8191059Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8191764Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/coalesce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8192894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/coalesce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8193798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col2im.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8194712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8196302Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8197900Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col2im_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8198924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col2im_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8199730Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8200735Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8201730Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8202937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8203805Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8204693Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8205801Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8206806Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/col_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8207694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/column_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8208849Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8209642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/column_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8210313Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/column_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8211226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/combinations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8212647Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8213396Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/combinations_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8214275Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/combinations_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8214735Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8216150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8216634Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/complex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8218510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/complex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8218962Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8219845Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8220427Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/concat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8221453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8222466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/concat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8223087Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/concat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8223944Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/concatenate.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8224803Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8225616Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/concatenate_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8226364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/concatenate_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8227216Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8228062Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8228961Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8229775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8230582Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_physical.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8231520Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8232376Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8233142Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8233947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8234845Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_physical_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8235789Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conj_physical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8236574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/constant_pad_nd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8237627Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8238304Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/constant_pad_nd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8239083Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/constant_pad_nd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8239983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/contiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8241118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8241787Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/contiguous_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8242604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/contiguous_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8243370Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8244289Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8245018Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8245865Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8246992Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8248014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8248758Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8249828Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8250579Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8252047Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8252694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8253675Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8254425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_depthwise3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8255468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8256315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8257424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_depthwise3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8258193Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8259121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_tbc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8259882Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_tbc_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8261032Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8261621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_tbc_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8262564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8263387Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8264257Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_tbc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8264905Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_tbc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8265844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8266637Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8267803Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8268418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8269434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8270481Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8271309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8272002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8272792Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8274485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8275529Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8276360Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/conv_transpose3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8277235Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8278214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8279271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8280207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8281091Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8282086Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8283131Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward_overrideable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8284286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8285076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8286037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8287008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8287933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8288830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8289846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_overrideable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8290852Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8291755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_overrideable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8292655Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/convolution_overrideable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8293571Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8294775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8295796Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8296585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8297528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8298585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8299793Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8300452Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8301182Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8302269Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8302951Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8304044Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8304870Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8305865Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8306671Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8307394Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8308408Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8309348Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8310118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/copysign_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8311207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/corrcoef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8312613Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8313462Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/corrcoef_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8314188Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/corrcoef_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8315455Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8316355Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8317160Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8318418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8319035Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cos_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8320101Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cos_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8320953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8321951Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8322692Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8324070Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8324695Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8325695Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8327272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8327714Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8328629Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8329574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8330256Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosine_embedding_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8331466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8332563Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8333395Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8333987Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosine_similarity.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8335461Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8336097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosine_similarity_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8337249Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cosine_similarity_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8337920Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/count_nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8339037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8339926Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8340808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8341790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/count_nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8342441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/count_nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8343468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cov.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8344464Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8345311Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cov_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8346202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cov_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8347286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8348238Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8349205Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cross_entropy_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8350214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8350784Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cross_entropy_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8351754Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8352612Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cross_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8353564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cross_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8354416Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/crow_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8355781Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/crow_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8357539Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8358487Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8359256Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/crow_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8359976Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/crow_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8361060Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/crow_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8361938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/crow_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8362822Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8363990Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8364710Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8366610Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8367118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8367661Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8368658Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8369532Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8370302Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8370952Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8371924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8372776Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8373567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8374336Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8375132Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8375988Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8376995Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8377667Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8378754Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8379527Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8380479Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8381209Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8382051Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8382824Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8383772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8384493Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8385512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8386267Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8387632Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8388193Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8389411Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8390387Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8391579Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8391956Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8393105Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8394683Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8395708Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8396433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8397217Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8398123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8399012Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8400411Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8400842Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8402237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8402892Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8404337Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8405004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8406109Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8406515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8407956Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8408388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8409734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8410984Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8411756Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8412911Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_is_acceptable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8413598Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8414608Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8415509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8417234Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8417809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8418740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8419443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8420380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8421379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummaxmin_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8422276Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8423189Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummaxmin_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8424233Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8425059Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8426191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8427202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8427910Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8428938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cummin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8430052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8431001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8431718Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8432932Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8433622Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8434551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8435255Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8435889Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8437257Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8438001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8438806Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8439689Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8440455Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumprod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8441624Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8442760Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8443702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8444590Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8445270Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8446642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8447749Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8448829Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8449771Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumsum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8451109Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumulative_trapezoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8452232Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8453511Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8454414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8455509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8457416Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8458551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8459536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8460702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/deg2rad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8461915Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8462958Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/deg2rad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8464205Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/deg2rad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8465453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dense_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8467272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dense_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8467842Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dense_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8468725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dequantize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8470270Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8471165Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8472500Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8473588Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dequantize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8474729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dequantize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8476005Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8478359Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8479197Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8480202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8481395Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8482849Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8483818Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8485075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8486303Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8487250Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8488496Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8489645Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8490793Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/detach_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8491889Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8493050Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8494291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8495358Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8496457Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8497695Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8498718Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8499826Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8500888Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_embed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8502186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8503219Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_embed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8504342Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_embed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8505433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8506558Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8507699Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagflat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8509063Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8509998Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagflat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8511103Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagflat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8512261Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8513375Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8514838Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8516092Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8517236Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8518517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8519605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8520706Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8522078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8523471Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8524459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8525635Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8526899Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8527935Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8529070Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8530351Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8531427Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8533167Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diagonal_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8534388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diff.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8535510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8536754Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diff_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8537844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/diff_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8539009Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/digamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8540404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8541418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8542725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8543817Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/digamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8544942Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/digamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8546020Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/digamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8547191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/digamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8548461Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8549731Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8550827Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8551851Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8552844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8554037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8555843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8556868Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8557893Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8559086Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8560143Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8561362Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8562524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8563748Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8565122Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8566106Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8567208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8568352Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8569765Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8570898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8572127Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8573235Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8574325Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8575409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8576809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8577745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8578901Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8580057Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8581320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8582367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8583399Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8584530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8585798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8586853Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8587921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/dstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8589065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/einsum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8590382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8591446Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/einsum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8592436Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/einsum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8593679Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8594835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8596372Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8597402Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8598605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8599649Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8600983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8602388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8603551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8604983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8606015Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8606934Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8608665Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8609745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8610866Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8611924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/elu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8613116Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8614326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8615720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8616911Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8617927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8618971Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_bag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8620388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8621407Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_bag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8622607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_bag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8623801Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8624858Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8626208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8627136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8628272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8629463Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8630520Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8631675Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8633031Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8634254Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_renorm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8635467Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8636488Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8638866Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8639503Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8640673Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_renorm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8641813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_renorm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8643109Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8644440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8645433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8646618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8647610Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8648914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8650142Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8651272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8652403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8653394Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8654745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8655768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8656947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8658081Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8659183Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8660332Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8661490Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8662705Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8663738Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8664855Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8665933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8667234Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8668325Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8669486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8670605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8671809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8672860Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/empty_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8674181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8675365Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8676606Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8677717Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eq_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8678905Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eq_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8679989Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8681126Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8682449Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8684301Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/equal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8685408Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/equal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8686405Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8687567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8688667Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8690168Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8691227Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8693052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8693629Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8694597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8695607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8696883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8698136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8699545Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8700617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8701604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8702697Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8703843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8704926Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8706058Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8707188Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8708556Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8709518Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8710677Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8711786Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfinv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8712985Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8714094Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8715482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/erfinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8716557Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8717706Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8719047Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8720050Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8721344Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8722550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8723804Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8724816Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8726763Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8727509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8728359Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8729514Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8730461Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8731638Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8732785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8733937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8735183Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8736424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8737656Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8738624Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8739694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8740928Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8742091Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8743293Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8744750Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8745475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8746562Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8747763Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8748980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expand_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8750065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8751380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8752443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8753367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8754815Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expm1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8755910Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expm1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8757199Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8758936Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8759967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exponential.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8761423Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8762452Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8763560Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8764755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exponential_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8765959Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exponential_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8767039Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/exponential_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8768079Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eye.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8769350Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8770517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eye_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8771564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eye_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8772853Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eye_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8773929Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eye_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8774877Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/eye_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8776300Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8777404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8778375Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8779783Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8780945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8782834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8783432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8784364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8785075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8786576Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8787259Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8788521Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8789164Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8790245Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8791111Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8792561Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8793305Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8794682Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8795837Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8797318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8798171Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8800123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8800867Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8801510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8802295Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8803263Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8804069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8804845Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8805544Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8806909Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8807584Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8808775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8809551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8810582Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8811438Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8812408Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8813311Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8814457Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8815265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8816249Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8817378Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8818364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8819150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8820192Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8821123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8822212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8823137Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8824119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8825138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8826473Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8828208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8828666Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8829409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8830216Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8831031Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8831761Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8833079Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/feature_alpha_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8833848Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8834759Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8835956Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8836867Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/feature_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8837892Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8838805Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/feature_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8839447Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/feature_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8840629Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8841454Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8842318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8843318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8844084Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8845238Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8846480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8847251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8848312Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftfreq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8849389Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8849973Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftfreq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8851313Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftfreq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8851976Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8852910Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8853568Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8854541Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8855420Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8856457Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8857453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8858419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_fftshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8859504Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8860119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8861141Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8861916Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8862828Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8863813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8864967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8865775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8866775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8867780Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8868703Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8869682Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_hfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8870638Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8871657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8872666Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8873680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8874608Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8876276Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8876883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8877810Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8878784Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8879865Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8880606Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8881676Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8882919Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifftshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8883751Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8884595Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifftshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8885548Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ifftshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8886428Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8888055Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8888995Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8889682Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8890367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8891555Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8892365Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8893490Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8894273Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8895171Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8895912Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8896783Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_ihfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8898240Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8898744Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8899833Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8900195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8901544Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8902651Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8903503Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8904582Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8905944Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8906829Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8907764Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8909045Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8910150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_irfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8911122Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8912174Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8913585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8914200Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8915715Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8916607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8918056Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8918424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8919788Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfftfreq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8920431Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8921314Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfftfreq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8922486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8923420Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8924382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8925117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8925825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fft_rfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8926817Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8927950Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8928838Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8929473Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8930459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8931445Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8932380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8933441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8934477Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8935307Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8936572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8937434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fix.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8938223Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8939066Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fix_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8940080Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fix_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8941075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8942082Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8942817Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flatten_dense_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8944007Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8944958Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8945811Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8946592Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flatten_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8947584Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flatten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8948451Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flip.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8949938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8950737Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flip_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8951550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flip_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8952856Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flip_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8953584Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flip_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8954476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fliplr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8955657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8957632Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fliplr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8958180Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fliplr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8959118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flipud.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8960014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8960787Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flipud_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8961715Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/flipud_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8962773Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/float_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8963759Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8964640Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/float_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8965670Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/float_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8966562Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8968113Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8968769Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8969572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8970570Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8971601Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8972364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8973252Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8974143Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8974876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8976107Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8976937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8978444Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8979188Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8979788Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/floor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8980664Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8981957Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8982993Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8984093Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8985089Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8986263Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8987332Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8988452Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8989769Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8991252Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8992119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8993299Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8994299Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8995538Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8996844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8998105Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.8999219Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9001325Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9001843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9002597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9003468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9004694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9005691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9006546Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9007815Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fmod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9008786Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9009802Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9010682Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9011432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9013135Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frac_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9013830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frac_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9017594Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9017993Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9018386Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9018913Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9019898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9020916Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9021667Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9022747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9023696Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9024218Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9025163Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9026314Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9027371Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9029669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9030322Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9030961Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9031837Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9033027Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9034013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9035473Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9036821Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9037974Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9039035Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9040121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9041426Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9042395Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9043573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9044600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9046047Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9047164Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9048306Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9049318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9050626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9051674Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9052928Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9054014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9054980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9056231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frobenius_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9057576Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9058639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frobenius_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9059780Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/frobenius_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9060897Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/from_file.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9062200Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9063264Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9064264Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/from_file_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9065539Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/from_file_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9066603Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/full.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9067879Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9068841Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/full_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9070117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9071270Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/full_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9072344Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/full_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9073412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/full_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9074669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/full_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9076121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9077589Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9078670Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9079940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9081153Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9082338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9083753Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9084728Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9085856Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9087131Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9088333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9090562Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9091372Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9092406Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9093644Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9094775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9095785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9097137Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gcd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9098298Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9099416Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9100419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9101528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gcd_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9102798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gcd_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9103924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gcd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9105163Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gcd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9106306Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9107320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ge_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9108488Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ge_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9109599Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ge_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9110684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ge_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9111810Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ge_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9112850Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ge_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9115080Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9115592Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9117797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9118679Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9119970Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9120979Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9122152Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9123208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9124398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9125717Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9126804Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9127965Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9129057Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9130164Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9131393Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9132539Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9133659Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geometric.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9134974Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9136090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9137218Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9138322Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geometric_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9139396Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geometric_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9140429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geometric_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9141525Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geqrf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9143226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9144090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9145196Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geqrf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9146473Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/geqrf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9147649Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ger.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9148911Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9149918Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ger_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9151008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ger_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9152128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9153354Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9155061Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9157124Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9157526Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_jvp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9158666Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9159303Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9161408Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9161839Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_jvp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9162760Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9163666Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9165010Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9166023Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9167106Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9168124Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9169006Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_jvp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9170538Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9171164Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9171853Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9172834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_jvp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9173647Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_jvp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9174579Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9176626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9177140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9177581Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/glu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9178501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9179367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9180259Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gradient_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9181092Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gradient_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9182940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/greater.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9183622Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9184222Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/greater_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9185083Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9186036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/greater_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9186909Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/greater_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9187868Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/greater_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9188785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/greater_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9190008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9190984Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9191933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9193140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9193918Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9195165Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9196090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9197098Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9198123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9199019Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9199979Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9200922Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9201894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9202829Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9203835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9204929Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9205813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9206799Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9207790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9208683Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9209624Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9210505Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9211440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9212467Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9213383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9214464Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9215261Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9216236Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/grid_sampler_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9217170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9218272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9219087Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/group_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9220078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/group_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9220977Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gru.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9221956Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9223021Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9224028Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9224964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9226038Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9227259Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gru_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9228217Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gru_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9229123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mT.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9230284Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9231208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9232076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9233091Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9234104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9235292Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9236295Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/gt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9237175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hamming_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9239171Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9239546Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hamming_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9239903Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hamming_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9241001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hann_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9241531Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9243571Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hann_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9244104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hann_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9244744Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9245813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9246714Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9247601Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9248540Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9249331Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9250459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9251225Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9252084Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9253098Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9253872Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9254866Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9255620Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9256890Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9257735Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9258646Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardshrink_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9259642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9260519Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9261724Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9262526Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9263584Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9264475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9265477Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9266225Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9267253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9268350Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9269147Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9270069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9271008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9271946Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9272908Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9273857Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardsigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9274821Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9275909Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9277618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9278463Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9279377Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9280255Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9281309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9282240Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9283190Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9284119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9285049Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9285955Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardswish_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9286921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9287879Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9289406Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9290323Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9291292Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9292187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9293159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9294075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9295054Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9295955Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9296980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hardtanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9297848Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/heaviside.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9299022Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9299790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9300762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9301630Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/heaviside_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9302626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9303466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/heaviside_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9304448Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/heaviside_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9305399Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hinge_embedding_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9306500Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9307325Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9308274Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9309146Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9310780Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9311185Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9312034Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9313082Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9314142Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9315189Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9316502Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histogram_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9316980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histogram_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9317980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histogramdd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9319082Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9319850Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histogramdd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9320672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/histogramdd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9330323Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9330932Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9331420Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9331883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9332267Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hspmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9332603Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hspmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9332940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hspmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9333229Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9333811Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9334247Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9334712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9335120Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9335457Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9335995Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9336434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9336866Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9337218Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9337745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9338489Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9339863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9340684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9341220Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/huber_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9342488Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hypot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9343461Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9344458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9345514Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9346910Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hypot_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9347735Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hypot_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9348635Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hypot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9349385Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/hypot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9351145Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9351661Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/i0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9352770Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/i0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9353459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/i0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9354199Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/i0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9355903Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9356428Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9357266Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9358415Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9359134Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9360113Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9360945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9361799Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9362729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9363609Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9364487Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igammac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9365885Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9366749Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9367736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9369015Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igammac_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9370042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igammac_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9371162Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igammac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9373208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/igammac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9373782Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9374840Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9375687Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9377089Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/im2col_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9378060Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/im2col_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9379223Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/imag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9380641Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9381286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/imag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9382551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/imag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9383566Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9384878Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9386057Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9387098Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9387666Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9388585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9389548Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9390552Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9391757Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9392585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9393989Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9394469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9396800Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9397506Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9398027Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9398551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9399445Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9401347Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9401724Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9402787Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9403772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9404657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9405314Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9406319Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9407235Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9408042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9409003Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9409824Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9410727Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9411669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9412513Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9413408Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9414733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9415673Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9416610Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_put.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9417517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9418466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_put_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9419373Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9420432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9421693Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9422249Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9423440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9424036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_reduce_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9424877Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9426002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9426462Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9427838Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9428588Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9429714Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9430636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9431846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9433584Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9434162Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9435434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9436317Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9437714Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/index_select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9438631Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9440124Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9440659Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9441698Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9442527Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9443695Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9444590Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9445725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9446940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9448352Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9449290Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9450472Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9451763Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/inner.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9453106Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9454186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/inner_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9455451Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/inner_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9456510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/instance_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9457665Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9458834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/instance_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9460003Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/instance_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9461073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/int_repr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9462326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9463575Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/int_repr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9464720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/int_repr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9465902Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/inverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9467114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9468258Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/inverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9469403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/inverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9470441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_coalesced.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9471553Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_coalesced_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9472606Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_coalesced_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9473721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9475524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9476615Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9477704Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9478800Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9480937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9481774Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9482829Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9483970Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9485880Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9486864Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_distributed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9488194Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_distributed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9489183Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_floating_point.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9490384Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9492029Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_floating_point_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9493474Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_floating_point_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9494873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9496053Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9497086Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_inference_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9498193Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_inference_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9499358Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_leaf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9500712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9501840Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_leaf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9503011Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_leaf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9504186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9505477Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9506626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9507741Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9509043Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9510114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9511137Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9512220Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9513409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_pinned.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9514840Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9515967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9516982Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_pinned_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9518224Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_pinned_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9519333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_same_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9520669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9521742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_same_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9522912Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_same_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9524061Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_set_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9525222Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9526233Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9527399Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_set_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9528615Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_set_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9529746Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_signed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9531119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9532079Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_signed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9533247Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_signed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9534304Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_vulkan_available.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9535596Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9536686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_vulkan_available_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9537992Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/is_vulkan_available_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9538899Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isclose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9540184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9541457Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isclose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9542724Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isclose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9543614Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isfinite.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9544938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9546009Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isfinite_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9547151Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isfinite_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9548361Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9549840Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9550745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9551854Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9553035Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9554097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9555508Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9556642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9557828Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isinf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9559072Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9560044Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isinf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9561834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isinf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9562834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isnan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9564137Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9565181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9566292Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9567423Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isnan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9568645Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isnan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9569677Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isneginf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9571139Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9572079Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9573117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9574303Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isneginf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9575479Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9576517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isneginf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9577809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isneginf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9578826Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isposinf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9580215Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9581395Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9582432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9583509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isposinf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9584619Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9585896Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isposinf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9587221Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isposinf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9588398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isreal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9589754Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9590911Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isreal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9591860Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/isreal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9593073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/istft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9594484Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9595628Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/istft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9596731Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/istft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9598024Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/item.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9599481Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9600524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/item_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9601677Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/item_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9602865Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kaiser_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9604146Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9605213Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kaiser_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9606320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kaiser_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9607426Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kl_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9608824Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9609818Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kl_div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9610910Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kl_div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9612028Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kron.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9613319Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9614424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kron_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9615512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kron_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9616612Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kthvalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9617898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9619050Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9620127Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9621471Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9622578Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kthvalue_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9623720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/kthvalue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9624830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/l1_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9626234Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9627149Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/l1_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9628249Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/l1_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9629412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9630808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9631916Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9633029Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9634139Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lcm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9635576Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9638047Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9638884Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9639887Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lcm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9641072Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lcm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9642230Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lcm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9643287Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lcm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9644491Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ldexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9645727Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9646890Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ldexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9648047Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ldexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9649497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9650339Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/le_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9651593Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/le_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9652684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/le_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9653939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/le_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9654978Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/le_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9656082Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/le_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9657355Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9658640Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9659772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9660900Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9662207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9663333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9664508Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9665490Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9666739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9668060Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9668993Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9670172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9671295Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9672612Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9673853Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9675241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9676390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/leaky_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9677683Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9679078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9680042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9681416Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9682531Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lerp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9683709Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lerp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9684759Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lerp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9685947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lerp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9687066Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/less.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9688424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9689465Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/less_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9690871Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9691891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/less_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9693005Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/less_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9694041Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/less_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9695268Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/less_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9696346Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9697775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9698711Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9699874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9701202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lgamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9703257Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9704005Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9713774Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9714549Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9715789Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9716848Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_fresh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9718156Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9719020Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_fresh_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9720240Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9721970Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_fresh_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9723151Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9724450Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_fresh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9725585Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_fresh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9726655Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9727679Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9728967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9730255Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9731348Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9732684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9733752Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9735004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9736007Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9737166Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9738467Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9739551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9740650Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9741733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cholesky_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9742823Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cond.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9744185Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9745217Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cond_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9746336Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cond_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9747621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9748861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9749924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9751138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9752304Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cross_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9753402Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9754614Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cross_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9755942Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_cross_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9757250Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9758597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9759633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9761628Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9762878Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9765054Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9766750Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9768783Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9770586Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9771686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9772952Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9773980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eig_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9775207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eig_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9776303Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9777809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9778909Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9780202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9781442Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigvals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9782889Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9784097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigvals_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9788287Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigvals_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9788852Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigvalsh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9791040Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9791910Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9794015Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9795129Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_householder_product.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9796321Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9799053Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9799514Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_householder_product_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9800390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_householder_product_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9801253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9802318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9803172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9804201Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9805665Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9806315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9808090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9808420Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9809443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9811104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9812681Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9813559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_inv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9814987Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9815774Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9816776Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9820291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9821075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9822078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9823176Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9823898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9825038Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9825936Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9826915Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9827782Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9828820Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9829978Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9830739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9832084Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9832861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9833929Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9835147Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9836310Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9837170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lstsq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9838690Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9839602Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9840337Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9842647Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lstsq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9843508Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lstsq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9844600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9846797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9847338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9847940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9848630Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9849775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9850553Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9852437Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9853173Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9854075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9854893Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9856193Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9857057Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9857896Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9858664Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9860207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9860983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9861868Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9862926Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9865836Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9866525Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9867694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9868411Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9869116Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9870136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9871056Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9871830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9873818Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9875065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9875960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9877830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9878747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9880022Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9880721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9881953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9882674Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9883536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9884483Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9885511Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9886765Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9887572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9888714Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9889904Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9891231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9892667Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9894028Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9895245Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_rank.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9896830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9898184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9899461Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9900521Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_multi_dot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9901942Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9902973Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_multi_dot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9904102Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9905198Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9906557Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9907613Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9908857Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9909941Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_pinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9911094Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_pinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9912452Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9913829Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9915567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9916619Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_pinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9918190Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_qr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9919583Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9920562Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9921678Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9922755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_qr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9923895Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9924932Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_qr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9926093Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_qr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9927086Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9928666Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9929792Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9930842Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9931994Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9934233Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9934813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9935771Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9936797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9937861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9939003Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9940197Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9941293Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_triangular.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9942777Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9943958Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9945056Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9946291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9947311Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9948593Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9949629Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9950717Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9951767Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_svdvals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9953806Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9954722Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_svdvals_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9955973Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_svdvals_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9958181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_tensorinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9959261Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9960304Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_tensorinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9961443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9962581Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_tensorsolve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9963970Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9964949Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9966146Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9967492Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vander.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9968845Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9969940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vander_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9971021Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vander_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9972129Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vecdot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9973393Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9974390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vecdot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9975478Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vecdot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9976699Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vector_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9978133Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9979196Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9980283Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9981533Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9983317Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9983915Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vector_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9984812Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9985883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9987058Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9988335Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9989500Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9991269Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9991949Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9993047Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9994091Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9995329Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9996566Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linspace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9997958Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:14.9999022Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0000143Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0001374Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linspace_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0002567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linspace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0003574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/linspace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0004713Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0005826Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log10.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0007250Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0008165Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log10_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0009284Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log10_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0010451Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log10_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0011597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log10_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0012863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log10_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0014087Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log10_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0015268Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0016727Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0017718Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0018760Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0019809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log1p_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0021160Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log1p_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0022337Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0023678Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0024814Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0026013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0027097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0028432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0030226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0031285Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0032414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0033546Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0035126Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0036026Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0037266Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0038538Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0039683Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0040822Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0041936Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_normal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0043268Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0044293Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0045497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0046517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0047675Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_normal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0048785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_normal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0049876Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0051085Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0052250Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0053512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0055610Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0056226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0056995Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0058141Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0059188Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0060410Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0061485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0062735Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0063843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0064996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0066097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0067285Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0069256Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0069763Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0070657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0071810Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0072714Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0073873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0075384Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0076494Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0077655Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0078737Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0079871Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0080985Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0082093Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0083431Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0084497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0085522Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0086694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0088012Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0089155Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0090367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logaddexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0091402Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logcumsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0092737Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0094138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0095197Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logcumsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0096384Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logcumsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0097345Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0098710Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0099781Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0100846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0101871Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0103233Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0105020Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0106111Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0107153Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0108390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0109458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_not.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0110817Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0111847Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0112901Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0113894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_not_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0115342Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_not_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0116536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0118845Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0119617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0120639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0121999Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0123095Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0124189Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0125400Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0126668Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0127617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0128787Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0129915Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logical_xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0130953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0132060Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0133470Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0134486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0135737Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0136855Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0138023Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0139055Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0140291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0141457Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0142684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0143672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0144786Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0146052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0147160Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logspace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0148600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0149754Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0150881Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0152079Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logspace_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0153186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logspace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0154262Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logspace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0155544Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0157713Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0158333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0158987Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0160078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0161078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/logsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0163037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0163664Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0164346Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0164961Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0166039Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lshift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0166728Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0167680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0168494Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0170390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0171399Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0171831Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0172579Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0173482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0175253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_mps_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0175638Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0177064Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_mps_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0177662Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0178689Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0179509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lstm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0181240Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0181757Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0182702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0183549Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0184937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0185469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0186678Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0187631Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0188548Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0189490Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0190757Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0191642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_unpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0192628Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0193573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0194433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0195573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_unpack_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0196525Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0197634Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_unpack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0198240Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/lu_unpack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0199226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0200217Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mH_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0201082Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mH_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0202234Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0203407Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mT_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0204068Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mT_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0205219Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/margin_ranking_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0205994Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0206975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/margin_ranking_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0208023Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0208664Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0209978Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0210675Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0211607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0212442Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0213480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0214347Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0215355Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0216333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0217318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0218328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0219357Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0220269Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0221093Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0222226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0223142Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0224286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0224944Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0225920Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0226943Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0227759Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0228570Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0229315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/masked_select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0230267Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0231182Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matmul_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0232089Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0232824Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matmul_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0233734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matmul_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0234639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0235705Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0237061Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0238420Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_H.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0239260Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0239947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_H_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0241051Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_H_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0241746Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0252530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_exp_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0253335Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0254010Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_exp_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0254504Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0255132Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0255595Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0255933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0256336Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0256677Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0257122Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0257538Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0257844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/matrix_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0258364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0258762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0259139Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0259706Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0260262Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0260736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0261445Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0262377Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0263145Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0264224Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0264958Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0266896Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0267364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool1d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0268335Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0269179Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0270055Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0270911Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0271725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0272589Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0273480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0274317Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0275318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0276346Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0278204Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0279153Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0279825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0280826Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0281818Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0282888Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0284130Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0284877Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0285637Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0286760Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0287779Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0288709Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0289677Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0290633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0291639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0292543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0293375Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0294454Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0295450Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0296609Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0297557Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0298458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0299418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0300333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0302415Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0303303Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0304290Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0305154Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0306120Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0307036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0308043Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0308924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0310036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0311003Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0312024Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0313052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0313935Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/max_unpool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0315074Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/maximum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0316361Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0317161Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0318348Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0319272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/maximum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0320001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/maximum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0321027Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/maximum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0321943Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/maximum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0322838Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0323906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0325049Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0325869Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0326740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0327611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0328547Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0329418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0330378Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0331231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0332208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/median.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0333314Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0334246Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0334992Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/median_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0335931Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0336862Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/median_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0338031Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/median_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0338756Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/median_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0339902Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/meshgrid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0340737Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0341715Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/meshgrid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0342472Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/meshgrid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0343453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0344496Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0345466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0346275Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0347522Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0348540Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0349592Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0350504Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0351489Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/min_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0352433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/minimum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0353626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0354581Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0355642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0356480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/minimum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0357551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/minimum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0358558Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/minimum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0359537Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/minimum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0360343Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0361350Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0362403Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0363277Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0365289Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0365880Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0366624Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0367394Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0368153Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0370084Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0370850Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0371715Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0372780Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0373825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0374663Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0375874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0376609Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0377642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0378594Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0379590Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0380566Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0381591Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0382487Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0383525Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0384597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0385545Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0386481Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0387592Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0388580Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0389429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0390376Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0391490Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0392220Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0393027Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0393890Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0395275Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0396388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0397101Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0397953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0399132Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0399869Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0400777Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0402425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/miopen_rnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0403297Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0404234Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0405326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0406193Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0407265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0408314Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0408854Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0410337Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0411327Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0412072Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0413118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0414019Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0414993Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0416391Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mish_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0416925Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0418231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0419280Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0420299Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0421345Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0422367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0423655Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0424053Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0425266Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0425816Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0427250Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0429335Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0429792Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0430259Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0431446Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0432297Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0433043Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0433981Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0435057Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0435773Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0437846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0438461Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0439554Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0440318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0441218Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0442175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0443191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0443989Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0445237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0446113Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0447208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0449121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0449558Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0450488Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0451613Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0452366Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0453615Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0454744Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0456078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0457059Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0458248Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0459466Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0460661Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0461832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0463092Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0464374Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0465469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0466606Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0467882Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0469336Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0470419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0471593Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0472883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0473738Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0475236Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0476329Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0477371Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0479393Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0479948Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0481026Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0482214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0483364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mode_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0484418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mode_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0485548Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mode_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0486655Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mode_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0487829Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/moveaxis.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0489103Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0490159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/moveaxis_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0491317Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/moveaxis_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0493360Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/movedim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0494038Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0494823Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/movedim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0495983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/movedim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0497159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_convolution_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0498571Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0500051Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_convolution_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0501512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0502696Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0504012Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0504985Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0506304Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0507453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0508725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0509698Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0510983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0511828Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0513074Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0514139Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0516295Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0516901Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0518144Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0519389Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0520479Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0521739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0522747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0523961Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0525158Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0526286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mse_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0528001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/msort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0529482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0530520Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/msort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0531708Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/msort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0532809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0534103Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0535572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0536680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0537812Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0538887Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0540123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0541071Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0542554Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0543783Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0544901Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0546256Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0547407Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0548436Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0549597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0550730Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0551824Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0552890Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0554116Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multi_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0555458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0556710Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0557907Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0559149Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0560188Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0561318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0562452Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0563733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0564837Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0566271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0567425Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0568518Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0569419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0570540Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0571759Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multinomial.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0572939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0574227Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0576176Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multinomial_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0577004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multinomial_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0578092Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multiply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0579390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0580345Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multiply_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0581416Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/multiply_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0582934Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0584012Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0585103Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0586243Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mvlgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0587529Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0588665Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0589767Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0590927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mvlgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0592006Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/mvlgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0593121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nan_to_num.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0594489Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0595670Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0598012Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0599018Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nan_to_num_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0599987Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nan_to_num_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0601183Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0602553Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0603553Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0604729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0605860Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmedian.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0607158Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0608328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0609344Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0610493Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0611607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmedian_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0612712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanmedian_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0613858Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanquantile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0615207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0616279Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanquantile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0617398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nanquantile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0618619Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nansum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0619833Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0620890Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0622011Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nansum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0623307Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nansum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0624379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0625693Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0626761Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0628107Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0629090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0630202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0631396Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0632478Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0633670Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/narrow_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0635073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0636348Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0637601Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0638689Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0639895Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0641248Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0642407Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0643594Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0644790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0645739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0646865Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0648144Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_channel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0649442Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0650513Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0651567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_channel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0653405Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0654251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0655488Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0656944Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0657930Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0659080Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0660092Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0661306Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0662625Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0663784Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0665530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0666637Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0667913Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0668946Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0670008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0671818Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0673100Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0673755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0675145Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0676392Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0677441Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0678601Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0679804Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0680929Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0682023Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_group_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0683195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0684555Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0685684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0686723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0687945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0689159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0690260Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0691429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0692606Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0693697Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0694830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0695908Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0697796Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0698191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0699793Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0700401Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/native_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0701440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ne.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0702234Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0703118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ne_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0703938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ne_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0705380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ne_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0706151Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ne_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0706959Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ne_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0708036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ne_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0709219Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0710075Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0711004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/neg_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0711772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/neg_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0712636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/neg_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0713254Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/neg_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0714314Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0715224Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0716142Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/negative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0716885Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0717732Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/negative_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0718499Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/negative_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0719428Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nested_to_padded_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0721323Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0721652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0723705Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0724062Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0725201Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0726207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0727006Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0727786Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0728668Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0730018Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0730615Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0731694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_empty_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0732865Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_full.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0733474Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0734468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_full_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0735477Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_full_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0736302Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_ones.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0737279Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_zeros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0738253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0739268Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_ones_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0740248Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_ones_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0741344Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0742255Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_zeros_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0743277Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/new_zeros_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0744652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nextafter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0745331Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0746389Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0747302Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0748305Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nextafter_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0749226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0750113Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nextafter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0751260Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nextafter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0752167Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0753139Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0753807Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0755036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0756355Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0757652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0758186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0759194Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0759957Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0760936Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0762221Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0762943Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0764287Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0764808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0765867Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0767117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0768115Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0769367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0770301Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0771329Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0772612Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0773363Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0774624Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0775555Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0776498Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0777488Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0778473Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0779233Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0780207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_forward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0781180Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0782172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0783126Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0784104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0785003Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_nd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0786766Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0787464Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_nd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0788283Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_nd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0789061Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nll_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0790302Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0790938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0791865Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0792756Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0793713Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0794824Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0795917Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero_numpy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0796891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero_numpy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0798011Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0798755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0800190Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0801617Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0802039Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0803067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0803878Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0804859Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_except_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0806359Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0807037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_except_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0808082Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_except_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0809084Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0810121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0811275Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0812258Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0813416Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/normal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0814795Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0815920Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/normal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0817068Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/normal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0818178Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/normal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0819253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/normal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0820348Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/normal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0821601Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/not_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0823099Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0824162Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/not_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0825235Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/not_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0826345Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nuclear_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0827623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0828708Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nuclear_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0829839Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/nuclear_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0830931Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/numpy_T.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0832264Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0833276Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/numpy_T_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0834483Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/numpy_T_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0835747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/one_hot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0837070Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0838157Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/one_hot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0839357Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/one_hot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0840507Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ones.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0841799Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ones_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0842999Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0844468Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0845715Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0846787Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ones_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0847889Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ones_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0849050Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ones_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0850193Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ones_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0851697Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0852560Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0854348Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0854995Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/orgqr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0855802Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0857813Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/orgqr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0858531Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/orgqr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0859273Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ormqr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0859879Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0860650Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0862023Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ormqr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0862427Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ormqr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0863631Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/outer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0864698Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0865372Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/outer_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0866346Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/outer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0867227Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/output_nr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0868230Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0869194Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/output_nr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0870048Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/output_nr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0871396Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0872142Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0873112Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0874158Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0875775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pad_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0876710Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0877791Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pad_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0878684Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pad_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0879734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pairwise_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0880725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0881490Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pairwise_distance_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0882438Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pairwise_distance_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0883374Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pdist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0884524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0885315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pdist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0886349Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pdist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0887250Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0888544Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0889704Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0890680Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0892840Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0893191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0893925Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0894874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0895952Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/permute_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0896834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pin_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0897791Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0899893Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pin_memory_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0900501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pin_memory_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0901205Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pinverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0902239Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0902894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pinverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0904568Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pinverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0904884Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0907092Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0907886Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0908507Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0909630Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0910516Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0912293Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_unshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0913604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0914832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0916495Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0917815Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_unshuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0919140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0920096Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0921465Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0922504Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0923607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0925409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0926607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_nll_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0927700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0928800Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_nll_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0930007Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0931072Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/poisson_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0932187Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0933543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0934660Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polar_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0935762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polar_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0936825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0938008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0939090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0940345Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0941607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0942570Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0943731Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0944885Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0945996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0947148Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0948262Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/polygamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0949487Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/positive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0950802Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0951757Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/positive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0952965Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/positive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0954096Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0955675Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pow_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0957194Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0957925Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pow_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0959378Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pow_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0960224Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pow_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0962352Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pow_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0963035Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/pow_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0963435Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0964292Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0964985Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0965727Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0966473Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0967344Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0968314Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0969368Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0970171Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0971208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0972235Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0972974Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0973947Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0974963Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0976173Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0976970Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0977699Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0978558Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0979238Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0979948Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0981202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0982014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0983001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/promote_types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0983740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0984646Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/promote_types_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0986032Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/promote_types_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0986986Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/put.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0988991Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0989507Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/put_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0990014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/put_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0990899Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/put_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0992512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/put_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0993405Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0995193Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_axis.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0995949Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_axis_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0996924Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0997873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_scales.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0998945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.0999621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_scales_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1000696Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1001341Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_zero_points.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1002839Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1003297Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1004658Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1005268Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1006261Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1006980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1007712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_zero_point.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1008724Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_zero_point_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1009630Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/q_zero_point_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1010688Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/qr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1011566Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1012448Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/qr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1013448Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/qr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1014352Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/qscheme.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1015381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/qscheme_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1016151Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/qscheme_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1017170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1018251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1018950Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1020378Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1021059Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_channel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1022122Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1023072Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1024100Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1025114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_channel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1026097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_channel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1026687Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1027811Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1028690Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1029511Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1030488Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1031546Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1032732Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1033773Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1034784Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1036339Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1037170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1038963Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1039359Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1040730Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1041626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1042578Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1043699Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1045311Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1045755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1047662Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1048213Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1049013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1049760Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1051186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1051893Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1053132Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1053673Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1054624Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1056185Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1057966Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1058392Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1058953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1059993Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1061125Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1062002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1062530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1064326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1065123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1065990Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1066746Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1067953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rad2deg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1068869Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1069659Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rad2deg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1070502Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rad2deg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1071207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1072740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1073366Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1074746Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1075735Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1077328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1078177Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1079161Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1079975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rand_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1080584Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1082176Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1082712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randint_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1084682Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1085076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randint_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1085755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randint_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1086434Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randint_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1087409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randint_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1088786Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1089790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1090668Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1091574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1092604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1093596Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1094426Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1095436Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1096308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1097334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/random.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1098342Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1099333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/random_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1100214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/random_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1101223Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/random_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1102060Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/random_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1103067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/random_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1104005Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randperm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1105135Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1105969Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1107332Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1108188Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randperm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1109192Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/randperm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1110213Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1111292Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1112451Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/range_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1113095Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/range_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1113450Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/range_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1114150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/range_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1115385Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/range_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1116239Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ravel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1117046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1118844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ravel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1119575Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/ravel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1120606Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/real.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1122168Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1123184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/real_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1124115Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/real_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1125310Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reciprocal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1126424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1127320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1128516Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1129370Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reciprocal_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1130933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1131863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reciprocal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1132576Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reciprocal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1134354Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/record_stream.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1134889Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1136034Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/record_stream_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1136399Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/record_stream_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1137359Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/refine_names.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1138304Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1139313Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/refine_names_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1140104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/refine_names_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1141090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1141797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1143005Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1143951Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1144827Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1145503Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1146494Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1147408Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1148398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1150391Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1150878Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1151717Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1152747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1153184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1154091Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1155942Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1157019Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1157818Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1159119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1160184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1161473Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1162475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1163536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1164673Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1165695Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1166858Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1167992Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1169732Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1170920Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1171984Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1173195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1174275Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1175525Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1176625Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1177764Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1179141Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1180019Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1181045Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1182194Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1183546Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1185417Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1186755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reflection_pad3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1188629Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1189732Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu6.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1191130Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1192086Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu6_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1193124Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu6_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1194534Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1196580Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1197760Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1198990Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1200053Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1201094Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1202207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1203515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1204751Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1205750Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1206849Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1208048Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1209193Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1210475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1211657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/remainder_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1212752Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rename.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1214308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1215460Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rename_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1216935Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rename_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1218148Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/renorm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1219850Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1220942Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1222382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1223367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/renorm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1224625Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/renorm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1225724Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/renorm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1226682Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/renorm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1227825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1228873Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1230076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_interleave.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1231331Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1232729Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1233835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1235222Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1236317Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_interleave_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1238030Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_interleave_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1239429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1240740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/repeat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1241869Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1243133Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1244456Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1245754Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1247107Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1248392Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1249486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1250721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1251792Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1253225Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1254401Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1255463Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1256494Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1257535Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1258742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1259721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1260519Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1261710Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1263185Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1263807Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1264943Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1266553Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1267848Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1269064Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1270120Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1271248Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1272310Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1273358Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1274510Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1275523Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1276630Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1277596Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1279276Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1279933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1280974Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1282298Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1283335Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1284194Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1284964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1286220Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1287254Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1287882Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/replication_pad3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1288817Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/requires_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1289981Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1291224Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/requires_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1292184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/requires_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1293367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1294414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1295397Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1296573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1297381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1297928Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1298900Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1299810Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1300564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1301501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/reshape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1302344Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1303443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1304348Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1305416Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1306282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1307094Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1308110Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1308991Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1310052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1310923Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_as_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1312222Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1313088Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1314278Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1315294Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1316227Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1317313Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1318120Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resolve_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1318960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1319765Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resolve_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1320855Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resolve_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1321720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resolve_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1322832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1323954Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resolve_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1324778Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/resolve_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1325736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/result_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1327229Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1327973Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/result_type_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1328891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/result_type_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1329598Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/retain_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1331257Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1332116Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/retain_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1332992Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/retain_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1333852Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/retains_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1334810Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1335668Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/retains_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1336674Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/retains_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1337719Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1338573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_relu_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1340263Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1340848Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_relu_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1341520Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1342462Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1343361Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1344389Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1345453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1346462Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_tanh_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1347533Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1348429Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1349395Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1350457Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1351339Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1352317Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1353464Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rnn_tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1354414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/roll.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1355725Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1357027Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/roll_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1358569Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/roll_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1359548Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/roll_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1360447Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/roll_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1361383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rot90.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1362321Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1363132Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rot90_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1364189Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rot90_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1364923Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1365914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1367039Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/round_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1367740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/round_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1368616Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/round_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1369837Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/round_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1370739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1371965Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1372635Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1373319Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1375314Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1376106Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1376775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1377584Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1378605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1379481Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1380426Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1381770Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1382360Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/row_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1383197Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1384553Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1385717Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1386693Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1387844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1388712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1389885Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1391155Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1391859Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1393155Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1394166Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1396020Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1396703Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1397910Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1399083Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1400438Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1401176Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1403034Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1404034Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rshift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1404937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1405976Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1406874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1407926Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1408887Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1409774Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1410734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsqrt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1411719Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1412776Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1413799Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1415003Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1416090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1417023Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1418034Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1418995Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1420217Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/rsub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1421208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scalar_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1422485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1423442Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scalar_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1424374Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scalar_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1425331Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1426391Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1427718Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1428798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1429884Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1430649Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1431398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1432212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1433008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1433901Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1435633Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1436836Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1437483Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1438162Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1439278Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1440172Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1441123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1442030Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1443251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1444413Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1445145Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1446263Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1447217Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_reduce_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1448150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1449231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1450392Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/scatter_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1451320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/searchsorted.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1452492Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1453497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1454464Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1455500Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/searchsorted_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1456436Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/searchsorted_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1457460Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1458552Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/segment_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1459786Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1460687Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1462560Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1463559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/segment_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1464582Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/segment_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1465536Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1466369Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1467409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1468575Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1469601Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1470534Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1471528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1472293Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1472966Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1473977Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1475501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1476719Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1477552Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1478424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1479277Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1480251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1481284Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1482315Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1483309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/select_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1484239Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/selu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1485214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1486374Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/selu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1487146Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/selu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1488079Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1489476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1490279Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1491161Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1491917Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1492951Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1493852Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1494864Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1496065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1497082Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1497978Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1498630Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/set_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1499657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sgn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1500611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1501496Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1502346Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1503228Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sgn_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1504201Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sgn_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1505259Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sgn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1506298Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sgn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1507253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1508150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1510406Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1511432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1512443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1513412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1514512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1515509Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1516475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1517636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1518660Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1519397Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1520128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1521017Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1522200Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1523276Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1524085Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sign.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1524926Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1526373Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sign_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1527030Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sign_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1528088Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sign_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1529144Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sign_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1530203Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sign_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1531112Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sign_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1531961Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/signbit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1532960Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1533799Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1534740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1535690Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/signbit_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1536699Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/signbit_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1537575Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/signbit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1538492Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/signbit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1539489Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1540259Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1541501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1542524Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1543186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1544159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1545070Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1546108Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1546881Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1547939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1549090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1550158Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1551078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1552129Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1553035Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1554011Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1555113Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/silu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1556286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1557295Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1558067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1558811Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1560489Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1561101Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1562180Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1563034Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1564162Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1565184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1566065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1566805Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1567860Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1568661Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1569602Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1570620Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1571828Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1573097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1574171Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1575168Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1575977Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1576996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1577566Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1578519Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1579380Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1580225Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1581195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1581789Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1582615Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1583474Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1584433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1585452Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1586331Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1588289Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1588922Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1590158Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1591138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1591945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1592807Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1593774Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1594809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1595893Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1596886Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1597801Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1598707Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slice_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1599733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1600576Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1601334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1602282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1603437Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1604334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1605334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv3d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1606216Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1607073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1607903Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1609114Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1610125Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1611070Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1612183Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1613256Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1614265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1615301Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1616222Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1616980Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1617894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1618604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1619587Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1620609Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1621757Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1622977Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1624140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1625306Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1626100Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1627358Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1628313Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1629382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1630484Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1631884Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1633003Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1634119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1635369Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1636307Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1637901Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1639164Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1640054Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1641101Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1642090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1643139Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1644642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1645444Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1646637Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1647597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1648823Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1650177Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1651320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1652364Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1653356Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1655414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1656128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1656898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1657882Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/soft_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1658997Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/soft_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1660465Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1661357Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1662530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1663443Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1664678Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/soft_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1665832Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/soft_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1666933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1668169Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1669097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1670506Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1671562Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1672422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1673076Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1674447Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1675526Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1676408Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1677183Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1678334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1679055Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1679733Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1680911Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1681800Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1682632Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1683459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1684775Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1685613Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1686445Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softplus_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1687404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1688433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1689736Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1690657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1691945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1692871Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1693523Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1694478Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1695480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1696458Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1697305Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1698316Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1699262Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1700231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1701129Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1702196Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/softshrink_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1703065Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1704299Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1706279Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1707130Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1707785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1708521Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1709567Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1710376Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1711687Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1712704Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1713732Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_bsc_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1715627Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1716353Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1717118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1717700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_bsr_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1718548Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1720160Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1720952Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1722048Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_compressed_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1723191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1724254Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1725398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1726190Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_coo_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1727113Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1728431Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1729206Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1730267Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1731128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_csc_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1732297Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1733037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1734116Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1734997Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_csr_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1736072Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1736959Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1737910Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1738904Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1739784Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1740842Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1741994Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1742877Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1743783Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_mask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1744652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1745537Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1746382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_and_clear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1747522Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1748229Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1749241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1750321Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1751071Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1751880Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1752755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1753660Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1754663Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_sampled_addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1755609Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1756600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1757563Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_airy_ai.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1758638Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1759440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1760339Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1761121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_airy_ai_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1762061Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1763149Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_airy_ai_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1763997Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_airy_ai_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1764844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1765902Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1766821Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1767844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1768493Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1769700Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1770607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1771731Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1772762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1774197Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1775552Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1776540Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1777347Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1778134Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1779074Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1780110Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_j1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1781840Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1782657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1783545Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1784090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1785211Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1786280Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1786968Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1788247Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1788988Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1789898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1790994Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1791697Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1792636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1793652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1794719Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1795772Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_bessel_y1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1797459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1798469Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1799663Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1800671Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1801274Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1802559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1803329Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1804440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1805423Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1806484Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1807201Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1808099Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1809037Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1809802Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1811096Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1811587Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1812689Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1813921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1815100Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1815796Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1817025Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1817675Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1818530Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1819405Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1820266Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1821356Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1822008Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1823238Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1824471Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1824977Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1826228Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1826886Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1828353Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1829390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1830289Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1830825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1832299Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1832861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1835398Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1835839Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1836278Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_digamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1837071Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1837863Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_digamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1838983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_digamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1840032Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_entr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1841109Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1841644Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1842493Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1843234Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_entr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1844636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1845701Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_entr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1846394Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_entr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1847263Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1848239Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1849272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1850041Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1851329Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1852234Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1853396Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1854605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1855528Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfcx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1856828Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1857516Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1858630Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1859417Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfcx_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1860227Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1861141Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfcx_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1862348Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfcx_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1862923Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1863955Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1864964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1865597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_erfinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1866471Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_exp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1867445Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1868326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_exp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1869309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_exp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1870473Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_expit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1871721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1872500Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_expit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1873522Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_expit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1874707Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1876418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1877345Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1878532Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1879841Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammainc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1881150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1882169Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammainc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1883300Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammainc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1884505Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammaincc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1885835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1886971Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammaincc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1888005Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammaincc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1888936Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammaln.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1890406Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1891453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammaln_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1892570Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_gammaln_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1893840Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1895340Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1896629Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1897631Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1898589Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1900022Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1900898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1902205Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1903341Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1904576Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1905647Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1906906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1908133Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1909497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1910600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1911719Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1912901Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1914648Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1915952Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1917222Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1918316Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1919541Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1920586Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1921701Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1922923Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0e.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1924353Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1925245Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1927093Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1927678Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0e_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1928539Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1929691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0e_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1930760Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i0e_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1932007Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1933342Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1934394Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1935790Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1936913Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1938025Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1939113Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1940378Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1941543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1e.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1942945Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1944000Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1945082Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1946145Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1e_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1947363Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1949475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1e_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1950068Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_i1e_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1950834Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1952128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1953237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1954465Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1955559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1957476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1958435Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1959669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1960940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1962072Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1963308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1964686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1965889Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1966908Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1968014Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1970116Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1970787Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1971494Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1972383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1973307Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1974695Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1975618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1976269Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1977521Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1978461Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_ndtr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1979463Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1980127Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1980988Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1981976Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_ndtr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1983273Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1983797Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_ndtr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1984921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_ndtr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1985842Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1987739Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1988354Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1989109Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1990109Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_logit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1991150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1991996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_logit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1992726Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_logit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1993623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_logsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1994673Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1996003Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_logsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1997002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_logsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1998021Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1999230Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.1999865Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2000785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2001527Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2002264Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2003119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2004019Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2004694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2005732Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2007247Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2007692Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2008721Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2009596Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2010456Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2011304Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2012225Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2013226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2014184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2014887Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2015707Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2016611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2017412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2018353Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2019156Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2020359Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2021339Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2022166Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2023249Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2024698Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2025554Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2026366Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2027138Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_multigammaln.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2028104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2028766Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_multigammaln_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2030146Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_multigammaln_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2030762Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2031967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2032726Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2033792Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2034702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtri.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2036586Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2036939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2037450Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2038489Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtri_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2039388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2040286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtri_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2041740Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_ndtri_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2042383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_polygamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2043326Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2044243Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_polygamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2045286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_polygamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2046298Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_psi.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2047889Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2049078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_psi_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2049764Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_psi_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2050632Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2051712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2052339Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2053432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2054271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2055564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2056098Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2056959Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2057785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2058668Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2059454Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2060346Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2061137Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2062242Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2062867Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2063767Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2064542Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2065448Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2066268Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2067234Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2067850Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_sinc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2068883Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2070637Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2071718Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2072558Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2073419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2074720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2075948Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2077096Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2078186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2079082Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2079887Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2081039Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2082197Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2083269Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2083676Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2084857Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2085844Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2087093Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2087875Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2089636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2090623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2091964Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2093121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2094186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2095162Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2096219Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2097438Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2098601Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2099702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2100925Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2102103Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2103626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2104711Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2105758Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2106831Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2108339Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2109488Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2110701Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2111881Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2112916Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2115066Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2116049Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_sinc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2117895Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_sinc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2118939Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2120241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2122442Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2123490Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2124730Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2126090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2127237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2128381Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2129322Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2130621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2131702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2150708Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2151379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2152203Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2152990Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2153611Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2154226Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2154872Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2155630Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2156241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2156930Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlog1py_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2157499Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlogy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2158189Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2158761Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlogy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2159339Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_xlogy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2159906Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2160604Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2161366Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2161967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2162564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2163148Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2163838Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2164454Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2165073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/special_zeta_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2165588Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2166225Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2166984Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2167549Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2168225Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2168991Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2169579Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2170145Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2170720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2171273Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2171853Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2172562Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2173560Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2174713Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2176070Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2176956Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2177979Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2179184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2180456Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/split_with_sizes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2181373Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2182836Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2183922Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2185128Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2187016Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sqrt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2187661Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2188586Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2189843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2191791Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/square.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2193023Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2193949Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/square_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2195316Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/square_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2197055Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2197731Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2198807Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2200051Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2201476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2203389Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2204414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2205692Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2206858Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2207927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/squeeze_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2208998Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sspaddmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2210362Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2211532Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2212681Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2213847Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sspaddmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2214919Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sspaddmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2216042Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2217732Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2218661Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2220004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2221013Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2222310Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2224368Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2224712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2225927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2227033Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2228048Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2229490Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2230196Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2231094Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2231937Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2232940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2233932Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/std_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2235221Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2236623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2237502Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2238366Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2239240Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stride.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2240016Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2241426Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stride_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2242544Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/stride_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2244204Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2244885Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2246160Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2247001Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2248074Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2249358Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2250437Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2251632Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2252815Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2253982Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/subtract.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2255319Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2256388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/subtract_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2257421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2258574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/subtract_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2260350Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2261407Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2262763Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2263787Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2264927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2266690Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2267713Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2268800Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2270190Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2271471Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_to_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2272673Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2273645Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_to_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2275081Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/sum_to_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2276188Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2278390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2279168Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2280236Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2281454Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/swapaxes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2282805Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2283835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/swapaxes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2284990Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/swapaxes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2286062Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/swapdims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2288355Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2288933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/swapdims_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2289453Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/swapdims_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2290485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/symeig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2290930Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2291920Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/symeig_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2292839Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/symeig_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2293718Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2294257Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2295344Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2296241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2297067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2298067Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2299121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2299915Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2301121Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2301907Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take_along_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2302900Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2304004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take_along_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2304549Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take_along_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2305691Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2306239Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2308168Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2308657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/take_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2309071Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2310015Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2311374Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2312083Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2313081Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tan_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2314518Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tan_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2315134Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2316036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2316909Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2317870Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2319044Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2319830Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2320777Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2321377Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2323027Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2323678Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2324513Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2325271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2326243Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2327150Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2328017Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2328990Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2330161Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2331420Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2332444Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensor_split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2333626Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2334597Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensor_split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2335517Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensor_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2336375Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensordot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2337840Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2338755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2339623Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2340630Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensordot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2341546Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tensordot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2342321Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/thnn_conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2343486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2344181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/thnn_conv2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2345111Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/thnn_conv2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2346169Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2347099Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2348073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2348991Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2349687Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2351051Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2351674Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2352745Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2353909Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2355231Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2356117Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2356811Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2358217Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2359107Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2359921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2361475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/threshold_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2362512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2363564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2364570Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2365636Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2366795Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2368099Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2369291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2370699Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2371759Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2372917Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2374667Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2375606Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2376669Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2377826Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2379072Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2380472Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2381328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2382560Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2383673Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2384855Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2385769Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2386861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_mkldnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2388119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2389152Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2390486Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_padded_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2391710Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2392716Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_padded_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2393869Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_padded_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2395286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2396173Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2398241Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2399313Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2400559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2402059Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2403393Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2404379Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2405687Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2406694Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2407865Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2408893Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2410029Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2411246Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2412306Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2413512Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2414851Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2415871Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2417087Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2418210Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2419267Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2420404Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2421732Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2422720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2423831Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2424905Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2426031Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_csr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2427179Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2428399Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2429421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/to_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2430520Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/topk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2431881Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2432921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/topk_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2433914Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/topk_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2435291Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/topk_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2436501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/topk_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2437572Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/topk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2438665Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/topk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2439908Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2441137Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2442686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2443660Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2444702Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2446002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2446934Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2448131Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2449383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2450533Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2451590Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2452935Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2454223Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2455251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2456535Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2457672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2458621Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2459755Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2460981Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2462036Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2463140Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trapezoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2464408Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2465424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trapezoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2466575Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trapezoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2467641Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trapz.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2468853Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2469926Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trapz_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2471044Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trapz_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2472212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triangular_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2473555Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2474658Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2476482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2477613Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triangular_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2479027Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2480087Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triangular_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2481247Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triangular_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2482271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2483574Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2484756Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2485878Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2487018Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2488247Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2489360Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2490518Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2491874Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2492927Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2494211Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2495313Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2496483Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2497535Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/tril_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2498698Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triplet_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2500092Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2501070Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triplet_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2502184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2503268Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2504516Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2505490Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2506607Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2507720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2511995Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2512589Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2513664Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2514846Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2516087Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2517203Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2518576Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2519712Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2520723Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/triu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2521840Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/true_divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2523224Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2524200Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/true_divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2525325Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/true_divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2526643Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trunc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2528004Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2529055Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2530164Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2531207Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trunc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2532361Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trunc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2533485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trunc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2534688Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/trunc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2535931Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/type_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2538221Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2538809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/type_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2539501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/type_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2540482Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2541802Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2543136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2544199Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2545230Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2546485Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2547782Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2548742Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2549975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2550999Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2552118Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unbind_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2553967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unflatten.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2555214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2556409Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unflatten_dense_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2558385Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2559405Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2560645Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2561781Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unflatten_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2562798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unflatten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2564020Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2565248Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2566481Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2567492Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2568618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2569720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2570985Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2572148Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2573407Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2574586Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2575613Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2576835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2578199Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2579269Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2580414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2581619Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2582667Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unfold_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2583798Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/uniform.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2585170Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2586357Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2587431Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2588480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/uniform_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2589835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/uniform_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2590971Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/uniform_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2592181Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_consecutive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2593431Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2594653Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2595975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2597104Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_consecutive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2598323Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_consecutive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2599333Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2600730Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2601657Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2602835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_consecutive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2604327Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2605440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2606515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2607661Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2608827Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2609989Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2611144Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2612279Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2613312Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unique_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2614412Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2615699Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2616984Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_chunk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2618167Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_chunk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2619243Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2620670Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2621777Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2622894Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2623996Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2625401Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2626652Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2627709Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2628890Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2630589Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2631895Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2633202Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2634224Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2635587Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2636639Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2637808Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/unsqueeze_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2639046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2640123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2641529Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2642759Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2643794Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2644931Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2646083Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2647282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2649421Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2649835Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2651141Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2652035Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2652791Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2653807Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2655061Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2655886Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2657513Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2658237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2659256Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2660200Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2661215Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2662373Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2663197Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2663950Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2664850Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2665916Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2666966Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2667706Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2668715Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2669499Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2670387Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2671370Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2672316Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2673392Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2674442Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2675492Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2676624Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2678641Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2679090Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2679935Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2680923Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2681661Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2682952Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2683962Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2684848Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2686056Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2686825Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2687891Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2688983Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2690516Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2691278Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2692616Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2693642Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2694439Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_linear1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2695457Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2696497Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2697599Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2699921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2700550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2700977Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2701320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2702705Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2703502Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2704605Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2705422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2706483Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2707113Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2708089Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2709084Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2710052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2711043Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2712159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2713064Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2713975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2715309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2716432Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2719328Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2720331Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2721327Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2722025Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2723444Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2724073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2725383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2726270Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2727308Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2728452Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2729277Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2730282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2731376Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2732205Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2733580Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2734248Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2735438Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2736459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2737310Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2738305Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2739190Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2740277Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2741311Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2742319Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2743419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2744422Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2745331Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2746372Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2747281Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2748026Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2749010Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2750137Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2750869Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2751963Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2752918Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2753809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2755833Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2756464Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2757560Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2758405Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2759259Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2760268Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2761245Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2762217Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2762773Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2764266Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2765300Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2766369Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2767244Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2768143Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2769488Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2770282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2772416Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2772871Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2773317Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/values.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2773975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/values_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2775270Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2776363Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2777198Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/values_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2778460Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/values_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2779257Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/values_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2781282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/values_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2781660Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vander.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2782503Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2783214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vander_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2784454Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vander_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2785256Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2786643Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2787424Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2788338Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2789149Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2790600Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2791272Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2792215Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2792992Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2794078Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2795337Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2796451Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2796955Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/var_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2797942Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vdot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2800198Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2800809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2801414Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2802408Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vdot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2803522Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vdot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2804640Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2805791Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2806969Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2808105Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2809390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2811448Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2812159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2812912Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2814115Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2815334Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2816707Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2818191Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2818754Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2820097Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2821196Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2822368Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2823475Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2824672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2825997Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2827249Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2828194Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2829346Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2830560Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2831685Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2833577Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2834752Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2836232Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_as_real_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2837734Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2838730Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2840043Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2841159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2842085Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2843123Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2844388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2845563Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2846776Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2847845Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2849040Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2850347Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2852476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2853418Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2854568Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2855648Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2856896Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2858041Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2859262Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/vstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2860383Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/where.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2861686Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2862738Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/where_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2863992Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/where_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2865213Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/where_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2866296Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/where_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2867747Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2868982Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2870141Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2871130Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2872271Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2873480Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2874670Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2876083Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2878200Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xlogy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2879022Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2879867Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2880953Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2881703Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2883195Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2883909Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2885268Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2886190Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2887069Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zero_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2888392Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2889198Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2890208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zeros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2891645Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2891985Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zeros_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2893459Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2894046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zeros_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2895073Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zeros_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2896046Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zeros_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2897177Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/ops/zeros_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2022-12-01T10:09:15.2900693Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2022-12-01T10:09:15.2901467Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-12-01T10:09:15.2901956Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-12-01T10:09:15.2903366Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-12-01T10:09:15.2903769Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-12-01T10:09:15.2904757Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2022-12-01T10:09:15.2906226Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-12-01T10:09:15.2906664Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail/CUDAHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-12-01T10:09:15.2908171Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail/FunctionTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-12-01T10:09:15.2909062Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail/HIPHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-12-01T10:09:15.2909843Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/detail/ORTHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2022-12-01T10:09:15.2911307Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2911966Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2912951Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/AdaptivePooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2913933Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/BatchLinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2914877Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2916390Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/BucketizationUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2917214Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/CPUBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2918061Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/CPUFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2918861Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/CanUse32BitIndexMath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2919768Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ComplexHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2920720Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2921483Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2922309Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ConvUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2923515Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ConvolutionMM3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2924391Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2925479Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2927254Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/DilatedConvolutionUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2927766Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/DispatchStub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2928815Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2930137Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2930890Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2932144Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/EmbeddingBag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2932737Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2933833Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ForeachUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2935476Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2935921Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2936998Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/GridSamplerUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2937819Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2938387Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2939451Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/IndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2940045Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2941201Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/LinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2941986Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/LinearAlgebraUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2942958Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/LossMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2943780Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2945796Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/MathBitFallThroughLists.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2947111Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/MathBitsFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2948091Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/MaxPooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2948859Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/NonEmptyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2950823Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/NonSymbolicBC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2951392Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2952007Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/PointwiseOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2952599Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Pool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2953543Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2954471Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/RNN.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2955606Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/RangeFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2956518Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ReduceAllOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2957401Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2958362Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ReduceOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2959305Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2960253Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2961251Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ResizeCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2962178Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/ScatterGatherChecks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2963052Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/SegmentReduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2964040Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/SharedReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2964963Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/SobolEngineOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2965898Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2966930Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/SortingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2967748Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/SpectralOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2968692Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/StridedRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2969648Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorAdvancedIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2970609Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2971440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorCompare.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2972370Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorConversions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2973279Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorDimApply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2974206Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2975156Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2976153Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2976995Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2977972Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorShape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2979433Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TensorTransformations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2980186Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TopKImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2981156Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TransposeType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2981938Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TriangularOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2982967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/TypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2983692Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/UnaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2984576Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Unfold2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2985494Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/Unfold3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2986349Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/UnfoldBackward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2987028Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/UpSample.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2988558Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2989350Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2990041Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2991074Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/im2col_shape_check.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2991788Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2992692Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/verbose_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2993388Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/vol2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2022-12-01T10:09:15.2994875Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.2995576Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.2996314Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/CatKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.2997252Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.2998351Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/CopyKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.2999220Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3000055Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3000897Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3001711Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3002809Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/Intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3003546Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/IsContiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3004351Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/Loops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3005663Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3006341Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3007208Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/Reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3008382Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/SerialStackImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3009106Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3010374Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/StackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3011149Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/WeightNormKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3011785Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/avx_mathfun.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3012817Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/mixed_data_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3013630Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/moments_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3014323Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3015564Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cpu/zmath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2022-12-01T10:09:15.3016380Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3017196Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3018119Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/BinaryInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3018967Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3019670Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3020696Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3021991Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/CuFFTUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3022869Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3024681Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3025230Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3026002Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3026550Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/LaunchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3027374Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/MiscUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3028286Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3029093Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3030265Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/ScanKernels.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3031000Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3032339Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/SortStable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3033136Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3033724Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/TensorModeKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3035283Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/TensorTopK.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3035989Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/jit_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3037464Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/thread_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3038444Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3039159Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/CUDALoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3040337Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3041246Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3042237Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3043178Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/GridSampler.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3044436Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/JitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3045318Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/KernelUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3046184Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Loops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3047056Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Math.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3049151Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3049606Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3050972Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Normalization.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3052367Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3053010Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Pow.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3054077Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3054654Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Randperm.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3055618Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/Reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3057299Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3057940Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/SortUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3058540Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/SortingCommon.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3059559Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3060343Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3061551Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/UniqueCub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3062428Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/UpSample.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3063344Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/block_reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3064378Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3065501Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3066506Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3067672Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/im2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3068911Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/reduction_template.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3070175Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/cuda/vol2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2022-12-01T10:09:15.3071627Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-12-01T10:09:15.3072142Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/AffineQuantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-12-01T10:09:15.3073419Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-12-01T10:09:15.3074625Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-12-01T10:09:15.3075828Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-12-01T10:09:15.3076908Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-12-01T10:09:15.3077926Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/PackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2022-12-01T10:09:15.3079122Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:15.3080060Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:15.3081320Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:15.3082282Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:15.3083357Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:15.3084827Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:15.3085859Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:15.3086975Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:15.3088053Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:15.3089212Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:15.3090440Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:15.3091635Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:15.3092668Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:15.3093595Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2022-12-01T10:09:15.3094801Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-12-01T10:09:15.3095573Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized/QTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-12-01T10:09:15.3096997Z copying build/lib.linux-x86_64-cpython-310/torch/include/ATen/quantized/Quantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2022-12-01T10:09:15.3099537Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2 2022-12-01T10:09:15.3100245Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3101239Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/bench_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3102274Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/cast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3103125Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/cblas.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3104547Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/conversions.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3105563Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/cpu_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3106071Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/cpuid.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3106959Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/eigen_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3107924Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/filler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3108990Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/fixed_divisor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3109996Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/knob_patcher.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3110878Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/knobs.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3111635Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/map_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3112826Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math-detail.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3113459Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3114603Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/murmur_hash3.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3115532Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/proto_convert.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3116359Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/proto_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3117205Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/proto_wrap.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3119245Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/signal_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3119660Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/simple_queue.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3120648Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/smart_tensor_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3121015Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/string_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3121790Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/zmq_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils 2022-12-01T10:09:15.3123641Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-12-01T10:09:15.3124001Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math/broadcast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-12-01T10:09:15.3124820Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math/elementwise.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-12-01T10:09:15.3125514Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math/half_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-12-01T10:09:15.3126563Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math/reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-12-01T10:09:15.3127486Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-12-01T10:09:15.3128685Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/math/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/math 2022-12-01T10:09:15.3129726Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-12-01T10:09:15.3130684Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool/ThreadPool.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-12-01T10:09:15.3131546Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-12-01T10:09:15.3132312Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool/WorkersPool.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-12-01T10:09:15.3133404Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-12-01T10:09:15.3134221Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool/pthreadpool.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-12-01T10:09:15.3136082Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/utils/threadpool/thread_pool_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/utils/threadpool 2022-12-01T10:09:15.3136388Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib 2022-12-01T10:09:15.3136961Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/aten 2022-12-01T10:09:15.3137305Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/aten/aten_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/aten 2022-12-01T10:09:15.3138464Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/aten/aten_op_template.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/aten 2022-12-01T10:09:15.3139750Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:15.3140254Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/batch_matmul_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:15.3141634Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:15.3142118Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/fp16_fc_acc_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:15.3143517Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/fp16_fma.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:15.3144931Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/fp16_gemm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:15.3145424Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/int8_dequantize_op_nnpi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:15.3146198Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/int8_quantize_op_nnpi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:15.3146834Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/int8_swish_op_nnpi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:15.3147758Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/layernorm_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:15.3149307Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_4bit_rowwise_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:15.3149942Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_8bit_rowwise_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:15.3150543Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/lengths_reducer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:15.3151719Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/quant_lut_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:15.3152567Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/spatial_batch_norm_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:15.3153584Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/sum_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:15.3154292Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/fakelowp/unary_fp16_fake_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/fakelowp 2022-12-01T10:09:15.3155780Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:15.3156225Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/allgather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:15.3157118Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/allreduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:15.3158208Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/barrier_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:15.3158943Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/broadcast_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:15.3159815Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:15.3160680Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/common_world_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:15.3161398Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:15.3162552Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/reduce_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:15.3163463Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/gloo/store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/gloo 2022-12-01T10:09:15.3164411Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/nccl 2022-12-01T10:09:15.3164789Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/nccl/cuda_nccl_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/nccl 2022-12-01T10:09:15.3166529Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/opencl 2022-12-01T10:09:15.3167266Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/opencl/context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/opencl 2022-12-01T10:09:15.3167857Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/prof 2022-12-01T10:09:15.3169428Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/prof/prof_dag_stats_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/prof 2022-12-01T10:09:15.3170368Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/shm_mutex 2022-12-01T10:09:15.3170896Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/shm_mutex/shm_mutex.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/shm_mutex 2022-12-01T10:09:15.3171233Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-12-01T10:09:15.3172089Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/tensorrt/tensorrt_op_trt.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-12-01T10:09:15.3173171Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/tensorrt/tensorrt_tranformer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-12-01T10:09:15.3173770Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/tensorrt/trt_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/tensorrt 2022-12-01T10:09:15.3174811Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/warpctc 2022-12-01T10:09:15.3175402Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/contrib/warpctc/ctc_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/contrib/warpctc 2022-12-01T10:09:15.3177230Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3177731Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/allocator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3178432Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/blob.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3179499Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/blob_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3180424Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/blob_serializer_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3181289Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/blob_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3182510Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3183773Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/common_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3184765Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/common_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3185517Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/common_omp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3186240Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3187265Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/context_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3187986Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/context_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3189171Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/cudnn_wrappers.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3189946Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/db.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3191108Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/distributions_stubs.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3191789Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/event.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3192762Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/event_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3193962Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/export_c10_op_to_caffe2.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3194782Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/export_caffe2_op_to_c10.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3195884Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/flags.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3197116Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/graph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3197821Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/init.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3198603Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3199444Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/memonger.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3200079Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/module.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3201204Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3202923Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_async_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3203364Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_async_scheduling.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3204127Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_async_task.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3205286Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_async_task_future.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3205968Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_async_task_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3206731Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_async_tracing.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3207569Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_dag_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3208941Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3209577Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_simple.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3210376Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/net_simple_refcount.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3211276Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/numa.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3212131Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3212748Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/operator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3214467Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/operator_gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3215998Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/operator_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3216614Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/plan_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3217346Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/prof_dag_counters.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3218008Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/qtensor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3218873Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/qtensor_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3220014Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/scope_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3220814Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/static_tracepoint.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3221800Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/static_tracepoint_elfx86.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3222708Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/stats.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3223771Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/storage.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3224728Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3225480Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/tensor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3226579Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/tensor_int8.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3227323Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/test_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3229086Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/timer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3229473Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3230467Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/types.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3230781Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/workspace.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3231680Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/macros.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core 2022-12-01T10:09:15.3233210Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/hip 2022-12-01T10:09:15.3233636Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/hip/common_miopen.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/hip 2022-12-01T10:09:15.3235859Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/hip/miopen_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/hip 2022-12-01T10:09:15.3236169Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph 2022-12-01T10:09:15.3236891Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include 2022-12-01T10:09:15.3237718Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph 2022-12-01T10:09:15.3238487Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-12-01T10:09:15.3239176Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters/Dot.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters 2022-12-01T10:09:15.3241190Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-12-01T10:09:15.3241741Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpClasses.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-12-01T10:09:15.3242874Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpEnum.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-12-01T10:09:15.3243750Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpNames.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated 2022-12-01T10:09:15.3244477Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-12-01T10:09:15.3245123Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Algorithms.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-12-01T10:09:15.3246016Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/BinaryMatchImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-12-01T10:09:15.3246692Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-12-01T10:09:15.3247866Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TarjansImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-12-01T10:09:15.3248577Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TopoSort.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph 2022-12-01T10:09:15.3249703Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-12-01T10:09:15.3250348Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/Compiler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-12-01T10:09:15.3251388Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/ControlFlow.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-12-01T10:09:15.3252410Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/NeuralNet.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations 2022-12-01T10:09:15.3253708Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-12-01T10:09:15.3254488Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-12-01T10:09:15.3255427Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support 2022-12-01T10:09:15.3256762Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-12-01T10:09:15.3257623Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/Match.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-12-01T10:09:15.3258238Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/SubgraphMatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations 2022-12-01T10:09:15.3259907Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/tests 2022-12-01T10:09:15.3260308Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/core/nomnigraph/tests/test_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/core/nomnigraph/tests 2022-12-01T10:09:15.3261296Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/cuda_rtc 2022-12-01T10:09:15.3261683Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/cuda_rtc/common_rtc.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/cuda_rtc 2022-12-01T10:09:15.3263075Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/db 2022-12-01T10:09:15.3263831Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/db/create_db_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/db 2022-12-01T10:09:15.3264803Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-12-01T10:09:15.3265455Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed/file_store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-12-01T10:09:15.3266432Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed/file_store_handler_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-12-01T10:09:15.3267410Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed/redis_store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-12-01T10:09:15.3269391Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed/redis_store_handler_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-12-01T10:09:15.3270429Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed/store_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-12-01T10:09:15.3271233Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/distributed/store_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/distributed 2022-12-01T10:09:15.3272821Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments 2022-12-01T10:09:15.3273719Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-12-01T10:09:15.3274817Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators/fully_connected_op_decomposition.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-12-01T10:09:15.3276249Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators/fully_connected_op_prune.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-12-01T10:09:15.3277417Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators/fully_connected_op_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-12-01T10:09:15.3278362Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators/funhash_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-12-01T10:09:15.3279460Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators/sparse_funhash_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-12-01T10:09:15.3281352Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators/sparse_matrix_reshape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-12-01T10:09:15.3282212Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators/tt_contraction_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-12-01T10:09:15.3283132Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/experiments/operators/tt_pad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/experiments/operators 2022-12-01T10:09:15.3283909Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep 2022-12-01T10:09:15.3284529Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/ideep_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep 2022-12-01T10:09:15.3285957Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-12-01T10:09:15.3286648Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/operators/conv_pool_base_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-12-01T10:09:15.3288042Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/operators/conv_transpose_unpool_base_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-12-01T10:09:15.3289084Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/operators/operator_fallback_ideep.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/operators 2022-12-01T10:09:15.3290187Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/utils 2022-12-01T10:09:15.3290897Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/utils/ideep_context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/utils 2022-12-01T10:09:15.3292151Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/ideep/utils/ideep_operator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/ideep/utils 2022-12-01T10:09:15.3293345Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/image 2022-12-01T10:09:15.3294058Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/image/image_input_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/image 2022-12-01T10:09:15.3295623Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/image/transform_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/image 2022-12-01T10:09:15.3297423Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile 2022-12-01T10:09:15.3297817Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib 2022-12-01T10:09:15.3298215Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-12-01T10:09:15.3298791Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/ios_caffe.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-12-01T10:09:15.3299767Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/ios_caffe_defines.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-12-01T10:09:15.3300504Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/ios_caffe_predictor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios 2022-12-01T10:09:15.3301587Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-12-01T10:09:15.3302489Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-12-01T10:09:15.3303347Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-12-01T10:09:15.3304250Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-12-01T10:09:15.3305080Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_kernels.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-12-01T10:09:15.3306243Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ios/mpscnn 2022-12-01T10:09:15.3307039Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub 2022-12-01T10:09:15.3308014Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-12-01T10:09:15.3308755Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/libopencl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include 2022-12-01T10:09:15.3309734Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-12-01T10:09:15.3311289Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-12-01T10:09:15.3312522Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_ext.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-12-01T10:09:15.3313427Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-12-01T10:09:15.3314593Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl_ext.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-12-01T10:09:15.3315846Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_platform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-12-01T10:09:15.3317280Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/opencl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL 2022-12-01T10:09:15.3318106Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub 2022-12-01T10:09:15.3319136Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-12-01T10:09:15.3319643Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/libvulkan-stub.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include 2022-12-01T10:09:15.3321117Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-12-01T10:09:15.3322010Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vk_platform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-12-01T10:09:15.3322986Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vulkan.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan 2022-12-01T10:09:15.3325831Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-12-01T10:09:15.3326505Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/nnapi/NeuralNetworks.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-12-01T10:09:15.3327988Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/nnapi/dlnnapi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-12-01T10:09:15.3329287Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/nnapi/nnapi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/nnapi 2022-12-01T10:09:15.3330326Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/snpe 2022-12-01T10:09:15.3330921Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/snpe/snpe_ffi.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/snpe 2022-12-01T10:09:15.3332381Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ulp2 2022-12-01T10:09:15.3333239Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ulp2/ulp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ulp2 2022-12-01T10:09:15.3334233Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mobile/contrib/ulp2/ulp_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mobile/contrib/ulp2 2022-12-01T10:09:15.3335127Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/mpi 2022-12-01T10:09:15.3336015Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mpi/mpi_common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mpi 2022-12-01T10:09:15.3337101Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/mpi/mpi_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/mpi 2022-12-01T10:09:15.3339279Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-12-01T10:09:15.3339967Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers/operator_attaching_net_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-12-01T10:09:15.3340622Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers/profile_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-12-01T10:09:15.3341258Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers/runcnt_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-12-01T10:09:15.3341845Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/observers/time_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/observers 2022-12-01T10:09:15.3343381Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-12-01T10:09:15.3343784Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/backend.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-12-01T10:09:15.3344844Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/backend_rep.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-12-01T10:09:15.3345619Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/device.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-12-01T10:09:15.3346977Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/helper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-12-01T10:09:15.3347984Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/offline_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-12-01T10:09:15.3349007Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/onnx_exporter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-12-01T10:09:15.3349926Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/onnxifi_graph_info.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-12-01T10:09:15.3350785Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/onnxifi_init.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx 2022-12-01T10:09:15.3352309Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-12-01T10:09:15.3353077Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/torch_ops/constants.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-12-01T10:09:15.3353758Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/torch_ops/operator_sets.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-12-01T10:09:15.3354737Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/onnx/torch_ops/schema.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/onnx/torch_ops 2022-12-01T10:09:15.3357369Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3358429Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/abs_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3359339Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/accumulate_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3360360Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/accuracy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3361298Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/acos_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3362021Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/activation_ops_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3362845Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/affine_channel_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3364307Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/alias_with_name.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3365058Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/apmeter_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3365860Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/arg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3367103Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/asin_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3367613Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/assert_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3368679Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/async_net_barrier_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3369604Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/atan_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3371094Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/batch_box_cox_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3371918Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/batch_bucketize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3372939Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/batch_gather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3374110Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/batch_matmul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3375045Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/batch_moments_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3376230Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/batch_permutation_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3378737Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/batch_sparse_to_dense_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3379480Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/bbox_transform_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3380121Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/bisect_percentile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3380744Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/boolean_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3381528Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/boolean_unmask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3383017Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/box_with_nms_limit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3383659Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/bucketize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3384586Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/byte_weight_dequant_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3385617Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/cast_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3386775Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/cbrt_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3387865Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/cc_bmm_bg_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3388687Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/ceil_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3389802Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/channel_backprop_stats_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3390863Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/channel_shuffle_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3393185Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/channel_stats_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3393805Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/clip_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3394580Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3395623Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/concat_split_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3396505Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conditional_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3397561Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3398873Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_op_cache_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3399991Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3401351Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_op_shared.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3402292Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_pool_op_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3403535Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3404781Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_transpose_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3405998Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_transpose_op_mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3407071Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3409276Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/conv_transpose_unpool_op_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3410233Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/copy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3411167Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/copy_rows_to_tensor_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3411911Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/cos_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3412620Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/cosh_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3413697Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/cosine_embedding_criterion_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3414841Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/counter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3415799Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/create_scope_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3416895Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/cross_entropy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3418237Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/ctc_beam_search_decoder_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3419951Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/ctc_greedy_decoder_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3420980Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/cube_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3422149Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/data_couple.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3423073Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/dataset_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3424154Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/deform_conv_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3425258Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/deform_conv_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3426460Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/dense_vector_to_id_list_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3427498Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/distance_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3428619Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/do_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3429746Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/dropout_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3430903Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_add_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3431988Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_div_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3433108Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_linear_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3434219Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_logical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3435730Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_mul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3436703Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_op_test.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3437745Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3439004Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_ops_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3440065Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elementwise_sub_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3440924Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/elu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3442019Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/enforce_finite_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3443135Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/ensure_clipped_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3444194Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/ensure_cpu_output_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3445186Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/erf_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3446403Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/exp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3447494Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/expand_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3448415Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/expand_squeeze_dims_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3449556Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/fc_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3450635Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/feature_maps_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3451961Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/feed_blob_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3453106Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/filler_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3454243Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/find_duplicate_elements_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3455345Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/find_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3456582Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/flatten_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3457816Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/flexible_top_k.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3458748Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/floor_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3459896Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/free_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3461022Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/fully_connected_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3462156Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3463383Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3464344Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3465724Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3467035Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3467923Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/gather_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3468986Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/gather_ranges_to_dense_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3470133Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/gelu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3471339Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/generate_proposals_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3472343Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/generate_proposals_op_util_boxes.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3473625Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/generate_proposals_op_util_nms.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3475299Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3476308Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3477255Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/given_tensor_fill_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3478385Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/glu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3479620Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/group_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3480639Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/gru_unit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3481802Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/h_softmax_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3482940Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/half_float_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3484249Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/hard_sigmoid_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3485248Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/heatmap_max_keypoint_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3486207Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/histogram_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3487197Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/if_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3488276Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/im2col_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3489589Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/index_hash_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3490830Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3493092Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/inference_lstm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3493667Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/instance_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3494848Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/integral_image_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3496268Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/is_empty_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3498040Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/jsd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3498685Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/key_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3499633Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/layer_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3500998Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/leaky_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3501956Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/length_split_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3503084Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lengths_pad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3504171Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3505275Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3506641Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lengths_reducer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3507902Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3509013Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lengths_tile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3510271Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lengths_top_k_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3511300Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/listwise_l2r_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3512343Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/load_save_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3513568Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/load_save_op_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3514763Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/local_response_normalization_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3515861Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/locally_connected_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3518035Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/locally_connected_op_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3520109Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/locally_connected_op_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3520725Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/log1p_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3521478Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/log_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3522323Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/logit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3523461Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3524481Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lpnorm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3525525Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lstm_unit_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3526756Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/lstm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3527907Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/map_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3532243Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/margin_loss_l2r_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3532952Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/margin_ranking_criterion_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3534078Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/matmul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3534796Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/max_pool_with_index_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3535792Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/mean_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3536540Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/merge_id_lists_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3537435Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/minmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3538309Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/mish_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3539217Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/mod_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3539967Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/moments_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3541463Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/multi_class_accuracy_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3542197Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/negate_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3543312Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/negative_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3544182Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/ngram_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3544947Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/no_default_engine_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3545920Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/normalize_l1_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3547557Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/normalize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3548348Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/numpy_tile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3548793Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/one_hot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3550189Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/onnx_while_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3550716Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/op_utils_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3551820Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/operator_fallback_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3552725Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/order_switch_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3553740Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/pack_rnn_sequence_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3554795Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/pack_segments.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3555926Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/pad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3556821Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/partition_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3557652Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/percentile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3558504Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/perplexity_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3559900Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/piecewise_linear_transform_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3560615Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3562171Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/pool_op_util.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3562943Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/pow_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3564147Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/prefetch_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3565668Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/prelu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3566500Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/prepend_dim_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3567701Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quant_decode_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3568409Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3569373Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rank_loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3570412Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/reciprocal_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3571288Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/reduce_front_back_max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3572222Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3573057Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3574047Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/reducer_functors.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3575139Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/reduction_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3576052Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/relu_n_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3576946Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3591838Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/remove_data_blocks_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3592403Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/replace_nan_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3593023Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/reshape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3593644Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/resize_3d_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3594246Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/resize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3595118Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/reverse_packed_segs_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3595588Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rmac_regions_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3595992Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rms_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3596390Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/roi_align_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3596861Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/roi_align_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3597320Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/roi_align_rotated_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3597806Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/roi_align_rotated_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3598333Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/roi_pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3598798Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rowmul_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3599274Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rsqrt_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3599624Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/scale_blobs_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3600085Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/scale_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3600573Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/segment_reduction_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3601309Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/self_binning_histogram_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3601728Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/selu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3602077Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3602658Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/shape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3603393Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sigmoid_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3603979Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sin_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3604592Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sinh_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3605277Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sinusoid_position_encoding_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3605867Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/slice_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3606467Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/softmax_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3607085Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/softmax_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3607751Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/softmax_with_loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3608362Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/softplus_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3608976Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/softsign_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3609608Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/space_batch_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3610295Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3610997Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3611666Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sparse_lp_regularizer_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3612347Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sparse_normalize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3612997Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sparse_to_dense_mask_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3613635Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sparse_to_dense_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3614290Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/spatial_batch_norm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3615130Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sqr_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3615838Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/spatial_softmax_with_loss_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3616637Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/sqrt_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3618207Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/square_root_divide_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3618943Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/stats_put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3620072Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/stop_gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3620782Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/string_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3621778Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/stump_func_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3622482Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/summarize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3623465Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/swish_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3624631Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/tan_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3625474Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/tanh_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3626611Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/tensor_protos_db_input.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3627321Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/text_file_reader_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3628142Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/thresholded_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3628889Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/tile_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3629836Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/top_k.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3630625Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3632013Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/tt_linear_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3633017Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/unique_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3634245Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/unsafe_coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3636158Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/upsample_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3636746Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/utility_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3637464Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/variable_length_sequence_padding.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3638020Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/weighted_multi_sampling_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3638839Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/weighted_sample_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3642860Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/while_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3643428Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/zero_gradient_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators 2022-12-01T10:09:15.3643650Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/hip 2022-12-01T10:09:15.3644099Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/hip/activation_ops_miopen.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/hip 2022-12-01T10:09:15.3644311Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-12-01T10:09:15.3644686Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-12-01T10:09:15.3645470Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn/recurrent_network_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-12-01T10:09:15.3646924Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn/recurrent_network_executor_gpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-12-01T10:09:15.3647778Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn/recurrent_network_executor_incl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-12-01T10:09:15.3648417Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn/recurrent_network_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-12-01T10:09:15.3649313Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn/recurrent_op_cudnn.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn 2022-12-01T10:09:15.3650813Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn/hip 2022-12-01T10:09:15.3651341Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/rnn/hip/recurrent_op_miopen.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/rnn/hip 2022-12-01T10:09:15.3652652Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3653128Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_add_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3654328Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_average_pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3655926Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_channel_shuffle_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3656352Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_concat_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3657471Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_conv_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3658353Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_conv_transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3659095Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_dequantize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3660079Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_fc_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3660817Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_flatten_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3661629Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_given_tensor_fill_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3662743Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_leaky_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3663614Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_max_pool_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3664423Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_quantize_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3665474Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3666056Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_reshape_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3667334Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_resize_nearest_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3667853Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_roi_align_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3669080Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_sigmoid_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3669805Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_simd.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3670578Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_slice_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3671508Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_softmax_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3672279Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_test_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3673262Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_transpose_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3673717Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/operators/quantized/int8_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/operators/quantized 2022-12-01T10:09:15.3676316Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3677292Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/annotations.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3678570Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/backend_cutting.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3679265Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/backend_transformer_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3680287Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/bound_shape_inferencer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3681123Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/converter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3681782Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/device.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3683811Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3684230Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/fakefp16_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3684703Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3685281Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/glow_net_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3686292Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3686741Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/onnx_convert.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3687523Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/onnxifi_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3688351Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/onnxifi_transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3689267Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/optimize_ideep.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3691182Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/optimizer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3691495Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/passes.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3692406Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/shape_info.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3693127Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/tvm_transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt 2022-12-01T10:09:15.3695207Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-12-01T10:09:15.3695769Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom/cc_amrc.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-12-01T10:09:15.3696729Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom/concat_elim.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-12-01T10:09:15.3697504Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom/freeze_quantization_params.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-12-01T10:09:15.3698393Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom/in_batch_broadcast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-12-01T10:09:15.3699285Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/custom/pointwise_elim.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/custom 2022-12-01T10:09:15.3700218Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/nql 2022-12-01T10:09:15.3700910Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/nql/ast.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/nql 2022-12-01T10:09:15.3701972Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/opt/nql/graphmatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/opt/nql 2022-12-01T10:09:15.3703059Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-12-01T10:09:15.3703725Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/adagrad.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-12-01T10:09:15.3704960Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-12-01T10:09:15.3705667Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-12-01T10:09:15.3706541Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/embedding_lookup.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-12-01T10:09:15.3707364Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/embedding_lookup_idx.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-12-01T10:09:15.3708287Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-12-01T10:09:15.3709136Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-12-01T10:09:15.3710216Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-12-01T10:09:15.3710807Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-12-01T10:09:15.3711846Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/lstm_unit_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-12-01T10:09:15.3712672Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-12-01T10:09:15.3713567Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/math.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-12-01T10:09:15.3715047Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/perfkernels/typed_axpy.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/perfkernels 2022-12-01T10:09:15.3716323Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-12-01T10:09:15.3716968Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/InferenceGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-12-01T10:09:15.3717493Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/ThreadLocalPtr.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-12-01T10:09:15.3718589Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/predictor.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-12-01T10:09:15.3719199Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/predictor_config.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-12-01T10:09:15.3720223Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/predictor_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-12-01T10:09:15.3720901Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor 2022-12-01T10:09:15.3721511Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:15.3723562Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/benchmark.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:15.3724261Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/data_filler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:15.3724944Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/emulator.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:15.3725618Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/net_supplier.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:15.3726308Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/output_formatter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:15.3726981Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:15.3728418Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/std_output_formatter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:15.3729106Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/time_profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:15.3729658Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/predictor/emulator/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/predictor/emulator 2022-12-01T10:09:15.3730743Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-12-01T10:09:15.3732250Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto/caffe2_pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-12-01T10:09:15.3732851Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto/torch_pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-12-01T10:09:15.3733452Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto/torch.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-12-01T10:09:15.3735963Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/proto/caffe2.pb.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/proto 2022-12-01T10:09:15.3739776Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-12-01T10:09:15.3740914Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python/dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-12-01T10:09:15.3741594Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python/pybind_state.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-12-01T10:09:15.3742694Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python/pybind_state_dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-12-01T10:09:15.3743618Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/python/pybind_state_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/python 2022-12-01T10:09:15.3744525Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization 2022-12-01T10:09:15.3745675Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3746622Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/activation_distribution_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3747834Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/batch_matmul_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3748907Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/batch_permutation_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3750070Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/caffe2_dnnlowp_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3751038Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/channel_shuffle_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3752001Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/compute_equalization_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3752975Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/concat_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3754616Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/conv_dnnlowp_acc16_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3756276Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/conv_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3757147Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/conv_pool_dnnlowp_op_base.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3758281Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/conv_relu_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3759375Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/dequantize_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3761072Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/dnnlowp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3761888Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3762692Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/dnnlowp_partition.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3763682Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/dynamic_histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3765012Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/elementwise_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3765953Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/elementwise_linear_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3766993Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/fb_fc_packed_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3768046Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/fbgemm_fp16_pack_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3769115Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/fbgemm_pack_blob.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3770428Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/fbgemm_pack_matrix_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3771390Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/fbgemm_pack_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3772477Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3773487Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/fully_connected_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3774574Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/fully_connected_fake_lowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3775567Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/group_norm_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3776656Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/im2col_dnnlowp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3777797Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/int8_gen_quant_params.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3778850Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/int8_gen_quant_params_min_max.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3779865Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/int8_quant_scheme_blob_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3780930Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/kl_minimization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3781896Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/l2_minimization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3782975Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/lstm_unit_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3783967Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/mmio.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3785135Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/op_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3786127Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/pool_dnnlowp_op_avx2.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3787270Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/quantization_error_minimization.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3788224Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/quantize_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3789314Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/relu_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3790366Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3791551Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/resize_nearest_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3792546Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3793607Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3794577Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3795803Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3796887Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/quantization/server/utility_dnnlowp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/quantization/server 2022-12-01T10:09:15.3798177Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-12-01T10:09:15.3798978Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue/blobs_queue.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-12-01T10:09:15.3800165Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue/blobs_queue_db.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-12-01T10:09:15.3801111Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue/queue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-12-01T10:09:15.3802284Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue/rebatching_queue.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-12-01T10:09:15.3803677Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/queue/rebatching_queue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/queue 2022-12-01T10:09:15.3804797Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-12-01T10:09:15.3805691Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/crc_alt.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-12-01T10:09:15.3807553Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/file_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-12-01T10:09:15.3808724Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/in_memory_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-12-01T10:09:15.3809724Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/inline_container.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-12-01T10:09:15.3810742Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/istream_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-12-01T10:09:15.3811779Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/read_adapter_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-12-01T10:09:15.3812704Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/serialize/versions.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2022-12-01T10:09:15.3814120Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3815261Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/adadelta_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3816441Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/adagrad_fused.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3817763Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/adagrad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3818756Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/adam_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3820058Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/clip_tensor_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3820952Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/decay_adagrad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3821961Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/fp16_momentum_sgd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3822964Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/fp32_momentum_sgd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3823986Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/ftrl_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3825011Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/gftrl_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3825992Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/iter_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3827034Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/lars_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3828127Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/learning_rate_adaption_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3829160Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/learning_rate_functors.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3830325Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/learning_rate_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3831680Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/math_lp.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3832735Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/momentum_sgd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3833876Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/rmsprop_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3835047Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/rowwise_adagrad_fused.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3836563Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/rowwise_counter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3838312Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/storm_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3838911Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/weight_scale_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3839875Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/wngrad_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3840809Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/sgd/yellowfin_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/sgd 2022-12-01T10:09:15.3841983Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/share 2022-12-01T10:09:15.3842796Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/share/contrib 2022-12-01T10:09:15.3843896Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/share/contrib/zstd 2022-12-01T10:09:15.3844799Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/share/contrib/zstd/quant_decomp_zstd_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/share/contrib/zstd 2022-12-01T10:09:15.3845930Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-12-01T10:09:15.3847440Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms/common_subexpression_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-12-01T10:09:15.3848649Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms/conv_to_nnpack_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-12-01T10:09:15.3849857Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms/pattern_net_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-12-01T10:09:15.3850683Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/transforms/single_op_transform.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/transforms 2022-12-01T10:09:15.3851730Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-12-01T10:09:15.3852530Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video/optical_flow.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-12-01T10:09:15.3853623Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video/video_decoder.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-12-01T10:09:15.3854783Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video/video_input_op.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-12-01T10:09:15.3856086Z copying build/lib.linux-x86_64-cpython-310/torch/include/caffe2/video/video_io.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/video 2022-12-01T10:09:15.3857304Z creating build/bdist.linux-x86_64/wheel/torch/include/c10 2022-12-01T10:09:15.3858250Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-12-01T10:09:15.3859018Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/macros/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-12-01T10:09:15.3860289Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/macros/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-12-01T10:09:15.3861567Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/macros/cmake_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2022-12-01T10:09:15.3862764Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3863547Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Allocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3864818Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/AutogradState.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3865808Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3867000Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/CPUAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3868105Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/CompileTimeFunctionPointer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3868993Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/CopyBytes.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3869919Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DefaultDtype.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3871133Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DefaultTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3872053Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3873164Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DeviceArray.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3874163Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3875231Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DeviceType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3876470Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DispatchKey.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3878419Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3879827Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/DynamicCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3881037Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3882261Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/GeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3883352Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/GradMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3884407Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3885353Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3886552Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3887512Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/OptionalRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3888413Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/PyHandleCache.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3889353Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/QEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3890410Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3891481Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SafePyObject.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3892424Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3893534Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3894694Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3895737Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3896693Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/StorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3897732Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3898894Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/StreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3900010Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SymFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3901090Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SymFloatNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3902094Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SymInt.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3903123Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SymIntArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3904210Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/SymIntNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3905066Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/TensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3907081Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3909185Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3910159Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/WrapDimMinimal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3911168Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/alignment.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3912157Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2022-12-01T10:09:15.3913434Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-12-01T10:09:15.3914417Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-12-01T10:09:15.3915715Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/FakeGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-12-01T10:09:15.3916652Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/GPUTrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-12-01T10:09:15.3917818Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/InlineDeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-12-01T10:09:15.3918853Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/InlineEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-12-01T10:09:15.3919949Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/InlineStreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-12-01T10:09:15.3921270Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-12-01T10:09:15.3922227Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/PyInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-12-01T10:09:15.3923395Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-12-01T10:09:15.3924430Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/SizesAndStrides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-12-01T10:09:15.3925435Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-12-01T10:09:15.3926488Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/VirtualGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-12-01T10:09:15.3927440Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/core/impl/alloc_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2022-12-01T10:09:15.3929276Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3930022Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/AlignOf.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3931177Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3932301Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3933444Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/BFloat16-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3934510Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/BFloat16-math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3935544Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/BFloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3936550Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3937668Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3938569Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/C++17.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3939680Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/CallOnce.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3940678Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ConstexprCrc.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3941755Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/DeadlockDetection.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3942723Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Deprecated.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3943848Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3944805Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Exception.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3945997Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ExclusivelyOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3947247Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3948337Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Flags.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3949513Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/FunctionRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3950541Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Half-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3951622Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Half.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3952819Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/IdWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3953888Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/LeftRight.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3955295Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Load.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3957231Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Logging.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3958316Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/MathConstants.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3959324Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/MaybeOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3960418Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Metaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3961659Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Optional.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3962922Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/OptionalArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3964276Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Registry.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3965184Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ScopeExit.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3966287Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/SmallBuffer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3967253Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3968966Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/StringUtil.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3969979Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Synchronized.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3970957Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ThreadLocal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3972043Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/ThreadLocalDebugInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3973178Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3973946Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/TypeCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3975100Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/TypeIndex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3976045Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/TypeList.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3977108Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/TypeSafeSignMath.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3978165Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/TypeTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3979038Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Unicode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3980192Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/UniqueVoidPtr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3980955Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/Unroll.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3981769Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/accumulate.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3982383Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3983806Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/complex_math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3984213Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/complex_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3985266Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3986021Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/either.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3987027Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/env.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3987981Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3989569Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3990519Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/in_place.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3991461Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/int128.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3992168Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/intrusive_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3993537Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/irange.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3994000Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/llvmMathExtras.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3995970Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/logging_is_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3996449Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/logging_is_not_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3998145Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/math_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.3998681Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/numa.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4000093Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/order_preserving_flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4001684Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/overloaded.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4002449Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4003016Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/qint32.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4004048Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/qint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4004872Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/quint2x4.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4005865Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/quint4x2.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4006723Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/quint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4007704Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/reverse_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4008460Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/safe_numerics.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4009427Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/signal_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4010062Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/sparse_bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4011678Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/strides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4012316Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/string_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4013273Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/string_view.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4014057Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/strong_type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4015534Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/tempfile.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4016424Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/thread_name.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4017132Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4018137Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/variant.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4019727Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/util/win32-headers.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2022-12-01T10:09:15.4020617Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-12-01T10:09:15.4021312Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAAlgorithm.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-12-01T10:09:15.4022243Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDACachingAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-12-01T10:09:15.4023051Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAException.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-12-01T10:09:15.4024040Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-12-01T10:09:15.4024905Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-12-01T10:09:15.4025651Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-12-01T10:09:15.4026473Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAMacros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-12-01T10:09:15.4028016Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAMathCompat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-12-01T10:09:15.4028824Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAMiscFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-12-01T10:09:15.4029426Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/CUDAStream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2022-12-01T10:09:15.4030422Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-12-01T10:09:15.4031184Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-12-01T10:09:15.4032307Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl/CUDATest.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-12-01T10:09:15.4033003Z copying build/lib.linux-x86_64-cpython-310/torch/include/c10/cuda/impl/cuda_cmake_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2022-12-01T10:09:15.4034303Z creating build/bdist.linux-x86_64/wheel/torch/include/torch 2022-12-01T10:09:15.4035089Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-12-01T10:09:15.4035812Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/extension.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-12-01T10:09:15.4036882Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-12-01T10:09:15.4037692Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/library.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-12-01T10:09:15.4039004Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/custom_class_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2022-12-01T10:09:15.4039932Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4040314Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/CudaIPCTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4041224Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/DataLoader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4041886Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4043150Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Dtype.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4044221Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/DynamicTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4045055Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4045753Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4046495Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4047625Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4048527Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4049358Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4050254Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/PythonTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4051146Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4051639Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Size.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4052667Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4053218Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/StorageMethods.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4054116Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/StorageSharing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4055106Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4056169Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/THConcat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4057062Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/THP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4057828Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/TypeInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4058752Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4059385Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/copy_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4060405Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/itt_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4061319Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/python_dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4062950Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/python_headers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4063565Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4064559Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2022-12-01T10:09:15.4065467Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api 2022-12-01T10:09:15.4066114Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include 2022-12-01T10:09:15.4067176Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4067920Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/all.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4068967Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/arg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4069959Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4070818Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/cuda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4071793Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4072758Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/enum.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4074018Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4075324Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/fft.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4076224Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/imethod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4076724Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4077766Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/linalg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4078814Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nested.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4079920Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4080634Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4081435Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4082467Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4083317Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4084084Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4084771Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/special.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4085906Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/torch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4086616Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4087778Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4088506Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/version.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2022-12-01T10:09:15.4089862Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:15.4090333Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:15.4091145Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:15.4091901Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:15.4092608Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/example.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:15.4093352Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:15.4094182Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:15.4095045Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:15.4095860Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:09:15.4097179Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-12-01T10:09:15.4098041Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-12-01T10:09:15.4098662Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-12-01T10:09:15.4099487Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-12-01T10:09:15.4100396Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:09:15.4101273Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:09:15.4102162Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:09:15.4103065Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:09:15.4103815Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:09:15.4104947Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:09:15.4105870Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:09:15.4106837Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:09:15.4108437Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-12-01T10:09:15.4109222Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-12-01T10:09:15.4109854Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-12-01T10:09:15.4110621Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2022-12-01T10:09:15.4111442Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:09:15.4111994Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:09:15.4113037Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:09:15.4113707Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:09:15.4115998Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:09:15.4116976Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:09:15.4117718Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:09:15.4118268Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:09:15.4119170Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:09:15.4119871Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:09:15.4120988Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:09:15.4122187Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:09:15.4122705Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:09:15.4123823Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:09:15.4124637Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-12-01T10:09:15.4125189Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-12-01T10:09:15.4126216Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/detail/static.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2022-12-01T10:09:15.4127460Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:15.4128034Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:15.4129013Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:15.4129959Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:15.4130981Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:15.4132327Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:15.4133067Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:15.4134037Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:15.4137007Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:15.4137571Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:09:15.4137926Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:15.4138333Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:15.4139520Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:15.4139988Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:15.4141974Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:15.4142431Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:15.4142990Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:15.4143626Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:15.4145028Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:15.4145682Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:15.4146257Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:15.4147707Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:15.4148517Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:15.4149682Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:15.4150872Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:15.4152067Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:15.4152857Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:09:15.4153969Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4154454Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4155703Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4157428Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4158212Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4159030Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4159947Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4160791Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4161897Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4162652Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4163649Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4164412Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4165456Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4166449Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4167360Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4168206Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4170225Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4170675Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4171156Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4173009Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4173650Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4174512Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:09:15.4175587Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4176594Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4177720Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4178744Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4179554Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4180586Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4181435Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4182502Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4183304Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4184378Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4185118Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4186267Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4187079Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4187724Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4189234Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4189835Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4191792Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4192238Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4193199Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4194057Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4195866Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4196622Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4197781Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4198992Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:09:15.4200016Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:15.4200759Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:15.4201660Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:15.4203184Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:15.4205425Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:15.4206324Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:15.4207121Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:15.4207864Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:15.4208377Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:15.4209173Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:15.4210109Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:09:15.4211302Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-12-01T10:09:15.4212367Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-12-01T10:09:15.4213680Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-12-01T10:09:15.4214080Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-12-01T10:09:15.4216759Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-12-01T10:09:15.4217305Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2022-12-01T10:09:15.4218615Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:15.4219163Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:15.4220035Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:15.4221393Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:15.4222115Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:15.4222788Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:15.4223806Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:15.4224503Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:15.4225154Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:09:15.4226835Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-12-01T10:09:15.4227351Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-12-01T10:09:15.4228100Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-12-01T10:09:15.4229139Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:09:15.4229765Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:09:15.4230669Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:09:15.4231508Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:09:15.4232582Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:09:15.4235946Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4236600Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/FunctionsManual.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4237668Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4238752Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4240703Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4241418Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4242292Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4243283Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/cpp_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4244752Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/custom_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4245434Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4246646Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4247571Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/forward_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4248358Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4249679Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/function_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4250633Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4251141Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/graph_task.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4252911Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/input_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4254003Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/input_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4254622Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4255557Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4256381Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/profiler_kineto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4257596Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/profiler_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4258622Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/profiler_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4259575Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4260443Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4261380Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_cpp_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4262474Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4263166Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4264257Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_fft_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4265190Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4265802Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4266587Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4267798Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4268355Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_nested_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4269839Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_nn_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4270702Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_return_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4271409Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4272308Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4273228Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_special_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4273903Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_torch_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4274865Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4276681Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4277249Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/record_function_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4277773Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/saved_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4278511Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4281092Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/symbolic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4281430Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2022-12-01T10:09:15.4283694Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-12-01T10:09:15.4284229Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-12-01T10:09:15.4285023Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-12-01T10:09:15.4285839Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-12-01T10:09:15.4286637Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-12-01T10:09:15.4287528Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-12-01T10:09:15.4289663Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/functions/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2022-12-01T10:09:15.4289949Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-12-01T10:09:15.4290688Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-12-01T10:09:15.4293361Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated/VariableType.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-12-01T10:09:15.4294024Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-12-01T10:09:15.4296883Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2022-12-01T10:09:15.4298016Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-12-01T10:09:15.4298754Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils/error_messages.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-12-01T10:09:15.4299669Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-12-01T10:09:15.4301298Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-12-01T10:09:15.4301866Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-12-01T10:09:15.4303403Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils/warnings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-12-01T10:09:15.4304438Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2022-12-01T10:09:15.4306322Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-12-01T10:09:15.4306861Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-12-01T10:09:15.4307287Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-12-01T10:09:15.4308423Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-12-01T10:09:15.4309552Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/THCP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-12-01T10:09:15.4310269Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-12-01T10:09:15.4311878Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/device_set.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-12-01T10:09:15.4312284Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/memory_snapshot.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-12-01T10:09:15.4313504Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-12-01T10:09:15.4315688Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/python_comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-12-01T10:09:15.4316082Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/cuda/python_nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2022-12-01T10:09:15.4317477Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed 2022-12-01T10:09:15.4317932Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4318736Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4320325Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/c10d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4321240Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/debug.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4323741Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/error.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4324632Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4325970Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4327106Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4328261Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/socket.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4329550Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4330640Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4331762Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4333070Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4336573Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4337227Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Ops.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4338542Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4339201Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4340190Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4341206Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4342608Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4343956Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4345370Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4346359Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4347477Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4348513Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4349608Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4350601Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4351688Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4352755Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4353839Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4355204Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4356376Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4357503Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4358738Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4359853Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4360882Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4361878Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4363034Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4364099Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4365379Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4366369Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:09:15.4367656Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4368524Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4369695Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4370736Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4371979Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4373076Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4374034Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4375146Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4376829Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4377898Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4378876Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4380018Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4381058Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/rpc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4382035Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4383170Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4384241Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4395829Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4396490Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4397169Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/script_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4397882Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4398567Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4399264Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4399937Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4400615Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4401244Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4401917Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4402636Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4403299Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/distributed/rpc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:09:15.4403663Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-12-01T10:09:15.4404265Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/jit_log.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-12-01T10:09:15.4404855Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/jit_opt_limit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-12-01T10:09:15.4405458Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/resource_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2022-12-01T10:09:15.4405811Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:15.4406446Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:15.4407208Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:15.4407888Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:15.4408543Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:15.4409235Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:15.4409974Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:15.4410624Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:15.4411276Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:15.4411911Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2022-12-01T10:09:15.4412715Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4413470Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4414531Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4416314Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/autocast.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4416702Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4417154Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/batch_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4418307Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/canonicalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4419132Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4419795Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4420307Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4421229Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4422354Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4423225Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/concat_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4424309Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4425878Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4426585Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4427439Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4428475Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4429313Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4430095Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4430792Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4431609Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4432737Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4435063Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4435634Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4436145Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4438001Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/freeze_module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4438420Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4438785Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4439322Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4440003Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4440958Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4441918Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4442906Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4443707Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4444367Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4445313Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4446503Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4447422Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4448199Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4448821Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4449705Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4450725Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/inliner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4451370Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/inplace_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4452219Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/insert_guards.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4452902Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4453955Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/lift_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4455027Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/liveness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4455923Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4456646Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4457662Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/lower_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4458403Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4459305Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4460164Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4460980Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4461721Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4462813Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4463362Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/pass_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4464800Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/peephole.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4465608Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4466677Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4467436Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4468475Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4469589Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4470501Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4471529Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4472148Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4473301Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/remove_expands.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4474213Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4474815Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4475968Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4477667Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4478507Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4479454Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4480243Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4481260Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4481927Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4483703Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4484214Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4485224Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4486183Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4486860Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4487682Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4488648Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4489967Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4490585Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2022-12-01T10:09:15.4492414Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:15.4492922Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:15.4493827Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:15.4495027Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:15.4495802Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:15.4496525Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:15.4497425Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:15.4498445Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:15.4499615Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:15.4500453Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:09:15.4501764Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:09:15.4502235Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:09:15.4503568Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:09:15.4504500Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:09:15.4506509Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:09:15.4507432Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:09:15.4507736Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4508174Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4509745Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/autodiff.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4510205Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4511095Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4512078Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4513129Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4513958Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/exception_message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4514856Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4515862Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4516681Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4517648Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/instruction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4518596Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4519666Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4520655Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4521598Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4522385Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4523252Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/operator_options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4525295Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/print_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4525779Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4526600Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4538646Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4539295Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/script_profile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4540029Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4540554Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4541104Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4541622Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4542009Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4542536Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4543089Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4543512Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4543984Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2022-12-01T10:09:15.4544282Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:15.4544640Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:15.4545188Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/attributes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:15.4545621Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:15.4546117Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:15.4546436Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:15.4546917Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/ir_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:15.4547306Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/irparser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:15.4547783Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/named_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:15.4548118Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/node_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:15.4548502Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/scope.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:15.4548918Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:15.4549246Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/ir/type_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2022-12-01T10:09:15.4549538Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4549904Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4550686Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4551457Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4552580Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4553236Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4554018Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/error_report.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4554827Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4556095Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4556757Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4558563Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4559086Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/lexer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4559753Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4561598Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4562124Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4562812Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4563494Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4564373Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4564949Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4565791Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4567247Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4567608Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/source_range.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4568945Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/source_ref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4569541Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/strtod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4570829Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4571757Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4572818Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/tree.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4573750Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4575188Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2022-12-01T10:09:15.4576044Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-12-01T10:09:15.4576945Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api/compilation_unit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-12-01T10:09:15.4577885Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api/function_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-12-01T10:09:15.4579022Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-12-01T10:09:15.4579716Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-12-01T10:09:15.4581180Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/api/object.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2022-12-01T10:09:15.4582827Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4583241Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4584473Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4585924Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4586731Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4587790Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4588719Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4590065Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4591944Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4592548Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4593504Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4594430Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import_read.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4595355Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/import_source.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4596661Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4598414Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4599237Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/pickle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4600078Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/pickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4601020Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/python_print.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4602221Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4602994Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4604459Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/storage_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4605521Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4606666Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/serialization/unpickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2022-12-01T10:09:15.4608408Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-12-01T10:09:15.4609396Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-12-01T10:09:15.4610571Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/module_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-12-01T10:09:15.4611323Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-12-01T10:09:15.4612233Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/pybind_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-12-01T10:09:15.4613606Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-12-01T10:09:15.4614579Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-12-01T10:09:15.4614980Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-12-01T10:09:15.4615856Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-12-01T10:09:15.4616964Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-12-01T10:09:15.4618005Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-12-01T10:09:15.4618634Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-12-01T10:09:15.4619885Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-12-01T10:09:15.4620461Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/python_tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-12-01T10:09:15.4621684Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/script_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-12-01T10:09:15.4622433Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2022-12-01T10:09:15.4623007Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4623671Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/code.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4624936Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4625629Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/file_format.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4626383Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4626840Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/frame.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4627898Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4628499Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4629351Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/import_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4629915Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4630641Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4631582Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4632269Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4633723Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4634165Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4635547Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4636489Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4637213Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4639077Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4639579Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4640228Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4640921Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4641409Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2022-12-01T10:09:15.4643033Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-12-01T10:09:15.4643389Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/testing/file_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-12-01T10:09:15.4644008Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2022-12-01T10:09:15.4645269Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4645752Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4647023Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4647871Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4648470Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4649981Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4650543Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4651539Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4652457Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4653325Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4654197Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4655132Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4656084Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4656958Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4657956Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4658689Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4660169Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4660775Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4661841Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4662522Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4663802Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4664614Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4665502Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4667038Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4667515Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4669436Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4670092Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4670723Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4671381Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4672072Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4672757Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4673201Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4674021Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4674780Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4675583Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4677463Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4678198Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4679336Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4680541Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4681246Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4682012Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4683404Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4684174Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:09:15.4684910Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:15.4686785Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:15.4687381Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:15.4687862Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:15.4688636Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:15.4689163Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:15.4689884Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:15.4690815Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:15.4691597Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:15.4692511Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:09:15.4693785Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen 2022-12-01T10:09:15.4695372Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4695838Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/arith.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4696323Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4697154Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4698023Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4699278Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4700039Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4701086Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4702100Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4703052Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4703949Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4705342Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4706159Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4706945Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4707885Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4708656Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4709628Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4711317Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4712216Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4713806Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/inline_propagator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4714891Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4715944Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4716912Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4717680Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4718468Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4719469Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4720429Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4721356Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4722383Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4723338Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4724858Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4725752Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4726636Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4727707Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4728766Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4730565Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4730980Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4731849Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4734060Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4734582Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4735014Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4735675Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4736487Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4737279Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4738156Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4739658Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4740594Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4741500Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4742592Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4743766Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4744471Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4745110Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4745711Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4747124Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4747604Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4748719Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4749734Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4750239Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4751194Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4752112Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4753084Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4754128Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4755350Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4756233Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4756933Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4758475Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4758882Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4760090Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4760904Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4762228Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4762847Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4764151Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4765097Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4765664Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4767172Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4767639Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/partition.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4768584Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4769738Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/reference_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4770721Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4771918Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4772995Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4774025Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4774949Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4775822Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4777104Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4777780Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4779113Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4780992Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:09:15.4781914Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:09:15.4782713Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:09:15.4783649Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:09:15.4784324Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:09:15.4785396Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:09:15.4786392Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4787003Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4787727Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4789078Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4789665Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4790672Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4791729Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4793480Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4794261Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4795195Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4796750Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4797506Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4798383Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4799483Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4800521Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4801051Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4802402Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4802969Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4804141Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:09:15.4805386Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-12-01T10:09:15.4806165Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-12-01T10:09:15.4806989Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/onnx/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2022-12-01T10:09:15.4808313Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-12-01T10:09:15.4809142Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/api.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-12-01T10:09:15.4809797Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/collection.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-12-01T10:09:15.4810606Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/containers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-12-01T10:09:15.4811387Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/execution_graph_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-12-01T10:09:15.4812140Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/itt_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-12-01T10:09:15.4814434Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/kineto_shim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-12-01T10:09:15.4814847Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/nvtx_observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-12-01T10:09:15.4815262Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2022-12-01T10:09:15.4815930Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-12-01T10:09:15.4816498Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-12-01T10:09:15.4817843Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2022-12-01T10:09:15.4818972Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4819407Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/auto_gil.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4820368Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/byte_order.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4821559Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4822284Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/cuda_enabled.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4823075Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4824062Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/disable_torch_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4825023Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/disallow_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4825999Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4826968Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/invalid_arguments.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4828267Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/memory.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4830163Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/numpy_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4830894Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/object_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4831729Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/out_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4832675Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4833366Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4834146Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_arg_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4835766Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4837210Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4837822Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_numbers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4838942Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_scalars.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4840042Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4840748Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4841688Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4843362Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/python_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4844435Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/schema_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4844942Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/six.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4845910Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/structseq.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4847033Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_apply.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4847597Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_dtypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4848656Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4849254Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_layouts.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4850210Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4850888Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4852257Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_new.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4852993Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4854132Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_qschemes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4855525Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/tensor_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4856885Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4858076Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/throughput_benchmark.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4858857Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4859389Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/utils/variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2022-12-01T10:09:15.4860837Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-12-01T10:09:15.4861268Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/tensor/python_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2022-12-01T10:09:15.4862746Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy 2022-12-01T10:09:15.4863117Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-12-01T10:09:15.4863925Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend/backend_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-12-01T10:09:15.4864711Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend/backend_device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-12-01T10:09:15.4865387Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-12-01T10:09:15.4866470Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2022-12-01T10:09:15.4867803Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4868240Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4869572Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4870209Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/debug_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4870917Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4871808Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4872717Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4873648Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4875161Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4876202Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4877118Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4879371Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ir_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4879971Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4880549Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/lazy_view.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4881301Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/metrics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4881884Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/multi_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4883262Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/permutation_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4884006Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/shape.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4885127Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/shape_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4885928Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4887136Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4887818Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/tensor_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4888801Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4889610Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/trie.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4890765Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/unique.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4891845Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2022-12-01T10:09:15.4892797Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2022-12-01T10:09:15.4893507Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2022-12-01T10:09:15.4908280Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-12-01T10:09:15.4909016Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-12-01T10:09:15.4909652Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/core/ops/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2022-12-01T10:09:15.4910066Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:15.4910576Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:15.4910931Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:15.4911375Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:15.4912053Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:15.4912633Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:15.4913315Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:15.4914095Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:15.4914857Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:15.4915333Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:15.4915806Z copying build/lib.linux-x86_64-cpython-310/torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:09:15.4916247Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4916810Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/attr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4917266Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/buffer_info.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4917835Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/cast.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4918207Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/chrono.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4918741Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4919231Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4919531Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/eigen.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4919842Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/embed.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4920173Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4920723Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4921265Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/gil.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4921839Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4922160Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4923287Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4924023Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/options.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4924760Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/pybind11.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4926658Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/pytypes.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4928289Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/stl.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4928738Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/stl_bind.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2022-12-01T10:09:15.4930599Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-12-01T10:09:15.4931649Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/class.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-12-01T10:09:15.4933294Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-12-01T10:09:15.4934305Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/descr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-12-01T10:09:15.4935022Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/init.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-12-01T10:09:15.4935860Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/internals.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-12-01T10:09:15.4937178Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/type_caster_base.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-12-01T10:09:15.4937961Z copying build/lib.linux-x86_64-cpython-310/torch/include/pybind11/detail/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2022-12-01T10:09:15.4939480Z creating build/bdist.linux-x86_64/wheel/torch/include/THC 2022-12-01T10:09:15.4939787Z copying build/lib.linux-x86_64-cpython-310/torch/include/THC/THCAtomics.cuh -> build/bdist.linux-x86_64/wheel/torch/include/THC 2022-12-01T10:09:15.4940741Z copying build/lib.linux-x86_64-cpython-310/torch/include/THC/THCDeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/THC 2022-12-01T10:09:15.4943117Z creating build/bdist.linux-x86_64/wheel/torch/share 2022-12-01T10:09:15.4943530Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake 2022-12-01T10:09:15.4944190Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-12-01T10:09:15.4944969Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/ATen/ATenConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2022-12-01T10:09:15.4946610Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-12-01T10:09:15.4947061Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-12-01T10:09:15.4948462Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-12-01T10:09:15.4949094Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-12-01T10:09:15.4951419Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2022-12-01T10:09:15.4952779Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-12-01T10:09:15.4953407Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/cuda.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-12-01T10:09:15.4954038Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/glog.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-12-01T10:09:15.4954886Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/gflags.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-12-01T10:09:15.4956033Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/mkl.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-12-01T10:09:15.4956721Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-12-01T10:09:15.4957824Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/protobuf.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-12-01T10:09:15.4958785Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/threads.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-12-01T10:09:15.4959896Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/utils.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-12-01T10:09:15.4960905Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2022-12-01T10:09:15.4961824Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-12-01T10:09:15.4964081Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-12-01T10:09:15.4964934Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-12-01T10:09:15.4966127Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:09:15.4966917Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:09:15.4967848Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:09:15.4969317Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:09:15.4970101Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:09:15.4970990Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:09:15.4971623Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:09:15.4972580Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:09:15.4973235Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:09:15.4974371Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:09:15.4975733Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-12-01T10:09:15.4976219Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-12-01T10:09:15.4977009Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2022-12-01T10:09:15.4978183Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-12-01T10:09:15.4978519Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-12-01T10:09:15.4979394Z copying build/lib.linux-x86_64-cpython-310/torch/share/cmake/Torch/TorchConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2022-12-01T10:09:15.4980355Z copying build/lib.linux-x86_64-cpython-310/torch/_C.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:15.4981786Z copying build/lib.linux-x86_64-cpython-310/torch/_C_flatbuffer.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2022-12-01T10:09:15.4984674Z creating build/bdist.linux-x86_64/wheel/torchgen 2022-12-01T10:09:15.4984946Z copying build/lib.linux-x86_64-cpython-310/torchgen/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-12-01T10:09:15.4986752Z copying build/lib.linux-x86_64-cpython-310/torchgen/code_template.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-12-01T10:09:15.4987517Z copying build/lib.linux-x86_64-cpython-310/torchgen/context.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-12-01T10:09:15.4988300Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-12-01T10:09:15.4990050Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen_backend_stubs.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-12-01T10:09:15.4991038Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen_functionalization_type.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-12-01T10:09:15.4992341Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen_lazy_tensor.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-12-01T10:09:15.4993385Z copying build/lib.linux-x86_64-cpython-310/torchgen/gen_vmap_plumbing.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-12-01T10:09:15.4994645Z copying build/lib.linux-x86_64-cpython-310/torchgen/local.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-12-01T10:09:15.4995750Z copying build/lib.linux-x86_64-cpython-310/torchgen/model.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-12-01T10:09:15.4998482Z copying build/lib.linux-x86_64-cpython-310/torchgen/native_function_generation.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-12-01T10:09:15.4999332Z copying build/lib.linux-x86_64-cpython-310/torchgen/utils.py -> build/bdist.linux-x86_64/wheel/torchgen 2022-12-01T10:09:15.5001087Z creating build/bdist.linux-x86_64/wheel/torchgen/api 2022-12-01T10:09:15.5001614Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-12-01T10:09:15.5002107Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/autograd.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-12-01T10:09:15.5002790Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/cpp.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-12-01T10:09:15.5004054Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/dispatcher.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-12-01T10:09:15.5004866Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/functionalization.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-12-01T10:09:15.5006161Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/lazy.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-12-01T10:09:15.5007074Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/meta.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-12-01T10:09:15.5008060Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/native.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-12-01T10:09:15.5008942Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/python.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-12-01T10:09:15.5010785Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/structured.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-12-01T10:09:15.5011132Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/translate.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-12-01T10:09:15.5012758Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/types.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-12-01T10:09:15.5015208Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-12-01T10:09:15.5016786Z copying build/lib.linux-x86_64-cpython-310/torchgen/api/unboxing.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2022-12-01T10:09:15.5019189Z creating build/bdist.linux-x86_64/wheel/torchgen/dest 2022-12-01T10:09:15.5019960Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-12-01T10:09:15.5021520Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/lazy_ir.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-12-01T10:09:15.5022130Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/lazy_ts_lowering.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-12-01T10:09:15.5022953Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/native_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-12-01T10:09:15.5024487Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/register_dispatch_key.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-12-01T10:09:15.5025608Z copying build/lib.linux-x86_64-cpython-310/torchgen/dest/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2022-12-01T10:09:15.5026950Z creating build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-12-01T10:09:15.5027750Z copying build/lib.linux-x86_64-cpython-310/torchgen/operator_versions/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-12-01T10:09:15.5028637Z copying build/lib.linux-x86_64-cpython-310/torchgen/operator_versions/gen_mobile_upgraders.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-12-01T10:09:15.5029861Z copying build/lib.linux-x86_64-cpython-310/torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2022-12-01T10:09:15.5030941Z creating build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-12-01T10:09:15.5032087Z copying build/lib.linux-x86_64-cpython-310/torchgen/selective_build/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-12-01T10:09:15.5033023Z copying build/lib.linux-x86_64-cpython-310/torchgen/selective_build/operator.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-12-01T10:09:15.5034154Z copying build/lib.linux-x86_64-cpython-310/torchgen/selective_build/selector.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2022-12-01T10:09:15.5035596Z creating build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-12-01T10:09:15.5036242Z copying build/lib.linux-x86_64-cpython-310/torchgen/static_runtime/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-12-01T10:09:15.5037383Z copying build/lib.linux-x86_64-cpython-310/torchgen/static_runtime/config.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-12-01T10:09:15.5038372Z copying build/lib.linux-x86_64-cpython-310/torchgen/static_runtime/gen_static_runtime_ops.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-12-01T10:09:15.5039683Z copying build/lib.linux-x86_64-cpython-310/torchgen/static_runtime/generator.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2022-12-01T10:09:15.5040920Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged 2022-12-01T10:09:15.5041488Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen 2022-12-01T10:09:15.5042300Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-12-01T10:09:15.5043241Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native/native_functions.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-12-01T10:09:15.5047832Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/native/tags.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2022-12-01T10:09:15.5049048Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5050206Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5050993Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5056047Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5056681Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5057072Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5057458Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5058028Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5058379Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Function.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5058992Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5059711Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5060564Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Functions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5061455Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/LazyIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5062279Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5063664Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5064149Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/NativeFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5065460Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5066080Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5067858Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5074397Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Operator.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5075266Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Operators.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5075930Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/Operators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5076606Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5077314Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5078128Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5078886Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5079611Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5080332Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5081124Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5081781Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5082491Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5083138Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/TensorBody.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5083816Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5084480Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5085157Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5087842Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5088516Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5089188Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5089847Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5090495Z copying build/lib.linux-x86_64-cpython-310/torchgen/packaged/ATen/templates/enum_tag.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2022-12-01T10:09:15.5090651Z running install_egg_info 2022-12-01T10:09:15.5650704Z running egg_info 2022-12-01T10:09:15.5650923Z creating torch.egg-info 2022-12-01T10:09:15.5685115Z writing torch.egg-info/PKG-INFO 2022-12-01T10:09:15.5687588Z writing dependency_links to torch.egg-info/dependency_links.txt 2022-12-01T10:09:15.5689817Z writing entry points to torch.egg-info/entry_points.txt 2022-12-01T10:09:15.5691311Z writing requirements to torch.egg-info/requires.txt 2022-12-01T10:09:15.5692839Z writing top-level names to torch.egg-info/top_level.txt 2022-12-01T10:09:15.5693230Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-12-01T10:09:15.8386756Z reading manifest file 'torch.egg-info/SOURCES.txt' 2022-12-01T10:09:15.8387120Z reading manifest template 'MANIFEST.in' 2022-12-01T10:09:20.5196450Z warning: no previously-included files matching '*.o' found anywhere in distribution 2022-12-01T10:09:20.6395970Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2022-12-01T10:09:20.8656356Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2022-12-01T10:09:20.8657054Z adding license file 'LICENSE' 2022-12-01T10:09:20.8657305Z adding license file 'NOTICE' 2022-12-01T10:09:21.3980461Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-12-01T10:09:21.4033108Z Copying torch.egg-info to build/bdist.linux-x86_64/wheel/torch-1.13.0a0+gitc13d400-py3.10.egg-info 2022-12-01T10:09:21.4060470Z running install_scripts 2022-12-01T10:09:21.5185677Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2022-12-01T10:09:21.5186216Z adding license file "NOTICE" (matched pattern "NOTICE*") 2022-12-01T10:09:21.5384829Z creating build/bdist.linux-x86_64/wheel/torch-1.13.0a0+gitc13d400.dist-info/WHEEL 2022-12-01T10:09:21.5387401Z creating 'dist/torch-1.13.0a0+gitc13d400-cp310-cp310-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2022-12-01T10:09:21.5389489Z adding 'caffe2/__init__.py' 2022-12-01T10:09:21.5391234Z adding 'caffe2/contrib/__init__.py' 2022-12-01T10:09:21.5392746Z adding 'caffe2/contrib/aten/__init__.py' 2022-12-01T10:09:21.5394572Z adding 'caffe2/contrib/aten/aten_test.py' 2022-12-01T10:09:21.5398956Z adding 'caffe2/contrib/aten/gen_op.py' 2022-12-01T10:09:21.5400988Z adding 'caffe2/contrib/aten/docs/__init__.py' 2022-12-01T10:09:21.5402658Z adding 'caffe2/contrib/aten/docs/sample.py' 2022-12-01T10:09:21.5404413Z adding 'caffe2/contrib/gloo/__init__.py' 2022-12-01T10:09:21.5409116Z adding 'caffe2/contrib/gloo/gloo_test.py' 2022-12-01T10:09:21.5411308Z adding 'caffe2/contrib/nccl/__init__.py' 2022-12-01T10:09:21.5413936Z adding 'caffe2/contrib/nccl/nccl_ops_test.py' 2022-12-01T10:09:21.5415513Z adding 'caffe2/contrib/nnpack/__init__.py' 2022-12-01T10:09:21.5417809Z adding 'caffe2/contrib/nnpack/nnpack_ops_test.py' 2022-12-01T10:09:21.5422820Z adding 'caffe2/contrib/playground/AnyExp.py' 2022-12-01T10:09:21.5425185Z adding 'caffe2/contrib/playground/AnyExpOnTerm.py' 2022-12-01T10:09:21.5427395Z adding 'caffe2/contrib/playground/ModuleRegister.py' 2022-12-01T10:09:21.5429042Z adding 'caffe2/contrib/playground/__init__.py' 2022-12-01T10:09:21.5431464Z adding 'caffe2/contrib/playground/checkpoint.py' 2022-12-01T10:09:21.5433207Z adding 'caffe2/contrib/playground/compute_loss.py' 2022-12-01T10:09:21.5435128Z adding 'caffe2/contrib/playground/compute_topk_accuracy.py' 2022-12-01T10:09:21.5436627Z adding 'caffe2/contrib/playground/meter.py' 2022-12-01T10:09:21.5438177Z adding 'caffe2/contrib/playground/module_map.py' 2022-12-01T10:09:21.5439855Z adding 'caffe2/contrib/playground/output_generator.py' 2022-12-01T10:09:21.5441714Z adding 'caffe2/contrib/playground/resnetdemo/IN1k_resnet.py' 2022-12-01T10:09:21.5443429Z adding 'caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py' 2022-12-01T10:09:21.5444808Z adding 'caffe2/contrib/playground/resnetdemo/__init__.py' 2022-12-01T10:09:21.5446223Z adding 'caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py' 2022-12-01T10:09:21.5447828Z adding 'caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py' 2022-12-01T10:09:21.5451014Z adding 'caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py' 2022-12-01T10:09:21.5453420Z adding 'caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py' 2022-12-01T10:09:21.5455036Z adding 'caffe2/contrib/playground/resnetdemo/gfs_IN1k.py' 2022-12-01T10:09:21.5456507Z adding 'caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py' 2022-12-01T10:09:21.5458105Z adding 'caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py' 2022-12-01T10:09:21.5459551Z adding 'caffe2/contrib/prof/__init__.py' 2022-12-01T10:09:21.5461020Z adding 'caffe2/contrib/prof/cuda_profile_ops_test.py' 2022-12-01T10:09:21.5462481Z adding 'caffe2/contrib/script/__init__.py' 2022-12-01T10:09:21.5463815Z adding 'caffe2/contrib/script/examples/__init__.py' 2022-12-01T10:09:21.5465244Z adding 'caffe2/contrib/tensorboard/__init__.py' 2022-12-01T10:09:21.5467752Z adding 'caffe2/contrib/tensorboard/tensorboard.py' 2022-12-01T10:09:21.5471517Z adding 'caffe2/contrib/tensorboard/tensorboard_exporter.py' 2022-12-01T10:09:21.5477100Z adding 'caffe2/contrib/tensorboard/tensorboard_exporter_test.py' 2022-12-01T10:09:21.5479741Z adding 'caffe2/contrib/tensorboard/tensorboard_test.py' 2022-12-01T10:09:21.5481402Z adding 'caffe2/contrib/warpctc/__init__.py' 2022-12-01T10:09:21.5483425Z adding 'caffe2/contrib/warpctc/ctc_ops_test.py' 2022-12-01T10:09:21.5485002Z adding 'caffe2/core/__init__.py' 2022-12-01T10:09:21.5486446Z adding 'caffe2/core/nomnigraph/__init__.py' 2022-12-01T10:09:21.5489234Z adding 'caffe2/core/nomnigraph/op_gen.py' 2022-12-01T10:09:21.5491052Z adding 'caffe2/distributed/__init__.py' 2022-12-01T10:09:21.5492742Z adding 'caffe2/distributed/file_store_handler_op_test.py' 2022-12-01T10:09:21.5494469Z adding 'caffe2/distributed/redis_store_handler_op_test.py' 2022-12-01T10:09:21.5496277Z adding 'caffe2/distributed/store_ops_test_util.py' 2022-12-01T10:09:21.5497902Z adding 'caffe2/experiments/__init__.py' 2022-12-01T10:09:21.5501196Z adding 'caffe2/experiments/python/SparseTransformer.py' 2022-12-01T10:09:21.5502954Z adding 'caffe2/experiments/python/__init__.py' 2022-12-01T10:09:21.5507818Z adding 'caffe2/experiments/python/convnet_benchmarks.py' 2022-12-01T10:09:21.5510488Z adding 'caffe2/experiments/python/device_reduce_sum_bench.py' 2022-12-01T10:09:21.5512390Z adding 'caffe2/experiments/python/funhash_op_test.py' 2022-12-01T10:09:21.5514883Z adding 'caffe2/experiments/python/net_construct_bench.py' 2022-12-01T10:09:21.5516957Z adding 'caffe2/experiments/python/sparse_funhash_op_test.py' 2022-12-01T10:09:21.5518970Z adding 'caffe2/experiments/python/sparse_reshape_op_test.py' 2022-12-01T10:09:21.5520791Z adding 'caffe2/experiments/python/tt_contraction_op_test.py' 2022-12-01T10:09:21.5522613Z adding 'caffe2/experiments/python/tt_pad_op_test.py' 2022-12-01T10:09:21.5524181Z adding 'caffe2/perfkernels/__init__.py' 2022-12-01T10:09:21.5528299Z adding 'caffe2/perfkernels/hp_emblookup_codegen.py' 2022-12-01T10:09:21.5530635Z adding 'caffe2/proto/__init__.py' 2022-12-01T10:09:21.5541684Z adding 'caffe2/proto/caffe2_pb2.py' 2022-12-01T10:09:21.5545261Z adding 'caffe2/proto/gen_proto_typestubs_helper.py' 2022-12-01T10:09:21.5548859Z adding 'caffe2/proto/torch_pb2.py' 2022-12-01T10:09:21.5553076Z adding 'caffe2/python/__init__.py' 2022-12-01T10:09:21.5555343Z adding 'caffe2/python/_import_c_extension.py' 2022-12-01T10:09:21.5557465Z adding 'caffe2/python/allcompare_test.py' 2022-12-01T10:09:21.5560188Z adding 'caffe2/python/attention.py' 2022-12-01T10:09:21.5562846Z adding 'caffe2/python/benchmark_generator.py' 2022-12-01T10:09:21.5565598Z adding 'caffe2/python/binarysize.py' 2022-12-01T10:09:21.5567934Z adding 'caffe2/python/brew.py' 2022-12-01T10:09:21.5571081Z adding 'caffe2/python/brew_test.py' 2022-12-01T10:09:21.5572766Z adding 'caffe2/python/build.py' 2022-12-01T10:09:21.5575478Z adding 'caffe2/python/cached_reader.py' 2022-12-01T10:09:21.5584675Z adding 'caffe2/python/caffe_translator.py' 2022-12-01T10:09:21.5587660Z adding 'caffe2/python/caffe_translator_test.py' 2022-12-01T10:09:21.5596052Z adding 'caffe2/python/checkpoint.py' 2022-12-01T10:09:21.5600281Z adding 'caffe2/python/checkpoint_test.py' 2022-12-01T10:09:21.5602936Z adding 'caffe2/python/cnn.py' 2022-12-01T10:09:21.5605104Z adding 'caffe2/python/context.py' 2022-12-01T10:09:21.5606929Z adding 'caffe2/python/context_test.py' 2022-12-01T10:09:21.5611643Z adding 'caffe2/python/control.py' 2022-12-01T10:09:21.5620270Z adding 'caffe2/python/control_ops_grad.py' 2022-12-01T10:09:21.5622760Z adding 'caffe2/python/control_ops_grad_test.py' 2022-12-01T10:09:21.5626123Z adding 'caffe2/python/control_ops_util.py' 2022-12-01T10:09:21.5629204Z adding 'caffe2/python/control_test.py' 2022-12-01T10:09:21.5631738Z adding 'caffe2/python/convert.py' 2022-12-01T10:09:21.5632190Z adding 'caffe2/python/convert_test.py' 2022-12-01T10:09:21.5638058Z adding 'caffe2/python/convnet_benchmarks.py' 2022-12-01T10:09:21.5640402Z adding 'caffe2/python/convnet_benchmarks_test.py' 2022-12-01T10:09:21.5681408Z adding 'caffe2/python/core.py' 2022-12-01T10:09:21.5691043Z adding 'caffe2/python/core_gradients_test.py' 2022-12-01T10:09:21.5702201Z adding 'caffe2/python/core_test.py' 2022-12-01T10:09:21.5707295Z adding 'caffe2/python/crf.py' 2022-12-01T10:09:21.5709517Z adding 'caffe2/python/crf_predict.py' 2022-12-01T10:09:21.5711405Z adding 'caffe2/python/crf_viterbi_test.py' 2022-12-01T10:09:21.5734964Z adding 'caffe2/python/data_parallel_model.py' 2022-12-01T10:09:21.5748551Z adding 'caffe2/python/data_parallel_model_test.py' 2022-12-01T10:09:21.5755136Z adding 'caffe2/python/data_workers.py' 2022-12-01T10:09:21.5758302Z adding 'caffe2/python/data_workers_test.py' 2022-12-01T10:09:21.5765172Z adding 'caffe2/python/dataio.py' 2022-12-01T10:09:21.5769889Z adding 'caffe2/python/dataio_test.py' 2022-12-01T10:09:21.5774390Z adding 'caffe2/python/dataset.py' 2022-12-01T10:09:21.5777807Z adding 'caffe2/python/db_file_reader.py' 2022-12-01T10:09:21.5779852Z adding 'caffe2/python/db_test.py' 2022-12-01T10:09:21.5782289Z adding 'caffe2/python/device_checker.py' 2022-12-01T10:09:21.5784335Z adding 'caffe2/python/dyndep.py' 2022-12-01T10:09:21.5786998Z adding 'caffe2/python/embedding_generation_benchmark.py' 2022-12-01T10:09:21.5789400Z adding 'caffe2/python/experiment_util.py' 2022-12-01T10:09:21.5791149Z adding 'caffe2/python/extension_loader.py' 2022-12-01T10:09:21.5792778Z adding 'caffe2/python/fakefp16_transform_lib.py' 2022-12-01T10:09:21.5794464Z adding 'caffe2/python/filler_test.py' 2022-12-01T10:09:21.5797110Z adding 'caffe2/python/functional.py' 2022-12-01T10:09:21.5799895Z adding 'caffe2/python/functional_test.py' 2022-12-01T10:09:21.5802097Z adding 'caffe2/python/fused_8bit_rowwise_conversion_ops_test.py' 2022-12-01T10:09:21.5806822Z adding 'caffe2/python/gradient_check_test.py' 2022-12-01T10:09:21.5812178Z adding 'caffe2/python/gradient_checker.py' 2022-12-01T10:09:21.5815046Z adding 'caffe2/python/gru_cell.py' 2022-12-01T10:09:21.5816941Z adding 'caffe2/python/hip_test_util.py' 2022-12-01T10:09:21.5818947Z adding 'caffe2/python/hsm_util.py' 2022-12-01T10:09:21.5843146Z adding 'caffe2/python/hypothesis_test.py' 2022-12-01T10:09:21.5852521Z adding 'caffe2/python/hypothesis_test_util.py' 2022-12-01T10:09:21.5855007Z adding 'caffe2/python/ideep_test_util.py' 2022-12-01T10:09:21.5862814Z adding 'caffe2/python/layer_model_helper.py' 2022-12-01T10:09:21.5865769Z adding 'caffe2/python/layer_model_instantiator.py' 2022-12-01T10:09:21.5868470Z adding 'caffe2/python/layer_parameter_sharing_test.py' 2022-12-01T10:09:21.5871227Z adding 'caffe2/python/layer_test_util.py' 2022-12-01T10:09:21.5890033Z adding 'caffe2/python/layers_test.py' 2022-12-01T10:09:21.5893905Z adding 'caffe2/python/lazy.py' 2022-12-01T10:09:21.5896089Z adding 'caffe2/python/lazy_dyndep.py' 2022-12-01T10:09:21.5898511Z adding 'caffe2/python/lazy_dyndep_test.py' 2022-12-01T10:09:21.5901230Z adding 'caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py' 2022-12-01T10:09:21.5903951Z adding 'caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py' 2022-12-01T10:09:21.5907996Z adding 'caffe2/python/lstm_benchmark.py' 2022-12-01T10:09:21.5919515Z adding 'caffe2/python/memonger.py' 2022-12-01T10:09:21.5926814Z adding 'caffe2/python/memonger_test.py' 2022-12-01T10:09:21.5929534Z adding 'caffe2/python/mkl_test_util.py' 2022-12-01T10:09:21.5931980Z adding 'caffe2/python/model_device_test.py' 2022-12-01T10:09:21.5939249Z adding 'caffe2/python/model_helper.py' 2022-12-01T10:09:21.5941904Z adding 'caffe2/python/model_helper_test.py' 2022-12-01T10:09:21.5944035Z adding 'caffe2/python/modifier_context.py' 2022-12-01T10:09:21.5946918Z adding 'caffe2/python/muji.py' 2022-12-01T10:09:21.5949300Z adding 'caffe2/python/muji_test.py' 2022-12-01T10:09:21.5956849Z adding 'caffe2/python/net_builder.py' 2022-12-01T10:09:21.5961167Z adding 'caffe2/python/net_builder_test.py' 2022-12-01T10:09:21.5965911Z adding 'caffe2/python/net_drawer.py' 2022-12-01T10:09:21.5970531Z adding 'caffe2/python/net_printer.py' 2022-12-01T10:09:21.5973012Z adding 'caffe2/python/net_printer_test.py' 2022-12-01T10:09:21.5975502Z adding 'caffe2/python/nomnigraph.py' 2022-12-01T10:09:21.5979549Z adding 'caffe2/python/nomnigraph_test.py' 2022-12-01T10:09:21.5982272Z adding 'caffe2/python/nomnigraph_transformations.py' 2022-12-01T10:09:21.5984965Z adding 'caffe2/python/nomnigraph_transformations_test.py' 2022-12-01T10:09:21.5986954Z adding 'caffe2/python/normalizer.py' 2022-12-01T10:09:21.5988828Z adding 'caffe2/python/normalizer_context.py' 2022-12-01T10:09:21.5990614Z adding 'caffe2/python/normalizer_test.py' 2022-12-01T10:09:21.5992664Z adding 'caffe2/python/numa_benchmark.py' 2022-12-01T10:09:21.5994758Z adding 'caffe2/python/numa_test.py' 2022-12-01T10:09:21.5997695Z adding 'caffe2/python/observer_test.py' 2022-12-01T10:09:21.5999704Z adding 'caffe2/python/operator_fp_exceptions_test.py' 2022-12-01T10:09:21.6016945Z adding 'caffe2/python/optimizer.py' 2022-12-01T10:09:21.6021197Z adding 'caffe2/python/optimizer_context.py' 2022-12-01T10:09:21.6027825Z adding 'caffe2/python/optimizer_test.py' 2022-12-01T10:09:21.6032280Z adding 'caffe2/python/optimizer_test_util.py' 2022-12-01T10:09:21.6036210Z adding 'caffe2/python/parallel_workers.py' 2022-12-01T10:09:21.6039027Z adding 'caffe2/python/parallel_workers_test.py' 2022-12-01T10:09:21.6043135Z adding 'caffe2/python/parallelize_bmuf_distributed_test.py' 2022-12-01T10:09:21.6048978Z adding 'caffe2/python/pipeline.py' 2022-12-01T10:09:21.6051896Z adding 'caffe2/python/pipeline_test.py' 2022-12-01T10:09:21.6053634Z adding 'caffe2/python/predictor_constants.py' 2022-12-01T10:09:21.6057082Z adding 'caffe2/python/python_op_test.py' 2022-12-01T10:09:21.6060057Z adding 'caffe2/python/queue_util.py' 2022-12-01T10:09:21.6062863Z adding 'caffe2/python/record_queue.py' 2022-12-01T10:09:21.6067827Z adding 'caffe2/python/recurrent.py' 2022-12-01T10:09:21.6073964Z adding 'caffe2/python/regularizer.py' 2022-12-01T10:09:21.6076939Z adding 'caffe2/python/regularizer_context.py' 2022-12-01T10:09:21.6080506Z adding 'caffe2/python/regularizer_test.py' 2022-12-01T10:09:21.6098193Z adding 'caffe2/python/rnn_cell.py' 2022-12-01T10:09:21.6113952Z adding 'caffe2/python/schema.py' 2022-12-01T10:09:21.6119245Z adding 'caffe2/python/schema_test.py' 2022-12-01T10:09:21.6122108Z adding 'caffe2/python/scope.py' 2022-12-01T10:09:21.6124596Z adding 'caffe2/python/scope_test.py' 2022-12-01T10:09:21.6128105Z adding 'caffe2/python/session.py' 2022-12-01T10:09:21.6130544Z adding 'caffe2/python/session_test.py' 2022-12-01T10:09:21.6133118Z adding 'caffe2/python/sparse_to_dense_mask_test.py' 2022-12-01T10:09:21.6135600Z adding 'caffe2/python/sparse_to_dense_test.py' 2022-12-01T10:09:21.6143920Z adding 'caffe2/python/task.py' 2022-12-01T10:09:21.6146200Z adding 'caffe2/python/task_test.py' 2022-12-01T10:09:21.6148861Z adding 'caffe2/python/test_util.py' 2022-12-01T10:09:21.6151198Z adding 'caffe2/python/text_file_reader.py' 2022-12-01T10:09:21.6153947Z adding 'caffe2/python/timeout_guard.py' 2022-12-01T10:09:21.6156789Z adding 'caffe2/python/toy_regression_test.py' 2022-12-01T10:09:21.6159014Z adding 'caffe2/python/transformations.py' 2022-12-01T10:09:21.6162829Z adding 'caffe2/python/transformations_test.py' 2022-12-01T10:09:21.6166757Z adding 'caffe2/python/tt_core.py' 2022-12-01T10:09:21.6169222Z adding 'caffe2/python/tt_core_test.py' 2022-12-01T10:09:21.6174295Z adding 'caffe2/python/utils.py' 2022-12-01T10:09:21.6176753Z adding 'caffe2/python/utils_test.py' 2022-12-01T10:09:21.6179845Z adding 'caffe2/python/visualize.py' 2022-12-01T10:09:21.6188180Z adding 'caffe2/python/workspace.py' 2022-12-01T10:09:21.6197562Z adding 'caffe2/python/workspace_test.py' 2022-12-01T10:09:21.6200594Z adding 'caffe2/python/docs/__init__.py' 2022-12-01T10:09:21.6202963Z adding 'caffe2/python/docs/formatter.py' 2022-12-01T10:09:21.6206266Z adding 'caffe2/python/docs/generator.py' 2022-12-01T10:09:21.6209285Z adding 'caffe2/python/docs/github.py' 2022-12-01T10:09:21.6211798Z adding 'caffe2/python/docs/parser.py' 2022-12-01T10:09:21.6213718Z adding 'caffe2/python/examples/__init__.py' 2022-12-01T10:09:21.6218334Z adding 'caffe2/python/examples/char_rnn.py' 2022-12-01T10:09:21.6226499Z adding 'caffe2/python/examples/imagenet_trainer.py' 2022-12-01T10:09:21.6229268Z adding 'caffe2/python/examples/lmdb_create_example.py' 2022-12-01T10:09:21.6236866Z adding 'caffe2/python/examples/resnet50_trainer.py' 2022-12-01T10:09:21.6239206Z adding 'caffe2/python/fakelowp/__init__.py' 2022-12-01T10:09:21.6240798Z adding 'caffe2/python/fakelowp/init_shared_libs.py' 2022-12-01T10:09:21.6242829Z adding 'caffe2/python/fakelowp/test_utils.py' 2022-12-01T10:09:21.6244674Z adding 'caffe2/python/helpers/__init__.py' 2022-12-01T10:09:21.6246465Z adding 'caffe2/python/helpers/algebra.py' 2022-12-01T10:09:21.6248159Z adding 'caffe2/python/helpers/arg_scope.py' 2022-12-01T10:09:21.6249915Z adding 'caffe2/python/helpers/array_helpers.py' 2022-12-01T10:09:21.6251472Z adding 'caffe2/python/helpers/control_ops.py' 2022-12-01T10:09:21.6254871Z adding 'caffe2/python/helpers/conv.py' 2022-12-01T10:09:21.6256879Z adding 'caffe2/python/helpers/db_input.py' 2022-12-01T10:09:21.6258588Z adding 'caffe2/python/helpers/dropout.py' 2022-12-01T10:09:21.6260796Z adding 'caffe2/python/helpers/elementwise_linear.py' 2022-12-01T10:09:21.6263395Z adding 'caffe2/python/helpers/fc.py' 2022-12-01T10:09:21.6265456Z adding 'caffe2/python/helpers/nonlinearity.py' 2022-12-01T10:09:21.6268817Z adding 'caffe2/python/helpers/normalization.py' 2022-12-01T10:09:21.6270895Z adding 'caffe2/python/helpers/pooling.py' 2022-12-01T10:09:21.6272679Z adding 'caffe2/python/helpers/quantization.py' 2022-12-01T10:09:21.6274409Z adding 'caffe2/python/helpers/tools.py' 2022-12-01T10:09:21.6276708Z adding 'caffe2/python/helpers/train.py' 2022-12-01T10:09:21.6279537Z adding 'caffe2/python/ideep/LRN_op_test.py' 2022-12-01T10:09:21.6280722Z adding 'caffe2/python/ideep/__init__.py' 2022-12-01T10:09:21.6283277Z adding 'caffe2/python/ideep/adam_op_test.py' 2022-12-01T10:09:21.6285901Z adding 'caffe2/python/ideep/blobs_queue_db_test.py' 2022-12-01T10:09:21.6287869Z adding 'caffe2/python/ideep/channel_shuffle_op_test.py' 2022-12-01T10:09:21.6290973Z adding 'caffe2/python/ideep/concat_split_op_test.py' 2022-12-01T10:09:21.6293614Z adding 'caffe2/python/ideep/conv_op_test.py' 2022-12-01T10:09:21.6296104Z adding 'caffe2/python/ideep/conv_transpose_test.py' 2022-12-01T10:09:21.6300642Z adding 'caffe2/python/ideep/convfusion_op_test.py' 2022-12-01T10:09:21.6303647Z adding 'caffe2/python/ideep/copy_op_test.py' 2022-12-01T10:09:21.6305694Z adding 'caffe2/python/ideep/dropout_op_test.py' 2022-12-01T10:09:21.6308627Z adding 'caffe2/python/ideep/elementwise_sum_op_test.py' 2022-12-01T10:09:21.6311199Z adding 'caffe2/python/ideep/expanddims_squeeze_op_test.py' 2022-12-01T10:09:21.6314554Z adding 'caffe2/python/ideep/fc_op_test.py' 2022-12-01T10:09:21.6317384Z adding 'caffe2/python/ideep/leaky_relu_op_test.py' 2022-12-01T10:09:21.6319396Z adding 'caffe2/python/ideep/moment_sgd_op_test.py' 2022-12-01T10:09:21.6322048Z adding 'caffe2/python/ideep/operator_fallback_op_test.py' 2022-12-01T10:09:21.6324286Z adding 'caffe2/python/ideep/order_switch_op_test.py' 2022-12-01T10:09:21.6326869Z adding 'caffe2/python/ideep/pool_op_test.py' 2022-12-01T10:09:21.6329712Z adding 'caffe2/python/ideep/pre_convert_test.py' 2022-12-01T10:09:21.6332145Z adding 'caffe2/python/ideep/relu_op_test.py' 2022-12-01T10:09:21.6334979Z adding 'caffe2/python/ideep/reshape_op_test.py' 2022-12-01T10:09:21.6337203Z adding 'caffe2/python/ideep/shape_op_test.py' 2022-12-01T10:09:21.6339200Z adding 'caffe2/python/ideep/sigmoid_op_test.py' 2022-12-01T10:09:21.6341233Z adding 'caffe2/python/ideep/softmax_op_test.py' 2022-12-01T10:09:21.6343909Z adding 'caffe2/python/ideep/spatial_bn_op_test.py' 2022-12-01T10:09:21.6346570Z adding 'caffe2/python/ideep/test_ideep_net.py' 2022-12-01T10:09:21.6350929Z adding 'caffe2/python/ideep/transform_ideep_net.py' 2022-12-01T10:09:21.6353202Z adding 'caffe2/python/ideep/transpose_op_test.py' 2022-12-01T10:09:21.6355545Z adding 'caffe2/python/ideep/weightedsum_op_test.py' 2022-12-01T10:09:21.6358471Z adding 'caffe2/python/layers/__init__.py' 2022-12-01T10:09:21.6361555Z adding 'caffe2/python/layers/adaptive_weight.py' 2022-12-01T10:09:21.6363788Z adding 'caffe2/python/layers/add_bias.py' 2022-12-01T10:09:21.6367147Z adding 'caffe2/python/layers/arc_cosine_feature_map.py' 2022-12-01T10:09:21.6369939Z adding 'caffe2/python/layers/batch_huber_loss.py' 2022-12-01T10:09:21.6373693Z adding 'caffe2/python/layers/batch_lr_loss.py' 2022-12-01T10:09:21.6376362Z adding 'caffe2/python/layers/batch_mse_loss.py' 2022-12-01T10:09:21.6378847Z adding 'caffe2/python/layers/batch_normalization.py' 2022-12-01T10:09:21.6381102Z adding 'caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py' 2022-12-01T10:09:21.6383861Z adding 'caffe2/python/layers/batch_softmax_loss.py' 2022-12-01T10:09:21.6386368Z adding 'caffe2/python/layers/blob_weighted_sum.py' 2022-12-01T10:09:21.6388506Z adding 'caffe2/python/layers/bpr_loss.py' 2022-12-01T10:09:21.6391093Z adding 'caffe2/python/layers/bucket_weighted.py' 2022-12-01T10:09:21.6393492Z adding 'caffe2/python/layers/build_index.py' 2022-12-01T10:09:21.6397132Z adding 'caffe2/python/layers/concat.py' 2022-12-01T10:09:21.6398295Z adding 'caffe2/python/layers/constant_weight.py' 2022-12-01T10:09:21.6401577Z adding 'caffe2/python/layers/conv.py' 2022-12-01T10:09:21.6403521Z adding 'caffe2/python/layers/dropout.py' 2022-12-01T10:09:21.6407329Z adding 'caffe2/python/layers/fc.py' 2022-12-01T10:09:21.6411658Z adding 'caffe2/python/layers/fc_with_bootstrap.py' 2022-12-01T10:09:21.6414389Z adding 'caffe2/python/layers/fc_without_bias.py' 2022-12-01T10:09:21.6417980Z adding 'caffe2/python/layers/feature_sparse_to_dense.py' 2022-12-01T10:09:21.6421157Z adding 'caffe2/python/layers/functional.py' 2022-12-01T10:09:21.6423847Z adding 'caffe2/python/layers/gather_record.py' 2022-12-01T10:09:21.6426554Z adding 'caffe2/python/layers/homotopy_weight.py' 2022-12-01T10:09:21.6429197Z adding 'caffe2/python/layers/label_smooth.py' 2022-12-01T10:09:21.6431706Z adding 'caffe2/python/layers/last_n_window_collector.py' 2022-12-01T10:09:21.6434416Z adding 'caffe2/python/layers/layer_normalization.py' 2022-12-01T10:09:21.6465249Z adding 'caffe2/python/layers/layers.py' 2022-12-01T10:09:21.6465767Z adding 'caffe2/python/layers/margin_rank_loss.py' 2022-12-01T10:09:21.6466291Z adding 'caffe2/python/layers/merge_id_lists.py' 2022-12-01T10:09:21.6466687Z adding 'caffe2/python/layers/pairwise_similarity.py' 2022-12-01T10:09:21.6466998Z adding 'caffe2/python/layers/position_weighted.py' 2022-12-01T10:09:21.6467302Z adding 'caffe2/python/layers/random_fourier_features.py' 2022-12-01T10:09:21.6467699Z adding 'caffe2/python/layers/reservoir_sampling.py' 2022-12-01T10:09:21.6468023Z adding 'caffe2/python/layers/sampling_train.py' 2022-12-01T10:09:21.6468335Z adding 'caffe2/python/layers/sampling_trainable_mixin.py' 2022-12-01T10:09:21.6468724Z adding 'caffe2/python/layers/select_record_by_context.py' 2022-12-01T10:09:21.6469027Z adding 'caffe2/python/layers/semi_random_features.py' 2022-12-01T10:09:21.6469356Z adding 'caffe2/python/layers/sparse_dropout_with_replacement.py' 2022-12-01T10:09:21.6469666Z adding 'caffe2/python/layers/sparse_feature_hash.py' 2022-12-01T10:09:21.6470050Z adding 'caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py' 2022-12-01T10:09:21.6470440Z adding 'caffe2/python/layers/sparse_lookup.py' 2022-12-01T10:09:21.6470805Z adding 'caffe2/python/layers/split.py' 2022-12-01T10:09:21.6473202Z adding 'caffe2/python/layers/tags.py' 2022-12-01T10:09:21.6475513Z adding 'caffe2/python/layers/uniform_sampling.py' 2022-12-01T10:09:21.6477472Z adding 'caffe2/python/mint/__init__.py' 2022-12-01T10:09:21.6479636Z adding 'caffe2/python/mint/app.py' 2022-12-01T10:09:21.6481421Z adding 'caffe2/python/mkl/__init__.py' 2022-12-01T10:09:21.6483260Z adding 'caffe2/python/mkl/mkl_LRN_op_test.py' 2022-12-01T10:09:21.6484994Z adding 'caffe2/python/mkl/mkl_LRN_speed_test.py' 2022-12-01T10:09:21.6486741Z adding 'caffe2/python/mkl/mkl_concat_op_test.py' 2022-12-01T10:09:21.6488135Z adding 'caffe2/python/mkl/mkl_conv_op_test.py' 2022-12-01T10:09:21.6489797Z adding 'caffe2/python/mkl/mkl_copy_op_test.py' 2022-12-01T10:09:21.6491609Z adding 'caffe2/python/mkl/mkl_elementwise_add_op_test.py' 2022-12-01T10:09:21.6493052Z adding 'caffe2/python/mkl/mkl_elementwise_sum_op_test.py' 2022-12-01T10:09:21.6494442Z adding 'caffe2/python/mkl/mkl_fc_op_test.py' 2022-12-01T10:09:21.6496161Z adding 'caffe2/python/mkl/mkl_fc_speed_test.py' 2022-12-01T10:09:21.6497724Z adding 'caffe2/python/mkl/mkl_fill_op_test.py' 2022-12-01T10:09:21.6499243Z adding 'caffe2/python/mkl/mkl_pool_op_test.py' 2022-12-01T10:09:21.6501552Z adding 'caffe2/python/mkl/mkl_pool_speed_test.py' 2022-12-01T10:09:21.6503358Z adding 'caffe2/python/mkl/mkl_relu_op_test.py' 2022-12-01T10:09:21.6505131Z adding 'caffe2/python/mkl/mkl_sbn_op_test.py' 2022-12-01T10:09:21.6506994Z adding 'caffe2/python/mkl/mkl_sbn_speed_test.py' 2022-12-01T10:09:21.6508556Z adding 'caffe2/python/mkl/mkl_sigmoid_op_test.py' 2022-12-01T10:09:21.6510295Z adding 'caffe2/python/mkl/mkl_speed_test.py' 2022-12-01T10:09:21.6511888Z adding 'caffe2/python/mkl/mkl_squeeze_op_test.py' 2022-12-01T10:09:21.6514679Z adding 'caffe2/python/mkl/rewrite_graph.py' 2022-12-01T10:09:21.6517661Z adding 'caffe2/python/mkl/rewrite_graph_test.py' 2022-12-01T10:09:21.6519450Z adding 'caffe2/python/modeling/__init__.py' 2022-12-01T10:09:21.6521381Z adding 'caffe2/python/modeling/compute_histogram_for_blobs.py' 2022-12-01T10:09:21.6523335Z adding 'caffe2/python/modeling/compute_histogram_for_blobs_test.py' 2022-12-01T10:09:21.6525452Z adding 'caffe2/python/modeling/compute_norm_for_blobs.py' 2022-12-01T10:09:21.6527441Z adding 'caffe2/python/modeling/compute_norm_for_blobs_test.py' 2022-12-01T10:09:21.6529335Z adding 'caffe2/python/modeling/compute_statistics_for_blobs.py' 2022-12-01T10:09:21.6531072Z adding 'caffe2/python/modeling/compute_statistics_for_blobs_test.py' 2022-12-01T10:09:21.6533186Z adding 'caffe2/python/modeling/get_entry_from_blobs.py' 2022-12-01T10:09:21.6535260Z adding 'caffe2/python/modeling/get_entry_from_blobs_test.py' 2022-12-01T10:09:21.6537909Z adding 'caffe2/python/modeling/gradient_clipping.py' 2022-12-01T10:09:21.6540358Z adding 'caffe2/python/modeling/gradient_clipping_test.py' 2022-12-01T10:09:21.6542725Z adding 'caffe2/python/modeling/initializers.py' 2022-12-01T10:09:21.6544559Z adding 'caffe2/python/modeling/initializers_test.py' 2022-12-01T10:09:21.6546158Z adding 'caffe2/python/modeling/net_modifier.py' 2022-12-01T10:09:21.6547638Z adding 'caffe2/python/modeling/parameter_info.py' 2022-12-01T10:09:21.6549568Z adding 'caffe2/python/modeling/parameter_sharing.py' 2022-12-01T10:09:21.6553121Z adding 'caffe2/python/modeling/parameter_sharing_test.py' 2022-12-01T10:09:21.6555129Z adding 'caffe2/python/models/__init__.py' 2022-12-01T10:09:21.6556693Z adding 'caffe2/python/models/__sym_init__.py' 2022-12-01T10:09:21.6559577Z adding 'caffe2/python/models/download.py' 2022-12-01T10:09:21.6562087Z adding 'caffe2/python/models/imagenet_trainer_test_utils.py' 2022-12-01T10:09:21.6565798Z adding 'caffe2/python/models/resnet.py' 2022-12-01T10:09:21.6567855Z adding 'caffe2/python/models/resnet_test.py' 2022-12-01T10:09:21.6570713Z adding 'caffe2/python/models/shufflenet.py' 2022-12-01T10:09:21.6572682Z adding 'caffe2/python/models/shufflenet_test.py' 2022-12-01T10:09:21.6574311Z adding 'caffe2/python/models/seq2seq/__init__.py' 2022-12-01T10:09:21.6578553Z adding 'caffe2/python/models/seq2seq/beam_search.py' 2022-12-01T10:09:21.6581437Z adding 'caffe2/python/models/seq2seq/seq2seq_beam_search_test.py' 2022-12-01T10:09:21.6583505Z adding 'caffe2/python/models/seq2seq/seq2seq_model_helper.py' 2022-12-01T10:09:21.6585286Z adding 'caffe2/python/models/seq2seq/seq2seq_model_helper_test.py' 2022-12-01T10:09:21.6590172Z adding 'caffe2/python/models/seq2seq/seq2seq_util.py' 2022-12-01T10:09:21.6597673Z adding 'caffe2/python/models/seq2seq/train.py' 2022-12-01T10:09:21.6604194Z adding 'caffe2/python/models/seq2seq/translate.py' 2022-12-01T10:09:21.6606462Z adding 'caffe2/python/onnx/__init__.py' 2022-12-01T10:09:21.6617612Z adding 'caffe2/python/onnx/backend.py' 2022-12-01T10:09:21.6620402Z adding 'caffe2/python/onnx/backend_cpp_rep.py' 2022-12-01T10:09:21.6622449Z adding 'caffe2/python/onnx/backend_rep.py' 2022-12-01T10:09:21.6623993Z adding 'caffe2/python/onnx/error.py' 2022-12-01T10:09:21.6627937Z adding 'caffe2/python/onnx/frontend.py' 2022-12-01T10:09:21.6630393Z adding 'caffe2/python/onnx/helper.py' 2022-12-01T10:09:21.6632507Z adding 'caffe2/python/onnx/onnxifi.py' 2022-12-01T10:09:21.6635768Z adding 'caffe2/python/onnx/test_onnxifi.py' 2022-12-01T10:09:21.6637812Z adding 'caffe2/python/onnx/workspace.py' 2022-12-01T10:09:21.6639557Z adding 'caffe2/python/onnx/bin/__init__.py' 2022-12-01T10:09:21.6642047Z adding 'caffe2/python/onnx/bin/conversion.py' 2022-12-01T10:09:21.6642869Z adding 'caffe2/python/onnx/tests/__init__.py' 2022-12-01T10:09:21.6648118Z adding 'caffe2/python/onnx/tests/c2_ref_test.py' 2022-12-01T10:09:21.6652493Z adding 'caffe2/python/onnx/tests/conversion_test.py' 2022-12-01T10:09:21.6654427Z adding 'caffe2/python/onnx/tests/helper_test.py' 2022-12-01T10:09:21.6657984Z adding 'caffe2/python/onnx/tests/onnx_backend_test.py' 2022-12-01T10:09:21.6660275Z adding 'caffe2/python/onnx/tests/ssa_test.py' 2022-12-01T10:09:21.6661883Z adding 'caffe2/python/onnx/tests/test_utils.py' 2022-12-01T10:09:21.6665115Z adding 'caffe2/python/operator_test/__init__.py' 2022-12-01T10:09:21.6667937Z adding 'caffe2/python/operator_test/activation_ops_test.py' 2022-12-01T10:09:21.6670556Z adding 'caffe2/python/operator_test/adadelta_test.py' 2022-12-01T10:09:21.6673018Z adding 'caffe2/python/operator_test/adagrad_test.py' 2022-12-01T10:09:21.6675973Z adding 'caffe2/python/operator_test/adagrad_test_helper.py' 2022-12-01T10:09:21.6679638Z adding 'caffe2/python/operator_test/adam_test.py' 2022-12-01T10:09:21.6682066Z adding 'caffe2/python/operator_test/affine_channel_op_test.py' 2022-12-01T10:09:21.6683968Z adding 'caffe2/python/operator_test/alias_with_name_test.py' 2022-12-01T10:09:21.6685725Z adding 'caffe2/python/operator_test/apmeter_test.py' 2022-12-01T10:09:21.6687463Z adding 'caffe2/python/operator_test/arg_ops_test.py' 2022-12-01T10:09:21.6689068Z adding 'caffe2/python/operator_test/assert_test.py' 2022-12-01T10:09:21.6690682Z adding 'caffe2/python/operator_test/async_net_barrier_test.py' 2022-12-01T10:09:21.6692558Z adding 'caffe2/python/operator_test/atomic_ops_test.py' 2022-12-01T10:09:21.6694923Z adding 'caffe2/python/operator_test/basic_rnn_test.py' 2022-12-01T10:09:21.6697553Z adding 'caffe2/python/operator_test/batch_box_cox_test.py' 2022-12-01T10:09:21.6699785Z adding 'caffe2/python/operator_test/batch_bucketize_op_test.py' 2022-12-01T10:09:21.6701718Z adding 'caffe2/python/operator_test/batch_moments_op_test.py' 2022-12-01T10:09:21.6703825Z adding 'caffe2/python/operator_test/batch_sparse_to_dense_op_test.py' 2022-12-01T10:09:21.6707515Z adding 'caffe2/python/operator_test/bbox_transform_test.py' 2022-12-01T10:09:21.6710420Z adding 'caffe2/python/operator_test/bisect_percentile_op_test.py' 2022-12-01T10:09:21.6712582Z adding 'caffe2/python/operator_test/blobs_queue_db_test.py' 2022-12-01T10:09:21.6715820Z adding 'caffe2/python/operator_test/boolean_mask_test.py' 2022-12-01T10:09:21.6718094Z adding 'caffe2/python/operator_test/boolean_unmask_test.py' 2022-12-01T10:09:21.6720852Z adding 'caffe2/python/operator_test/box_with_nms_limit_op_test.py' 2022-12-01T10:09:21.6722703Z adding 'caffe2/python/operator_test/bucketize_op_test.py' 2022-12-01T10:09:21.6724412Z adding 'caffe2/python/operator_test/cast_op_test.py' 2022-12-01T10:09:21.6726083Z adding 'caffe2/python/operator_test/ceil_op_test.py' 2022-12-01T10:09:21.6727920Z adding 'caffe2/python/operator_test/channel_backprop_stats_op_test.py' 2022-12-01T10:09:21.6729695Z adding 'caffe2/python/operator_test/channel_shuffle_test.py' 2022-12-01T10:09:21.6731727Z adding 'caffe2/python/operator_test/channel_stats_op_test.py' 2022-12-01T10:09:21.6733528Z adding 'caffe2/python/operator_test/checkpoint_test.py' 2022-12-01T10:09:21.6735307Z adding 'caffe2/python/operator_test/clip_op_test.py' 2022-12-01T10:09:21.6737166Z adding 'caffe2/python/operator_test/clip_tensor_op_test.py' 2022-12-01T10:09:21.6740809Z adding 'caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py' 2022-12-01T10:09:21.6742867Z adding 'caffe2/python/operator_test/concat_op_cost_test.py' 2022-12-01T10:09:21.6745599Z adding 'caffe2/python/operator_test/concat_split_op_test.py' 2022-12-01T10:09:21.6747432Z adding 'caffe2/python/operator_test/conditional_test.py' 2022-12-01T10:09:21.6749053Z adding 'caffe2/python/operator_test/conftest.py' 2022-12-01T10:09:21.6755617Z adding 'caffe2/python/operator_test/conv_test.py' 2022-12-01T10:09:21.6759596Z adding 'caffe2/python/operator_test/conv_transpose_test.py' 2022-12-01T10:09:21.6762528Z adding 'caffe2/python/operator_test/copy_ops_test.py' 2022-12-01T10:09:21.6764615Z adding 'caffe2/python/operator_test/copy_rows_to_tensor_op_test.py' 2022-12-01T10:09:21.6766576Z adding 'caffe2/python/operator_test/cosine_embedding_criterion_op_test.py' 2022-12-01T10:09:21.6768444Z adding 'caffe2/python/operator_test/counter_ops_test.py' 2022-12-01T10:09:21.6771070Z adding 'caffe2/python/operator_test/crf_test.py' 2022-12-01T10:09:21.6774064Z adding 'caffe2/python/operator_test/cross_entropy_ops_test.py' 2022-12-01T10:09:21.6776650Z adding 'caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py' 2022-12-01T10:09:21.6778775Z adding 'caffe2/python/operator_test/ctc_greedy_decoder_op_test.py' 2022-12-01T10:09:21.6781237Z adding 'caffe2/python/operator_test/cudnn_recurrent_test.py' 2022-12-01T10:09:21.6782980Z adding 'caffe2/python/operator_test/data_couple_op_test.py' 2022-12-01T10:09:21.6788852Z adding 'caffe2/python/operator_test/dataset_ops_test.py' 2022-12-01T10:09:21.6791375Z adding 'caffe2/python/operator_test/decay_adagrad_test.py' 2022-12-01T10:09:21.6795312Z adding 'caffe2/python/operator_test/deform_conv_test.py' 2022-12-01T10:09:21.6797833Z adding 'caffe2/python/operator_test/dense_vector_to_id_list_op_test.py' 2022-12-01T10:09:21.6799691Z adding 'caffe2/python/operator_test/depthwise_3x3_conv_test.py' 2022-12-01T10:09:21.6802857Z adding 'caffe2/python/operator_test/detectron_keypoints.py' 2022-12-01T10:09:21.6805197Z adding 'caffe2/python/operator_test/distance_op_test.py' 2022-12-01T10:09:21.6807351Z adding 'caffe2/python/operator_test/dropout_op_test.py' 2022-12-01T10:09:21.6809118Z adding 'caffe2/python/operator_test/duplicate_operands_test.py' 2022-12-01T10:09:21.6810791Z adding 'caffe2/python/operator_test/elementwise_linear_op_test.py' 2022-12-01T10:09:21.6812992Z adding 'caffe2/python/operator_test/elementwise_logical_ops_test.py' 2022-12-01T10:09:21.6816396Z adding 'caffe2/python/operator_test/elementwise_op_broadcast_test.py' 2022-12-01T10:09:21.6822093Z adding 'caffe2/python/operator_test/elementwise_ops_test.py' 2022-12-01T10:09:21.6824597Z adding 'caffe2/python/operator_test/emptysample_ops_test.py' 2022-12-01T10:09:21.6826335Z adding 'caffe2/python/operator_test/enforce_finite_op_test.py' 2022-12-01T10:09:21.6828154Z adding 'caffe2/python/operator_test/ensure_clipped_test.py' 2022-12-01T10:09:21.6830017Z adding 'caffe2/python/operator_test/ensure_cpu_output_op_test.py' 2022-12-01T10:09:21.6831480Z adding 'caffe2/python/operator_test/erf_op_test.py' 2022-12-01T10:09:21.6833225Z adding 'caffe2/python/operator_test/expand_op_test.py' 2022-12-01T10:09:21.6835540Z adding 'caffe2/python/operator_test/fc_operator_test.py' 2022-12-01T10:09:21.6838922Z adding 'caffe2/python/operator_test/feature_maps_ops_test.py' 2022-12-01T10:09:21.6842294Z adding 'caffe2/python/operator_test/filler_ops_test.py' 2022-12-01T10:09:21.6844233Z adding 'caffe2/python/operator_test/find_op_test.py' 2022-12-01T10:09:21.6845873Z adding 'caffe2/python/operator_test/flatten_op_test.py' 2022-12-01T10:09:21.6847811Z adding 'caffe2/python/operator_test/flexible_top_k_test.py' 2022-12-01T10:09:21.6849453Z adding 'caffe2/python/operator_test/floor_op_test.py' 2022-12-01T10:09:21.6853128Z adding 'caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py' 2022-12-01T10:09:21.6855487Z adding 'caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py' 2022-12-01T10:09:21.6858504Z adding 'caffe2/python/operator_test/gather_ops_test.py' 2022-12-01T10:09:21.6861744Z adding 'caffe2/python/operator_test/gather_ranges_op_test.py' 2022-12-01T10:09:21.6863698Z adding 'caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py' 2022-12-01T10:09:21.6865416Z adding 'caffe2/python/operator_test/given_tensor_fill_op_test.py' 2022-12-01T10:09:21.6867142Z adding 'caffe2/python/operator_test/glu_op_test.py' 2022-12-01T10:09:21.6869094Z adding 'caffe2/python/operator_test/group_conv_test.py' 2022-12-01T10:09:21.6871347Z adding 'caffe2/python/operator_test/group_norm_op_test.py' 2022-12-01T10:09:21.6875267Z adding 'caffe2/python/operator_test/gru_test.py' 2022-12-01T10:09:21.6878466Z adding 'caffe2/python/operator_test/heatmap_max_keypoint_op_test.py' 2022-12-01T10:09:21.6880499Z adding 'caffe2/python/operator_test/histogram_test.py' 2022-12-01T10:09:21.6883611Z adding 'caffe2/python/operator_test/hsm_test.py' 2022-12-01T10:09:21.6885639Z adding 'caffe2/python/operator_test/hyperbolic_ops_test.py' 2022-12-01T10:09:21.6887706Z adding 'caffe2/python/operator_test/im2col_col2im_test.py' 2022-12-01T10:09:21.6892540Z adding 'caffe2/python/operator_test/image_input_op_test.py' 2022-12-01T10:09:21.6894816Z adding 'caffe2/python/operator_test/index_hash_ops_test.py' 2022-12-01T10:09:21.6896945Z adding 'caffe2/python/operator_test/index_ops_test.py' 2022-12-01T10:09:21.6899978Z adding 'caffe2/python/operator_test/instance_norm_test.py' 2022-12-01T10:09:21.6902139Z adding 'caffe2/python/operator_test/integral_image_ops_test.py' 2022-12-01T10:09:21.6903867Z adding 'caffe2/python/operator_test/jsd_ops_test.py' 2022-12-01T10:09:21.6905552Z adding 'caffe2/python/operator_test/key_split_ops_test.py' 2022-12-01T10:09:21.6907198Z adding 'caffe2/python/operator_test/lars_test.py' 2022-12-01T10:09:21.6910504Z adding 'caffe2/python/operator_test/layer_norm_op_test.py' 2022-12-01T10:09:21.6913413Z adding 'caffe2/python/operator_test/leaky_relu_test.py' 2022-12-01T10:09:21.6915503Z adding 'caffe2/python/operator_test/learning_rate_adaption_op_test.py' 2022-12-01T10:09:21.6918304Z adding 'caffe2/python/operator_test/learning_rate_op_test.py' 2022-12-01T10:09:21.6920752Z adding 'caffe2/python/operator_test/length_split_op_test.py' 2022-12-01T10:09:21.6922458Z adding 'caffe2/python/operator_test/lengths_pad_op_test.py' 2022-12-01T10:09:21.6925547Z adding 'caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py' 2022-12-01T10:09:21.6927718Z adding 'caffe2/python/operator_test/lengths_tile_op_test.py' 2022-12-01T10:09:21.6929466Z adding 'caffe2/python/operator_test/lengths_top_k_ops_test.py' 2022-12-01T10:09:21.6932126Z adding 'caffe2/python/operator_test/listwise_l2r_operator_test.py' 2022-12-01T10:09:21.6939603Z adding 'caffe2/python/operator_test/load_save_test.py' 2022-12-01T10:09:21.6942940Z adding 'caffe2/python/operator_test/locally_connected_op_test.py' 2022-12-01T10:09:21.6944766Z adding 'caffe2/python/operator_test/loss_ops_test.py' 2022-12-01T10:09:21.6946726Z adding 'caffe2/python/operator_test/lpnorm_op_test.py' 2022-12-01T10:09:21.6948612Z adding 'caffe2/python/operator_test/map_ops_test.py' 2022-12-01T10:09:21.6950617Z adding 'caffe2/python/operator_test/margin_loss_l2r_operator_test.py' 2022-12-01T10:09:21.6952593Z adding 'caffe2/python/operator_test/margin_ranking_criterion_op_test.py' 2022-12-01T10:09:21.6954267Z adding 'caffe2/python/operator_test/math_ops_test.py' 2022-12-01T10:09:21.6957265Z adding 'caffe2/python/operator_test/matmul_op_test.py' 2022-12-01T10:09:21.6959267Z adding 'caffe2/python/operator_test/mean_op_test.py' 2022-12-01T10:09:21.6961285Z adding 'caffe2/python/operator_test/merge_id_lists_op_test.py' 2022-12-01T10:09:21.6963073Z adding 'caffe2/python/operator_test/mkl_conv_op_test.py' 2022-12-01T10:09:21.6964935Z adding 'caffe2/python/operator_test/mkl_packed_fc_op_test.py' 2022-12-01T10:09:21.6966619Z adding 'caffe2/python/operator_test/mod_op_test.py' 2022-12-01T10:09:21.6968381Z adding 'caffe2/python/operator_test/moments_op_test.py' 2022-12-01T10:09:21.6970915Z adding 'caffe2/python/operator_test/momentum_sgd_test.py' 2022-12-01T10:09:21.6973394Z adding 'caffe2/python/operator_test/mpi_test.py' 2022-12-01T10:09:21.6975314Z adding 'caffe2/python/operator_test/mul_gradient_benchmark.py' 2022-12-01T10:09:21.6977136Z adding 'caffe2/python/operator_test/negate_gradient_op_test.py' 2022-12-01T10:09:21.6979005Z adding 'caffe2/python/operator_test/ngram_ops_test.py' 2022-12-01T10:09:21.6980740Z adding 'caffe2/python/operator_test/normalize_op_test.py' 2022-12-01T10:09:21.6982422Z adding 'caffe2/python/operator_test/numpy_tile_op_test.py' 2022-12-01T10:09:21.6985087Z adding 'caffe2/python/operator_test/one_hot_ops_test.py' 2022-12-01T10:09:21.6987335Z adding 'caffe2/python/operator_test/onnx_while_test.py' 2022-12-01T10:09:21.6989034Z adding 'caffe2/python/operator_test/order_switch_test.py' 2022-12-01T10:09:21.6992118Z adding 'caffe2/python/operator_test/pack_ops_test.py' 2022-12-01T10:09:21.6994442Z adding 'caffe2/python/operator_test/pack_rnn_sequence_op_test.py' 2022-12-01T10:09:21.6996407Z adding 'caffe2/python/operator_test/pad_test.py' 2022-12-01T10:09:21.6998919Z adding 'caffe2/python/operator_test/partition_ops_test.py' 2022-12-01T10:09:21.7001144Z adding 'caffe2/python/operator_test/percentile_op_test.py' 2022-12-01T10:09:21.7003403Z adding 'caffe2/python/operator_test/piecewise_linear_transform_test.py' 2022-12-01T10:09:21.7006802Z adding 'caffe2/python/operator_test/pooling_test.py' 2022-12-01T10:09:21.7008978Z adding 'caffe2/python/operator_test/prepend_dim_test.py' 2022-12-01T10:09:21.7010766Z adding 'caffe2/python/operator_test/python_op_test.py' 2022-12-01T10:09:21.7012723Z adding 'caffe2/python/operator_test/quantile_test.py' 2022-12-01T10:09:21.7014735Z adding 'caffe2/python/operator_test/rand_quantization_op_speed_test.py' 2022-12-01T10:09:21.7017190Z adding 'caffe2/python/operator_test/rank_loss_operator_test.py' 2022-12-01T10:09:21.7020248Z adding 'caffe2/python/operator_test/rebatching_queue_test.py' 2022-12-01T10:09:21.7022505Z adding 'caffe2/python/operator_test/record_queue_test.py' 2022-12-01T10:09:21.7025854Z adding 'caffe2/python/operator_test/recurrent_net_executor_test.py' 2022-12-01T10:09:21.7030139Z adding 'caffe2/python/operator_test/recurrent_network_test.py' 2022-12-01T10:09:21.7033915Z adding 'caffe2/python/operator_test/reduce_ops_test.py' 2022-12-01T10:09:21.7036724Z adding 'caffe2/python/operator_test/reduction_ops_test.py' 2022-12-01T10:09:21.7039421Z adding 'caffe2/python/operator_test/reshape_ops_test.py' 2022-12-01T10:09:21.7042036Z adding 'caffe2/python/operator_test/resize_op_test.py' 2022-12-01T10:09:21.7044337Z adding 'caffe2/python/operator_test/rmac_regions_op_test.py' 2022-12-01T10:09:21.7046142Z adding 'caffe2/python/operator_test/rms_norm_op_test.py' 2022-12-01T10:09:21.7058417Z adding 'caffe2/python/operator_test/rnn_cell_test.py' 2022-12-01T10:09:21.7062627Z adding 'caffe2/python/operator_test/roi_align_rotated_op_test.py' 2022-12-01T10:09:21.7064692Z adding 'caffe2/python/operator_test/rowwise_counter_test.py' 2022-12-01T10:09:21.7067379Z adding 'caffe2/python/operator_test/scale_op_test.py' 2022-12-01T10:09:21.7073438Z adding 'caffe2/python/operator_test/segment_ops_test.py' 2022-12-01T10:09:21.7078190Z adding 'caffe2/python/operator_test/self_binning_histogram_test.py' 2022-12-01T10:09:21.7080851Z adding 'caffe2/python/operator_test/selu_op_test.py' 2022-12-01T10:09:21.7085263Z adding 'caffe2/python/operator_test/sequence_ops_test.py' 2022-12-01T10:09:21.7091533Z adding 'caffe2/python/operator_test/shape_inference_test.py' 2022-12-01T10:09:21.7094650Z adding 'caffe2/python/operator_test/sinusoid_position_encoding_op_test.py' 2022-12-01T10:09:21.7099527Z adding 'caffe2/python/operator_test/softmax_ops_test.py' 2022-12-01T10:09:21.7102188Z adding 'caffe2/python/operator_test/softplus_op_test.py' 2022-12-01T10:09:21.7104441Z adding 'caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py' 2022-12-01T10:09:21.7106775Z adding 'caffe2/python/operator_test/sparse_gradient_checker_test.py' 2022-12-01T10:09:21.7109341Z adding 'caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py' 2022-12-01T10:09:21.7111857Z adding 'caffe2/python/operator_test/sparse_lengths_sum_benchmark.py' 2022-12-01T10:09:21.7114532Z adding 'caffe2/python/operator_test/sparse_lp_regularizer_test.py' 2022-12-01T10:09:21.7117263Z adding 'caffe2/python/operator_test/sparse_normalize_test.py' 2022-12-01T10:09:21.7119973Z adding 'caffe2/python/operator_test/sparse_ops_test.py' 2022-12-01T10:09:21.7122415Z adding 'caffe2/python/operator_test/sparse_to_dense_mask_op_test.py' 2022-12-01T10:09:21.7126834Z adding 'caffe2/python/operator_test/spatial_bn_op_test.py' 2022-12-01T10:09:21.7130591Z adding 'caffe2/python/operator_test/specialized_segment_ops_test.py' 2022-12-01T10:09:21.7133587Z adding 'caffe2/python/operator_test/split_op_cost_test.py' 2022-12-01T10:09:21.7136127Z adding 'caffe2/python/operator_test/square_root_divide_op_test.py' 2022-12-01T10:09:21.7138416Z adding 'caffe2/python/operator_test/stats_ops_test.py' 2022-12-01T10:09:21.7140989Z adding 'caffe2/python/operator_test/stats_put_ops_test.py' 2022-12-01T10:09:21.7143860Z adding 'caffe2/python/operator_test/storm_test.py' 2022-12-01T10:09:21.7146340Z adding 'caffe2/python/operator_test/string_ops_test.py' 2022-12-01T10:09:21.7148964Z adding 'caffe2/python/operator_test/text_file_reader_test.py' 2022-12-01T10:09:21.7151210Z adding 'caffe2/python/operator_test/thresholded_relu_op_test.py' 2022-12-01T10:09:21.7153722Z adding 'caffe2/python/operator_test/tile_op_test.py' 2022-12-01T10:09:21.7157130Z adding 'caffe2/python/operator_test/top_k_test.py' 2022-12-01T10:09:21.7166253Z adding 'caffe2/python/operator_test/torch_integration_test.py' 2022-12-01T10:09:21.7168981Z adding 'caffe2/python/operator_test/transpose_op_test.py' 2022-12-01T10:09:21.7170902Z adding 'caffe2/python/operator_test/trigonometric_op_test.py' 2022-12-01T10:09:21.7172781Z adding 'caffe2/python/operator_test/unique_ops_test.py' 2022-12-01T10:09:21.7174509Z adding 'caffe2/python/operator_test/unique_uniform_fill_op_test.py' 2022-12-01T10:09:21.7177387Z adding 'caffe2/python/operator_test/unsafe_coalesce_test.py' 2022-12-01T10:09:21.7179764Z adding 'caffe2/python/operator_test/upsample_op_test.py' 2022-12-01T10:09:21.7183897Z adding 'caffe2/python/operator_test/utility_ops_test.py' 2022-12-01T10:09:21.7186881Z adding 'caffe2/python/operator_test/video_input_op_test.py' 2022-12-01T10:09:21.7188758Z adding 'caffe2/python/operator_test/weight_scale_test.py' 2022-12-01T10:09:21.7190648Z adding 'caffe2/python/operator_test/weighted_multi_sample_test.py' 2022-12-01T10:09:21.7192231Z adding 'caffe2/python/operator_test/weighted_sample_test.py' 2022-12-01T10:09:21.7194171Z adding 'caffe2/python/operator_test/weighted_sum_test.py' 2022-12-01T10:09:21.7196905Z adding 'caffe2/python/operator_test/wngrad_test.py' 2022-12-01T10:09:21.7198611Z adding 'caffe2/python/predictor/__init__.py' 2022-12-01T10:09:21.7200706Z adding 'caffe2/python/predictor/mobile_exporter.py' 2022-12-01T10:09:21.7202845Z adding 'caffe2/python/predictor/mobile_exporter_test.py' 2022-12-01T10:09:21.7206052Z adding 'caffe2/python/predictor/predictor_exporter.py' 2022-12-01T10:09:21.7209118Z adding 'caffe2/python/predictor/predictor_exporter_test.py' 2022-12-01T10:09:21.7211975Z adding 'caffe2/python/predictor/predictor_py_utils.py' 2022-12-01T10:09:21.7213819Z adding 'caffe2/python/predictor/predictor_test.py' 2022-12-01T10:09:21.7215288Z adding 'caffe2/python/predictor/serde.py' 2022-12-01T10:09:21.7216799Z adding 'caffe2/python/rnn/__init__.py' 2022-12-01T10:09:21.7218478Z adding 'caffe2/python/rnn/lstm_comparison.py' 2022-12-01T10:09:21.7220322Z adding 'caffe2/python/rnn/rnn_cell_test_util.py' 2022-12-01T10:09:21.7221775Z adding 'caffe2/python/serialized_test/__init__.py' 2022-12-01T10:09:21.7223730Z adding 'caffe2/python/serialized_test/coverage.py' 2022-12-01T10:09:21.7227006Z adding 'caffe2/python/serialized_test/serialized_test_util.py' 2022-12-01T10:09:21.7230986Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip' 2022-12-01T10:09:21.7232852Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip' 2022-12-01T10:09:21.7234559Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip' 2022-12-01T10:09:21.7236295Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip' 2022-12-01T10:09:21.7238205Z adding 'caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip' 2022-12-01T10:09:21.7239794Z adding 'caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip' 2022-12-01T10:09:21.7241466Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip' 2022-12-01T10:09:21.7243412Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip' 2022-12-01T10:09:21.7244953Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip' 2022-12-01T10:09:21.7246581Z adding 'caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip' 2022-12-01T10:09:21.7248279Z adding 'caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip' 2022-12-01T10:09:21.7249900Z adding 'caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip' 2022-12-01T10:09:21.7251608Z adding 'caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip' 2022-12-01T10:09:21.7253555Z adding 'caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip' 2022-12-01T10:09:21.7255388Z adding 'caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip' 2022-12-01T10:09:21.7257428Z adding 'caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip' 2022-12-01T10:09:21.7259308Z adding 'caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip' 2022-12-01T10:09:21.7261161Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip' 2022-12-01T10:09:21.7263110Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip' 2022-12-01T10:09:21.7265120Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip' 2022-12-01T10:09:21.7267033Z adding 'caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip' 2022-12-01T10:09:21.7268841Z adding 'caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip' 2022-12-01T10:09:21.7270926Z adding 'caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip' 2022-12-01T10:09:21.7272791Z adding 'caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip' 2022-12-01T10:09:21.7275109Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip' 2022-12-01T10:09:21.7277257Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip' 2022-12-01T10:09:21.7279205Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip' 2022-12-01T10:09:21.7280917Z adding 'caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip' 2022-12-01T10:09:21.7282824Z adding 'caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip' 2022-12-01T10:09:21.7293281Z adding 'caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip' 2022-12-01T10:09:21.7296346Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip' 2022-12-01T10:09:21.7298264Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip' 2022-12-01T10:09:21.7300286Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip' 2022-12-01T10:09:21.7302524Z adding 'caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip' 2022-12-01T10:09:21.7304518Z adding 'caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip' 2022-12-01T10:09:21.7306605Z adding 'caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip' 2022-12-01T10:09:21.7314879Z adding 'caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip' 2022-12-01T10:09:21.7317865Z adding 'caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip' 2022-12-01T10:09:21.7319834Z adding 'caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip' 2022-12-01T10:09:21.7321628Z adding 'caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip' 2022-12-01T10:09:21.7323620Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip' 2022-12-01T10:09:21.7325431Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip' 2022-12-01T10:09:21.7327321Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip' 2022-12-01T10:09:21.7329638Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip' 2022-12-01T10:09:21.7331614Z adding 'caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip' 2022-12-01T10:09:21.7333458Z adding 'caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip' 2022-12-01T10:09:21.7335376Z adding 'caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip' 2022-12-01T10:09:21.7337158Z adding 'caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip' 2022-12-01T10:09:21.7339029Z adding 'caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip' 2022-12-01T10:09:21.7340774Z adding 'caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip' 2022-12-01T10:09:21.7342825Z adding 'caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip' 2022-12-01T10:09:21.7344453Z adding 'caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip' 2022-12-01T10:09:21.7346402Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip' 2022-12-01T10:09:21.7348429Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip' 2022-12-01T10:09:21.7350376Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip' 2022-12-01T10:09:21.7352282Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip' 2022-12-01T10:09:21.7354054Z adding 'caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip' 2022-12-01T10:09:21.7356355Z adding 'caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip' 2022-12-01T10:09:21.7358330Z adding 'caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip' 2022-12-01T10:09:21.7360130Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip' 2022-12-01T10:09:21.7361948Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip' 2022-12-01T10:09:21.7363744Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip' 2022-12-01T10:09:21.7365579Z adding 'caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip' 2022-12-01T10:09:21.7367812Z adding 'caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip' 2022-12-01T10:09:21.7370052Z adding 'caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip' 2022-12-01T10:09:21.7372039Z adding 'caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip' 2022-12-01T10:09:21.7373995Z adding 'caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip' 2022-12-01T10:09:21.7376035Z adding 'caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip' 2022-12-01T10:09:21.7377938Z adding 'caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip' 2022-12-01T10:09:21.7379746Z adding 'caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip' 2022-12-01T10:09:21.7381624Z adding 'caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip' 2022-12-01T10:09:21.7383544Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip' 2022-12-01T10:09:21.7385590Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip' 2022-12-01T10:09:21.7387883Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip' 2022-12-01T10:09:21.7389076Z adding 'caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip' 2022-12-01T10:09:21.7390868Z adding 'caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip' 2022-12-01T10:09:21.7392807Z adding 'caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip' 2022-12-01T10:09:21.7394414Z adding 'caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip' 2022-12-01T10:09:21.7396243Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip' 2022-12-01T10:09:21.7398021Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip' 2022-12-01T10:09:21.7399517Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip' 2022-12-01T10:09:21.7401140Z adding 'caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip' 2022-12-01T10:09:21.7402899Z adding 'caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip' 2022-12-01T10:09:21.7405225Z adding 'caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip' 2022-12-01T10:09:21.7406981Z adding 'caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip' 2022-12-01T10:09:21.7408855Z adding 'caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip' 2022-12-01T10:09:21.7410588Z adding 'caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip' 2022-12-01T10:09:21.7412783Z adding 'caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip' 2022-12-01T10:09:21.7414040Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip' 2022-12-01T10:09:21.7415990Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip' 2022-12-01T10:09:21.7417542Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip' 2022-12-01T10:09:21.7419287Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip' 2022-12-01T10:09:21.7421072Z adding 'caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip' 2022-12-01T10:09:21.7423056Z adding 'caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip' 2022-12-01T10:09:21.7424592Z adding 'caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip' 2022-12-01T10:09:21.7426447Z adding 'caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip' 2022-12-01T10:09:21.7428225Z adding 'caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip' 2022-12-01T10:09:21.7430077Z adding 'caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip' 2022-12-01T10:09:21.7431728Z adding 'caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip' 2022-12-01T10:09:21.7433647Z adding 'caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip' 2022-12-01T10:09:21.7436193Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip' 2022-12-01T10:09:21.7438621Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip' 2022-12-01T10:09:21.7440984Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip' 2022-12-01T10:09:21.7443489Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip' 2022-12-01T10:09:21.7445818Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip' 2022-12-01T10:09:21.7447908Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip' 2022-12-01T10:09:21.7449851Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip' 2022-12-01T10:09:21.7452120Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip' 2022-12-01T10:09:21.7454194Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip' 2022-12-01T10:09:21.7455998Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip' 2022-12-01T10:09:21.7457813Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip' 2022-12-01T10:09:21.7459719Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip' 2022-12-01T10:09:21.7461715Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip' 2022-12-01T10:09:21.7463714Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip' 2022-12-01T10:09:21.7465729Z adding 'caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip' 2022-12-01T10:09:21.7467768Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip' 2022-12-01T10:09:21.7469721Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip' 2022-12-01T10:09:21.7471712Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip' 2022-12-01T10:09:21.7473692Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip' 2022-12-01T10:09:21.7476089Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip' 2022-12-01T10:09:21.7478098Z adding 'caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip' 2022-12-01T10:09:21.7480147Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip' 2022-12-01T10:09:21.7482093Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip' 2022-12-01T10:09:21.7484175Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip' 2022-12-01T10:09:21.7487444Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip' 2022-12-01T10:09:21.7489804Z adding 'caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip' 2022-12-01T10:09:21.7491847Z adding 'caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip' 2022-12-01T10:09:21.7493988Z adding 'caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip' 2022-12-01T10:09:21.7495936Z adding 'caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip' 2022-12-01T10:09:21.7497966Z adding 'caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip' 2022-12-01T10:09:21.7499987Z adding 'caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip' 2022-12-01T10:09:21.7502061Z adding 'caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip' 2022-12-01T10:09:21.7504067Z adding 'caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip' 2022-12-01T10:09:21.7506063Z adding 'caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip' 2022-12-01T10:09:21.7508064Z adding 'caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip' 2022-12-01T10:09:21.7510042Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip' 2022-12-01T10:09:21.7511995Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip' 2022-12-01T10:09:21.7513996Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip' 2022-12-01T10:09:21.7516144Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip' 2022-12-01T10:09:21.7518159Z adding 'caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip' 2022-12-01T10:09:21.7520213Z adding 'caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip' 2022-12-01T10:09:21.7522277Z adding 'caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip' 2022-12-01T10:09:21.7524770Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip' 2022-12-01T10:09:21.7527538Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip' 2022-12-01T10:09:21.7530109Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip' 2022-12-01T10:09:21.7532785Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip' 2022-12-01T10:09:21.7535078Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip' 2022-12-01T10:09:21.7537183Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip' 2022-12-01T10:09:21.7539454Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip' 2022-12-01T10:09:21.7541673Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip' 2022-12-01T10:09:21.7543840Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip' 2022-12-01T10:09:21.7546046Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip' 2022-12-01T10:09:21.7548486Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip' 2022-12-01T10:09:21.7550643Z adding 'caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip' 2022-12-01T10:09:21.7552663Z adding 'caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip' 2022-12-01T10:09:21.7555072Z adding 'caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip' 2022-12-01T10:09:21.7557015Z adding 'caffe2/python/test/__init__.py' 2022-12-01T10:09:21.7558665Z adding 'caffe2/python/test/blob_deallocation_test.py' 2022-12-01T10:09:21.7560593Z adding 'caffe2/python/test/do_op_test.py' 2022-12-01T10:09:21.7562810Z adding 'caffe2/python/test/executor_test.py' 2022-12-01T10:09:21.7566156Z adding 'caffe2/python/test/executor_test_util.py' 2022-12-01T10:09:21.7568258Z adding 'caffe2/python/test/fakefp16_transform_test.py' 2022-12-01T10:09:21.7570205Z adding 'caffe2/python/test/gpu_context_test.py' 2022-12-01T10:09:21.7572150Z adding 'caffe2/python/test/inference_lstm_op_test.py' 2022-12-01T10:09:21.7573927Z adding 'caffe2/python/test/python_protobuf_test.py' 2022-12-01T10:09:21.7575807Z adding 'caffe2/python/trt/__init__.py' 2022-12-01T10:09:21.7579095Z adding 'caffe2/python/trt/test_pt_onnx_trt.py' 2022-12-01T10:09:21.7582971Z adding 'caffe2/python/trt/test_trt.py' 2022-12-01T10:09:21.7585688Z adding 'caffe2/python/trt/transform.py' 2022-12-01T10:09:21.7587546Z adding 'caffe2/quantization/__init__.py' 2022-12-01T10:09:21.7589469Z adding 'caffe2/quantization/server/__init__.py' 2022-12-01T10:09:21.7592514Z adding 'caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py' 2022-12-01T10:09:21.7594432Z adding 'caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py' 2022-12-01T10:09:21.7596577Z adding 'caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py' 2022-12-01T10:09:21.7598728Z adding 'caffe2/quantization/server/compute_equalization_scale_test.py' 2022-12-01T10:09:21.7600719Z adding 'caffe2/quantization/server/concat_dnnlowp_op_test.py' 2022-12-01T10:09:21.7603497Z adding 'caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py' 2022-12-01T10:09:21.7606957Z adding 'caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py' 2022-12-01T10:09:21.7610670Z adding 'caffe2/quantization/server/conv_dnnlowp_op_test.py' 2022-12-01T10:09:21.7614213Z adding 'caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py' 2022-12-01T10:09:21.7617174Z adding 'caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py' 2022-12-01T10:09:21.7619177Z adding 'caffe2/quantization/server/dequantize_dnnlowp_op_test.py' 2022-12-01T10:09:21.7623318Z adding 'caffe2/quantization/server/dnnlowp_test_utils.py' 2022-12-01T10:09:21.7626258Z adding 'caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py' 2022-12-01T10:09:21.7628419Z adding 'caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py' 2022-12-01T10:09:21.7630932Z adding 'caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py' 2022-12-01T10:09:21.7633353Z adding 'caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py' 2022-12-01T10:09:21.7636432Z adding 'caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py' 2022-12-01T10:09:21.7639897Z adding 'caffe2/quantization/server/fully_connected_dnnlowp_op_test.py' 2022-12-01T10:09:21.7641969Z adding 'caffe2/quantization/server/fully_connected_fp16_test.py' 2022-12-01T10:09:21.7644481Z adding 'caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py' 2022-12-01T10:09:21.7646572Z adding 'caffe2/quantization/server/gather_dnnlowp_op_test.py' 2022-12-01T10:09:21.7648901Z adding 'caffe2/quantization/server/group_norm_dnnlowp_op_test.py' 2022-12-01T10:09:21.7651063Z adding 'caffe2/quantization/server/int8_gen_quant_params_min_max_test.py' 2022-12-01T10:09:21.7653383Z adding 'caffe2/quantization/server/int8_gen_quant_params_test.py' 2022-12-01T10:09:21.7655368Z adding 'caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py' 2022-12-01T10:09:21.7657547Z adding 'caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py' 2022-12-01T10:09:21.7659241Z adding 'caffe2/quantization/server/observer_test.py' 2022-12-01T10:09:21.7661457Z adding 'caffe2/quantization/server/pool_dnnlowp_op_test.py' 2022-12-01T10:09:21.7663579Z adding 'caffe2/quantization/server/quantize_dnnlowp_op_test.py' 2022-12-01T10:09:21.7665412Z adding 'caffe2/quantization/server/relu_dnnlowp_op_test.py' 2022-12-01T10:09:21.7667295Z adding 'caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py' 2022-12-01T10:09:21.7669078Z adding 'caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py' 2022-12-01T10:09:21.7670910Z adding 'caffe2/quantization/server/sigmoid_dnnlowp_op_test.py' 2022-12-01T10:09:21.7672983Z adding 'caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py' 2022-12-01T10:09:21.7674725Z adding 'caffe2/quantization/server/tanh_dnnlowp_op_test.py' 2022-12-01T10:09:21.7680469Z adding 'caffe2/quantization/server/utils.py' 2022-12-01T10:09:21.7836289Z adding 'functorch/_C.cpython-310-x86_64-linux-gnu.so' 2022-12-01T10:09:21.7844528Z adding 'functorch/__init__.py' 2022-12-01T10:09:21.7846242Z adding 'functorch/setup.py' 2022-12-01T10:09:21.7848007Z adding 'functorch/_src/__init__.py' 2022-12-01T10:09:21.7856154Z adding 'functorch/_src/aot_autograd.py' 2022-12-01T10:09:21.7859572Z adding 'functorch/_src/benchmark_utils.py' 2022-12-01T10:09:21.7861874Z adding 'functorch/_src/compile_utils.py' 2022-12-01T10:09:21.7865559Z adding 'functorch/_src/compilers.py' 2022-12-01T10:09:21.7867400Z adding 'functorch/_src/config.py' 2022-12-01T10:09:21.7884967Z adding 'functorch/_src/eager_transforms.py' 2022-12-01T10:09:21.7889988Z adding 'functorch/_src/fx_minifier.py' 2022-12-01T10:09:21.7895819Z adding 'functorch/_src/make_functional.py' 2022-12-01T10:09:21.7897953Z adding 'functorch/_src/named_members_polyfill.py' 2022-12-01T10:09:21.7903384Z adding 'functorch/_src/partitioners.py' 2022-12-01T10:09:21.7905496Z adding 'functorch/_src/python_key.py' 2022-12-01T10:09:21.7906956Z adding 'functorch/_src/pytree_hacks.py' 2022-12-01T10:09:21.7912666Z adding 'functorch/_src/top_operators_github_usage.py' 2022-12-01T10:09:21.7919597Z adding 'functorch/_src/vmap.py' 2022-12-01T10:09:21.7921823Z adding 'functorch/compile/__init__.py' 2022-12-01T10:09:21.7924744Z adding 'functorch/dim/__init__.py' 2022-12-01T10:09:21.7926524Z adding 'functorch/dim/batch_tensor.py' 2022-12-01T10:09:21.7928401Z adding 'functorch/dim/delayed_mul_tensor.py' 2022-12-01T10:09:21.7930593Z adding 'functorch/dim/dim.py' 2022-12-01T10:09:21.7932399Z adding 'functorch/dim/magic_trace.py' 2022-12-01T10:09:21.7934806Z adding 'functorch/dim/op_properties.py' 2022-12-01T10:09:21.7941187Z adding 'functorch/dim/reference.py' 2022-12-01T10:09:21.7943161Z adding 'functorch/dim/tree_map.py' 2022-12-01T10:09:21.7944963Z adding 'functorch/dim/wrap_type.py' 2022-12-01T10:09:21.7946850Z adding 'functorch/experimental/__init__.py' 2022-12-01T10:09:21.7948619Z adding 'functorch/experimental/batch_norm_replacement.py' 2022-12-01T10:09:21.7950886Z adding 'functorch/experimental/cond.py' 2022-12-01T10:09:21.7952470Z adding 'functorch/experimental/ops.py' 2022-12-01T10:09:21.7964155Z adding 'torch/_C.cpython-310-x86_64-linux-gnu.so' 2022-12-01T10:09:21.7975485Z adding 'torch/_C_flatbuffer.cpython-310-x86_64-linux-gnu.so' 2022-12-01T10:09:21.7977828Z adding 'torch/_VF.py' 2022-12-01T10:09:21.7979434Z adding 'torch/__config__.py' 2022-12-01T10:09:21.7980984Z adding 'torch/__future__.py' 2022-12-01T10:09:21.7991990Z adding 'torch/__init__.py' 2022-12-01T10:09:21.7998995Z adding 'torch/_appdirs.py' 2022-12-01T10:09:21.8001549Z adding 'torch/_classes.py' 2022-12-01T10:09:21.8003693Z adding 'torch/_deploy.py' 2022-12-01T10:09:21.8019646Z adding 'torch/_jit_internal.py' 2022-12-01T10:09:21.8023001Z adding 'torch/_linalg_utils.py' 2022-12-01T10:09:21.8035884Z adding 'torch/_lobpcg.py' 2022-12-01T10:09:21.8040454Z adding 'torch/_lowrank.py' 2022-12-01T10:09:21.8051046Z adding 'torch/_meta_registrations.py' 2022-12-01T10:09:21.8054589Z adding 'torch/_namedtensor_internals.py' 2022-12-01T10:09:21.8061137Z adding 'torch/_ops.py' 2022-12-01T10:09:21.8064639Z adding 'torch/_python_dispatcher.py' 2022-12-01T10:09:21.8066720Z adding 'torch/_six.py' 2022-12-01T10:09:21.8069284Z adding 'torch/_sources.py' 2022-12-01T10:09:21.8071103Z adding 'torch/_storage_docs.py' 2022-12-01T10:09:21.8086180Z adding 'torch/_tensor.py' 2022-12-01T10:09:21.8118320Z adding 'torch/_tensor_docs.py' 2022-12-01T10:09:21.8127767Z adding 'torch/_tensor_str.py' 2022-12-01T10:09:21.8241780Z adding 'torch/_torch_docs.py' 2022-12-01T10:09:21.8258200Z adding 'torch/_utils.py' 2022-12-01T10:09:21.8260675Z adding 'torch/_utils_internal.py' 2022-12-01T10:09:21.8265310Z adding 'torch/_vmap_internals.py' 2022-12-01T10:09:21.8269044Z adding 'torch/_weights_only_unpickler.py' 2022-12-01T10:09:21.8291416Z adding 'torch/functional.py' 2022-12-01T10:09:21.8301949Z adding 'torch/hub.py' 2022-12-01T10:09:21.8305646Z adding 'torch/library.py' 2022-12-01T10:09:21.8328167Z adding 'torch/overrides.py' 2022-12-01T10:09:21.8331658Z adding 'torch/py.typed' 2022-12-01T10:09:21.8334500Z adding 'torch/quasirandom.py' 2022-12-01T10:09:21.8337137Z adding 'torch/random.py' 2022-12-01T10:09:21.8338984Z adding 'torch/return_types.py' 2022-12-01T10:09:21.8352715Z adding 'torch/serialization.py' 2022-12-01T10:09:21.8364771Z adding 'torch/storage.py' 2022-12-01T10:09:21.8365067Z adding 'torch/torch_version.py' 2022-12-01T10:09:21.8366241Z adding 'torch/types.py' 2022-12-01T10:09:21.8367704Z adding 'torch/version.py' 2022-12-01T10:09:21.8395570Z adding 'torch/_C/_VariableFunctions.pyi' 2022-12-01T10:09:21.8426622Z adding 'torch/_C/__init__.pyi' 2022-12-01T10:09:21.8431577Z adding 'torch/_C/_autograd.pyi' 2022-12-01T10:09:21.8433640Z adding 'torch/_C/_cudnn.pyi' 2022-12-01T10:09:21.8435433Z adding 'torch/_C/_distributed_autograd.pyi' 2022-12-01T10:09:21.8438260Z adding 'torch/_C/_distributed_c10d.pyi' 2022-12-01T10:09:21.8440540Z adding 'torch/_C/_distributed_rpc.pyi' 2022-12-01T10:09:21.8442342Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2022-12-01T10:09:21.8443647Z adding 'torch/_C/_functions.pyi' 2022-12-01T10:09:21.8445245Z adding 'torch/_C/_functorch.pyi' 2022-12-01T10:09:21.8446261Z adding 'torch/_C/_itt.pyi' 2022-12-01T10:09:21.8447902Z adding 'torch/_C/_lazy.pyi' 2022-12-01T10:09:21.8449259Z adding 'torch/_C/_lazy_ts_backend.pyi' 2022-12-01T10:09:21.8450906Z adding 'torch/_C/_monitor.pyi' 2022-12-01T10:09:21.8452542Z adding 'torch/_C/_nn.pyi' 2022-12-01T10:09:21.8454122Z adding 'torch/_C/_nvtx.pyi' 2022-12-01T10:09:21.8455500Z adding 'torch/_C/_onnx.pyi' 2022-12-01T10:09:21.8457377Z adding 'torch/_C/_profiler.pyi' 2022-12-01T10:09:21.8458949Z adding 'torch/_C/_verbose.pyi' 2022-12-01T10:09:21.8460605Z adding 'torch/_C_flatbuffer/__init__.pyi' 2022-12-01T10:09:21.8463835Z adding 'torch/_decomp/__init__.py' 2022-12-01T10:09:21.8489629Z adding 'torch/_decomp/decompositions.py' 2022-12-01T10:09:21.8494965Z adding 'torch/_decomp/decompositions_for_jvp.py' 2022-12-01T10:09:21.8496933Z adding 'torch/_dispatch/__init__.py' 2022-12-01T10:09:21.8498319Z adding 'torch/_dispatch/python.py' 2022-12-01T10:09:21.8500484Z adding 'torch/_lazy/__init__.py' 2022-12-01T10:09:21.8503071Z adding 'torch/_lazy/closure.py' 2022-12-01T10:09:21.8504838Z adding 'torch/_lazy/computation.py' 2022-12-01T10:09:21.8506096Z adding 'torch/_lazy/config.py' 2022-12-01T10:09:21.8507788Z adding 'torch/_lazy/debug.py' 2022-12-01T10:09:21.8509457Z adding 'torch/_lazy/device_context.py' 2022-12-01T10:09:21.8512916Z adding 'torch/_lazy/extract_compiled_graph.py' 2022-12-01T10:09:21.8514871Z adding 'torch/_lazy/ir_cache.py' 2022-12-01T10:09:21.8516669Z adding 'torch/_lazy/metrics.py' 2022-12-01T10:09:21.8518479Z adding 'torch/_lazy/tensor_factory_functions.py' 2022-12-01T10:09:21.8520050Z adding 'torch/_lazy/ts_backend.py' 2022-12-01T10:09:21.8539495Z adding 'torch/_prims/__init__.py' 2022-12-01T10:09:21.8545079Z adding 'torch/_prims/context.py' 2022-12-01T10:09:21.8547490Z adding 'torch/_prims/executor.py' 2022-12-01T10:09:21.8551689Z adding 'torch/_prims/nvfuser_executor.py' 2022-12-01T10:09:21.8556598Z adding 'torch/_prims/nvfuser_prims.py' 2022-12-01T10:09:21.8572205Z adding 'torch/_prims_common/__init__.py' 2022-12-01T10:09:21.8577783Z adding 'torch/_prims_common/wrappers.py' 2022-12-01T10:09:21.8618104Z adding 'torch/_refs/__init__.py' 2022-12-01T10:09:21.8625618Z adding 'torch/_refs/fft.py' 2022-12-01T10:09:21.8629416Z adding 'torch/_refs/linalg/__init__.py' 2022-12-01T10:09:21.8631359Z adding 'torch/_refs/nn/__init__.py' 2022-12-01T10:09:21.8637178Z adding 'torch/_refs/nn/functional/__init__.py' 2022-12-01T10:09:21.8639960Z adding 'torch/_refs/special/__init__.py' 2022-12-01T10:09:21.8641819Z adding 'torch/_subclasses/__init__.py' 2022-12-01T10:09:21.8653646Z adding 'torch/_subclasses/fake_tensor.py' 2022-12-01T10:09:21.8657136Z adding 'torch/_subclasses/fake_utils.py' 2022-12-01T10:09:21.8661598Z adding 'torch/_subclasses/meta_utils.py' 2022-12-01T10:09:21.8663705Z adding 'torch/amp/__init__.py' 2022-12-01T10:09:21.8667684Z adding 'torch/amp/autocast_mode.py' 2022-12-01T10:09:21.8669786Z adding 'torch/ao/__init__.py' 2022-12-01T10:09:21.8671657Z adding 'torch/ao/nn/__init__.py' 2022-12-01T10:09:21.8673503Z adding 'torch/ao/nn/intrinsic/__init__.py' 2022-12-01T10:09:21.8675530Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2022-12-01T10:09:21.8677623Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2022-12-01T10:09:21.8679547Z adding 'torch/ao/nn/qat/__init__.py' 2022-12-01T10:09:21.8681114Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2022-12-01T10:09:21.8682702Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2022-12-01T10:09:21.8684365Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2022-12-01T10:09:21.8686117Z adding 'torch/ao/nn/qat/modules/__init__.py' 2022-12-01T10:09:21.8688869Z adding 'torch/ao/nn/qat/modules/conv.py' 2022-12-01T10:09:21.8691628Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2022-12-01T10:09:21.8693826Z adding 'torch/ao/nn/qat/modules/linear.py' 2022-12-01T10:09:21.8695658Z adding 'torch/ao/nn/quantizable/__init__.py' 2022-12-01T10:09:21.8697289Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2022-12-01T10:09:21.8702992Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2022-12-01T10:09:21.8708154Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2022-12-01T10:09:21.8710566Z adding 'torch/ao/nn/quantized/__init__.py' 2022-12-01T10:09:21.8716686Z adding 'torch/ao/nn/quantized/functional.py' 2022-12-01T10:09:21.8719142Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2022-12-01T10:09:21.8720885Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2022-12-01T10:09:21.8724012Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2022-12-01T10:09:21.8727272Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2022-12-01T10:09:21.8737466Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2022-12-01T10:09:21.8741369Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2022-12-01T10:09:21.8744652Z adding 'torch/ao/nn/quantized/modules/activation.py' 2022-12-01T10:09:21.8747050Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2022-12-01T10:09:21.8753759Z adding 'torch/ao/nn/quantized/modules/conv.py' 2022-12-01T10:09:21.8756923Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2022-12-01T10:09:21.8760194Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2022-12-01T10:09:21.8763038Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2022-12-01T10:09:21.8767039Z adding 'torch/ao/nn/quantized/modules/linear.py' 2022-12-01T10:09:21.8769427Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2022-12-01T10:09:21.8771304Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2022-12-01T10:09:21.8773622Z adding 'torch/ao/nn/quantized/modules/utils.py' 2022-12-01T10:09:21.8775435Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2022-12-01T10:09:21.8777322Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2022-12-01T10:09:21.8779702Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2022-12-01T10:09:21.8781909Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2022-12-01T10:09:21.8786986Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2022-12-01T10:09:21.8789808Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2022-12-01T10:09:21.8792498Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2022-12-01T10:09:21.8794357Z adding 'torch/ao/nn/sparse/__init__.py' 2022-12-01T10:09:21.8796138Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2022-12-01T10:09:21.8798900Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2022-12-01T10:09:21.8800808Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2022-12-01T10:09:21.8802317Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2022-12-01T10:09:21.8804861Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2022-12-01T10:09:21.8806362Z adding 'torch/ao/ns/__init__.py' 2022-12-01T10:09:21.8811139Z adding 'torch/ao/ns/_numeric_suite.py' 2022-12-01T10:09:21.8817655Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2022-12-01T10:09:21.8819980Z adding 'torch/ao/ns/fx/__init__.py' 2022-12-01T10:09:21.8825339Z adding 'torch/ao/ns/fx/graph_matcher.py' 2022-12-01T10:09:21.8836128Z adding 'torch/ao/ns/fx/graph_passes.py' 2022-12-01T10:09:21.8840992Z adding 'torch/ao/ns/fx/mappings.py' 2022-12-01T10:09:21.8843283Z adding 'torch/ao/ns/fx/ns_types.py' 2022-12-01T10:09:21.8846097Z adding 'torch/ao/ns/fx/pattern_utils.py' 2022-12-01T10:09:21.8851621Z adding 'torch/ao/ns/fx/utils.py' 2022-12-01T10:09:21.8855194Z adding 'torch/ao/ns/fx/weight_utils.py' 2022-12-01T10:09:21.8857431Z adding 'torch/ao/quantization/__init__.py' 2022-12-01T10:09:21.8859758Z adding 'torch/ao/quantization/_correct_bias.py' 2022-12-01T10:09:21.8862657Z adding 'torch/ao/quantization/_equalize.py' 2022-12-01T10:09:21.8865466Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2022-12-01T10:09:21.8870698Z adding 'torch/ao/quantization/fake_quantize.py' 2022-12-01T10:09:21.8873858Z adding 'torch/ao/quantization/fuse_modules.py' 2022-12-01T10:09:21.8877455Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2022-12-01T10:09:21.8892697Z adding 'torch/ao/quantization/observer.py' 2022-12-01T10:09:21.8899663Z adding 'torch/ao/quantization/qconfig.py' 2022-12-01T10:09:21.8903604Z adding 'torch/ao/quantization/qconfig_mapping.py' 2022-12-01T10:09:21.8906024Z adding 'torch/ao/quantization/qconfig_mapping_utils.py' 2022-12-01T10:09:21.8907614Z adding 'torch/ao/quantization/quant_type.py' 2022-12-01T10:09:21.8910977Z adding 'torch/ao/quantization/quantization_mappings.py' 2022-12-01T10:09:21.8912765Z adding 'torch/ao/quantization/quantization_types.py' 2022-12-01T10:09:21.8920162Z adding 'torch/ao/quantization/quantize.py' 2022-12-01T10:09:21.8927556Z adding 'torch/ao/quantization/quantize_fx.py' 2022-12-01T10:09:21.8932043Z adding 'torch/ao/quantization/quantize_jit.py' 2022-12-01T10:09:21.8934110Z adding 'torch/ao/quantization/stubs.py' 2022-12-01T10:09:21.8939502Z adding 'torch/ao/quantization/utils.py' 2022-12-01T10:09:21.8941741Z adding 'torch/ao/quantization/backend_config/__init__.py' 2022-12-01T10:09:21.8946347Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2022-12-01T10:09:21.8951950Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2022-12-01T10:09:21.8955296Z adding 'torch/ao/quantization/backend_config/executorch.py' 2022-12-01T10:09:21.8957316Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2022-12-01T10:09:21.8959739Z adding 'torch/ao/quantization/backend_config/native.py' 2022-12-01T10:09:21.8961215Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2022-12-01T10:09:21.8963165Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2022-12-01T10:09:21.8965043Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2022-12-01T10:09:21.8967917Z adding 'torch/ao/quantization/backend_config/utils.py' 2022-12-01T10:09:21.8969880Z adding 'torch/ao/quantization/backend_config/x86.py' 2022-12-01T10:09:21.8971713Z adding 'torch/ao/quantization/fx/__init__.py' 2022-12-01T10:09:21.8981511Z adding 'torch/ao/quantization/fx/_equalize.py' 2022-12-01T10:09:21.8992639Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2022-12-01T10:09:21.8996190Z adding 'torch/ao/quantization/fx/backend_config_utils.py' 2022-12-01T10:09:21.9008244Z adding 'torch/ao/quantization/fx/convert.py' 2022-12-01T10:09:21.9013141Z adding 'torch/ao/quantization/fx/custom_config.py' 2022-12-01T10:09:21.9016190Z adding 'torch/ao/quantization/fx/fuse.py' 2022-12-01T10:09:21.9018466Z adding 'torch/ao/quantization/fx/fusion_patterns.py' 2022-12-01T10:09:21.9020722Z adding 'torch/ao/quantization/fx/graph_module.py' 2022-12-01T10:09:21.9023248Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2022-12-01T10:09:21.9024708Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2022-12-01T10:09:21.9027591Z adding 'torch/ao/quantization/fx/match_utils.py' 2022-12-01T10:09:21.9030065Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2022-12-01T10:09:21.9051091Z adding 'torch/ao/quantization/fx/prepare.py' 2022-12-01T10:09:21.9056247Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2022-12-01T10:09:21.9058651Z adding 'torch/ao/quantization/fx/quantization_patterns.py' 2022-12-01T10:09:21.9060969Z adding 'torch/ao/quantization/fx/tracer.py' 2022-12-01T10:09:21.9073876Z adding 'torch/ao/quantization/fx/utils.py' 2022-12-01T10:09:21.9076954Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2022-12-01T10:09:21.9095464Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2022-12-01T10:09:21.9104956Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2022-12-01T10:09:21.9109149Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2022-12-01T10:09:21.9118024Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2022-12-01T10:09:21.9120333Z adding 'torch/ao/sparsity/__init__.py' 2022-12-01T10:09:21.9121908Z adding 'torch/ao/sparsity/_mappings.py' 2022-12-01T10:09:21.9123350Z adding 'torch/ao/sparsity/_experimental/__init__.py' 2022-12-01T10:09:21.9124771Z adding 'torch/ao/sparsity/_experimental/activation_sparsifier/__init__.py' 2022-12-01T10:09:21.9129971Z adding 'torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py' 2022-12-01T10:09:21.9131860Z adding 'torch/ao/sparsity/_experimental/data_scheduler/__init__.py' 2022-12-01T10:09:21.9134702Z adding 'torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py' 2022-12-01T10:09:21.9136526Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/__init__.py' 2022-12-01T10:09:21.9140693Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py' 2022-12-01T10:09:21.9143766Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/data_norm_sparsifier.py' 2022-12-01T10:09:21.9146292Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/quantization_utils.py' 2022-12-01T10:09:21.9148076Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/__init__.py' 2022-12-01T10:09:21.9149514Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2022-12-01T10:09:21.9151129Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2022-12-01T10:09:21.9153642Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2022-12-01T10:09:21.9155552Z adding 'torch/ao/sparsity/_experimental/pruner/__init__.py' 2022-12-01T10:09:21.9159518Z adding 'torch/ao/sparsity/_experimental/pruner/base_pruner.py' 2022-12-01T10:09:21.9161340Z adding 'torch/ao/sparsity/_experimental/pruner/parametrization.py' 2022-12-01T10:09:21.9162900Z adding 'torch/ao/sparsity/scheduler/__init__.py' 2022-12-01T10:09:21.9165660Z adding 'torch/ao/sparsity/scheduler/base_scheduler.py' 2022-12-01T10:09:21.9168030Z adding 'torch/ao/sparsity/scheduler/cubic_scheduler.py' 2022-12-01T10:09:21.9170116Z adding 'torch/ao/sparsity/scheduler/lambda_scheduler.py' 2022-12-01T10:09:21.9172105Z adding 'torch/ao/sparsity/sparsifier/__init__.py' 2022-12-01T10:09:21.9175852Z adding 'torch/ao/sparsity/sparsifier/base_sparsifier.py' 2022-12-01T10:09:21.9178140Z adding 'torch/ao/sparsity/sparsifier/nearly_diagonal_sparsifier.py' 2022-12-01T10:09:21.9180160Z adding 'torch/ao/sparsity/sparsifier/utils.py' 2022-12-01T10:09:21.9183359Z adding 'torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py' 2022-12-01T10:09:21.9189443Z adding 'torch/autograd/__init__.py' 2022-12-01T10:09:21.9192334Z adding 'torch/autograd/anomaly_mode.py' 2022-12-01T10:09:21.9195487Z adding 'torch/autograd/forward_ad.py' 2022-12-01T10:09:21.9202845Z adding 'torch/autograd/function.py' 2022-12-01T10:09:21.9215201Z adding 'torch/autograd/functional.py' 2022-12-01T10:09:21.9219638Z adding 'torch/autograd/grad_mode.py' 2022-12-01T10:09:21.9244488Z adding 'torch/autograd/gradcheck.py' 2022-12-01T10:09:21.9249226Z adding 'torch/autograd/graph.py' 2022-12-01T10:09:21.9258996Z adding 'torch/autograd/profiler.py' 2022-12-01T10:09:21.9263064Z adding 'torch/autograd/profiler_legacy.py' 2022-12-01T10:09:21.9272750Z adding 'torch/autograd/profiler_util.py' 2022-12-01T10:09:21.9275219Z adding 'torch/autograd/variable.py' 2022-12-01T10:09:21.9276807Z adding 'torch/autograd/_functions/__init__.py' 2022-12-01T10:09:21.9278386Z adding 'torch/autograd/_functions/tensor.py' 2022-12-01T10:09:21.9280026Z adding 'torch/autograd/_functions/utils.py' 2022-12-01T10:09:21.9282077Z adding 'torch/backends/__init__.py' 2022-12-01T10:09:21.9283645Z adding 'torch/backends/_coreml/__init__.py' 2022-12-01T10:09:21.9285617Z adding 'torch/backends/_coreml/preprocess.py' 2022-12-01T10:09:21.9287258Z adding 'torch/backends/_nnapi/__init__.py' 2022-12-01T10:09:21.9289936Z adding 'torch/backends/_nnapi/prepare.py' 2022-12-01T10:09:21.9309632Z adding 'torch/backends/_nnapi/serializer.py' 2022-12-01T10:09:21.9314643Z adding 'torch/backends/cuda/__init__.py' 2022-12-01T10:09:21.9317734Z adding 'torch/backends/cudnn/__init__.py' 2022-12-01T10:09:21.9319597Z adding 'torch/backends/cudnn/rnn.py' 2022-12-01T10:09:21.9321456Z adding 'torch/backends/mkl/__init__.py' 2022-12-01T10:09:21.9323559Z adding 'torch/backends/mkldnn/__init__.py' 2022-12-01T10:09:21.9325190Z adding 'torch/backends/mps/__init__.py' 2022-12-01T10:09:21.9326848Z adding 'torch/backends/openmp/__init__.py' 2022-12-01T10:09:21.9329031Z adding 'torch/backends/opt_einsum/__init__.py' 2022-12-01T10:09:21.9330908Z adding 'torch/backends/quantized/__init__.py' 2022-12-01T10:09:21.9332368Z adding 'torch/backends/xeon/__init__.py' 2022-12-01T10:09:21.9339926Z adding 'torch/backends/xeon/run_cpu.py' 2022-12-01T10:09:21.9342470Z adding 'torch/backends/xnnpack/__init__.py' 2022-12-01T10:09:21.9598514Z adding 'torch/bin/FileStoreTest' 2022-12-01T10:09:21.9866030Z adding 'torch/bin/HashStoreTest' 2022-12-01T10:09:22.0189768Z adding 'torch/bin/ProcessGroupGlooTest' 2022-12-01T10:09:22.0267790Z adding 'torch/bin/ProcessGroupMPITest' 2022-12-01T10:09:22.0550738Z adding 'torch/bin/ProcessGroupNCCLErrorsTest' 2022-12-01T10:09:22.0857159Z adding 'torch/bin/ProcessGroupNCCLTest' 2022-12-01T10:09:22.1125707Z adding 'torch/bin/ProcessGroupUCCTest' 2022-12-01T10:09:22.1426219Z adding 'torch/bin/TCPStoreTest' 2022-12-01T10:09:22.1479011Z adding 'torch/bin/aot_model_compiler_test' 2022-12-01T10:09:22.3903874Z adding 'torch/bin/protoc' 2022-12-01T10:09:22.6430332Z adding 'torch/bin/protoc-3.13.0.0' 2022-12-01T10:09:23.2328366Z adding 'torch/bin/test_api' 2022-12-01T10:09:23.2996712Z adding 'torch/bin/test_cpp_rpc' 2022-12-01T10:09:23.3275229Z adding 'torch/bin/test_dist_autograd' 2022-12-01T10:09:23.8514761Z adding 'torch/bin/test_jit' 2022-12-01T10:09:24.0359531Z adding 'torch/bin/test_lazy' 2022-12-01T10:09:24.0796914Z adding 'torch/bin/test_mobile_nnc' 2022-12-01T10:09:24.4940616Z adding 'torch/bin/test_tensorexpr' 2022-12-01T10:09:24.5171601Z adding 'torch/bin/torch_shm_manager' 2022-12-01T10:09:24.5240754Z adding 'torch/bin/tutorial_tensorexpr' 2022-12-01T10:09:24.5246452Z adding 'torch/contrib/__init__.py' 2022-12-01T10:09:24.5249375Z adding 'torch/contrib/_tensorboard_vis.py' 2022-12-01T10:09:24.5250874Z adding 'torch/cpu/__init__.py' 2022-12-01T10:09:24.5252333Z adding 'torch/cpu/amp/__init__.py' 2022-12-01T10:09:24.5253819Z adding 'torch/cpu/amp/autocast_mode.py' 2022-12-01T10:09:24.5262615Z adding 'torch/cuda/__init__.py' 2022-12-01T10:09:24.5265744Z adding 'torch/cuda/_dynamo_graphs.py' 2022-12-01T10:09:24.5268519Z adding 'torch/cuda/_memory_viz.py' 2022-12-01T10:09:24.5274191Z adding 'torch/cuda/_sanitizer.py' 2022-12-01T10:09:24.5276761Z adding 'torch/cuda/_utils.py' 2022-12-01T10:09:24.5278196Z adding 'torch/cuda/comm.py' 2022-12-01T10:09:24.5279379Z adding 'torch/cuda/error.py' 2022-12-01T10:09:24.5284734Z adding 'torch/cuda/graphs.py' 2022-12-01T10:09:24.5287721Z adding 'torch/cuda/jiterator.py' 2022-12-01T10:09:24.5293365Z adding 'torch/cuda/memory.py' 2022-12-01T10:09:24.5295945Z adding 'torch/cuda/nccl.py' 2022-12-01T10:09:24.5297807Z adding 'torch/cuda/nvtx.py' 2022-12-01T10:09:24.5299436Z adding 'torch/cuda/profiler.py' 2022-12-01T10:09:24.5301431Z adding 'torch/cuda/random.py' 2022-12-01T10:09:24.5302906Z adding 'torch/cuda/sparse.py' 2022-12-01T10:09:24.5305790Z adding 'torch/cuda/streams.py' 2022-12-01T10:09:24.5307425Z adding 'torch/cuda/amp/__init__.py' 2022-12-01T10:09:24.5309672Z adding 'torch/cuda/amp/autocast_mode.py' 2022-12-01T10:09:24.5311112Z adding 'torch/cuda/amp/common.py' 2022-12-01T10:09:24.5318173Z adding 'torch/cuda/amp/grad_scaler.py' 2022-12-01T10:09:24.5321497Z adding 'torch/distributed/__init__.py' 2022-12-01T10:09:24.5323327Z adding 'torch/distributed/argparse_util.py' 2022-12-01T10:09:24.5324845Z adding 'torch/distributed/constants.py' 2022-12-01T10:09:24.5361806Z adding 'torch/distributed/distributed_c10d.py' 2022-12-01T10:09:24.5367696Z adding 'torch/distributed/launch.py' 2022-12-01T10:09:24.5370047Z adding 'torch/distributed/remote_device.py' 2022-12-01T10:09:24.5373469Z adding 'torch/distributed/rendezvous.py' 2022-12-01T10:09:24.5381503Z adding 'torch/distributed/run.py' 2022-12-01T10:09:24.5384876Z adding 'torch/distributed/utils.py' 2022-12-01T10:09:24.5386678Z adding 'torch/distributed/_shard/__init__.py' 2022-12-01T10:09:24.5388282Z adding 'torch/distributed/_shard/_utils.py' 2022-12-01T10:09:24.5391980Z adding 'torch/distributed/_shard/api.py' 2022-12-01T10:09:24.5394156Z adding 'torch/distributed/_shard/common_op_utils.py' 2022-12-01T10:09:24.5396268Z adding 'torch/distributed/_shard/metadata.py' 2022-12-01T10:09:24.5397785Z adding 'torch/distributed/_shard/op_registry_utils.py' 2022-12-01T10:09:24.5401437Z adding 'torch/distributed/_shard/partial_tensor.py' 2022-12-01T10:09:24.5404633Z adding 'torch/distributed/_shard/replicated_tensor.py' 2022-12-01T10:09:24.5406354Z adding 'torch/distributed/_shard/sharder.py' 2022-12-01T10:09:24.5408100Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2022-12-01T10:09:24.5409713Z adding 'torch/distributed/_shard/checkpoint/api.py' 2022-12-01T10:09:24.5412367Z adding 'torch/distributed/_shard/checkpoint/default_planner.py' 2022-12-01T10:09:24.5415787Z adding 'torch/distributed/_shard/checkpoint/filesystem.py' 2022-12-01T10:09:24.5417839Z adding 'torch/distributed/_shard/checkpoint/metadata.py' 2022-12-01T10:09:24.5421638Z adding 'torch/distributed/_shard/checkpoint/planner.py' 2022-12-01T10:09:24.5424626Z adding 'torch/distributed/_shard/checkpoint/planner_helpers.py' 2022-12-01T10:09:24.5426401Z adding 'torch/distributed/_shard/checkpoint/resharding.py' 2022-12-01T10:09:24.5428478Z adding 'torch/distributed/_shard/checkpoint/state_dict_loader.py' 2022-12-01T10:09:24.5430922Z adding 'torch/distributed/_shard/checkpoint/state_dict_saver.py' 2022-12-01T10:09:24.5433549Z adding 'torch/distributed/_shard/checkpoint/storage.py' 2022-12-01T10:09:24.5437082Z adding 'torch/distributed/_shard/checkpoint/utils.py' 2022-12-01T10:09:24.5439437Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2022-12-01T10:09:24.5441774Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2022-12-01T10:09:24.5446308Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2022-12-01T10:09:24.5459092Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2022-12-01T10:09:24.5462175Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2022-12-01T10:09:24.5465468Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2022-12-01T10:09:24.5467693Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2022-12-01T10:09:24.5470766Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2022-12-01T10:09:24.5472838Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2022-12-01T10:09:24.5475349Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2022-12-01T10:09:24.5477421Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2022-12-01T10:09:24.5479372Z adding 'torch/distributed/_shard/sharded_tensor/_ops/chunk.py' 2022-12-01T10:09:24.5480859Z adding 'torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py' 2022-12-01T10:09:24.5483136Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2022-12-01T10:09:24.5485226Z adding 'torch/distributed/_shard/sharded_tensor/_ops/math_ops.py' 2022-12-01T10:09:24.5487293Z adding 'torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py' 2022-12-01T10:09:24.5488726Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2022-12-01T10:09:24.5491292Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2022-12-01T10:09:24.5493048Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2022-12-01T10:09:24.5495181Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2022-12-01T10:09:24.5496967Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2022-12-01T10:09:24.5499502Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2022-12-01T10:09:24.5502933Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2022-12-01T10:09:24.5506403Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2022-12-01T10:09:24.5508282Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2022-12-01T10:09:24.5512412Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2022-12-01T10:09:24.5516590Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2022-12-01T10:09:24.5522153Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2022-12-01T10:09:24.5527344Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py' 2022-12-01T10:09:24.5529642Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py' 2022-12-01T10:09:24.5533786Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py' 2022-12-01T10:09:24.5535753Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py' 2022-12-01T10:09:24.5537489Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2022-12-01T10:09:24.5539186Z adding 'torch/distributed/_sharding_spec/__init__.py' 2022-12-01T10:09:24.5540662Z adding 'torch/distributed/_spmd/__init__.py' 2022-12-01T10:09:24.5543968Z adding 'torch/distributed/_spmd/comm_tensor.py' 2022-12-01T10:09:24.5545831Z adding 'torch/distributed/algorithms/__init__.py' 2022-12-01T10:09:24.5550153Z adding 'torch/distributed/algorithms/join.py' 2022-12-01T10:09:24.5552033Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2022-12-01T10:09:24.5555800Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2022-12-01T10:09:24.5557667Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2022-12-01T10:09:24.5560288Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2022-12-01T10:09:24.5562049Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2022-12-01T10:09:24.5564090Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2022-12-01T10:09:24.5565739Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2022-12-01T10:09:24.5568016Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2022-12-01T10:09:24.5570486Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2022-12-01T10:09:24.5575542Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2022-12-01T10:09:24.5577696Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2022-12-01T10:09:24.5580218Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2022-12-01T10:09:24.5582369Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2022-12-01T10:09:24.5584879Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2022-12-01T10:09:24.5595709Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2022-12-01T10:09:24.5599490Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2022-12-01T10:09:24.5601241Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2022-12-01T10:09:24.5603710Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2022-12-01T10:09:24.5607154Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2022-12-01T10:09:24.5609516Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2022-12-01T10:09:24.5611477Z adding 'torch/distributed/autograd/__init__.py' 2022-12-01T10:09:24.5614035Z adding 'torch/distributed/elastic/__init__.py' 2022-12-01T10:09:24.5615708Z adding 'torch/distributed/elastic/agent/__init__.py' 2022-12-01T10:09:24.5617674Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2022-12-01T10:09:24.5628377Z adding 'torch/distributed/elastic/agent/server/api.py' 2022-12-01T10:09:24.5633425Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2022-12-01T10:09:24.5636514Z adding 'torch/distributed/elastic/events/__init__.py' 2022-12-01T10:09:24.5638673Z adding 'torch/distributed/elastic/events/api.py' 2022-12-01T10:09:24.5640321Z adding 'torch/distributed/elastic/events/handlers.py' 2022-12-01T10:09:24.5643074Z adding 'torch/distributed/elastic/metrics/__init__.py' 2022-12-01T10:09:24.5645692Z adding 'torch/distributed/elastic/metrics/api.py' 2022-12-01T10:09:24.5649722Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2022-12-01T10:09:24.5656985Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2022-12-01T10:09:24.5659748Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2022-12-01T10:09:24.5662204Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2022-12-01T10:09:24.5667207Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2022-12-01T10:09:24.5670340Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2022-12-01T10:09:24.5672552Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2022-12-01T10:09:24.5675503Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2022-12-01T10:09:24.5678964Z adding 'torch/distributed/elastic/rendezvous/api.py' 2022-12-01T10:09:24.5682977Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2022-12-01T10:09:24.5693039Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2022-12-01T10:09:24.5706215Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2022-12-01T10:09:24.5710121Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2022-12-01T10:09:24.5713521Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2022-12-01T10:09:24.5717002Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2022-12-01T10:09:24.5718964Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2022-12-01T10:09:24.5721167Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2022-12-01T10:09:24.5724361Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2022-12-01T10:09:24.5726654Z adding 'torch/distributed/elastic/timer/__init__.py' 2022-12-01T10:09:24.5730206Z adding 'torch/distributed/elastic/timer/api.py' 2022-12-01T10:09:24.5734745Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2022-12-01T10:09:24.5737938Z adding 'torch/distributed/elastic/timer/local_timer.py' 2022-12-01T10:09:24.5739351Z adding 'torch/distributed/elastic/utils/__init__.py' 2022-12-01T10:09:24.5741092Z adding 'torch/distributed/elastic/utils/api.py' 2022-12-01T10:09:24.5743541Z adding 'torch/distributed/elastic/utils/distributed.py' 2022-12-01T10:09:24.5745155Z adding 'torch/distributed/elastic/utils/log_level.py' 2022-12-01T10:09:24.5747145Z adding 'torch/distributed/elastic/utils/logging.py' 2022-12-01T10:09:24.5749164Z adding 'torch/distributed/elastic/utils/store.py' 2022-12-01T10:09:24.5750968Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2022-12-01T10:09:24.5752715Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2022-12-01T10:09:24.5754792Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2022-12-01T10:09:24.5756844Z adding 'torch/distributed/fsdp/__init__.py' 2022-12-01T10:09:24.5758833Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2022-12-01T10:09:24.5773422Z adding 'torch/distributed/fsdp/_optim_utils.py' 2022-12-01T10:09:24.5778114Z adding 'torch/distributed/fsdp/_shard_utils.py' 2022-12-01T10:09:24.5781929Z adding 'torch/distributed/fsdp/_symbolic_trace.py' 2022-12-01T10:09:24.5784514Z adding 'torch/distributed/fsdp/_utils.py' 2022-12-01T10:09:24.5797718Z adding 'torch/distributed/fsdp/flat_param.py' 2022-12-01T10:09:24.5801659Z adding 'torch/distributed/fsdp/flatten_params_wrapper.py' 2022-12-01T10:09:24.5867079Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2022-12-01T10:09:24.5876772Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2022-12-01T10:09:24.5879585Z adding 'torch/distributed/fsdp/utils.py' 2022-12-01T10:09:24.5885723Z adding 'torch/distributed/fsdp/wrap.py' 2022-12-01T10:09:24.5887994Z adding 'torch/distributed/launcher/__init__.py' 2022-12-01T10:09:24.5891689Z adding 'torch/distributed/launcher/api.py' 2022-12-01T10:09:24.5893614Z adding 'torch/distributed/nn/__init__.py' 2022-12-01T10:09:24.5897748Z adding 'torch/distributed/nn/functional.py' 2022-12-01T10:09:24.5899701Z adding 'torch/distributed/nn/api/__init__.py' 2022-12-01T10:09:24.5906927Z adding 'torch/distributed/nn/api/remote_module.py' 2022-12-01T10:09:24.5909441Z adding 'torch/distributed/nn/jit/__init__.py' 2022-12-01T10:09:24.5911939Z adding 'torch/distributed/nn/jit/instantiator.py' 2022-12-01T10:09:24.5913688Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2022-12-01T10:09:24.5916162Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2022-12-01T10:09:24.5918214Z adding 'torch/distributed/optim/__init__.py' 2022-12-01T10:09:24.5920260Z adding 'torch/distributed/optim/functional_adadelta.py' 2022-12-01T10:09:24.5922578Z adding 'torch/distributed/optim/functional_adagrad.py' 2022-12-01T10:09:24.5925393Z adding 'torch/distributed/optim/functional_adam.py' 2022-12-01T10:09:24.5927702Z adding 'torch/distributed/optim/functional_adamax.py' 2022-12-01T10:09:24.5930284Z adding 'torch/distributed/optim/functional_adamw.py' 2022-12-01T10:09:24.5932676Z adding 'torch/distributed/optim/functional_rmsprop.py' 2022-12-01T10:09:24.5934827Z adding 'torch/distributed/optim/functional_rprop.py' 2022-12-01T10:09:24.5937221Z adding 'torch/distributed/optim/functional_sgd.py' 2022-12-01T10:09:24.5940933Z adding 'torch/distributed/optim/optimizer.py' 2022-12-01T10:09:24.5943556Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2022-12-01T10:09:24.5945546Z adding 'torch/distributed/optim/utils.py' 2022-12-01T10:09:24.5966098Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2022-12-01T10:09:24.5969381Z adding 'torch/distributed/pipeline/__init__.py' 2022-12-01T10:09:24.5971222Z adding 'torch/distributed/pipeline/sync/__init__.py' 2022-12-01T10:09:24.5973754Z adding 'torch/distributed/pipeline/sync/batchnorm.py' 2022-12-01T10:09:24.5977496Z adding 'torch/distributed/pipeline/sync/checkpoint.py' 2022-12-01T10:09:24.5979879Z adding 'torch/distributed/pipeline/sync/copy.py' 2022-12-01T10:09:24.5981732Z adding 'torch/distributed/pipeline/sync/dependency.py' 2022-12-01T10:09:24.5984648Z adding 'torch/distributed/pipeline/sync/microbatch.py' 2022-12-01T10:09:24.5986647Z adding 'torch/distributed/pipeline/sync/phony.py' 2022-12-01T10:09:24.5992258Z adding 'torch/distributed/pipeline/sync/pipe.py' 2022-12-01T10:09:24.5996263Z adding 'torch/distributed/pipeline/sync/pipeline.py' 2022-12-01T10:09:24.5998718Z adding 'torch/distributed/pipeline/sync/stream.py' 2022-12-01T10:09:24.6000504Z adding 'torch/distributed/pipeline/sync/utils.py' 2022-12-01T10:09:24.6002815Z adding 'torch/distributed/pipeline/sync/worker.py' 2022-12-01T10:09:24.6005713Z adding 'torch/distributed/pipeline/sync/_balance/__init__.py' 2022-12-01T10:09:24.6008035Z adding 'torch/distributed/pipeline/sync/_balance/blockpartition.py' 2022-12-01T10:09:24.6010254Z adding 'torch/distributed/pipeline/sync/_balance/profile.py' 2022-12-01T10:09:24.6012175Z adding 'torch/distributed/pipeline/sync/skip/__init__.py' 2022-12-01T10:09:24.6014371Z adding 'torch/distributed/pipeline/sync/skip/layout.py' 2022-12-01T10:09:24.6016166Z adding 'torch/distributed/pipeline/sync/skip/namespace.py' 2022-12-01T10:09:24.6018821Z adding 'torch/distributed/pipeline/sync/skip/portal.py' 2022-12-01T10:09:24.6023691Z adding 'torch/distributed/pipeline/sync/skip/skippable.py' 2022-12-01T10:09:24.6026190Z adding 'torch/distributed/pipeline/sync/skip/tracker.py' 2022-12-01T10:09:24.6029975Z adding 'torch/distributed/rpc/__init__.py' 2022-12-01T10:09:24.6031838Z adding 'torch/distributed/rpc/_utils.py' 2022-12-01T10:09:24.6041349Z adding 'torch/distributed/rpc/api.py' 2022-12-01T10:09:24.6047076Z adding 'torch/distributed/rpc/backend_registry.py' 2022-12-01T10:09:24.6049096Z adding 'torch/distributed/rpc/constants.py' 2022-12-01T10:09:24.6051744Z adding 'torch/distributed/rpc/functions.py' 2022-12-01T10:09:24.6055380Z adding 'torch/distributed/rpc/internal.py' 2022-12-01T10:09:24.6058417Z adding 'torch/distributed/rpc/options.py' 2022-12-01T10:09:24.6060560Z adding 'torch/distributed/rpc/rref_proxy.py' 2022-12-01T10:09:24.6063659Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2022-12-01T10:09:24.6065654Z adding 'torch/distributed/rpc/_testing/__init__.py' 2022-12-01T10:09:24.6067518Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2022-12-01T10:09:24.6070758Z adding 'torch/distributions/__init__.py' 2022-12-01T10:09:24.6073160Z adding 'torch/distributions/bernoulli.py' 2022-12-01T10:09:24.6075522Z adding 'torch/distributions/beta.py' 2022-12-01T10:09:24.6078128Z adding 'torch/distributions/binomial.py' 2022-12-01T10:09:24.6080844Z adding 'torch/distributions/categorical.py' 2022-12-01T10:09:24.6082958Z adding 'torch/distributions/cauchy.py' 2022-12-01T10:09:24.6084682Z adding 'torch/distributions/chi2.py' 2022-12-01T10:09:24.6087849Z adding 'torch/distributions/constraint_registry.py' 2022-12-01T10:09:24.6092529Z adding 'torch/distributions/constraints.py' 2022-12-01T10:09:24.6096141Z adding 'torch/distributions/continuous_bernoulli.py' 2022-12-01T10:09:24.6098390Z adding 'torch/distributions/dirichlet.py' 2022-12-01T10:09:24.6102073Z adding 'torch/distributions/distribution.py' 2022-12-01T10:09:24.6104263Z adding 'torch/distributions/exp_family.py' 2022-12-01T10:09:24.6106358Z adding 'torch/distributions/exponential.py' 2022-12-01T10:09:24.6108657Z adding 'torch/distributions/fishersnedecor.py' 2022-12-01T10:09:24.6111972Z adding 'torch/distributions/gamma.py' 2022-12-01T10:09:24.6114423Z adding 'torch/distributions/geometric.py' 2022-12-01T10:09:24.6116698Z adding 'torch/distributions/gumbel.py' 2022-12-01T10:09:24.6118565Z adding 'torch/distributions/half_cauchy.py' 2022-12-01T10:09:24.6120468Z adding 'torch/distributions/half_normal.py' 2022-12-01T10:09:24.6122699Z adding 'torch/distributions/independent.py' 2022-12-01T10:09:24.6130171Z adding 'torch/distributions/kl.py' 2022-12-01T10:09:24.6133021Z adding 'torch/distributions/kumaraswamy.py' 2022-12-01T10:09:24.6135196Z adding 'torch/distributions/laplace.py' 2022-12-01T10:09:24.6137964Z adding 'torch/distributions/lkj_cholesky.py' 2022-12-01T10:09:24.6139968Z adding 'torch/distributions/log_normal.py' 2022-12-01T10:09:24.6141832Z adding 'torch/distributions/logistic_normal.py' 2022-12-01T10:09:24.6145055Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2022-12-01T10:09:24.6148209Z adding 'torch/distributions/mixture_same_family.py' 2022-12-01T10:09:24.6150901Z adding 'torch/distributions/multinomial.py' 2022-12-01T10:09:24.6154437Z adding 'torch/distributions/multivariate_normal.py' 2022-12-01T10:09:24.6157037Z adding 'torch/distributions/negative_binomial.py' 2022-12-01T10:09:24.6159235Z adding 'torch/distributions/normal.py' 2022-12-01T10:09:24.6161624Z adding 'torch/distributions/one_hot_categorical.py' 2022-12-01T10:09:24.6163606Z adding 'torch/distributions/pareto.py' 2022-12-01T10:09:24.6165552Z adding 'torch/distributions/poisson.py' 2022-12-01T10:09:24.6167990Z adding 'torch/distributions/relaxed_bernoulli.py' 2022-12-01T10:09:24.6170437Z adding 'torch/distributions/relaxed_categorical.py' 2022-12-01T10:09:24.6172699Z adding 'torch/distributions/studentT.py' 2022-12-01T10:09:24.6175700Z adding 'torch/distributions/transformed_distribution.py' 2022-12-01T10:09:24.6185527Z adding 'torch/distributions/transforms.py' 2022-12-01T10:09:24.6188529Z adding 'torch/distributions/uniform.py' 2022-12-01T10:09:24.6191355Z adding 'torch/distributions/utils.py' 2022-12-01T10:09:24.6193970Z adding 'torch/distributions/von_mises.py' 2022-12-01T10:09:24.6196284Z adding 'torch/distributions/weibull.py' 2022-12-01T10:09:24.6200137Z adding 'torch/distributions/wishart.py' 2022-12-01T10:09:24.6210115Z adding 'torch/fft/__init__.py' 2022-12-01T10:09:24.6215859Z adding 'torch/futures/__init__.py' 2022-12-01T10:09:24.6218960Z adding 'torch/fx/__init__.py' 2022-12-01T10:09:24.6220647Z adding 'torch/fx/_compatibility.py' 2022-12-01T10:09:24.6222656Z adding 'torch/fx/_pytree.py' 2022-12-01T10:09:24.6234791Z adding 'torch/fx/_symbolic_trace.py' 2022-12-01T10:09:24.6237659Z adding 'torch/fx/annotate.py' 2022-12-01T10:09:24.6255143Z adding 'torch/fx/graph.py' 2022-12-01T10:09:24.6266076Z adding 'torch/fx/graph_module.py' 2022-12-01T10:09:24.6268653Z adding 'torch/fx/immutable_collections.py' 2022-12-01T10:09:24.6273711Z adding 'torch/fx/interpreter.py' 2022-12-01T10:09:24.6282434Z adding 'torch/fx/node.py' 2022-12-01T10:09:24.6288564Z adding 'torch/fx/operator_schemas.py' 2022-12-01T10:09:24.6294184Z adding 'torch/fx/proxy.py' 2022-12-01T10:09:24.6298382Z adding 'torch/fx/subgraph_rewriter.py' 2022-12-01T10:09:24.6300512Z adding 'torch/fx/tensor_type.py' 2022-12-01T10:09:24.6302249Z adding 'torch/fx/traceback.py' 2022-12-01T10:09:24.6304082Z adding 'torch/fx/experimental/__init__.py' 2022-12-01T10:09:24.6316869Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2022-12-01T10:09:24.6322133Z adding 'torch/fx/experimental/const_fold.py' 2022-12-01T10:09:24.6323995Z adding 'torch/fx/experimental/debug.py' 2022-12-01T10:09:24.6332602Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2022-12-01T10:09:24.6336225Z adding 'torch/fx/experimental/merge_matmul.py' 2022-12-01T10:09:24.6339833Z adding 'torch/fx/experimental/meta_tracer.py' 2022-12-01T10:09:24.6342579Z adding 'torch/fx/experimental/normalize.py' 2022-12-01T10:09:24.6347945Z adding 'torch/fx/experimental/optimization.py' 2022-12-01T10:09:24.6352194Z adding 'torch/fx/experimental/partitioner_utils.py' 2022-12-01T10:09:24.6361206Z adding 'torch/fx/experimental/proxy_tensor.py' 2022-12-01T10:09:24.6363394Z adding 'torch/fx/experimental/refinement_types.py' 2022-12-01T10:09:24.6365856Z adding 'torch/fx/experimental/rewriter.py' 2022-12-01T10:09:24.6368380Z adding 'torch/fx/experimental/schema_type_annotation.py' 2022-12-01T10:09:24.6374319Z adding 'torch/fx/experimental/symbolic_shapes.py' 2022-12-01T10:09:24.6376782Z adding 'torch/fx/experimental/unify_refinements.py' 2022-12-01T10:09:24.6378616Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2022-12-01T10:09:24.6382384Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2022-12-01T10:09:24.6393515Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2022-12-01T10:09:24.6404974Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2022-12-01T10:09:24.6407316Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2022-12-01T10:09:24.6411331Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2022-12-01T10:09:24.6413376Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2022-12-01T10:09:24.6414973Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2022-12-01T10:09:24.6416643Z adding 'torch/fx/experimental/unification/__init__.py' 2022-12-01T10:09:24.6418601Z adding 'torch/fx/experimental/unification/core.py' 2022-12-01T10:09:24.6420161Z adding 'torch/fx/experimental/unification/dispatch.py' 2022-12-01T10:09:24.6422235Z adding 'torch/fx/experimental/unification/match.py' 2022-12-01T10:09:24.6424329Z adding 'torch/fx/experimental/unification/more.py' 2022-12-01T10:09:24.6428105Z adding 'torch/fx/experimental/unification/unification_tools.py' 2022-12-01T10:09:24.6430442Z adding 'torch/fx/experimental/unification/utils.py' 2022-12-01T10:09:24.6432500Z adding 'torch/fx/experimental/unification/variable.py' 2022-12-01T10:09:24.6434344Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2022-12-01T10:09:24.6436739Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2022-12-01T10:09:24.6438835Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2022-12-01T10:09:24.6443411Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2022-12-01T10:09:24.6446101Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2022-12-01T10:09:24.6448316Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2022-12-01T10:09:24.6450260Z adding 'torch/fx/passes/__init__.py' 2022-12-01T10:09:24.6451988Z adding 'torch/fx/passes/fake_tensor_prop.py' 2022-12-01T10:09:24.6455663Z adding 'torch/fx/passes/graph_drawer.py' 2022-12-01T10:09:24.6458324Z adding 'torch/fx/passes/graph_manipulation.py' 2022-12-01T10:09:24.6464394Z adding 'torch/fx/passes/net_min_base.py' 2022-12-01T10:09:24.6467892Z adding 'torch/fx/passes/operator_support.py' 2022-12-01T10:09:24.6470204Z adding 'torch/fx/passes/param_fetch.py' 2022-12-01T10:09:24.6473225Z adding 'torch/fx/passes/pass_manager.py' 2022-12-01T10:09:24.6483850Z adding 'torch/fx/passes/reinplace.py' 2022-12-01T10:09:24.6487237Z adding 'torch/fx/passes/shape_prop.py' 2022-12-01T10:09:24.6491530Z adding 'torch/fx/passes/split_module.py' 2022-12-01T10:09:24.6495592Z adding 'torch/fx/passes/split_utils.py' 2022-12-01T10:09:24.6504497Z adding 'torch/fx/passes/splitter_base.py' 2022-12-01T10:09:24.6508843Z adding 'torch/fx/passes/tools_common.py' 2022-12-01T10:09:24.6510699Z adding 'torch/fx/passes/backends/__init__.py' 2022-12-01T10:09:24.6512621Z adding 'torch/fx/passes/backends/cudagraphs.py' 2022-12-01T10:09:24.6516581Z adding 'torch/fx/passes/backends/nvfuser.py' 2022-12-01T10:09:24.6518565Z adding 'torch/fx/passes/dialect/__init__.py' 2022-12-01T10:09:24.6520095Z adding 'torch/fx/passes/dialect/common/__init__.py' 2022-12-01T10:09:24.6522781Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2022-12-01T10:09:24.6524450Z adding 'torch/fx/passes/infra/__init__.py' 2022-12-01T10:09:24.6527793Z adding 'torch/fx/passes/infra/partitioner.py' 2022-12-01T10:09:24.6529811Z adding 'torch/fx/passes/infra/pass_base.py' 2022-12-01T10:09:24.6533372Z adding 'torch/fx/passes/infra/pass_manager.py' 2022-12-01T10:09:24.6535191Z adding 'torch/fx/passes/tests/__init__.py' 2022-12-01T10:09:24.6536802Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2022-12-01T10:09:24.6538412Z adding 'torch/fx/passes/utils/__init__.py' 2022-12-01T10:09:24.6540330Z adding 'torch/fx/passes/utils/common.py' 2022-12-01T10:09:24.6543439Z adding 'torch/fx/passes/utils/fuser_utils.py' 2022-12-01T10:09:24.6547729Z adding 'torch/fx/passes/utils/matcher_utils.py' 2022-12-01T10:09:24.6551104Z adding 'torch/include/ATen/ATen.h' 2022-12-01T10:09:24.6553296Z adding 'torch/include/ATen/AccumulateType.h' 2022-12-01T10:09:24.6554820Z adding 'torch/include/ATen/ArrayRef.h' 2022-12-01T10:09:24.6556291Z adding 'torch/include/ATen/Backend.h' 2022-12-01T10:09:24.6557721Z adding 'torch/include/ATen/Backtrace.h' 2022-12-01T10:09:24.6559103Z adding 'torch/include/ATen/BatchedFallback.h' 2022-12-01T10:09:24.6561667Z adding 'torch/include/ATen/BatchedTensorImpl.h' 2022-12-01T10:09:24.6564992Z adding 'torch/include/ATen/CPUApplyUtils.h' 2022-12-01T10:09:24.6566804Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2022-12-01T10:09:24.6568448Z adding 'torch/include/ATen/CPUFunctions.h' 2022-12-01T10:09:24.6573117Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2022-12-01T10:09:24.6575394Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2022-12-01T10:09:24.6577176Z adding 'torch/include/ATen/CUDAFunctions.h' 2022-12-01T10:09:24.6581276Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2022-12-01T10:09:24.6583804Z adding 'torch/include/ATen/CollapseDims.h' 2022-12-01T10:09:24.6585719Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2022-12-01T10:09:24.6590323Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2022-12-01T10:09:24.6592968Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2022-12-01T10:09:24.6596251Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2022-12-01T10:09:24.6598601Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2022-12-01T10:09:24.6602730Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2022-12-01T10:09:24.6605365Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2022-12-01T10:09:24.6607021Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2022-12-01T10:09:24.6608167Z adding 'torch/include/ATen/Config.h' 2022-12-01T10:09:24.6612506Z adding 'torch/include/ATen/Context.h' 2022-12-01T10:09:24.6614456Z adding 'torch/include/ATen/DLConvertor.h' 2022-12-01T10:09:24.6615848Z adding 'torch/include/ATen/Device.h' 2022-12-01T10:09:24.6617388Z adding 'torch/include/ATen/DeviceGuard.h' 2022-12-01T10:09:24.6618890Z adding 'torch/include/ATen/DimVector.h' 2022-12-01T10:09:24.6619897Z adding 'torch/include/ATen/Dimname.h' 2022-12-01T10:09:24.6624787Z adding 'torch/include/ATen/Dispatch.h' 2022-12-01T10:09:24.6626768Z adding 'torch/include/ATen/DynamicLibrary.h' 2022-12-01T10:09:24.6628517Z adding 'torch/include/ATen/EmptyTensor.h' 2022-12-01T10:09:24.6629989Z adding 'torch/include/ATen/ExpandBase.h' 2022-12-01T10:09:24.6633376Z adding 'torch/include/ATen/ExpandUtils.h' 2022-12-01T10:09:24.6635173Z adding 'torch/include/ATen/Formatting.h' 2022-12-01T10:09:24.6636906Z adding 'torch/include/ATen/FuncTorchTLS.h' 2022-12-01T10:09:24.6639104Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2022-12-01T10:09:24.6643013Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2022-12-01T10:09:24.6650761Z adding 'torch/include/ATen/Functions.h' 2022-12-01T10:09:24.6653184Z adding 'torch/include/ATen/Generator.h' 2022-12-01T10:09:24.6654941Z adding 'torch/include/ATen/InferSize.h' 2022-12-01T10:09:24.6656401Z adding 'torch/include/ATen/InitialTensorOptions.h' 2022-12-01T10:09:24.6657650Z adding 'torch/include/ATen/Layout.h' 2022-12-01T10:09:24.6659144Z adding 'torch/include/ATen/LinalgBackend.h' 2022-12-01T10:09:24.6661456Z adding 'torch/include/ATen/MapAllocator.h' 2022-12-01T10:09:24.6663199Z adding 'torch/include/ATen/MatrixRef.h' 2022-12-01T10:09:24.6664818Z adding 'torch/include/ATen/MemoryOverlap.h' 2022-12-01T10:09:24.6666586Z adding 'torch/include/ATen/MetaFunctions.h' 2022-12-01T10:09:24.6669328Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2022-12-01T10:09:24.6672606Z adding 'torch/include/ATen/MethodOperators.h' 2022-12-01T10:09:24.6674163Z adding 'torch/include/ATen/NamedTensor.h' 2022-12-01T10:09:24.6676929Z adding 'torch/include/ATen/NamedTensorUtils.h' 2022-12-01T10:09:24.6684191Z adding 'torch/include/ATen/NativeFunctions.h' 2022-12-01T10:09:24.6692156Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2022-12-01T10:09:24.6696801Z adding 'torch/include/ATen/NestedTensorImpl.h' 2022-12-01T10:09:24.6698921Z adding 'torch/include/ATen/NumericUtils.h' 2022-12-01T10:09:24.6700688Z adding 'torch/include/ATen/OpMathType.h' 2022-12-01T10:09:24.6702982Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2022-12-01T10:09:24.6710597Z adding 'torch/include/ATen/Operators.h' 2022-12-01T10:09:24.6713142Z adding 'torch/include/ATen/PTThreadPool.h' 2022-12-01T10:09:24.6714768Z adding 'torch/include/ATen/PadNd.h' 2022-12-01T10:09:24.6716569Z adding 'torch/include/ATen/Parallel-inl.h' 2022-12-01T10:09:24.6718406Z adding 'torch/include/ATen/Parallel.h' 2022-12-01T10:09:24.6720072Z adding 'torch/include/ATen/ParallelFuture.h' 2022-12-01T10:09:24.6721071Z adding 'torch/include/ATen/ParallelNative.h' 2022-12-01T10:09:24.6722389Z adding 'torch/include/ATen/ParallelNativeTBB.h' 2022-12-01T10:09:24.6724029Z adding 'torch/include/ATen/ParallelOpenMP.h' 2022-12-01T10:09:24.6725706Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2022-12-01T10:09:24.6927665Z adding 'torch/include/ATen/RedispatchFunctions.h' 2022-12-01T10:09:24.7077985Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2022-12-01T10:09:24.7097483Z adding 'torch/include/ATen/SavedTensorHooks.h' 2022-12-01T10:09:24.7098851Z adding 'torch/include/ATen/Scalar.h' 2022-12-01T10:09:24.7100372Z adding 'torch/include/ATen/ScalarOps.h' 2022-12-01T10:09:24.7101739Z adding 'torch/include/ATen/ScalarType.h' 2022-12-01T10:09:24.7103158Z adding 'torch/include/ATen/SequenceNumber.h' 2022-12-01T10:09:24.7104436Z adding 'torch/include/ATen/SmallVector.h' 2022-12-01T10:09:24.7106939Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2022-12-01T10:09:24.7109917Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2022-12-01T10:09:24.7114384Z adding 'torch/include/ATen/SparseTensorImpl.h' 2022-12-01T10:09:24.7117287Z adding 'torch/include/ATen/SparseTensorUtils.h' 2022-12-01T10:09:24.7118814Z adding 'torch/include/ATen/Storage.h' 2022-12-01T10:09:24.7120177Z adding 'torch/include/ATen/Tensor.h' 2022-12-01T10:09:24.7121420Z adding 'torch/include/ATen/TensorAccessor.h' 2022-12-01T10:09:24.7123268Z adding 'torch/include/ATen/TensorGeometry.h' 2022-12-01T10:09:24.7130090Z adding 'torch/include/ATen/TensorIndexing.h' 2022-12-01T10:09:24.7141143Z adding 'torch/include/ATen/TensorIterator.h' 2022-12-01T10:09:24.7143878Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2022-12-01T10:09:24.7146182Z adding 'torch/include/ATen/TensorMeta.h' 2022-12-01T10:09:24.7148312Z adding 'torch/include/ATen/TensorNames.h' 2022-12-01T10:09:24.7150161Z adding 'torch/include/ATen/TensorOperators.h' 2022-12-01T10:09:24.7151513Z adding 'torch/include/ATen/TensorOptions.h' 2022-12-01T10:09:24.7153531Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2022-12-01T10:09:24.7156143Z adding 'torch/include/ATen/TensorUtils.h' 2022-12-01T10:09:24.7158364Z adding 'torch/include/ATen/ThreadLocalState.h' 2022-12-01T10:09:24.7161080Z adding 'torch/include/ATen/TracerMode.h' 2022-12-01T10:09:24.7162788Z adding 'torch/include/ATen/TypeDefault.h' 2022-12-01T10:09:24.7164704Z adding 'torch/include/ATen/Utils.h' 2022-12-01T10:09:24.7166337Z adding 'torch/include/ATen/Version.h' 2022-12-01T10:09:24.7309469Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2022-12-01T10:09:24.7347623Z adding 'torch/include/ATen/VmapMode.h' 2022-12-01T10:09:24.7350774Z adding 'torch/include/ATen/VmapTransforms.h' 2022-12-01T10:09:24.7353191Z adding 'torch/include/ATen/WrapDimUtils.h' 2022-12-01T10:09:24.7355197Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2022-12-01T10:09:24.7357725Z adding 'torch/include/ATen/autocast_mode.h' 2022-12-01T10:09:24.7359466Z adding 'torch/include/ATen/ceil_div.h' 2022-12-01T10:09:24.7362286Z adding 'torch/include/ATen/code_template.h' 2022-12-01T10:09:24.7364610Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2022-12-01T10:09:24.7366108Z adding 'torch/include/ATen/div_rtn.h' 2022-12-01T10:09:24.7368690Z adding 'torch/include/ATen/dlpack.h' 2022-12-01T10:09:24.7370092Z adding 'torch/include/ATen/jit_macros.h' 2022-12-01T10:09:24.7371700Z adding 'torch/include/ATen/jiterator_macros.h' 2022-12-01T10:09:24.7377706Z adding 'torch/include/ATen/record_function.h' 2022-12-01T10:09:24.7380508Z adding 'torch/include/ATen/core/ATenGeneral.h' 2022-12-01T10:09:24.7381930Z adding 'torch/include/ATen/core/ATenOpList.h' 2022-12-01T10:09:24.7383470Z adding 'torch/include/ATen/core/ATen_fwd.h' 2022-12-01T10:09:24.7385577Z adding 'torch/include/ATen/core/ATen_pch.h' 2022-12-01T10:09:24.7387193Z adding 'torch/include/ATen/core/Array.h' 2022-12-01T10:09:24.7389125Z adding 'torch/include/ATen/core/Backtrace.h' 2022-12-01T10:09:24.7390059Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2022-12-01T10:09:24.7392197Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2022-12-01T10:09:24.7393717Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2022-12-01T10:09:24.7398112Z adding 'torch/include/ATen/core/Dict.h' 2022-12-01T10:09:24.7400913Z adding 'torch/include/ATen/core/Dict_inl.h' 2022-12-01T10:09:24.7402599Z adding 'torch/include/ATen/core/DimVector.h' 2022-12-01T10:09:24.7404034Z adding 'torch/include/ATen/core/Dimname.h' 2022-12-01T10:09:24.7407263Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2022-12-01T10:09:24.7408858Z adding 'torch/include/ATen/core/Formatting.h' 2022-12-01T10:09:24.7411490Z adding 'torch/include/ATen/core/Generator.h' 2022-12-01T10:09:24.7417359Z adding 'torch/include/ATen/core/IListRef.h' 2022-12-01T10:09:24.7420085Z adding 'torch/include/ATen/core/IListRef_inl.h' 2022-12-01T10:09:24.7422891Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2022-12-01T10:09:24.7427231Z adding 'torch/include/ATen/core/List.h' 2022-12-01T10:09:24.7430632Z adding 'torch/include/ATen/core/List_inl.h' 2022-12-01T10:09:24.7433614Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2022-12-01T10:09:24.7436357Z adding 'torch/include/ATen/core/NamedTensor.h' 2022-12-01T10:09:24.7439500Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2022-12-01T10:09:24.7441093Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2022-12-01T10:09:24.7442903Z adding 'torch/include/ATen/core/QuantizerBase.h' 2022-12-01T10:09:24.7444271Z adding 'torch/include/ATen/core/Range.h' 2022-12-01T10:09:24.7445676Z adding 'torch/include/ATen/core/Reduction.h' 2022-12-01T10:09:24.7446987Z adding 'torch/include/ATen/core/Scalar.h' 2022-12-01T10:09:24.7448277Z adding 'torch/include/ATen/core/ScalarType.h' 2022-12-01T10:09:24.7449915Z adding 'torch/include/ATen/core/Tensor.h' 2022-12-01T10:09:24.7452771Z adding 'torch/include/ATen/core/TensorAccessor.h' 2022-12-01T10:09:24.7463187Z adding 'torch/include/ATen/core/TensorBase.h' 2022-12-01T10:09:24.7510571Z adding 'torch/include/ATen/core/TensorBody.h' 2022-12-01T10:09:24.7518387Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2022-12-01T10:09:24.7520799Z adding 'torch/include/ATen/core/TransformationHelper.h' 2022-12-01T10:09:24.7522235Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2022-12-01T10:09:24.7523662Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2022-12-01T10:09:24.7525895Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2022-12-01T10:09:24.7528003Z adding 'torch/include/ATen/core/Variadic.h' 2022-12-01T10:09:24.7529787Z adding 'torch/include/ATen/core/Vitals.h' 2022-12-01T10:09:24.7531864Z adding 'torch/include/ATen/core/alias_info.h' 2022-12-01T10:09:24.7542568Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2022-12-01T10:09:24.7546450Z adding 'torch/include/ATen/core/blob.h' 2022-12-01T10:09:24.7548386Z adding 'torch/include/ATen/core/builtin_function.h' 2022-12-01T10:09:24.7552739Z adding 'torch/include/ATen/core/class_type.h' 2022-12-01T10:09:24.7555073Z adding 'torch/include/ATen/core/custom_class.h' 2022-12-01T10:09:24.7558635Z adding 'torch/include/ATen/core/dynamic_type.h' 2022-12-01T10:09:24.7560358Z adding 'torch/include/ATen/core/enum_tag.h' 2022-12-01T10:09:24.7562352Z adding 'torch/include/ATen/core/enum_type.h' 2022-12-01T10:09:24.7564449Z adding 'torch/include/ATen/core/function.h' 2022-12-01T10:09:24.7571480Z adding 'torch/include/ATen/core/function_schema.h' 2022-12-01T10:09:24.7576263Z adding 'torch/include/ATen/core/function_schema_inl.h' 2022-12-01T10:09:24.7578220Z adding 'torch/include/ATen/core/functional.h' 2022-12-01T10:09:24.7579736Z adding 'torch/include/ATen/core/grad_mode.h' 2022-12-01T10:09:24.7583038Z adding 'torch/include/ATen/core/interned_strings.h' 2022-12-01T10:09:24.7584946Z adding 'torch/include/ATen/core/interned_strings_class.h' 2022-12-01T10:09:24.7599785Z adding 'torch/include/ATen/core/ivalue.h' 2022-12-01T10:09:24.7623367Z adding 'torch/include/ATen/core/ivalue_inl.h' 2022-12-01T10:09:24.7626699Z adding 'torch/include/ATen/core/ivalue_to.h' 2022-12-01T10:09:24.7645287Z adding 'torch/include/ATen/core/jit_type.h' 2022-12-01T10:09:24.7652804Z adding 'torch/include/ATen/core/jit_type_base.h' 2022-12-01T10:09:24.7655354Z adding 'torch/include/ATen/core/operator_name.h' 2022-12-01T10:09:24.7657637Z adding 'torch/include/ATen/core/qualified_name.h' 2022-12-01T10:09:24.7659379Z adding 'torch/include/ATen/core/rref_interface.h' 2022-12-01T10:09:24.7661804Z adding 'torch/include/ATen/core/stack.h' 2022-12-01T10:09:24.7664617Z adding 'torch/include/ATen/core/symbol.h' 2022-12-01T10:09:24.7666697Z adding 'torch/include/ATen/core/type_factory.h' 2022-12-01T10:09:24.7668208Z adding 'torch/include/ATen/core/type_ptr.h' 2022-12-01T10:09:24.7669581Z adding 'torch/include/ATen/core/typeid.h' 2022-12-01T10:09:24.7672880Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2022-12-01T10:09:24.7675230Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2022-12-01T10:09:24.7678043Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2022-12-01T10:09:24.7681242Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2022-12-01T10:09:24.7683359Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2022-12-01T10:09:24.7685209Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2022-12-01T10:09:24.7686886Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2022-12-01T10:09:24.7690739Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2022-12-01T10:09:24.7697813Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2022-12-01T10:09:24.7700705Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2022-12-01T10:09:24.7703158Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2022-12-01T10:09:24.7706557Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2022-12-01T10:09:24.7715532Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2022-12-01T10:09:24.7717783Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2022-12-01T10:09:24.7721951Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2022-12-01T10:09:24.7724175Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2022-12-01T10:09:24.7725862Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2022-12-01T10:09:24.7727977Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2022-12-01T10:09:24.7730496Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2022-12-01T10:09:24.7733351Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2022-12-01T10:09:24.7739396Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2022-12-01T10:09:24.7741814Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2022-12-01T10:09:24.7744690Z adding 'torch/include/ATen/cpu/vml.h' 2022-12-01T10:09:24.7746473Z adding 'torch/include/ATen/cpu/vec/functional.h' 2022-12-01T10:09:24.7749017Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2022-12-01T10:09:24.7752722Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2022-12-01T10:09:24.7755068Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2022-12-01T10:09:24.7756675Z adding 'torch/include/ATen/cpu/vec/vec.h' 2022-12-01T10:09:24.7764283Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2022-12-01T10:09:24.7767779Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2022-12-01T10:09:24.7769518Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2022-12-01T10:09:24.7771977Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2022-12-01T10:09:24.7778020Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2022-12-01T10:09:24.7783147Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2022-12-01T10:09:24.7788171Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2022-12-01T10:09:24.7791538Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2022-12-01T10:09:24.7795317Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2022-12-01T10:09:24.7800747Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2022-12-01T10:09:24.7808152Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2022-12-01T10:09:24.7816567Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2022-12-01T10:09:24.7820393Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2022-12-01T10:09:24.7826946Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2022-12-01T10:09:24.7832701Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2022-12-01T10:09:24.7840067Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2022-12-01T10:09:24.7844500Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2022-12-01T10:09:24.7848539Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2022-12-01T10:09:24.7855794Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2022-12-01T10:09:24.7863971Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2022-12-01T10:09:24.7867141Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2022-12-01T10:09:24.7869082Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2022-12-01T10:09:24.7871362Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2022-12-01T10:09:24.7875996Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2022-12-01T10:09:24.7883239Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2022-12-01T10:09:24.7886625Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2022-12-01T10:09:24.7888751Z adding 'torch/include/ATen/cuda/CUDAConfig.h' 2022-12-01T10:09:24.7890616Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2022-12-01T10:09:24.7893189Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2022-12-01T10:09:24.7894876Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2022-12-01T10:09:24.7897504Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2022-12-01T10:09:24.7900032Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2022-12-01T10:09:24.7902108Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2022-12-01T10:09:24.7903929Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2022-12-01T10:09:24.7905567Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2022-12-01T10:09:24.7908262Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2022-12-01T10:09:24.7910890Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2022-12-01T10:09:24.7912491Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2022-12-01T10:09:24.7913808Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2022-12-01T10:09:24.7915771Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2022-12-01T10:09:24.7917596Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2022-12-01T10:09:24.7919161Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2022-12-01T10:09:24.7921659Z adding 'torch/include/ATen/cuda/Exceptions.h' 2022-12-01T10:09:24.7923899Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2022-12-01T10:09:24.7925455Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2022-12-01T10:09:24.7926893Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2022-12-01T10:09:24.7928661Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2022-12-01T10:09:24.7930033Z adding 'torch/include/ATen/cuda/Sleep.h' 2022-12-01T10:09:24.7931427Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2022-12-01T10:09:24.7934876Z adding 'torch/include/ATen/cuda/cub.cuh' 2022-12-01T10:09:24.7937196Z adding 'torch/include/ATen/cuda/cub.h' 2022-12-01T10:09:24.7938881Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2022-12-01T10:09:24.7940405Z adding 'torch/include/ATen/cuda/jiterator.h' 2022-12-01T10:09:24.7942769Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2022-12-01T10:09:24.7944515Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2022-12-01T10:09:24.7946511Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2022-12-01T10:09:24.7949554Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2022-12-01T10:09:24.7951242Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2022-12-01T10:09:24.7953466Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2022-12-01T10:09:24.7955542Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2022-12-01T10:09:24.7957266Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2022-12-01T10:09:24.7959345Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2022-12-01T10:09:24.7961036Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2022-12-01T10:09:24.7962839Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2022-12-01T10:09:24.7964519Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2022-12-01T10:09:24.7968631Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2022-12-01T10:09:24.7970349Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2022-12-01T10:09:24.7971741Z adding 'torch/include/ATen/cudnn/Handle.h' 2022-12-01T10:09:24.7973755Z adding 'torch/include/ATen/cudnn/Handles.h' 2022-12-01T10:09:24.7974332Z adding 'torch/include/ATen/cudnn/Types.h' 2022-12-01T10:09:24.7976258Z adding 'torch/include/ATen/cudnn/Utils.h' 2022-12-01T10:09:24.7977789Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2022-12-01T10:09:24.7980913Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2022-12-01T10:09:24.7983045Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2022-12-01T10:09:24.7985066Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2022-12-01T10:09:24.7986791Z adding 'torch/include/ATen/detail/ORTHooksInterface.h' 2022-12-01T10:09:24.7989008Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2022-12-01T10:09:24.7993492Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2022-12-01T10:09:24.7996359Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2022-12-01T10:09:24.7999157Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2022-12-01T10:09:24.8001752Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2022-12-01T10:09:24.8004265Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2022-12-01T10:09:24.8006277Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2022-12-01T10:09:24.8009153Z adding 'torch/include/ATen/functorch/Interpreter.h' 2022-12-01T10:09:24.8012811Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2022-12-01T10:09:24.8014452Z adding 'torch/include/ATen/functorch/Macros.h' 2022-12-01T10:09:24.8016543Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2022-12-01T10:09:24.8018775Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2022-12-01T10:09:24.8020669Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2022-12-01T10:09:24.8022932Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2022-12-01T10:09:24.8024579Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2022-12-01T10:09:24.8028392Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2022-12-01T10:09:24.8031073Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2022-12-01T10:09:24.8034088Z adding 'torch/include/ATen/native/Activation.h' 2022-12-01T10:09:24.8036285Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2022-12-01T10:09:24.8039051Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2022-12-01T10:09:24.8041477Z adding 'torch/include/ATen/native/BinaryOps.h' 2022-12-01T10:09:24.8044466Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2022-12-01T10:09:24.8046862Z adding 'torch/include/ATen/native/CPUBlas.h' 2022-12-01T10:09:24.8048932Z adding 'torch/include/ATen/native/CPUFallback.h' 2022-12-01T10:09:24.8050565Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2022-12-01T10:09:24.8052653Z adding 'torch/include/ATen/native/ComplexHelper.h' 2022-12-01T10:09:24.8054529Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2022-12-01T10:09:24.8056993Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2022-12-01T10:09:24.8061623Z adding 'torch/include/ATen/native/ConvUtils.h' 2022-12-01T10:09:24.8063737Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2022-12-01T10:09:24.8065261Z adding 'torch/include/ATen/native/Copy.h' 2022-12-01T10:09:24.8066783Z adding 'torch/include/ATen/native/Cross.h' 2022-12-01T10:09:24.8069395Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2022-12-01T10:09:24.8072513Z adding 'torch/include/ATen/native/DispatchStub.h' 2022-12-01T10:09:24.8074597Z adding 'torch/include/ATen/native/Distance.h' 2022-12-01T10:09:24.8078873Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2022-12-01T10:09:24.8085632Z adding 'torch/include/ATen/native/Distributions.h' 2022-12-01T10:09:24.8088457Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2022-12-01T10:09:24.8090282Z adding 'torch/include/ATen/native/Fill.h' 2022-12-01T10:09:24.8092681Z adding 'torch/include/ATen/native/ForeachUtils.h' 2022-12-01T10:09:24.8094699Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2022-12-01T10:09:24.8097628Z adding 'torch/include/ATen/native/GridSampler.h' 2022-12-01T10:09:24.8100050Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2022-12-01T10:09:24.8101652Z adding 'torch/include/ATen/native/Histogram.h' 2022-12-01T10:09:24.8103518Z adding 'torch/include/ATen/native/IndexKernel.h' 2022-12-01T10:09:24.8105859Z adding 'torch/include/ATen/native/IndexingUtils.h' 2022-12-01T10:09:24.8107952Z adding 'torch/include/ATen/native/Lerp.h' 2022-12-01T10:09:24.8109344Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2022-12-01T10:09:24.8117743Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2022-12-01T10:09:24.8120230Z adding 'torch/include/ATen/native/LossMulti.h' 2022-12-01T10:09:24.8158715Z adding 'torch/include/ATen/native/Math.h' 2022-12-01T10:09:24.8163902Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2022-12-01T10:09:24.8166980Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2022-12-01T10:09:24.8168924Z adding 'torch/include/ATen/native/MaxPooling.h' 2022-12-01T10:09:24.8170539Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2022-12-01T10:09:24.8172076Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2022-12-01T10:09:24.8173629Z adding 'torch/include/ATen/native/Normalization.h' 2022-12-01T10:09:24.8175174Z adding 'torch/include/ATen/native/PointwiseOps.h' 2022-12-01T10:09:24.8178342Z adding 'torch/include/ATen/native/Pool.h' 2022-12-01T10:09:24.8180471Z adding 'torch/include/ATen/native/Pow.h' 2022-12-01T10:09:24.8182583Z adding 'torch/include/ATen/native/RNN.h' 2022-12-01T10:09:24.8184189Z adding 'torch/include/ATen/native/RangeFactories.h' 2022-12-01T10:09:24.8185734Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2022-12-01T10:09:24.8187523Z adding 'torch/include/ATen/native/ReduceOps.h' 2022-12-01T10:09:24.8191572Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2022-12-01T10:09:24.8193906Z adding 'torch/include/ATen/native/Repeat.h' 2022-12-01T10:09:24.8197095Z adding 'torch/include/ATen/native/Resize.h' 2022-12-01T10:09:24.8199144Z adding 'torch/include/ATen/native/ResizeCommon.h' 2022-12-01T10:09:24.8201197Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2022-12-01T10:09:24.8203061Z adding 'torch/include/ATen/native/SegmentReduce.h' 2022-12-01T10:09:24.8206652Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2022-12-01T10:09:24.8209076Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2022-12-01T10:09:24.8210651Z adding 'torch/include/ATen/native/Sorting.h' 2022-12-01T10:09:24.8212632Z adding 'torch/include/ATen/native/SortingUtils.h' 2022-12-01T10:09:24.8214868Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2022-12-01T10:09:24.8217389Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2022-12-01T10:09:24.8219436Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2022-12-01T10:09:24.8221709Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2022-12-01T10:09:24.8223522Z adding 'torch/include/ATen/native/TensorCompare.h' 2022-12-01T10:09:24.8225204Z adding 'torch/include/ATen/native/TensorConversions.h' 2022-12-01T10:09:24.8226980Z adding 'torch/include/ATen/native/TensorDimApply.h' 2022-12-01T10:09:24.8229349Z adding 'torch/include/ATen/native/TensorFactories.h' 2022-12-01T10:09:24.8230891Z adding 'torch/include/ATen/native/TensorIterator.h' 2022-12-01T10:09:24.8232856Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2022-12-01T10:09:24.8234462Z adding 'torch/include/ATen/native/TensorProperties.h' 2022-12-01T10:09:24.8236742Z adding 'torch/include/ATen/native/TensorShape.h' 2022-12-01T10:09:24.8238570Z adding 'torch/include/ATen/native/TensorTransformations.h' 2022-12-01T10:09:24.8240568Z adding 'torch/include/ATen/native/TopKImpl.h' 2022-12-01T10:09:24.8242182Z adding 'torch/include/ATen/native/TransposeType.h' 2022-12-01T10:09:24.8244182Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2022-12-01T10:09:24.8245788Z adding 'torch/include/ATen/native/TypeProperties.h' 2022-12-01T10:09:24.8247951Z adding 'torch/include/ATen/native/UnaryOps.h' 2022-12-01T10:09:24.8249494Z adding 'torch/include/ATen/native/Unfold2d.h' 2022-12-01T10:09:24.8251079Z adding 'torch/include/ATen/native/Unfold3d.h' 2022-12-01T10:09:24.8253329Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2022-12-01T10:09:24.8258041Z adding 'torch/include/ATen/native/UpSample.h' 2022-12-01T10:09:24.8260211Z adding 'torch/include/ATen/native/batch_norm.h' 2022-12-01T10:09:24.8261956Z adding 'torch/include/ATen/native/group_norm.h' 2022-12-01T10:09:24.8264060Z adding 'torch/include/ATen/native/im2col.h' 2022-12-01T10:09:24.8266782Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2022-12-01T10:09:24.8268957Z adding 'torch/include/ATen/native/layer_norm.h' 2022-12-01T10:09:24.8270600Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2022-12-01T10:09:24.8272436Z adding 'torch/include/ATen/native/vol2col.h' 2022-12-01T10:09:24.8275022Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2022-12-01T10:09:24.8276623Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2022-12-01T10:09:24.8278140Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2022-12-01T10:09:24.8279607Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2022-12-01T10:09:24.8281155Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2022-12-01T10:09:24.8284662Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2022-12-01T10:09:24.8286710Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2022-12-01T10:09:24.8288789Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2022-12-01T10:09:24.8290594Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2022-12-01T10:09:24.8292486Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2022-12-01T10:09:24.8296487Z adding 'torch/include/ATen/native/cpu/Loops.h' 2022-12-01T10:09:24.8298560Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2022-12-01T10:09:24.8300191Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2022-12-01T10:09:24.8304112Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2022-12-01T10:09:24.8307184Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2022-12-01T10:09:24.8309017Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2022-12-01T10:09:24.8310620Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2022-12-01T10:09:24.8312217Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2022-12-01T10:09:24.8316748Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2022-12-01T10:09:24.8319045Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2022-12-01T10:09:24.8321344Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2022-12-01T10:09:24.8323603Z adding 'torch/include/ATen/native/cpu/utils.h' 2022-12-01T10:09:24.8325876Z adding 'torch/include/ATen/native/cpu/zmath.h' 2022-12-01T10:09:24.8328521Z adding 'torch/include/ATen/native/cuda/Activation.h' 2022-12-01T10:09:24.8330304Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2022-12-01T10:09:24.8333936Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2022-12-01T10:09:24.8337311Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2022-12-01T10:09:24.8339364Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2022-12-01T10:09:24.8340869Z adding 'torch/include/ATen/native/cuda/Copy.h' 2022-12-01T10:09:24.8346804Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2022-12-01T10:09:24.8349190Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2022-12-01T10:09:24.8350860Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2022-12-01T10:09:24.8357323Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2022-12-01T10:09:24.8359623Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2022-12-01T10:09:24.8361402Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2022-12-01T10:09:24.8364328Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2022-12-01T10:09:24.8367967Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2022-12-01T10:09:24.8370047Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2022-12-01T10:09:24.8371553Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2022-12-01T10:09:24.8374435Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2022-12-01T10:09:24.8376662Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2022-12-01T10:09:24.8378300Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2022-12-01T10:09:24.8381814Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2022-12-01T10:09:24.8410476Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2022-12-01T10:09:24.8417236Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2022-12-01T10:09:24.8419369Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2022-12-01T10:09:24.8422430Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2022-12-01T10:09:24.8437676Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2022-12-01T10:09:24.8443581Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2022-12-01T10:09:24.8445990Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2022-12-01T10:09:24.8449874Z adding 'torch/include/ATen/native/cuda/ROCmLoops.cuh' 2022-12-01T10:09:24.8452321Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2022-12-01T10:09:24.8465078Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2022-12-01T10:09:24.8467875Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2022-12-01T10:09:24.8469788Z adding 'torch/include/ATen/native/cuda/Resize.h' 2022-12-01T10:09:24.8471449Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2022-12-01T10:09:24.8476016Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2022-12-01T10:09:24.8478146Z adding 'torch/include/ATen/native/cuda/Sort.h' 2022-12-01T10:09:24.8479810Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2022-12-01T10:09:24.8482842Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2022-12-01T10:09:24.8484464Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2022-12-01T10:09:24.8486747Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2022-12-01T10:09:24.8490667Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2022-12-01T10:09:24.8495740Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2022-12-01T10:09:24.8497579Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2022-12-01T10:09:24.8499089Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2022-12-01T10:09:24.8500189Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2022-12-01T10:09:24.8503540Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2022-12-01T10:09:24.8505801Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2022-12-01T10:09:24.8507484Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2022-12-01T10:09:24.8508922Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2022-12-01T10:09:24.8511427Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2022-12-01T10:09:24.8514543Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2022-12-01T10:09:24.8517435Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2022-12-01T10:09:24.8523203Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2022-12-01T10:09:24.8525250Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2022-12-01T10:09:24.8528235Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2022-12-01T10:09:24.8530562Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2022-12-01T10:09:24.8545450Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2022-12-01T10:09:24.8546926Z adding 'torch/include/ATen/native/quantized/Copy.h' 2022-12-01T10:09:24.8548627Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2022-12-01T10:09:24.8550100Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2022-12-01T10:09:24.8551856Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2022-12-01T10:09:24.8553594Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2022-12-01T10:09:24.8555370Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2022-12-01T10:09:24.8558734Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2022-12-01T10:09:24.8563564Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2022-12-01T10:09:24.8567205Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2022-12-01T10:09:24.8570110Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2022-12-01T10:09:24.8571607Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2022-12-01T10:09:24.8574664Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2022-12-01T10:09:24.8578589Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2022-12-01T10:09:24.8582194Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2022-12-01T10:09:24.8583972Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2022-12-01T10:09:24.8585591Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2022-12-01T10:09:24.8587578Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2022-12-01T10:09:24.8641745Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2022-12-01T10:09:24.8643211Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2022-12-01T10:09:24.8644833Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8646333Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2022-12-01T10:09:24.8647884Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2022-12-01T10:09:24.8649527Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2022-12-01T10:09:24.8651195Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2022-12-01T10:09:24.8652936Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8654581Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2022-12-01T10:09:24.8656155Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2022-12-01T10:09:24.8657740Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2022-12-01T10:09:24.8659498Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2022-12-01T10:09:24.8661167Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2022-12-01T10:09:24.8662870Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2022-12-01T10:09:24.8664531Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8666094Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-12-01T10:09:24.8667582Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-12-01T10:09:24.8669159Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2022-12-01T10:09:24.8670817Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2022-12-01T10:09:24.8672625Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8674120Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2022-12-01T10:09:24.8675895Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2022-12-01T10:09:24.8677548Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2022-12-01T10:09:24.8679280Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2022-12-01T10:09:24.8680777Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2022-12-01T10:09:24.8682396Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8683696Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2022-12-01T10:09:24.8685310Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2022-12-01T10:09:24.8686936Z adding 'torch/include/ATen/ops/_add_relu.h' 2022-12-01T10:09:24.8688634Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8690045Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2022-12-01T10:09:24.8692211Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2022-12-01T10:09:24.8693960Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2022-12-01T10:09:24.8695835Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2022-12-01T10:09:24.8697722Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2022-12-01T10:09:24.8699473Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:24.8700925Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2022-12-01T10:09:24.8702418Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2022-12-01T10:09:24.8703973Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2022-12-01T10:09:24.8705616Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2022-12-01T10:09:24.8707173Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2022-12-01T10:09:24.8708878Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2022-12-01T10:09:24.8710618Z adding 'torch/include/ATen/ops/_aminmax.h' 2022-12-01T10:09:24.8712391Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8713938Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2022-12-01T10:09:24.8715764Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2022-12-01T10:09:24.8717346Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2022-12-01T10:09:24.8719065Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2022-12-01T10:09:24.8720875Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2022-12-01T10:09:24.8722703Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8724261Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2022-12-01T10:09:24.8725806Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2022-12-01T10:09:24.8727561Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2022-12-01T10:09:24.8729321Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2022-12-01T10:09:24.8731086Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8732693Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2022-12-01T10:09:24.8734306Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2022-12-01T10:09:24.8735958Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2022-12-01T10:09:24.8737716Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2022-12-01T10:09:24.8739270Z adding 'torch/include/ATen/ops/_assert_async.h' 2022-12-01T10:09:24.8740879Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2022-12-01T10:09:24.8742268Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2022-12-01T10:09:24.8743674Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2022-12-01T10:09:24.8745048Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2022-12-01T10:09:24.8746496Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2022-12-01T10:09:24.8748168Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8749315Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2022-12-01T10:09:24.8750859Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2022-12-01T10:09:24.8752175Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2022-12-01T10:09:24.8753669Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8755127Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2022-12-01T10:09:24.8756693Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2022-12-01T10:09:24.8758029Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2022-12-01T10:09:24.8759588Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8760983Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2022-12-01T10:09:24.8762395Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2022-12-01T10:09:24.8763689Z adding 'torch/include/ATen/ops/_backward.h' 2022-12-01T10:09:24.8765184Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8766477Z adding 'torch/include/ATen/ops/_backward_native.h' 2022-12-01T10:09:24.8767963Z adding 'torch/include/ATen/ops/_backward_ops.h' 2022-12-01T10:09:24.8769401Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2022-12-01T10:09:24.8771034Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2022-12-01T10:09:24.8772625Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8773971Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2022-12-01T10:09:24.8775575Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2022-12-01T10:09:24.8777147Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8778488Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2022-12-01T10:09:24.8780078Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2022-12-01T10:09:24.8781474Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2022-12-01T10:09:24.8782975Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8784255Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2022-12-01T10:09:24.8785648Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2022-12-01T10:09:24.8787009Z adding 'torch/include/ATen/ops/_cast_Char.h' 2022-12-01T10:09:24.8788480Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8789766Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2022-12-01T10:09:24.8791186Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2022-12-01T10:09:24.8792605Z adding 'torch/include/ATen/ops/_cast_Double.h' 2022-12-01T10:09:24.8794211Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8795545Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2022-12-01T10:09:24.8797089Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2022-12-01T10:09:24.8798435Z adding 'torch/include/ATen/ops/_cast_Float.h' 2022-12-01T10:09:24.8799944Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8801185Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2022-12-01T10:09:24.8802621Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2022-12-01T10:09:24.8803987Z adding 'torch/include/ATen/ops/_cast_Half.h' 2022-12-01T10:09:24.8805506Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8806769Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2022-12-01T10:09:24.8808225Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2022-12-01T10:09:24.8809592Z adding 'torch/include/ATen/ops/_cast_Int.h' 2022-12-01T10:09:24.8811077Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8812334Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2022-12-01T10:09:24.8813761Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2022-12-01T10:09:24.8815092Z adding 'torch/include/ATen/ops/_cast_Long.h' 2022-12-01T10:09:24.8816581Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8817893Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2022-12-01T10:09:24.8819339Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2022-12-01T10:09:24.8820695Z adding 'torch/include/ATen/ops/_cast_Short.h' 2022-12-01T10:09:24.8822176Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8823456Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2022-12-01T10:09:24.8824900Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2022-12-01T10:09:24.8826419Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2022-12-01T10:09:24.8827842Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8829200Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2022-12-01T10:09:24.8830645Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2022-12-01T10:09:24.8831979Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2022-12-01T10:09:24.8833557Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2022-12-01T10:09:24.8835261Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2022-12-01T10:09:24.8836859Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8838157Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2022-12-01T10:09:24.8839602Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2022-12-01T10:09:24.8840940Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2022-12-01T10:09:24.8842558Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2022-12-01T10:09:24.8844030Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2022-12-01T10:09:24.8845570Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8846912Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2022-12-01T10:09:24.8848288Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2022-12-01T10:09:24.8849610Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2022-12-01T10:09:24.8851185Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2022-12-01T10:09:24.8852605Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2022-12-01T10:09:24.8854140Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8855440Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2022-12-01T10:09:24.8856914Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2022-12-01T10:09:24.8858273Z adding 'torch/include/ATen/ops/_coalesce.h' 2022-12-01T10:09:24.8859800Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8861064Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2022-12-01T10:09:24.8862580Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2022-12-01T10:09:24.8863961Z adding 'torch/include/ATen/ops/_coalesced.h' 2022-12-01T10:09:24.8865541Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8866892Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2022-12-01T10:09:24.8868233Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2022-12-01T10:09:24.8869765Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2022-12-01T10:09:24.8871296Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2022-12-01T10:09:24.8872728Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2022-12-01T10:09:24.8874157Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2022-12-01T10:09:24.8875706Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2022-12-01T10:09:24.8877286Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2022-12-01T10:09:24.8878662Z adding 'torch/include/ATen/ops/_conj.h' 2022-12-01T10:09:24.8880182Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8881487Z adding 'torch/include/ATen/ops/_conj_copy.h' 2022-12-01T10:09:24.8882997Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8884515Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:24.8896593Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2022-12-01T10:09:24.8896994Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2022-12-01T10:09:24.8897379Z adding 'torch/include/ATen/ops/_conj_native.h' 2022-12-01T10:09:24.8897657Z adding 'torch/include/ATen/ops/_conj_ops.h' 2022-12-01T10:09:24.8898230Z adding 'torch/include/ATen/ops/_conj_physical.h' 2022-12-01T10:09:24.8898759Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8899216Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2022-12-01T10:09:24.8899698Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2022-12-01T10:09:24.8900122Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2022-12-01T10:09:24.8900485Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2022-12-01T10:09:24.8901815Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2022-12-01T10:09:24.8903266Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2022-12-01T10:09:24.8904762Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2022-12-01T10:09:24.8906360Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:24.8907594Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2022-12-01T10:09:24.8909213Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2022-12-01T10:09:24.8910562Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2022-12-01T10:09:24.8912056Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2022-12-01T10:09:24.8913509Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2022-12-01T10:09:24.8915512Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2022-12-01T10:09:24.8917000Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2022-12-01T10:09:24.8918652Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:24.8919962Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2022-12-01T10:09:24.8921504Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2022-12-01T10:09:24.8922863Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2022-12-01T10:09:24.8924397Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2022-12-01T10:09:24.8925809Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2022-12-01T10:09:24.8927439Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2022-12-01T10:09:24.8929098Z adding 'torch/include/ATen/ops/_convolution.h' 2022-12-01T10:09:24.8930823Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8932304Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8933843Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2022-12-01T10:09:24.8935478Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8936894Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2022-12-01T10:09:24.8938518Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2022-12-01T10:09:24.8940042Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2022-12-01T10:09:24.8941549Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.8942919Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2022-12-01T10:09:24.8944432Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2022-12-01T10:09:24.8946004Z adding 'torch/include/ATen/ops/_convolution_native.h' 2022-12-01T10:09:24.8947749Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2022-12-01T10:09:24.8949400Z adding 'torch/include/ATen/ops/_copy_from.h' 2022-12-01T10:09:24.8950996Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2022-12-01T10:09:24.8952554Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8953938Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2022-12-01T10:09:24.8956210Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2022-12-01T10:09:24.8957662Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8959068Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2022-12-01T10:09:24.8960644Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2022-12-01T10:09:24.8962383Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2022-12-01T10:09:24.8964168Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2022-12-01T10:09:24.8967817Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8969519Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2022-12-01T10:09:24.8971220Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2022-12-01T10:09:24.8972822Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2022-12-01T10:09:24.8974762Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2022-12-01T10:09:24.8976519Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8978120Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2022-12-01T10:09:24.8979692Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2022-12-01T10:09:24.8981327Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2022-12-01T10:09:24.8983186Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2022-12-01T10:09:24.8985128Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2022-12-01T10:09:24.8986848Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8988441Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2022-12-01T10:09:24.8989970Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2022-12-01T10:09:24.8991848Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2022-12-01T10:09:24.8993638Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2022-12-01T10:09:24.8995656Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.8997184Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2022-12-01T10:09:24.8998766Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2022-12-01T10:09:24.9000504Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2022-12-01T10:09:24.9002576Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2022-12-01T10:09:24.9004851Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2022-12-01T10:09:24.9007037Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9008780Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2022-12-01T10:09:24.9010516Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2022-12-01T10:09:24.9012527Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2022-12-01T10:09:24.9014539Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9016227Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2022-12-01T10:09:24.9018099Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2022-12-01T10:09:24.9019952Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9021584Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2022-12-01T10:09:24.9023102Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2022-12-01T10:09:24.9024860Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2022-12-01T10:09:24.9026536Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2022-12-01T10:09:24.9028528Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2022-12-01T10:09:24.9030154Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2022-12-01T10:09:24.9031841Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.9033231Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2022-12-01T10:09:24.9035187Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2022-12-01T10:09:24.9036762Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2022-12-01T10:09:24.9038407Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.9039949Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2022-12-01T10:09:24.9041445Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2022-12-01T10:09:24.9042960Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2022-12-01T10:09:24.9044566Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.9046037Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2022-12-01T10:09:24.9047591Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2022-12-01T10:09:24.9049144Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2022-12-01T10:09:24.9050759Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.9052218Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2022-12-01T10:09:24.9053829Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2022-12-01T10:09:24.9055351Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2022-12-01T10:09:24.9056907Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2022-12-01T10:09:24.9058466Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2022-12-01T10:09:24.9059970Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2022-12-01T10:09:24.9061551Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2022-12-01T10:09:24.9063079Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2022-12-01T10:09:24.9064668Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2022-12-01T10:09:24.9066268Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2022-12-01T10:09:24.9067788Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2022-12-01T10:09:24.9069366Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2022-12-01T10:09:24.9070927Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2022-12-01T10:09:24.9072594Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.9074096Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2022-12-01T10:09:24.9075867Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2022-12-01T10:09:24.9077401Z adding 'torch/include/ATen/ops/_dimI.h' 2022-12-01T10:09:24.9078883Z adding 'torch/include/ATen/ops/_dimI_native.h' 2022-12-01T10:09:24.9080464Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2022-12-01T10:09:24.9081965Z adding 'torch/include/ATen/ops/_dimV.h' 2022-12-01T10:09:24.9083442Z adding 'torch/include/ATen/ops/_dimV_native.h' 2022-12-01T10:09:24.9084984Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2022-12-01T10:09:24.9086497Z adding 'torch/include/ATen/ops/_dim_arange.h' 2022-12-01T10:09:24.9088153Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.9089612Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2022-12-01T10:09:24.9091149Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2022-12-01T10:09:24.9092699Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2022-12-01T10:09:24.9094365Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9095930Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2022-12-01T10:09:24.9097478Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2022-12-01T10:09:24.9098958Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2022-12-01T10:09:24.9100572Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2022-12-01T10:09:24.9102259Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2022-12-01T10:09:24.9103948Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9105652Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2022-12-01T10:09:24.9107178Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2022-12-01T10:09:24.9108675Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2022-12-01T10:09:24.9110346Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2022-12-01T10:09:24.9112138Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2022-12-01T10:09:24.9113880Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2022-12-01T10:09:24.9115868Z adding 'torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.9117439Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2022-12-01T10:09:24.9119204Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2022-12-01T10:09:24.9120943Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9122510Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2022-12-01T10:09:24.9124084Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2022-12-01T10:09:24.9125798Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2022-12-01T10:09:24.9127597Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9129188Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2022-12-01T10:09:24.9130816Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2022-12-01T10:09:24.9132385Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2022-12-01T10:09:24.9134192Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2022-12-01T10:09:24.9136018Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2022-12-01T10:09:24.9137909Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9140179Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2022-12-01T10:09:24.9141302Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2022-12-01T10:09:24.9142972Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2022-12-01T10:09:24.9144886Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2022-12-01T10:09:24.9146593Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2022-12-01T10:09:24.9148783Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2022-12-01T10:09:24.9150715Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2022-12-01T10:09:24.9152533Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9154199Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2022-12-01T10:09:24.9155994Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2022-12-01T10:09:24.9157436Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2022-12-01T10:09:24.9159122Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2022-12-01T10:09:24.9160743Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2022-12-01T10:09:24.9162382Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.9163933Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2022-12-01T10:09:24.9165477Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2022-12-01T10:09:24.9167217Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2022-12-01T10:09:24.9168945Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9170614Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2022-12-01T10:09:24.9172260Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2022-12-01T10:09:24.9174280Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2022-12-01T10:09:24.9176014Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2022-12-01T10:09:24.9177857Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9179445Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2022-12-01T10:09:24.9181094Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2022-12-01T10:09:24.9182915Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2022-12-01T10:09:24.9184607Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2022-12-01T10:09:24.9186325Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9187858Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2022-12-01T10:09:24.9189625Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2022-12-01T10:09:24.9191355Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2022-12-01T10:09:24.9193240Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2022-12-01T10:09:24.9195082Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2022-12-01T10:09:24.9196614Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2022-12-01T10:09:24.9198520Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2022-12-01T10:09:24.9200223Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2022-12-01T10:09:24.9201832Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9203376Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2022-12-01T10:09:24.9204883Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2022-12-01T10:09:24.9206517Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2022-12-01T10:09:24.9208297Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2022-12-01T10:09:24.9210005Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2022-12-01T10:09:24.9211681Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2022-12-01T10:09:24.9213378Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2022-12-01T10:09:24.9214974Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2022-12-01T10:09:24.9216536Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2022-12-01T10:09:24.9218100Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2022-12-01T10:09:24.9219790Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9221351Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2022-12-01T10:09:24.9222890Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2022-12-01T10:09:24.9224323Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2022-12-01T10:09:24.9225973Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2022-12-01T10:09:24.9227683Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2022-12-01T10:09:24.9229484Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9231174Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2022-12-01T10:09:24.9232962Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2022-12-01T10:09:24.9234524Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2022-12-01T10:09:24.9236674Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2022-12-01T10:09:24.9238284Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2022-12-01T10:09:24.9239933Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2022-12-01T10:09:24.9241542Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2022-12-01T10:09:24.9243165Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2022-12-01T10:09:24.9244770Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2022-12-01T10:09:24.9246307Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2022-12-01T10:09:24.9247744Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2022-12-01T10:09:24.9249294Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2022-12-01T10:09:24.9250705Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2022-12-01T10:09:24.9252261Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2022-12-01T10:09:24.9253693Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2022-12-01T10:09:24.9255334Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2022-12-01T10:09:24.9256794Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2022-12-01T10:09:24.9258204Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2022-12-01T10:09:24.9259665Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2022-12-01T10:09:24.9261627Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention.h' 2022-12-01T10:09:24.9263072Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention_cuda_dispatch.h' 2022-12-01T10:09:24.9264527Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention_native.h' 2022-12-01T10:09:24.9266226Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention_ops.h' 2022-12-01T10:09:24.9267732Z adding 'torch/include/ATen/ops/_foobar.h' 2022-12-01T10:09:24.9269424Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9270911Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2022-12-01T10:09:24.9272452Z adding 'torch/include/ATen/ops/_foobar_native.h' 2022-12-01T10:09:24.9274119Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2022-12-01T10:09:24.9275979Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2022-12-01T10:09:24.9277793Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9279352Z adding 'torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h' 2022-12-01T10:09:24.9280967Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2022-12-01T10:09:24.9282450Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2022-12-01T10:09:24.9284185Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2022-12-01T10:09:24.9285813Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2022-12-01T10:09:24.9287568Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9289043Z adding 'torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h' 2022-12-01T10:09:24.9290655Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2022-12-01T10:09:24.9292143Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2022-12-01T10:09:24.9293880Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2022-12-01T10:09:24.9295721Z adding 'torch/include/ATen/ops/_foreach_add.h' 2022-12-01T10:09:24.9297561Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9299312Z adding 'torch/include/ATen/ops/_foreach_add_cpu_dispatch.h' 2022-12-01T10:09:24.9300789Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2022-12-01T10:09:24.9302489Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2022-12-01T10:09:24.9304569Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2022-12-01T10:09:24.9306535Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2022-12-01T10:09:24.9308432Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9309995Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h' 2022-12-01T10:09:24.9311560Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2022-12-01T10:09:24.9313248Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2022-12-01T10:09:24.9315420Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2022-12-01T10:09:24.9317418Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2022-12-01T10:09:24.9319268Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9320909Z adding 'torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h' 2022-12-01T10:09:24.9322500Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2022-12-01T10:09:24.9324199Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2022-12-01T10:09:24.9326137Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2022-12-01T10:09:24.9327894Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2022-12-01T10:09:24.9329633Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9331202Z adding 'torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h' 2022-12-01T10:09:24.9332738Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2022-12-01T10:09:24.9334272Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2022-12-01T10:09:24.9335973Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2022-12-01T10:09:24.9337647Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2022-12-01T10:09:24.9339317Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9340843Z adding 'torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h' 2022-12-01T10:09:24.9342420Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2022-12-01T10:09:24.9344000Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2022-12-01T10:09:24.9345668Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2022-12-01T10:09:24.9347349Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2022-12-01T10:09:24.9349005Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9351217Z adding 'torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h' 2022-12-01T10:09:24.9352910Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2022-12-01T10:09:24.9354528Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2022-12-01T10:09:24.9356420Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2022-12-01T10:09:24.9358108Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2022-12-01T10:09:24.9359787Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9361366Z adding 'torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h' 2022-12-01T10:09:24.9362914Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2022-12-01T10:09:24.9364498Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2022-12-01T10:09:24.9366121Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2022-12-01T10:09:24.9367814Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2022-12-01T10:09:24.9369532Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9371093Z adding 'torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h' 2022-12-01T10:09:24.9372615Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2022-12-01T10:09:24.9374172Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2022-12-01T10:09:24.9375836Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2022-12-01T10:09:24.9377697Z adding 'torch/include/ATen/ops/_foreach_div.h' 2022-12-01T10:09:24.9379485Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9381159Z adding 'torch/include/ATen/ops/_foreach_div_cpu_dispatch.h' 2022-12-01T10:09:24.9382768Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2022-12-01T10:09:24.9384563Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2022-12-01T10:09:24.9386613Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2022-12-01T10:09:24.9388303Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2022-12-01T10:09:24.9389994Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9391649Z adding 'torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h' 2022-12-01T10:09:24.9393134Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2022-12-01T10:09:24.9394795Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2022-12-01T10:09:24.9396793Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2022-12-01T10:09:24.9398489Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2022-12-01T10:09:24.9400184Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9401773Z adding 'torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h' 2022-12-01T10:09:24.9403289Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2022-12-01T10:09:24.9404864Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2022-12-01T10:09:24.9406579Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2022-12-01T10:09:24.9408297Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2022-12-01T10:09:24.9410035Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9411590Z adding 'torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h' 2022-12-01T10:09:24.9413150Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2022-12-01T10:09:24.9414690Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2022-12-01T10:09:24.9416376Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2022-12-01T10:09:24.9418054Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2022-12-01T10:09:24.9419765Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9421355Z adding 'torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h' 2022-12-01T10:09:24.9422900Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2022-12-01T10:09:24.9424448Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2022-12-01T10:09:24.9426148Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2022-12-01T10:09:24.9427821Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2022-12-01T10:09:24.9429543Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9431065Z adding 'torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h' 2022-12-01T10:09:24.9432609Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2022-12-01T10:09:24.9434202Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2022-12-01T10:09:24.9436153Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2022-12-01T10:09:24.9437819Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2022-12-01T10:09:24.9439613Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9441147Z adding 'torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h' 2022-12-01T10:09:24.9442736Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2022-12-01T10:09:24.9444584Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2022-12-01T10:09:24.9446005Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2022-12-01T10:09:24.9447562Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2022-12-01T10:09:24.9449268Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9450559Z adding 'torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h' 2022-12-01T10:09:24.9452098Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2022-12-01T10:09:24.9453513Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2022-12-01T10:09:24.9455084Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2022-12-01T10:09:24.9456598Z adding 'torch/include/ATen/ops/_foreach_log.h' 2022-12-01T10:09:24.9458131Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2022-12-01T10:09:24.9459883Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9461230Z adding 'torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h' 2022-12-01T10:09:24.9462627Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2022-12-01T10:09:24.9464099Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2022-12-01T10:09:24.9465660Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2022-12-01T10:09:24.9467232Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2022-12-01T10:09:24.9468808Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9470227Z adding 'torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h' 2022-12-01T10:09:24.9471704Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2022-12-01T10:09:24.9473162Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2022-12-01T10:09:24.9474865Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2022-12-01T10:09:24.9476636Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2022-12-01T10:09:24.9478250Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9479665Z adding 'torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h' 2022-12-01T10:09:24.9481219Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2022-12-01T10:09:24.9482628Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2022-12-01T10:09:24.9484216Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2022-12-01T10:09:24.9485824Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9487303Z adding 'torch/include/ATen/ops/_foreach_log_cpu_dispatch.h' 2022-12-01T10:09:24.9488991Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2022-12-01T10:09:24.9490168Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2022-12-01T10:09:24.9491717Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2022-12-01T10:09:24.9493216Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2022-12-01T10:09:24.9494754Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9496207Z adding 'torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h' 2022-12-01T10:09:24.9497607Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2022-12-01T10:09:24.9499010Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2022-12-01T10:09:24.9500484Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2022-12-01T10:09:24.9502011Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2022-12-01T10:09:24.9503534Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9504958Z adding 'torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h' 2022-12-01T10:09:24.9506335Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2022-12-01T10:09:24.9507740Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2022-12-01T10:09:24.9509203Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2022-12-01T10:09:24.9510848Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2022-12-01T10:09:24.9512485Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9513931Z adding 'torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h' 2022-12-01T10:09:24.9515611Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2022-12-01T10:09:24.9517348Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2022-12-01T10:09:24.9519126Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2022-12-01T10:09:24.9520690Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2022-12-01T10:09:24.9522289Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9523695Z adding 'torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h' 2022-12-01T10:09:24.9525164Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2022-12-01T10:09:24.9526582Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2022-12-01T10:09:24.9528103Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2022-12-01T10:09:24.9529715Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2022-12-01T10:09:24.9531204Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9532545Z adding 'torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h' 2022-12-01T10:09:24.9534119Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2022-12-01T10:09:24.9535636Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2022-12-01T10:09:24.9537296Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2022-12-01T10:09:24.9538926Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2022-12-01T10:09:24.9540593Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9542204Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h' 2022-12-01T10:09:24.9543764Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2022-12-01T10:09:24.9545311Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2022-12-01T10:09:24.9546784Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2022-12-01T10:09:24.9548413Z adding 'torch/include/ATen/ops/_foreach_round.h' 2022-12-01T10:09:24.9550219Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9551688Z adding 'torch/include/ATen/ops/_foreach_round_cpu_dispatch.h' 2022-12-01T10:09:24.9553197Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2022-12-01T10:09:24.9554439Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2022-12-01T10:09:24.9556075Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2022-12-01T10:09:24.9557800Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2022-12-01T10:09:24.9559730Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9560944Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h' 2022-12-01T10:09:24.9562324Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2022-12-01T10:09:24.9563845Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2022-12-01T10:09:24.9565492Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2022-12-01T10:09:24.9567155Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2022-12-01T10:09:24.9568780Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9570288Z adding 'torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h' 2022-12-01T10:09:24.9571724Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2022-12-01T10:09:24.9573231Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2022-12-01T10:09:24.9574832Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2022-12-01T10:09:24.9576516Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2022-12-01T10:09:24.9578110Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9579703Z adding 'torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h' 2022-12-01T10:09:24.9581132Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2022-12-01T10:09:24.9582654Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2022-12-01T10:09:24.9584229Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2022-12-01T10:09:24.9585875Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2022-12-01T10:09:24.9587555Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9588992Z adding 'torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h' 2022-12-01T10:09:24.9590474Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2022-12-01T10:09:24.9592012Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2022-12-01T10:09:24.9593624Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2022-12-01T10:09:24.9595660Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2022-12-01T10:09:24.9597760Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9599265Z adding 'torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h' 2022-12-01T10:09:24.9600862Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2022-12-01T10:09:24.9602352Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2022-12-01T10:09:24.9604385Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2022-12-01T10:09:24.9606078Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2022-12-01T10:09:24.9607797Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9609279Z adding 'torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h' 2022-12-01T10:09:24.9610819Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2022-12-01T10:09:24.9612291Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2022-12-01T10:09:24.9613995Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2022-12-01T10:09:24.9615552Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2022-12-01T10:09:24.9617281Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9618765Z adding 'torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h' 2022-12-01T10:09:24.9620297Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2022-12-01T10:09:24.9621766Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2022-12-01T10:09:24.9623408Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2022-12-01T10:09:24.9624983Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2022-12-01T10:09:24.9626657Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9628207Z adding 'torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h' 2022-12-01T10:09:24.9629762Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2022-12-01T10:09:24.9631209Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2022-12-01T10:09:24.9632919Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2022-12-01T10:09:24.9635483Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2022-12-01T10:09:24.9636327Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9638265Z adding 'torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h' 2022-12-01T10:09:24.9639677Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2022-12-01T10:09:24.9641156Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2022-12-01T10:09:24.9642894Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2022-12-01T10:09:24.9644790Z adding 'torch/include/ATen/ops/_fused_adam.h' 2022-12-01T10:09:24.9646576Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9648406Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2022-12-01T10:09:24.9649972Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2022-12-01T10:09:24.9651882Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2022-12-01T10:09:24.9653863Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2022-12-01T10:09:24.9655583Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9657172Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2022-12-01T10:09:24.9658777Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2022-12-01T10:09:24.9660495Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2022-12-01T10:09:24.9662558Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2022-12-01T10:09:24.9664620Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9666202Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2022-12-01T10:09:24.9667801Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2022-12-01T10:09:24.9669508Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2022-12-01T10:09:24.9671474Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2022-12-01T10:09:24.9673148Z adding 'torch/include/ATen/ops/_fw_primal.h' 2022-12-01T10:09:24.9675121Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9676742Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2022-12-01T10:09:24.9678360Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9680054Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:24.9681507Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2022-12-01T10:09:24.9683129Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2022-12-01T10:09:24.9684676Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2022-12-01T10:09:24.9686294Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2022-12-01T10:09:24.9687891Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2022-12-01T10:09:24.9689535Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.9690958Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2022-12-01T10:09:24.9692681Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2022-12-01T10:09:24.9694301Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2022-12-01T10:09:24.9695946Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2022-12-01T10:09:24.9697671Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.9699228Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2022-12-01T10:09:24.9700978Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2022-12-01T10:09:24.9702610Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9704089Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2022-12-01T10:09:24.9705830Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2022-12-01T10:09:24.9707417Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2022-12-01T10:09:24.9709056Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.9710399Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2022-12-01T10:09:24.9712067Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2022-12-01T10:09:24.9713553Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2022-12-01T10:09:24.9715507Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9717075Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2022-12-01T10:09:24.9718694Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2022-12-01T10:09:24.9721089Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2022-12-01T10:09:24.9722939Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9724568Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2022-12-01T10:09:24.9726163Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2022-12-01T10:09:24.9727926Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2022-12-01T10:09:24.9730055Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2022-12-01T10:09:24.9731702Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9733068Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2022-12-01T10:09:24.9734671Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2022-12-01T10:09:24.9736398Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2022-12-01T10:09:24.9738071Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2022-12-01T10:09:24.9739855Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9741464Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2022-12-01T10:09:24.9743073Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2022-12-01T10:09:24.9744709Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2022-12-01T10:09:24.9746420Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2022-12-01T10:09:24.9748232Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9749758Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2022-12-01T10:09:24.9751295Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2022-12-01T10:09:24.9752992Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2022-12-01T10:09:24.9754666Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2022-12-01T10:09:24.9756696Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2022-12-01T10:09:24.9758218Z adding 'torch/include/ATen/ops/_indices.h' 2022-12-01T10:09:24.9759786Z adding 'torch/include/ATen/ops/_indices_copy.h' 2022-12-01T10:09:24.9761390Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9763120Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:24.9764393Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2022-12-01T10:09:24.9766128Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2022-12-01T10:09:24.9767617Z adding 'torch/include/ATen/ops/_indices_native.h' 2022-12-01T10:09:24.9769227Z adding 'torch/include/ATen/ops/_indices_ops.h' 2022-12-01T10:09:24.9770730Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2022-12-01T10:09:24.9772430Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.9773766Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2022-12-01T10:09:24.9775423Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2022-12-01T10:09:24.9776923Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2022-12-01T10:09:24.9778635Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9780090Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2022-12-01T10:09:24.9781759Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2022-12-01T10:09:24.9783327Z adding 'torch/include/ATen/ops/_linalg_det.h' 2022-12-01T10:09:24.9785084Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:24.9786552Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2022-12-01T10:09:24.9788178Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2022-12-01T10:09:24.9789634Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2022-12-01T10:09:24.9791258Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2022-12-01T10:09:24.9792712Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2022-12-01T10:09:24.9794553Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2022-12-01T10:09:24.9796432Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2022-12-01T10:09:24.9798277Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:24.9799704Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2022-12-01T10:09:24.9801374Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2022-12-01T10:09:24.9802779Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2022-12-01T10:09:24.9804440Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2022-12-01T10:09:24.9806006Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2022-12-01T10:09:24.9807754Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2022-12-01T10:09:24.9809443Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2022-12-01T10:09:24.9811254Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:24.9812733Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2022-12-01T10:09:24.9814343Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2022-12-01T10:09:24.9815806Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2022-12-01T10:09:24.9817569Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2022-12-01T10:09:24.9818965Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2022-12-01T10:09:24.9820708Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2022-12-01T10:09:24.9822449Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2022-12-01T10:09:24.9824268Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:24.9825751Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2022-12-01T10:09:24.9827405Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2022-12-01T10:09:24.9828877Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2022-12-01T10:09:24.9830570Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2022-12-01T10:09:24.9832062Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2022-12-01T10:09:24.9833819Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2022-12-01T10:09:24.9835761Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2022-12-01T10:09:24.9837614Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:24.9839185Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2022-12-01T10:09:24.9840846Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2022-12-01T10:09:24.9842427Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2022-12-01T10:09:24.9844175Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2022-12-01T10:09:24.9845904Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2022-12-01T10:09:24.9847441Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2022-12-01T10:09:24.9848956Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2022-12-01T10:09:24.9850585Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2022-12-01T10:09:24.9852077Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2022-12-01T10:09:24.9853544Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2022-12-01T10:09:24.9855402Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2022-12-01T10:09:24.9856811Z adding 'torch/include/ATen/ops/_log_softmax.h' 2022-12-01T10:09:24.9858226Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2022-12-01T10:09:24.9859943Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:24.9861351Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2022-12-01T10:09:24.9862752Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2022-12-01T10:09:24.9864113Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2022-12-01T10:09:24.9865573Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2022-12-01T10:09:24.9866990Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2022-12-01T10:09:24.9868631Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2022-12-01T10:09:24.9870578Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:24.9874486Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2022-12-01T10:09:24.9876064Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2022-12-01T10:09:24.9877780Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2022-12-01T10:09:24.9879268Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2022-12-01T10:09:24.9880801Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2022-12-01T10:09:24.9883365Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2022-12-01T10:09:24.9884184Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2022-12-01T10:09:24.9885907Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2022-12-01T10:09:24.9887453Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2022-12-01T10:09:24.9889063Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2022-12-01T10:09:24.9890714Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2022-12-01T10:09:24.9892353Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2022-12-01T10:09:24.9894060Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9895530Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2022-12-01T10:09:24.9897208Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2022-12-01T10:09:24.9898793Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2022-12-01T10:09:24.9900391Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:24.9901838Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2022-12-01T10:09:24.9903458Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2022-12-01T10:09:24.9905051Z adding 'torch/include/ATen/ops/_make_dual.h' 2022-12-01T10:09:24.9906966Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9908450Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2022-12-01T10:09:24.9910119Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9911901Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:24.9913298Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2022-12-01T10:09:24.9915311Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2022-12-01T10:09:24.9916874Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2022-12-01T10:09:24.9918386Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2022-12-01T10:09:24.9920029Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2022-12-01T10:09:24.9921676Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9923354Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2022-12-01T10:09:24.9924908Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2022-12-01T10:09:24.9926306Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2022-12-01T10:09:24.9927866Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2022-12-01T10:09:24.9929497Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2022-12-01T10:09:24.9931235Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9932811Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2022-12-01T10:09:24.9934451Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2022-12-01T10:09:24.9935969Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2022-12-01T10:09:24.9937696Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2022-12-01T10:09:24.9939308Z adding 'torch/include/ATen/ops/_masked_scale.h' 2022-12-01T10:09:24.9941027Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9942540Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2022-12-01T10:09:24.9944093Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2022-12-01T10:09:24.9945851Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2022-12-01T10:09:24.9947562Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2022-12-01T10:09:24.9949315Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2022-12-01T10:09:24.9951026Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9952598Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2022-12-01T10:09:24.9954186Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2022-12-01T10:09:24.9956040Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2022-12-01T10:09:24.9957763Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2022-12-01T10:09:24.9959644Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9961064Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2022-12-01T10:09:24.9962639Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2022-12-01T10:09:24.9964171Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2022-12-01T10:09:24.9965917Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2022-12-01T10:09:24.9967560Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2022-12-01T10:09:24.9969275Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9970769Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2022-12-01T10:09:24.9972495Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2022-12-01T10:09:24.9974158Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2022-12-01T10:09:24.9975912Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9977606Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2022-12-01T10:09:24.9979126Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2022-12-01T10:09:24.9980656Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2022-12-01T10:09:24.9982472Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2022-12-01T10:09:24.9983971Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9985273Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2022-12-01T10:09:24.9986776Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2022-12-01T10:09:24.9988407Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2022-12-01T10:09:24.9990025Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9991458Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2022-12-01T10:09:24.9993019Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2022-12-01T10:09:24.9994698Z adding 'torch/include/ATen/ops/_mps_max_pool2d.h' 2022-12-01T10:09:24.9996454Z adding 'torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:24.9997904Z adding 'torch/include/ATen/ops/_mps_max_pool2d_native.h' 2022-12-01T10:09:24.9999454Z adding 'torch/include/ATen/ops/_mps_max_pool2d_ops.h' 2022-12-01T10:09:25.0001293Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h' 2022-12-01T10:09:25.0003036Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0004662Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h' 2022-12-01T10:09:25.0006219Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h' 2022-12-01T10:09:25.0007670Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h' 2022-12-01T10:09:25.0009465Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h' 2022-12-01T10:09:25.0011268Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2022-12-01T10:09:25.0012947Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0014525Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2022-12-01T10:09:25.0015968Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2022-12-01T10:09:25.0017494Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2022-12-01T10:09:25.0019225Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2022-12-01T10:09:25.0020738Z adding 'torch/include/ATen/ops/_neg_view.h' 2022-12-01T10:09:25.0022225Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0023641Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2022-12-01T10:09:25.0025209Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0026831Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0028006Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2022-12-01T10:09:25.0029535Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2022-12-01T10:09:25.0030869Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2022-12-01T10:09:25.0032363Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2022-12-01T10:09:25.0033849Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2022-12-01T10:09:25.0035589Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2022-12-01T10:09:25.0037517Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0038908Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2022-12-01T10:09:25.0040449Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2022-12-01T10:09:25.0042052Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0043458Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2022-12-01T10:09:25.0045012Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2022-12-01T10:09:25.0046380Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2022-12-01T10:09:25.0047937Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2022-12-01T10:09:25.0049437Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2022-12-01T10:09:25.0051004Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2022-12-01T10:09:25.0052522Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2022-12-01T10:09:25.0053968Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2022-12-01T10:09:25.0055361Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2022-12-01T10:09:25.0056769Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2022-12-01T10:09:25.0058178Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2022-12-01T10:09:25.0059724Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0061052Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2022-12-01T10:09:25.0062437Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2022-12-01T10:09:25.0063951Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2022-12-01T10:09:25.0065252Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2022-12-01T10:09:25.0066657Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2022-12-01T10:09:25.0067920Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2022-12-01T10:09:25.0069358Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2022-12-01T10:09:25.0070645Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2022-12-01T10:09:25.0072184Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2022-12-01T10:09:25.0073687Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2022-12-01T10:09:25.0075586Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0076866Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2022-12-01T10:09:25.0078460Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2022-12-01T10:09:25.0079871Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm.h' 2022-12-01T10:09:25.0081411Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0082680Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm_native.h' 2022-12-01T10:09:25.0084267Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm_ops.h' 2022-12-01T10:09:25.0085555Z adding 'torch/include/ATen/ops/_nested_tensor_offsets.h' 2022-12-01T10:09:25.0086910Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_native.h' 2022-12-01T10:09:25.0089028Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_ops.h' 2022-12-01T10:09:25.0090447Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2022-12-01T10:09:25.0091917Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0093178Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2022-12-01T10:09:25.0094621Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2022-12-01T10:09:25.0096093Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2022-12-01T10:09:25.0097396Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2022-12-01T10:09:25.0098881Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2022-12-01T10:09:25.0100220Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2022-12-01T10:09:25.0101704Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0102919Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2022-12-01T10:09:25.0104406Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2022-12-01T10:09:25.0105758Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2022-12-01T10:09:25.0107225Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2022-12-01T10:09:25.0108746Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0110237Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0111414Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2022-12-01T10:09:25.0112984Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2022-12-01T10:09:25.0114496Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2022-12-01T10:09:25.0116040Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2022-12-01T10:09:25.0117315Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2022-12-01T10:09:25.0118871Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2022-12-01T10:09:25.0120309Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2022-12-01T10:09:25.0121856Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0123268Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2022-12-01T10:09:25.0124663Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2022-12-01T10:09:25.0126199Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2022-12-01T10:09:25.0127611Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0128971Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2022-12-01T10:09:25.0130863Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2022-12-01T10:09:25.0132392Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2022-12-01T10:09:25.0134138Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0135671Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2022-12-01T10:09:25.0137417Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2022-12-01T10:09:25.0138896Z adding 'torch/include/ATen/ops/_nnz.h' 2022-12-01T10:09:25.0140330Z adding 'torch/include/ATen/ops/_nnz_native.h' 2022-12-01T10:09:25.0141989Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2022-12-01T10:09:25.0143436Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2022-12-01T10:09:25.0145006Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2022-12-01T10:09:25.0146984Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0148254Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2022-12-01T10:09:25.0149930Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2022-12-01T10:09:25.0151472Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0152941Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2022-12-01T10:09:25.0154573Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2022-12-01T10:09:25.0156358Z adding 'torch/include/ATen/ops/_pad_circular.h' 2022-12-01T10:09:25.0158412Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0159859Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2022-12-01T10:09:25.0161275Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2022-12-01T10:09:25.0162808Z adding 'torch/include/ATen/ops/_pad_enum.h' 2022-12-01T10:09:25.0164304Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0165878Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2022-12-01T10:09:25.0167390Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2022-12-01T10:09:25.0168645Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2022-12-01T10:09:25.0170228Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0171691Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2022-12-01T10:09:25.0173048Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2022-12-01T10:09:25.0174647Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2022-12-01T10:09:25.0176286Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0177738Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2022-12-01T10:09:25.0179250Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2022-12-01T10:09:25.0180681Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2022-12-01T10:09:25.0182376Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2022-12-01T10:09:25.0183974Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2022-12-01T10:09:25.0185703Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0187150Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2022-12-01T10:09:25.0188674Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2022-12-01T10:09:25.0190104Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2022-12-01T10:09:25.0191740Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2022-12-01T10:09:25.0193276Z adding 'torch/include/ATen/ops/_pin_memory.h' 2022-12-01T10:09:25.0195227Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0196899Z adding 'torch/include/ATen/ops/_pin_memory_cuda_dispatch.h' 2022-12-01T10:09:25.0198402Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2022-12-01T10:09:25.0199983Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2022-12-01T10:09:25.0201574Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2022-12-01T10:09:25.0203174Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0204845Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2022-12-01T10:09:25.0206447Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2022-12-01T10:09:25.0208113Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2022-12-01T10:09:25.0210004Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2022-12-01T10:09:25.0211640Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0213253Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0214673Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2022-12-01T10:09:25.0216274Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2022-12-01T10:09:25.0217909Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2022-12-01T10:09:25.0219394Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2022-12-01T10:09:25.0221106Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2022-12-01T10:09:25.0222425Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2022-12-01T10:09:25.0224090Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2022-12-01T10:09:25.0225511Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2022-12-01T10:09:25.0227192Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0228526Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2022-12-01T10:09:25.0230131Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2022-12-01T10:09:25.0231707Z adding 'torch/include/ATen/ops/_resize_output.h' 2022-12-01T10:09:25.0233474Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0235196Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2022-12-01T10:09:25.0236688Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2022-12-01T10:09:25.0238377Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2022-12-01T10:09:25.0240001Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2022-12-01T10:09:25.0241597Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0243029Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2022-12-01T10:09:25.0244586Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2022-12-01T10:09:25.0246243Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2022-12-01T10:09:25.0247928Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0249588Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2022-12-01T10:09:25.0250942Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2022-12-01T10:09:25.0252542Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2022-12-01T10:09:25.0254119Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2022-12-01T10:09:25.0255702Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2022-12-01T10:09:25.0257281Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0258745Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2022-12-01T10:09:25.0260520Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2022-12-01T10:09:25.0262116Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention.h' 2022-12-01T10:09:25.0263762Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0265176Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_forward.h' 2022-12-01T10:09:25.0266821Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_forward_cpu_dispatch.h' 2022-12-01T10:09:25.0268399Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_forward_cuda_dispatch.h' 2022-12-01T10:09:25.0270042Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_forward_meta_dispatch.h' 2022-12-01T10:09:25.0271778Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_forward_native.h' 2022-12-01T10:09:25.0273341Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_forward_ops.h' 2022-12-01T10:09:25.0275397Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2022-12-01T10:09:25.0277145Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0278630Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2022-12-01T10:09:25.0280357Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2022-12-01T10:09:25.0282053Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_native.h' 2022-12-01T10:09:25.0283753Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_ops.h' 2022-12-01T10:09:25.0285549Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2022-12-01T10:09:25.0287507Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0289040Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2022-12-01T10:09:25.0290662Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2022-12-01T10:09:25.0292273Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2022-12-01T10:09:25.0294105Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2022-12-01T10:09:25.0295731Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2022-12-01T10:09:25.0297486Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0298919Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2022-12-01T10:09:25.0300534Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2022-12-01T10:09:25.0302389Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2022-12-01T10:09:25.0304297Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0305989Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.0307674Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.0309356Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2022-12-01T10:09:25.0311310Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2022-12-01T10:09:25.0313088Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2022-12-01T10:09:25.0315062Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2022-12-01T10:09:25.0316821Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2022-12-01T10:09:25.0318409Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2022-12-01T10:09:25.0320215Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2022-12-01T10:09:25.0321887Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2022-12-01T10:09:25.0323697Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0325151Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2022-12-01T10:09:25.0326876Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2022-12-01T10:09:25.0328483Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2022-12-01T10:09:25.0330238Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0331743Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2022-12-01T10:09:25.0333436Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2022-12-01T10:09:25.0335077Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2022-12-01T10:09:25.0336770Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0338230Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2022-12-01T10:09:25.0339888Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2022-12-01T10:09:25.0341463Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2022-12-01T10:09:25.0343177Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0344650Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2022-12-01T10:09:25.0346331Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2022-12-01T10:09:25.0347932Z adding 'torch/include/ATen/ops/_softmax.h' 2022-12-01T10:09:25.0349615Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2022-12-01T10:09:25.0351478Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0353050Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2022-12-01T10:09:25.0354770Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2022-12-01T10:09:25.0356517Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2022-12-01T10:09:25.0358196Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2022-12-01T10:09:25.0359895Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2022-12-01T10:09:25.0361567Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2022-12-01T10:09:25.0363332Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0364808Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2022-12-01T10:09:25.0366398Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2022-12-01T10:09:25.0367953Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2022-12-01T10:09:25.0369558Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2022-12-01T10:09:25.0371172Z adding 'torch/include/ATen/ops/_softmax_native.h' 2022-12-01T10:09:25.0372877Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2022-12-01T10:09:25.0374561Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2022-12-01T10:09:25.0376372Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0377947Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2022-12-01T10:09:25.0379722Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2022-12-01T10:09:25.0381315Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2022-12-01T10:09:25.0383103Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2022-12-01T10:09:25.0384856Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0386651Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0388043Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2022-12-01T10:09:25.0389853Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2022-12-01T10:09:25.0391399Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2022-12-01T10:09:25.0393175Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2022-12-01T10:09:25.0395179Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2022-12-01T10:09:25.0397182Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0398649Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2022-12-01T10:09:25.0400538Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2022-12-01T10:09:25.0402269Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2022-12-01T10:09:25.0404166Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0405690Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2022-12-01T10:09:25.0407527Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2022-12-01T10:09:25.0409340Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2022-12-01T10:09:25.0411294Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0412785Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2022-12-01T10:09:25.0414630Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2022-12-01T10:09:25.0416343Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2022-12-01T10:09:25.0418318Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0419745Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2022-12-01T10:09:25.0421581Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2022-12-01T10:09:25.0423383Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2022-12-01T10:09:25.0425326Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2022-12-01T10:09:25.0427244Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0428948Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2022-12-01T10:09:25.0430538Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2022-12-01T10:09:25.0432557Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2022-12-01T10:09:25.0434356Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0436260Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2022-12-01T10:09:25.0437816Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2022-12-01T10:09:25.0439717Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2022-12-01T10:09:25.0441537Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2022-12-01T10:09:25.0443437Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0444986Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2022-12-01T10:09:25.0446794Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2022-12-01T10:09:25.0448500Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2022-12-01T10:09:25.0450377Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0451862Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2022-12-01T10:09:25.0453731Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2022-12-01T10:09:25.0455561Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2022-12-01T10:09:25.0457368Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0458953Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2022-12-01T10:09:25.0460750Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2022-12-01T10:09:25.0463194Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2022-12-01T10:09:25.0465149Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0466725Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2022-12-01T10:09:25.0468569Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2022-12-01T10:09:25.0470336Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2022-12-01T10:09:25.0472175Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2022-12-01T10:09:25.0473940Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0475787Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2022-12-01T10:09:25.0477580Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2022-12-01T10:09:25.0479394Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0481049Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0482702Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2022-12-01T10:09:25.0484606Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2022-12-01T10:09:25.0486375Z adding 'torch/include/ATen/ops/_sparse_mask_helper.h' 2022-12-01T10:09:25.0488102Z adding 'torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0489714Z adding 'torch/include/ATen/ops/_sparse_mask_helper_native.h' 2022-12-01T10:09:25.0491399Z adding 'torch/include/ATen/ops/_sparse_mask_helper_ops.h' 2022-12-01T10:09:25.0493097Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2022-12-01T10:09:25.0494775Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0496349Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2022-12-01T10:09:25.0498025Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2022-12-01T10:09:25.0499832Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2022-12-01T10:09:25.0501555Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2022-12-01T10:09:25.0503439Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0505043Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2022-12-01T10:09:25.0506794Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2022-12-01T10:09:25.0508512Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0510272Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0511850Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2022-12-01T10:09:25.0513770Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2022-12-01T10:09:25.0515737Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2022-12-01T10:09:25.0517679Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0519212Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2022-12-01T10:09:25.0520997Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2022-12-01T10:09:25.0522755Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2022-12-01T10:09:25.0524632Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2022-12-01T10:09:25.0526409Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0528388Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2022-12-01T10:09:25.0529828Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2022-12-01T10:09:25.0531484Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0533318Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0534656Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2022-12-01T10:09:25.0536475Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2022-12-01T10:09:25.0538351Z adding 'torch/include/ATen/ops/_spdiags.h' 2022-12-01T10:09:25.0540075Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0541503Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2022-12-01T10:09:25.0543041Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2022-12-01T10:09:25.0544708Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2022-12-01T10:09:25.0546300Z adding 'torch/include/ATen/ops/_stack.h' 2022-12-01T10:09:25.0548087Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0549770Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2022-12-01T10:09:25.0551097Z adding 'torch/include/ATen/ops/_stack_native.h' 2022-12-01T10:09:25.0552662Z adding 'torch/include/ATen/ops/_stack_ops.h' 2022-12-01T10:09:25.0554362Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2022-12-01T10:09:25.0556178Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0557499Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2022-12-01T10:09:25.0558811Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2022-12-01T10:09:25.0560268Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2022-12-01T10:09:25.0561852Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0563296Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2022-12-01T10:09:25.0564777Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2022-12-01T10:09:25.0566111Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2022-12-01T10:09:25.0567447Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2022-12-01T10:09:25.0569133Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2022-12-01T10:09:25.0570573Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2022-12-01T10:09:25.0572162Z adding 'torch/include/ATen/ops/_symeig_helper.h' 2022-12-01T10:09:25.0573908Z adding 'torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0575440Z adding 'torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h' 2022-12-01T10:09:25.0576948Z adding 'torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h' 2022-12-01T10:09:25.0578645Z adding 'torch/include/ATen/ops/_symeig_helper_native.h' 2022-12-01T10:09:25.0580264Z adding 'torch/include/ATen/ops/_symeig_helper_ops.h' 2022-12-01T10:09:25.0581820Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2022-12-01T10:09:25.0583477Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0584940Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2022-12-01T10:09:25.0586638Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2022-12-01T10:09:25.0588491Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2022-12-01T10:09:25.0590248Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0591852Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0593306Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2022-12-01T10:09:25.0595318Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2022-12-01T10:09:25.0596824Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2022-12-01T10:09:25.0598506Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0600082Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2022-12-01T10:09:25.0601851Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0603460Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0604854Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2022-12-01T10:09:25.0606522Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2022-12-01T10:09:25.0608062Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2022-12-01T10:09:25.0609672Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2022-12-01T10:09:25.0611315Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2022-12-01T10:09:25.0613040Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0614644Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2022-12-01T10:09:25.0616081Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2022-12-01T10:09:25.0617800Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2022-12-01T10:09:25.0619432Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2022-12-01T10:09:25.0621187Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0622679Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2022-12-01T10:09:25.0624196Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2022-12-01T10:09:25.0625924Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2022-12-01T10:09:25.0627592Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2022-12-01T10:09:25.0629256Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0630809Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2022-12-01T10:09:25.0632260Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2022-12-01T10:09:25.0633961Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2022-12-01T10:09:25.0635786Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2022-12-01T10:09:25.0637591Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0638988Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2022-12-01T10:09:25.0640639Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2022-12-01T10:09:25.0642253Z adding 'torch/include/ATen/ops/_test_string_default.h' 2022-12-01T10:09:25.0643885Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0645273Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2022-12-01T10:09:25.0646947Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2022-12-01T10:09:25.0648521Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2022-12-01T10:09:25.0650226Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0651661Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2022-12-01T10:09:25.0653353Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2022-12-01T10:09:25.0655018Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2022-12-01T10:09:25.0656794Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0658212Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2022-12-01T10:09:25.0659951Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2022-12-01T10:09:25.0661588Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2022-12-01T10:09:25.0663386Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0664801Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2022-12-01T10:09:25.0666544Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2022-12-01T10:09:25.0668203Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2022-12-01T10:09:25.0670026Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2022-12-01T10:09:25.0671715Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0673274Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2022-12-01T10:09:25.0674885Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2022-12-01T10:09:25.0677077Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2022-12-01T10:09:25.0678916Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0680456Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2022-12-01T10:09:25.0681993Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2022-12-01T10:09:25.0683768Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2022-12-01T10:09:25.0685757Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2022-12-01T10:09:25.0687510Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2022-12-01T10:09:25.0689277Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0690911Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2022-12-01T10:09:25.0692933Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0694583Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2022-12-01T10:09:25.0696134Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2022-12-01T10:09:25.0698064Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2022-12-01T10:09:25.0699748Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2022-12-01T10:09:25.0701464Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2022-12-01T10:09:25.0703250Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0704780Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2022-12-01T10:09:25.0706341Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2022-12-01T10:09:25.0708228Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2022-12-01T10:09:25.0709948Z adding 'torch/include/ATen/ops/_to_copy.h' 2022-12-01T10:09:25.0711791Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0713435Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2022-12-01T10:09:25.0715242Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2022-12-01T10:09:25.0716829Z adding 'torch/include/ATen/ops/_to_cpu.h' 2022-12-01T10:09:25.0718449Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0719843Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2022-12-01T10:09:25.0721380Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2022-12-01T10:09:25.0722926Z adding 'torch/include/ATen/ops/_to_dense.h' 2022-12-01T10:09:25.0724548Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0726011Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2022-12-01T10:09:25.0727637Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2022-12-01T10:09:25.0729306Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op.h' 2022-12-01T10:09:25.0730964Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0732408Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_cuda_dispatch.h' 2022-12-01T10:09:25.0733832Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_native.h' 2022-12-01T10:09:25.0735462Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_ops.h' 2022-12-01T10:09:25.0737094Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2022-12-01T10:09:25.0738850Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0740300Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2022-12-01T10:09:25.0741824Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2022-12-01T10:09:25.0743267Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2022-12-01T10:09:25.0744933Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2022-12-01T10:09:25.0746805Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h' 2022-12-01T10:09:25.0748799Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0750361Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h' 2022-12-01T10:09:25.0752036Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h' 2022-12-01T10:09:25.0753577Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h' 2022-12-01T10:09:25.0755862Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h' 2022-12-01T10:09:25.0757749Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2022-12-01T10:09:25.0759670Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0761224Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2022-12-01T10:09:25.0762915Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2022-12-01T10:09:25.0764473Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2022-12-01T10:09:25.0766377Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2022-12-01T10:09:25.0768056Z adding 'torch/include/ATen/ops/_trilinear.h' 2022-12-01T10:09:25.0769799Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0771408Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0773021Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2022-12-01T10:09:25.0774761Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2022-12-01T10:09:25.0776605Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2022-12-01T10:09:25.0778585Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0780153Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2022-12-01T10:09:25.0781644Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2022-12-01T10:09:25.0783706Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2022-12-01T10:09:25.0785203Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2022-12-01T10:09:25.0786916Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0788327Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2022-12-01T10:09:25.0789837Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2022-12-01T10:09:25.0791385Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2022-12-01T10:09:25.0793070Z adding 'torch/include/ATen/ops/_unique.h' 2022-12-01T10:09:25.0794728Z adding 'torch/include/ATen/ops/_unique2.h' 2022-12-01T10:09:25.0796700Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0797989Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2022-12-01T10:09:25.0799461Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2022-12-01T10:09:25.0800906Z adding 'torch/include/ATen/ops/_unique2_native.h' 2022-12-01T10:09:25.0802651Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2022-12-01T10:09:25.0804595Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0805817Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2022-12-01T10:09:25.0807528Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2022-12-01T10:09:25.0808622Z adding 'torch/include/ATen/ops/_unique_native.h' 2022-12-01T10:09:25.0811202Z adding 'torch/include/ATen/ops/_unique_ops.h' 2022-12-01T10:09:25.0811737Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2022-12-01T10:09:25.0813344Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0814698Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2022-12-01T10:09:25.0816204Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2022-12-01T10:09:25.0817747Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2022-12-01T10:09:25.0819350Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0820728Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2022-12-01T10:09:25.0822381Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2022-12-01T10:09:25.0824309Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2022-12-01T10:09:25.0826675Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2022-12-01T10:09:25.0828679Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0830736Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0832386Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2022-12-01T10:09:25.0833962Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2022-12-01T10:09:25.0835710Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2022-12-01T10:09:25.0837545Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2022-12-01T10:09:25.0839170Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2022-12-01T10:09:25.0841158Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2022-12-01T10:09:25.0842760Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0844998Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0846571Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2022-12-01T10:09:25.0848237Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2022-12-01T10:09:25.0849645Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2022-12-01T10:09:25.0851186Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2022-12-01T10:09:25.0852734Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2022-12-01T10:09:25.0854468Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2022-12-01T10:09:25.0856410Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2022-12-01T10:09:25.0858489Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2022-12-01T10:09:25.0860461Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0862026Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0863815Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2022-12-01T10:09:25.0865496Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2022-12-01T10:09:25.0867013Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2022-12-01T10:09:25.0868672Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2022-12-01T10:09:25.0870211Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2022-12-01T10:09:25.0872004Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2022-12-01T10:09:25.0873760Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0875514Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0877034Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2022-12-01T10:09:25.0878599Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2022-12-01T10:09:25.0880086Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2022-12-01T10:09:25.0881640Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2022-12-01T10:09:25.0883182Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2022-12-01T10:09:25.0884910Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2022-12-01T10:09:25.0886790Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2022-12-01T10:09:25.0888760Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2022-12-01T10:09:25.0890684Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0892246Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0893746Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.0895300Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.0896765Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2022-12-01T10:09:25.0898325Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2022-12-01T10:09:25.0899870Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2022-12-01T10:09:25.0901661Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2022-12-01T10:09:25.0903406Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0905023Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0906421Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2022-12-01T10:09:25.0907962Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2022-12-01T10:09:25.0909411Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2022-12-01T10:09:25.0910984Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2022-12-01T10:09:25.0912477Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2022-12-01T10:09:25.0914161Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2022-12-01T10:09:25.0916403Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2022-12-01T10:09:25.0918521Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2022-12-01T10:09:25.0920482Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0921983Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0923330Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.0924838Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.0926107Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2022-12-01T10:09:25.0927710Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2022-12-01T10:09:25.0929114Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2022-12-01T10:09:25.0930958Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2022-12-01T10:09:25.0932716Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0934360Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0935821Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2022-12-01T10:09:25.0937323Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2022-12-01T10:09:25.0938708Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2022-12-01T10:09:25.0940240Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2022-12-01T10:09:25.0941744Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2022-12-01T10:09:25.0943431Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2022-12-01T10:09:25.0945260Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2022-12-01T10:09:25.0947305Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2022-12-01T10:09:25.0949380Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0950862Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0952291Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.0953847Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.0955513Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2022-12-01T10:09:25.0957296Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2022-12-01T10:09:25.0958674Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2022-12-01T10:09:25.0960461Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2022-12-01T10:09:25.0962280Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.0963838Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.0965340Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2022-12-01T10:09:25.0967112Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2022-12-01T10:09:25.0968438Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2022-12-01T10:09:25.0970249Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2022-12-01T10:09:25.0971863Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2022-12-01T10:09:25.0973600Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2022-12-01T10:09:25.0975150Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2022-12-01T10:09:25.0976733Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2022-12-01T10:09:25.0978233Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2022-12-01T10:09:25.0979723Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2022-12-01T10:09:25.0981542Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2022-12-01T10:09:25.0983033Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0984327Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2022-12-01T10:09:25.0986041Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2022-12-01T10:09:25.0987695Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2022-12-01T10:09:25.0989449Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2022-12-01T10:09:25.0991024Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2022-12-01T10:09:25.0992698Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2022-12-01T10:09:25.0994400Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2022-12-01T10:09:25.0996220Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2022-12-01T10:09:25.0998189Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.0999575Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2022-12-01T10:09:25.1001148Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2022-12-01T10:09:25.1002686Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2022-12-01T10:09:25.1004294Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1005746Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2022-12-01T10:09:25.1007353Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2022-12-01T10:09:25.1008940Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2022-12-01T10:09:25.1010627Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1012085Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2022-12-01T10:09:25.1013656Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2022-12-01T10:09:25.1015239Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2022-12-01T10:09:25.1016862Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1018298Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2022-12-01T10:09:25.1019846Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2022-12-01T10:09:25.1021524Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2022-12-01T10:09:25.1023199Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1024596Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2022-12-01T10:09:25.1026147Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2022-12-01T10:09:25.1027868Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2022-12-01T10:09:25.1029421Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1030937Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2022-12-01T10:09:25.1032127Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2022-12-01T10:09:25.1033671Z adding 'torch/include/ATen/ops/_values.h' 2022-12-01T10:09:25.1035418Z adding 'torch/include/ATen/ops/_values_copy.h' 2022-12-01T10:09:25.1037224Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1038843Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1039719Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2022-12-01T10:09:25.1041392Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2022-12-01T10:09:25.1042841Z adding 'torch/include/ATen/ops/_values_native.h' 2022-12-01T10:09:25.1044470Z adding 'torch/include/ATen/ops/_values_ops.h' 2022-12-01T10:09:25.1045657Z adding 'torch/include/ATen/ops/_version.h' 2022-12-01T10:09:25.1047035Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1048294Z adding 'torch/include/ATen/ops/_version_native.h' 2022-12-01T10:09:25.1050115Z adding 'torch/include/ATen/ops/_version_ops.h' 2022-12-01T10:09:25.1051527Z adding 'torch/include/ATen/ops/_weight_norm.h' 2022-12-01T10:09:25.1053074Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1054480Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2022-12-01T10:09:25.1056004Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1057351Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2022-12-01T10:09:25.1058946Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2022-12-01T10:09:25.1060293Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2022-12-01T10:09:25.1062045Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2022-12-01T10:09:25.1064171Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1065640Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2022-12-01T10:09:25.1067337Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2022-12-01T10:09:25.1068755Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2022-12-01T10:09:25.1070310Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2022-12-01T10:09:25.1072062Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1073630Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2022-12-01T10:09:25.1075256Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2022-12-01T10:09:25.1076723Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2022-12-01T10:09:25.1078525Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2022-12-01T10:09:25.1079896Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2022-12-01T10:09:25.1081423Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2022-12-01T10:09:25.1083030Z adding 'torch/include/ATen/ops/abs.h' 2022-12-01T10:09:25.1084691Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1086208Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2022-12-01T10:09:25.1087686Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2022-12-01T10:09:25.1089190Z adding 'torch/include/ATen/ops/abs_native.h' 2022-12-01T10:09:25.1090761Z adding 'torch/include/ATen/ops/abs_ops.h' 2022-12-01T10:09:25.1092377Z adding 'torch/include/ATen/ops/absolute.h' 2022-12-01T10:09:25.1094010Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1095432Z adding 'torch/include/ATen/ops/absolute_native.h' 2022-12-01T10:09:25.1096969Z adding 'torch/include/ATen/ops/absolute_ops.h' 2022-12-01T10:09:25.1098577Z adding 'torch/include/ATen/ops/acos.h' 2022-12-01T10:09:25.1100395Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1101814Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2022-12-01T10:09:25.1103272Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2022-12-01T10:09:25.1104878Z adding 'torch/include/ATen/ops/acos_meta.h' 2022-12-01T10:09:25.1106282Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2022-12-01T10:09:25.1107815Z adding 'torch/include/ATen/ops/acos_native.h' 2022-12-01T10:09:25.1109432Z adding 'torch/include/ATen/ops/acos_ops.h' 2022-12-01T10:09:25.1111073Z adding 'torch/include/ATen/ops/acosh.h' 2022-12-01T10:09:25.1112554Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1113994Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2022-12-01T10:09:25.1115780Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2022-12-01T10:09:25.1117313Z adding 'torch/include/ATen/ops/acosh_meta.h' 2022-12-01T10:09:25.1119007Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2022-12-01T10:09:25.1120400Z adding 'torch/include/ATen/ops/acosh_native.h' 2022-12-01T10:09:25.1121974Z adding 'torch/include/ATen/ops/acosh_ops.h' 2022-12-01T10:09:25.1123509Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2022-12-01T10:09:25.1125208Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1126600Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2022-12-01T10:09:25.1128245Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2022-12-01T10:09:25.1129850Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2022-12-01T10:09:25.1131632Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1133163Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2022-12-01T10:09:25.1134799Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2022-12-01T10:09:25.1136303Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2022-12-01T10:09:25.1138044Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2022-12-01T10:09:25.1139639Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2022-12-01T10:09:25.1141324Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2022-12-01T10:09:25.1142918Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.1144533Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.1145969Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2022-12-01T10:09:25.1147645Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2022-12-01T10:09:25.1149281Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1150886Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2022-12-01T10:09:25.1152470Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2022-12-01T10:09:25.1154021Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2022-12-01T10:09:25.1155807Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2022-12-01T10:09:25.1157790Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2022-12-01T10:09:25.1159445Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1160947Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2022-12-01T10:09:25.1162520Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2022-12-01T10:09:25.1164209Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2022-12-01T10:09:25.1165824Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2022-12-01T10:09:25.1167637Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1169098Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.1170719Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.1172237Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2022-12-01T10:09:25.1173885Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2022-12-01T10:09:25.1175476Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2022-12-01T10:09:25.1177127Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2022-12-01T10:09:25.1178812Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1180374Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2022-12-01T10:09:25.1181931Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2022-12-01T10:09:25.1183501Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2022-12-01T10:09:25.1185052Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2022-12-01T10:09:25.1186647Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2022-12-01T10:09:25.1188309Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2022-12-01T10:09:25.1190016Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2022-12-01T10:09:25.1191660Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2022-12-01T10:09:25.1193438Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1195161Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.1196782Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.1198278Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2022-12-01T10:09:25.1199892Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2022-12-01T10:09:25.1201440Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2022-12-01T10:09:25.1203114Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2022-12-01T10:09:25.1205101Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1206579Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2022-12-01T10:09:25.1208451Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2022-12-01T10:09:25.1209951Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2022-12-01T10:09:25.1211624Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2022-12-01T10:09:25.1213854Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2022-12-01T10:09:25.1215641Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2022-12-01T10:09:25.1217298Z adding 'torch/include/ATen/ops/add.h' 2022-12-01T10:09:25.1219266Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1220783Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1222282Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2022-12-01T10:09:25.1223893Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2022-12-01T10:09:25.1225471Z adding 'torch/include/ATen/ops/add_meta.h' 2022-12-01T10:09:25.1227101Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2022-12-01T10:09:25.1228812Z adding 'torch/include/ATen/ops/add_native.h' 2022-12-01T10:09:25.1230691Z adding 'torch/include/ATen/ops/add_ops.h' 2022-12-01T10:09:25.1232536Z adding 'torch/include/ATen/ops/addbmm.h' 2022-12-01T10:09:25.1234180Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2022-12-01T10:09:25.1236625Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2022-12-01T10:09:25.1237585Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2022-12-01T10:09:25.1239265Z adding 'torch/include/ATen/ops/addbmm_native.h' 2022-12-01T10:09:25.1240804Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2022-12-01T10:09:25.1242287Z adding 'torch/include/ATen/ops/addcdiv.h' 2022-12-01T10:09:25.1243945Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1245316Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2022-12-01T10:09:25.1246750Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2022-12-01T10:09:25.1248489Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2022-12-01T10:09:25.1249800Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2022-12-01T10:09:25.1251246Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2022-12-01T10:09:25.1252915Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2022-12-01T10:09:25.1254573Z adding 'torch/include/ATen/ops/addcmul.h' 2022-12-01T10:09:25.1256164Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1257937Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2022-12-01T10:09:25.1259238Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2022-12-01T10:09:25.1260786Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2022-12-01T10:09:25.1262369Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2022-12-01T10:09:25.1263765Z adding 'torch/include/ATen/ops/addcmul_native.h' 2022-12-01T10:09:25.1265400Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2022-12-01T10:09:25.1267032Z adding 'torch/include/ATen/ops/addmm.h' 2022-12-01T10:09:25.1268684Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1270016Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2022-12-01T10:09:25.1273284Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2022-12-01T10:09:25.1273811Z adding 'torch/include/ATen/ops/addmm_meta.h' 2022-12-01T10:09:25.1274842Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2022-12-01T10:09:25.1276996Z adding 'torch/include/ATen/ops/addmm_native.h' 2022-12-01T10:09:25.1278670Z adding 'torch/include/ATen/ops/addmm_ops.h' 2022-12-01T10:09:25.1280382Z adding 'torch/include/ATen/ops/addmv.h' 2022-12-01T10:09:25.1282139Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1283674Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2022-12-01T10:09:25.1285316Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2022-12-01T10:09:25.1287023Z adding 'torch/include/ATen/ops/addmv_meta.h' 2022-12-01T10:09:25.1288347Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2022-12-01T10:09:25.1289778Z adding 'torch/include/ATen/ops/addmv_native.h' 2022-12-01T10:09:25.1291603Z adding 'torch/include/ATen/ops/addmv_ops.h' 2022-12-01T10:09:25.1293257Z adding 'torch/include/ATen/ops/addr.h' 2022-12-01T10:09:25.1294797Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1296339Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2022-12-01T10:09:25.1297926Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2022-12-01T10:09:25.1299503Z adding 'torch/include/ATen/ops/addr_native.h' 2022-12-01T10:09:25.1301262Z adding 'torch/include/ATen/ops/addr_ops.h' 2022-12-01T10:09:25.1302893Z adding 'torch/include/ATen/ops/adjoint.h' 2022-12-01T10:09:25.1304575Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1306044Z adding 'torch/include/ATen/ops/adjoint_native.h' 2022-12-01T10:09:25.1307640Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2022-12-01T10:09:25.1309321Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2022-12-01T10:09:25.1310889Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2022-12-01T10:09:25.1312595Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1313994Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2022-12-01T10:09:25.1315872Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2022-12-01T10:09:25.1317691Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1319230Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2022-12-01T10:09:25.1320894Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2022-12-01T10:09:25.1322460Z adding 'torch/include/ATen/ops/alias.h' 2022-12-01T10:09:25.1324102Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1325769Z adding 'torch/include/ATen/ops/alias_copy.h' 2022-12-01T10:09:25.1327267Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1328904Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1330318Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2022-12-01T10:09:25.1332028Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2022-12-01T10:09:25.1333513Z adding 'torch/include/ATen/ops/alias_native.h' 2022-12-01T10:09:25.1335139Z adding 'torch/include/ATen/ops/alias_ops.h' 2022-12-01T10:09:25.1336614Z adding 'torch/include/ATen/ops/align_as.h' 2022-12-01T10:09:25.1338291Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1339717Z adding 'torch/include/ATen/ops/align_as_native.h' 2022-12-01T10:09:25.1341387Z adding 'torch/include/ATen/ops/align_as_ops.h' 2022-12-01T10:09:25.1342919Z adding 'torch/include/ATen/ops/align_tensors.h' 2022-12-01T10:09:25.1344589Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1346065Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2022-12-01T10:09:25.1347740Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2022-12-01T10:09:25.1349187Z adding 'torch/include/ATen/ops/align_to.h' 2022-12-01T10:09:25.1350850Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1352308Z adding 'torch/include/ATen/ops/align_to_native.h' 2022-12-01T10:09:25.1354009Z adding 'torch/include/ATen/ops/align_to_ops.h' 2022-12-01T10:09:25.1356016Z adding 'torch/include/ATen/ops/all.h' 2022-12-01T10:09:25.1357829Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1359440Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1361048Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2022-12-01T10:09:25.1362632Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2022-12-01T10:09:25.1364295Z adding 'torch/include/ATen/ops/all_meta.h' 2022-12-01T10:09:25.1365935Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2022-12-01T10:09:25.1367545Z adding 'torch/include/ATen/ops/all_native.h' 2022-12-01T10:09:25.1369329Z adding 'torch/include/ATen/ops/all_ops.h' 2022-12-01T10:09:25.1371051Z adding 'torch/include/ATen/ops/allclose.h' 2022-12-01T10:09:25.1372751Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1374245Z adding 'torch/include/ATen/ops/allclose_native.h' 2022-12-01T10:09:25.1375831Z adding 'torch/include/ATen/ops/allclose_ops.h' 2022-12-01T10:09:25.1377447Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2022-12-01T10:09:25.1379092Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1380554Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2022-12-01T10:09:25.1382173Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2022-12-01T10:09:25.1383800Z adding 'torch/include/ATen/ops/amax.h' 2022-12-01T10:09:25.1385595Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1387124Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2022-12-01T10:09:25.1388669Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2022-12-01T10:09:25.1390208Z adding 'torch/include/ATen/ops/amax_meta.h' 2022-12-01T10:09:25.1391761Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2022-12-01T10:09:25.1393298Z adding 'torch/include/ATen/ops/amax_native.h' 2022-12-01T10:09:25.1395212Z adding 'torch/include/ATen/ops/amax_ops.h' 2022-12-01T10:09:25.1396893Z adding 'torch/include/ATen/ops/amin.h' 2022-12-01T10:09:25.1398641Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1400160Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2022-12-01T10:09:25.1401723Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2022-12-01T10:09:25.1403284Z adding 'torch/include/ATen/ops/amin_meta.h' 2022-12-01T10:09:25.1404965Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2022-12-01T10:09:25.1406416Z adding 'torch/include/ATen/ops/amin_native.h' 2022-12-01T10:09:25.1408046Z adding 'torch/include/ATen/ops/amin_ops.h' 2022-12-01T10:09:25.1409735Z adding 'torch/include/ATen/ops/aminmax.h' 2022-12-01T10:09:25.1411482Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1413090Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2022-12-01T10:09:25.1414665Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2022-12-01T10:09:25.1416205Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2022-12-01T10:09:25.1417799Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2022-12-01T10:09:25.1419383Z adding 'torch/include/ATen/ops/aminmax_native.h' 2022-12-01T10:09:25.1421067Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2022-12-01T10:09:25.1422678Z adding 'torch/include/ATen/ops/and.h' 2022-12-01T10:09:25.1424411Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1425910Z adding 'torch/include/ATen/ops/and_native.h' 2022-12-01T10:09:25.1427626Z adding 'torch/include/ATen/ops/and_ops.h' 2022-12-01T10:09:25.1429302Z adding 'torch/include/ATen/ops/angle.h' 2022-12-01T10:09:25.1430900Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2022-12-01T10:09:25.1432505Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2022-12-01T10:09:25.1433991Z adding 'torch/include/ATen/ops/angle_native.h' 2022-12-01T10:09:25.1435779Z adding 'torch/include/ATen/ops/angle_ops.h' 2022-12-01T10:09:25.1437662Z adding 'torch/include/ATen/ops/any.h' 2022-12-01T10:09:25.1439514Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1441061Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1442638Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2022-12-01T10:09:25.1444240Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2022-12-01T10:09:25.1445904Z adding 'torch/include/ATen/ops/any_meta.h' 2022-12-01T10:09:25.1447488Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2022-12-01T10:09:25.1449086Z adding 'torch/include/ATen/ops/any_native.h' 2022-12-01T10:09:25.1450935Z adding 'torch/include/ATen/ops/any_ops.h' 2022-12-01T10:09:25.1452898Z adding 'torch/include/ATen/ops/arange.h' 2022-12-01T10:09:25.1454706Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1456324Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2022-12-01T10:09:25.1457868Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2022-12-01T10:09:25.1459442Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2022-12-01T10:09:25.1460959Z adding 'torch/include/ATen/ops/arange_native.h' 2022-12-01T10:09:25.1462950Z adding 'torch/include/ATen/ops/arange_ops.h' 2022-12-01T10:09:25.1464660Z adding 'torch/include/ATen/ops/arccos.h' 2022-12-01T10:09:25.1466412Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1467846Z adding 'torch/include/ATen/ops/arccos_native.h' 2022-12-01T10:09:25.1469566Z adding 'torch/include/ATen/ops/arccos_ops.h' 2022-12-01T10:09:25.1471174Z adding 'torch/include/ATen/ops/arccosh.h' 2022-12-01T10:09:25.1472879Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1474378Z adding 'torch/include/ATen/ops/arccosh_native.h' 2022-12-01T10:09:25.1476412Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2022-12-01T10:09:25.1478036Z adding 'torch/include/ATen/ops/arcsin.h' 2022-12-01T10:09:25.1479765Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1481246Z adding 'torch/include/ATen/ops/arcsin_native.h' 2022-12-01T10:09:25.1482914Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2022-12-01T10:09:25.1484504Z adding 'torch/include/ATen/ops/arcsinh.h' 2022-12-01T10:09:25.1486221Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1487743Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2022-12-01T10:09:25.1489364Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2022-12-01T10:09:25.1491003Z adding 'torch/include/ATen/ops/arctan.h' 2022-12-01T10:09:25.1492636Z adding 'torch/include/ATen/ops/arctan2.h' 2022-12-01T10:09:25.1494303Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1495809Z adding 'torch/include/ATen/ops/arctan2_native.h' 2022-12-01T10:09:25.1497474Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2022-12-01T10:09:25.1499249Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1500694Z adding 'torch/include/ATen/ops/arctan_native.h' 2022-12-01T10:09:25.1502371Z adding 'torch/include/ATen/ops/arctan_ops.h' 2022-12-01T10:09:25.1504010Z adding 'torch/include/ATen/ops/arctanh.h' 2022-12-01T10:09:25.1505753Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1507191Z adding 'torch/include/ATen/ops/arctanh_native.h' 2022-12-01T10:09:25.1508884Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2022-12-01T10:09:25.1510499Z adding 'torch/include/ATen/ops/argmax.h' 2022-12-01T10:09:25.1512271Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1513759Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2022-12-01T10:09:25.1515570Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2022-12-01T10:09:25.1517222Z adding 'torch/include/ATen/ops/argmax_meta.h' 2022-12-01T10:09:25.1519230Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2022-12-01T10:09:25.1520735Z adding 'torch/include/ATen/ops/argmax_native.h' 2022-12-01T10:09:25.1522371Z adding 'torch/include/ATen/ops/argmax_ops.h' 2022-12-01T10:09:25.1523922Z adding 'torch/include/ATen/ops/argmin.h' 2022-12-01T10:09:25.1525532Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1527097Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2022-12-01T10:09:25.1528676Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2022-12-01T10:09:25.1530220Z adding 'torch/include/ATen/ops/argmin_meta.h' 2022-12-01T10:09:25.1531734Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2022-12-01T10:09:25.1533355Z adding 'torch/include/ATen/ops/argmin_native.h' 2022-12-01T10:09:25.1534932Z adding 'torch/include/ATen/ops/argmin_ops.h' 2022-12-01T10:09:25.1536549Z adding 'torch/include/ATen/ops/argsort.h' 2022-12-01T10:09:25.1538314Z adding 'torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1539922Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1541103Z adding 'torch/include/ATen/ops/argsort_cpu_dispatch.h' 2022-12-01T10:09:25.1542805Z adding 'torch/include/ATen/ops/argsort_cuda_dispatch.h' 2022-12-01T10:09:25.1544385Z adding 'torch/include/ATen/ops/argsort_native.h' 2022-12-01T10:09:25.1546134Z adding 'torch/include/ATen/ops/argsort_ops.h' 2022-12-01T10:09:25.1547818Z adding 'torch/include/ATen/ops/argwhere.h' 2022-12-01T10:09:25.1549589Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1551183Z adding 'torch/include/ATen/ops/argwhere_native.h' 2022-12-01T10:09:25.1552813Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2022-12-01T10:09:25.1554788Z adding 'torch/include/ATen/ops/as_strided.h' 2022-12-01T10:09:25.1556891Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1559108Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2022-12-01T10:09:25.1560474Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1562284Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1563783Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2022-12-01T10:09:25.1565580Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2022-12-01T10:09:25.1567408Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2022-12-01T10:09:25.1569019Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2022-12-01T10:09:25.1570624Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2022-12-01T10:09:25.1572009Z adding 'torch/include/ATen/ops/as_strided_native.h' 2022-12-01T10:09:25.1573606Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2022-12-01T10:09:25.1575367Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2022-12-01T10:09:25.1577144Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1578585Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2022-12-01T10:09:25.1580216Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2022-12-01T10:09:25.1581721Z adding 'torch/include/ATen/ops/asin.h' 2022-12-01T10:09:25.1583306Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1584640Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2022-12-01T10:09:25.1586160Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2022-12-01T10:09:25.1588338Z adding 'torch/include/ATen/ops/asin_meta.h' 2022-12-01T10:09:25.1589973Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2022-12-01T10:09:25.1591450Z adding 'torch/include/ATen/ops/asin_native.h' 2022-12-01T10:09:25.1593191Z adding 'torch/include/ATen/ops/asin_ops.h' 2022-12-01T10:09:25.1594794Z adding 'torch/include/ATen/ops/asinh.h' 2022-12-01T10:09:25.1596611Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1598022Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2022-12-01T10:09:25.1599512Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2022-12-01T10:09:25.1600951Z adding 'torch/include/ATen/ops/asinh_meta.h' 2022-12-01T10:09:25.1602459Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2022-12-01T10:09:25.1603948Z adding 'torch/include/ATen/ops/asinh_native.h' 2022-12-01T10:09:25.1605580Z adding 'torch/include/ATen/ops/asinh_ops.h' 2022-12-01T10:09:25.1607185Z adding 'torch/include/ATen/ops/atan.h' 2022-12-01T10:09:25.1608704Z adding 'torch/include/ATen/ops/atan2.h' 2022-12-01T10:09:25.1610434Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1611789Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2022-12-01T10:09:25.1613475Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2022-12-01T10:09:25.1614788Z adding 'torch/include/ATen/ops/atan2_meta.h' 2022-12-01T10:09:25.1616250Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2022-12-01T10:09:25.1617691Z adding 'torch/include/ATen/ops/atan2_native.h' 2022-12-01T10:09:25.1619320Z adding 'torch/include/ATen/ops/atan2_ops.h' 2022-12-01T10:09:25.1621038Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1622429Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2022-12-01T10:09:25.1623955Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2022-12-01T10:09:25.1625365Z adding 'torch/include/ATen/ops/atan_meta.h' 2022-12-01T10:09:25.1626896Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2022-12-01T10:09:25.1628358Z adding 'torch/include/ATen/ops/atan_native.h' 2022-12-01T10:09:25.1629989Z adding 'torch/include/ATen/ops/atan_ops.h' 2022-12-01T10:09:25.1631516Z adding 'torch/include/ATen/ops/atanh.h' 2022-12-01T10:09:25.1633199Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1634679Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2022-12-01T10:09:25.1636408Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2022-12-01T10:09:25.1637867Z adding 'torch/include/ATen/ops/atanh_meta.h' 2022-12-01T10:09:25.1639391Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2022-12-01T10:09:25.1640850Z adding 'torch/include/ATen/ops/atanh_native.h' 2022-12-01T10:09:25.1642478Z adding 'torch/include/ATen/ops/atanh_ops.h' 2022-12-01T10:09:25.1644125Z adding 'torch/include/ATen/ops/atleast_1d.h' 2022-12-01T10:09:25.1645717Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1647064Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2022-12-01T10:09:25.1648681Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2022-12-01T10:09:25.1650188Z adding 'torch/include/ATen/ops/atleast_2d.h' 2022-12-01T10:09:25.1651841Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1653201Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2022-12-01T10:09:25.1654820Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2022-12-01T10:09:25.1656352Z adding 'torch/include/ATen/ops/atleast_3d.h' 2022-12-01T10:09:25.1657960Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1659380Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2022-12-01T10:09:25.1661009Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2022-12-01T10:09:25.1662545Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2022-12-01T10:09:25.1664252Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1665548Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2022-12-01T10:09:25.1667158Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2022-12-01T10:09:25.1668825Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2022-12-01T10:09:25.1670501Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2022-12-01T10:09:25.1672291Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1673844Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.1675606Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.1677295Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2022-12-01T10:09:25.1678894Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2022-12-01T10:09:25.1680429Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2022-12-01T10:09:25.1682203Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2022-12-01T10:09:25.1683926Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1685411Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2022-12-01T10:09:25.1686965Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2022-12-01T10:09:25.1688790Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2022-12-01T10:09:25.1690394Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2022-12-01T10:09:25.1692033Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2022-12-01T10:09:25.1693777Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2022-12-01T10:09:25.1695494Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2022-12-01T10:09:25.1697160Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2022-12-01T10:09:25.1698901Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1700368Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.1701987Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.1703505Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2022-12-01T10:09:25.1705125Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2022-12-01T10:09:25.1706667Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2022-12-01T10:09:25.1708406Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2022-12-01T10:09:25.1710142Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1711618Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2022-12-01T10:09:25.1713172Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2022-12-01T10:09:25.1714788Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2022-12-01T10:09:25.1716594Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2022-12-01T10:09:25.1718751Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2022-12-01T10:09:25.1720115Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2022-12-01T10:09:25.1721757Z adding 'torch/include/ATen/ops/baddbmm.h' 2022-12-01T10:09:25.1723707Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1725205Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2022-12-01T10:09:25.1726880Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2022-12-01T10:09:25.1728463Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2022-12-01T10:09:25.1730216Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2022-12-01T10:09:25.1731810Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2022-12-01T10:09:25.1733609Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2022-12-01T10:09:25.1735541Z adding 'torch/include/ATen/ops/bartlett_window.h' 2022-12-01T10:09:25.1737504Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1739030Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2022-12-01T10:09:25.1741133Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2022-12-01T10:09:25.1742790Z adding 'torch/include/ATen/ops/batch_norm.h' 2022-12-01T10:09:25.1744321Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2022-12-01T10:09:25.1746127Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1747620Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2022-12-01T10:09:25.1749190Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2022-12-01T10:09:25.1750944Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2022-12-01T10:09:25.1752993Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2022-12-01T10:09:25.1755090Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1756623Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2022-12-01T10:09:25.1758059Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2022-12-01T10:09:25.1759933Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2022-12-01T10:09:25.1761661Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1763246Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2022-12-01T10:09:25.1764950Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2022-12-01T10:09:25.1766470Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2022-12-01T10:09:25.1768195Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2022-12-01T10:09:25.1769899Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2022-12-01T10:09:25.1771814Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1773397Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2022-12-01T10:09:25.1775014Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2022-12-01T10:09:25.1776747Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2022-12-01T10:09:25.1778583Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2022-12-01T10:09:25.1780459Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1781924Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2022-12-01T10:09:25.1783589Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2022-12-01T10:09:25.1785305Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2022-12-01T10:09:25.1786996Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2022-12-01T10:09:25.1788908Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2022-12-01T10:09:25.1790502Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2022-12-01T10:09:25.1792288Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1793798Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2022-12-01T10:09:25.1795627Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2022-12-01T10:09:25.1797178Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2022-12-01T10:09:25.1798937Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2022-12-01T10:09:25.1800555Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1802185Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2022-12-01T10:09:25.1803847Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2022-12-01T10:09:25.1805351Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2022-12-01T10:09:25.1807001Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2022-12-01T10:09:25.1808731Z adding 'torch/include/ATen/ops/bernoulli.h' 2022-12-01T10:09:25.1810567Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1812178Z adding 'torch/include/ATen/ops/bernoulli_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1813739Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2022-12-01T10:09:25.1815282Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2022-12-01T10:09:25.1816851Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2022-12-01T10:09:25.1818424Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2022-12-01T10:09:25.1820237Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2022-12-01T10:09:25.1821884Z adding 'torch/include/ATen/ops/bilinear.h' 2022-12-01T10:09:25.1823557Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1825028Z adding 'torch/include/ATen/ops/bilinear_native.h' 2022-12-01T10:09:25.1826673Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2022-12-01T10:09:25.1827962Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2022-12-01T10:09:25.1829480Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2022-12-01T10:09:25.1830900Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2022-12-01T10:09:25.1832553Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2022-12-01T10:09:25.1833923Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2022-12-01T10:09:25.1845855Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2022-12-01T10:09:25.1846394Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2022-12-01T10:09:25.1846799Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2022-12-01T10:09:25.1847148Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2022-12-01T10:09:25.1847460Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2022-12-01T10:09:25.1847794Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2022-12-01T10:09:25.1848317Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1848818Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2022-12-01T10:09:25.1849607Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2022-12-01T10:09:25.1851021Z adding 'torch/include/ATen/ops/bincount.h' 2022-12-01T10:09:25.1853566Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1855011Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2022-12-01T10:09:25.1857388Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2022-12-01T10:09:25.1858739Z adding 'torch/include/ATen/ops/bincount_native.h' 2022-12-01T10:09:25.1861368Z adding 'torch/include/ATen/ops/bincount_ops.h' 2022-12-01T10:09:25.1863098Z adding 'torch/include/ATen/ops/binomial.h' 2022-12-01T10:09:25.1865531Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1866939Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2022-12-01T10:09:25.1869389Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2022-12-01T10:09:25.1870640Z adding 'torch/include/ATen/ops/binomial_native.h' 2022-12-01T10:09:25.1873163Z adding 'torch/include/ATen/ops/binomial_ops.h' 2022-12-01T10:09:25.1875352Z adding 'torch/include/ATen/ops/bitwise_and.h' 2022-12-01T10:09:25.1877815Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1879427Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1881679Z adding 'torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1883333Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2022-12-01T10:09:25.1885771Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2022-12-01T10:09:25.1887163Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2022-12-01T10:09:25.1889565Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2022-12-01T10:09:25.1890985Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2022-12-01T10:09:25.1893829Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2022-12-01T10:09:25.1895854Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2022-12-01T10:09:25.1898094Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1900029Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1901995Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2022-12-01T10:09:25.1904077Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2022-12-01T10:09:25.1905886Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2022-12-01T10:09:25.1908045Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2022-12-01T10:09:25.1909963Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2022-12-01T10:09:25.1912524Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2022-12-01T10:09:25.1914501Z adding 'torch/include/ATen/ops/bitwise_not.h' 2022-12-01T10:09:25.1916979Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1918462Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2022-12-01T10:09:25.1920813Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2022-12-01T10:09:25.1922254Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2022-12-01T10:09:25.1924666Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2022-12-01T10:09:25.1926017Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2022-12-01T10:09:25.1928508Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2022-12-01T10:09:25.1930449Z adding 'torch/include/ATen/ops/bitwise_or.h' 2022-12-01T10:09:25.1932672Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1934543Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1936683Z adding 'torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1938673Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2022-12-01T10:09:25.1940634Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2022-12-01T10:09:25.1942488Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2022-12-01T10:09:25.1944543Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2022-12-01T10:09:25.1946415Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2022-12-01T10:09:25.1949003Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2022-12-01T10:09:25.1951151Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2022-12-01T10:09:25.1953315Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1955648Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1957635Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2022-12-01T10:09:25.1959830Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2022-12-01T10:09:25.1961598Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2022-12-01T10:09:25.1963681Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2022-12-01T10:09:25.1965627Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2022-12-01T10:09:25.1968227Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2022-12-01T10:09:25.1970375Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2022-12-01T10:09:25.1972495Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1974280Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.1976543Z adding 'torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.1978378Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2022-12-01T10:09:25.1980493Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2022-12-01T10:09:25.1982323Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2022-12-01T10:09:25.1984387Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2022-12-01T10:09:25.1986307Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2022-12-01T10:09:25.1988943Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2022-12-01T10:09:25.1992044Z adding 'torch/include/ATen/ops/blackman_window.h' 2022-12-01T10:09:25.1994220Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.1996216Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2022-12-01T10:09:25.1998918Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2022-12-01T10:09:25.2000812Z adding 'torch/include/ATen/ops/block_diag.h' 2022-12-01T10:09:25.2003036Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2004533Z adding 'torch/include/ATen/ops/block_diag_native.h' 2022-12-01T10:09:25.2006986Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2022-12-01T10:09:25.2008740Z adding 'torch/include/ATen/ops/bmm.h' 2022-12-01T10:09:25.2011004Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2012522Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2022-12-01T10:09:25.2015598Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2022-12-01T10:09:25.2016243Z adding 'torch/include/ATen/ops/bmm_meta.h' 2022-12-01T10:09:25.2018266Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2022-12-01T10:09:25.2019657Z adding 'torch/include/ATen/ops/bmm_native.h' 2022-12-01T10:09:25.2021531Z adding 'torch/include/ATen/ops/bmm_ops.h' 2022-12-01T10:09:25.2023148Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2022-12-01T10:09:25.2025200Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2026676Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2022-12-01T10:09:25.2028466Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2022-12-01T10:09:25.2030026Z adding 'torch/include/ATen/ops/broadcast_to.h' 2022-12-01T10:09:25.2031881Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2033642Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2022-12-01T10:09:25.2035488Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2022-12-01T10:09:25.2037354Z adding 'torch/include/ATen/ops/bucketize.h' 2022-12-01T10:09:25.2039368Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2040972Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2022-12-01T10:09:25.2042724Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2022-12-01T10:09:25.2044447Z adding 'torch/include/ATen/ops/bucketize_native.h' 2022-12-01T10:09:25.2046385Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2022-12-01T10:09:25.2048149Z adding 'torch/include/ATen/ops/can_cast.h' 2022-12-01T10:09:25.2050110Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2051593Z adding 'torch/include/ATen/ops/can_cast_native.h' 2022-12-01T10:09:25.2053274Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2022-12-01T10:09:25.2054851Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2022-12-01T10:09:25.2056686Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2058166Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2022-12-01T10:09:25.2059935Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2022-12-01T10:09:25.2061718Z adding 'torch/include/ATen/ops/cat.h' 2022-12-01T10:09:25.2063648Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2065329Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2066970Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2022-12-01T10:09:25.2069075Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2022-12-01T10:09:25.2071375Z adding 'torch/include/ATen/ops/cat_meta.h' 2022-12-01T10:09:25.2073386Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2022-12-01T10:09:25.2075569Z adding 'torch/include/ATen/ops/cat_native.h' 2022-12-01T10:09:25.2077861Z adding 'torch/include/ATen/ops/cat_ops.h' 2022-12-01T10:09:25.2079959Z adding 'torch/include/ATen/ops/cauchy.h' 2022-12-01T10:09:25.2082015Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2083934Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2022-12-01T10:09:25.2085883Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2022-12-01T10:09:25.2087825Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2022-12-01T10:09:25.2089702Z adding 'torch/include/ATen/ops/cauchy_native.h' 2022-12-01T10:09:25.2092015Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2022-12-01T10:09:25.2093679Z adding 'torch/include/ATen/ops/ccol_indices.h' 2022-12-01T10:09:25.2095809Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2022-12-01T10:09:25.2097838Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2099679Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2022-12-01T10:09:25.2101783Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2022-12-01T10:09:25.2103629Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2022-12-01T10:09:25.2105630Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2022-12-01T10:09:25.2107454Z adding 'torch/include/ATen/ops/cdist.h' 2022-12-01T10:09:25.2109746Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2111279Z adding 'torch/include/ATen/ops/cdist_native.h' 2022-12-01T10:09:25.2113514Z adding 'torch/include/ATen/ops/cdist_ops.h' 2022-12-01T10:09:25.2115440Z adding 'torch/include/ATen/ops/ceil.h' 2022-12-01T10:09:25.2117709Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2119315Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2022-12-01T10:09:25.2121345Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2022-12-01T10:09:25.2123063Z adding 'torch/include/ATen/ops/ceil_meta.h' 2022-12-01T10:09:25.2124977Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2022-12-01T10:09:25.2126848Z adding 'torch/include/ATen/ops/ceil_native.h' 2022-12-01T10:09:25.2128872Z adding 'torch/include/ATen/ops/ceil_ops.h' 2022-12-01T10:09:25.2130755Z adding 'torch/include/ATen/ops/celu.h' 2022-12-01T10:09:25.2132823Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2134350Z adding 'torch/include/ATen/ops/celu_native.h' 2022-12-01T10:09:25.2136670Z adding 'torch/include/ATen/ops/celu_ops.h' 2022-12-01T10:09:25.2138327Z adding 'torch/include/ATen/ops/chain_matmul.h' 2022-12-01T10:09:25.2140689Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2142166Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2022-12-01T10:09:25.2144438Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2022-12-01T10:09:25.2145929Z adding 'torch/include/ATen/ops/chalf.h' 2022-12-01T10:09:25.2148227Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2149747Z adding 'torch/include/ATen/ops/chalf_native.h' 2022-12-01T10:09:25.2151751Z adding 'torch/include/ATen/ops/chalf_ops.h' 2022-12-01T10:09:25.2153608Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2022-12-01T10:09:25.2155900Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2158030Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2022-12-01T10:09:25.2159531Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2022-12-01T10:09:25.2161056Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2022-12-01T10:09:25.2162528Z adding 'torch/include/ATen/ops/cholesky.h' 2022-12-01T10:09:25.2164023Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2022-12-01T10:09:25.2165453Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2022-12-01T10:09:25.2166910Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2022-12-01T10:09:25.2168537Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2022-12-01T10:09:25.2169818Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2022-12-01T10:09:25.2171252Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2022-12-01T10:09:25.2172830Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2022-12-01T10:09:25.2174253Z adding 'torch/include/ATen/ops/cholesky_native.h' 2022-12-01T10:09:25.2175815Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2022-12-01T10:09:25.2177394Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2022-12-01T10:09:25.2179061Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2180609Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2022-12-01T10:09:25.2182141Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2022-12-01T10:09:25.2183833Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2022-12-01T10:09:25.2185526Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2186976Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2022-12-01T10:09:25.2188674Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2022-12-01T10:09:25.2190191Z adding 'torch/include/ATen/ops/chunk.h' 2022-12-01T10:09:25.2191842Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2193246Z adding 'torch/include/ATen/ops/chunk_native.h' 2022-12-01T10:09:25.2195219Z adding 'torch/include/ATen/ops/chunk_ops.h' 2022-12-01T10:09:25.2197183Z adding 'torch/include/ATen/ops/clamp.h' 2022-12-01T10:09:25.2198913Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2200547Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2022-12-01T10:09:25.2202254Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2022-12-01T10:09:25.2203989Z adding 'torch/include/ATen/ops/clamp_max.h' 2022-12-01T10:09:25.2205747Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2207287Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2022-12-01T10:09:25.2208931Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2022-12-01T10:09:25.2210483Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2022-12-01T10:09:25.2212113Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2022-12-01T10:09:25.2213635Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2022-12-01T10:09:25.2215483Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2022-12-01T10:09:25.2217172Z adding 'torch/include/ATen/ops/clamp_meta.h' 2022-12-01T10:09:25.2218841Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2022-12-01T10:09:25.2220559Z adding 'torch/include/ATen/ops/clamp_min.h' 2022-12-01T10:09:25.2222562Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2223813Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2022-12-01T10:09:25.2225409Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2022-12-01T10:09:25.2226662Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2022-12-01T10:09:25.2228109Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2022-12-01T10:09:25.2229517Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2022-12-01T10:09:25.2231197Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2022-12-01T10:09:25.2232787Z adding 'torch/include/ATen/ops/clamp_native.h' 2022-12-01T10:09:25.2234668Z adding 'torch/include/ATen/ops/clamp_ops.h' 2022-12-01T10:09:25.2236555Z adding 'torch/include/ATen/ops/clip.h' 2022-12-01T10:09:25.2238235Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2239573Z adding 'torch/include/ATen/ops/clip_native.h' 2022-12-01T10:09:25.2241360Z adding 'torch/include/ATen/ops/clip_ops.h' 2022-12-01T10:09:25.2242970Z adding 'torch/include/ATen/ops/clone.h' 2022-12-01T10:09:25.2244503Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2245904Z adding 'torch/include/ATen/ops/clone_native.h' 2022-12-01T10:09:25.2247471Z adding 'torch/include/ATen/ops/clone_ops.h' 2022-12-01T10:09:25.2248797Z adding 'torch/include/ATen/ops/coalesce.h' 2022-12-01T10:09:25.2250272Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2251536Z adding 'torch/include/ATen/ops/coalesce_native.h' 2022-12-01T10:09:25.2253129Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2022-12-01T10:09:25.2254625Z adding 'torch/include/ATen/ops/col2im.h' 2022-12-01T10:09:25.2256320Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2022-12-01T10:09:25.2257986Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2022-12-01T10:09:25.2259534Z adding 'torch/include/ATen/ops/col2im_native.h' 2022-12-01T10:09:25.2261304Z adding 'torch/include/ATen/ops/col2im_ops.h' 2022-12-01T10:09:25.2262780Z adding 'torch/include/ATen/ops/col_indices.h' 2022-12-01T10:09:25.2264433Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2022-12-01T10:09:25.2266134Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2267609Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2268837Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2022-12-01T10:09:25.2270410Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2022-12-01T10:09:25.2271742Z adding 'torch/include/ATen/ops/col_indices_native.h' 2022-12-01T10:09:25.2273284Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2022-12-01T10:09:25.2274802Z adding 'torch/include/ATen/ops/column_stack.h' 2022-12-01T10:09:25.2276570Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2278003Z adding 'torch/include/ATen/ops/column_stack_native.h' 2022-12-01T10:09:25.2279745Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2022-12-01T10:09:25.2281155Z adding 'torch/include/ATen/ops/combinations.h' 2022-12-01T10:09:25.2282834Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2283998Z adding 'torch/include/ATen/ops/combinations_native.h' 2022-12-01T10:09:25.2285524Z adding 'torch/include/ATen/ops/combinations_ops.h' 2022-12-01T10:09:25.2286923Z adding 'torch/include/ATen/ops/complex.h' 2022-12-01T10:09:25.2288458Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2289797Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2022-12-01T10:09:25.2291183Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2022-12-01T10:09:25.2292625Z adding 'torch/include/ATen/ops/complex_native.h' 2022-12-01T10:09:25.2294092Z adding 'torch/include/ATen/ops/complex_ops.h' 2022-12-01T10:09:25.2295623Z adding 'torch/include/ATen/ops/concat.h' 2022-12-01T10:09:25.2297341Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2298549Z adding 'torch/include/ATen/ops/concat_native.h' 2022-12-01T10:09:25.2300288Z adding 'torch/include/ATen/ops/concat_ops.h' 2022-12-01T10:09:25.2301956Z adding 'torch/include/ATen/ops/concatenate.h' 2022-12-01T10:09:25.2303675Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2305167Z adding 'torch/include/ATen/ops/concatenate_native.h' 2022-12-01T10:09:25.2306822Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2022-12-01T10:09:25.2308387Z adding 'torch/include/ATen/ops/conj.h' 2022-12-01T10:09:25.2310028Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2311503Z adding 'torch/include/ATen/ops/conj_native.h' 2022-12-01T10:09:25.2313003Z adding 'torch/include/ATen/ops/conj_ops.h' 2022-12-01T10:09:25.2314609Z adding 'torch/include/ATen/ops/conj_physical.h' 2022-12-01T10:09:25.2316496Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2318085Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2319522Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2022-12-01T10:09:25.2321059Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2022-12-01T10:09:25.2322611Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2022-12-01T10:09:25.2324322Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2022-12-01T10:09:25.2325935Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2022-12-01T10:09:25.2327688Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2329097Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2022-12-01T10:09:25.2330823Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2022-12-01T10:09:25.2332334Z adding 'torch/include/ATen/ops/contiguous.h' 2022-12-01T10:09:25.2334223Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2335528Z adding 'torch/include/ATen/ops/contiguous_native.h' 2022-12-01T10:09:25.2337098Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2022-12-01T10:09:25.2338656Z adding 'torch/include/ATen/ops/conv1d.h' 2022-12-01T10:09:25.2340345Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2341825Z adding 'torch/include/ATen/ops/conv1d_native.h' 2022-12-01T10:09:25.2343559Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2022-12-01T10:09:25.2345251Z adding 'torch/include/ATen/ops/conv2d.h' 2022-12-01T10:09:25.2346978Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2348508Z adding 'torch/include/ATen/ops/conv2d_native.h' 2022-12-01T10:09:25.2350248Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2022-12-01T10:09:25.2351914Z adding 'torch/include/ATen/ops/conv3d.h' 2022-12-01T10:09:25.2353640Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2355454Z adding 'torch/include/ATen/ops/conv3d_native.h' 2022-12-01T10:09:25.2357993Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2022-12-01T10:09:25.2359841Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2022-12-01T10:09:25.2362077Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2363796Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2022-12-01T10:09:25.2365613Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2022-12-01T10:09:25.2367798Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2022-12-01T10:09:25.2369571Z adding 'torch/include/ATen/ops/conv_tbc.h' 2022-12-01T10:09:25.2371516Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2022-12-01T10:09:25.2373523Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2375138Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2022-12-01T10:09:25.2377324Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2022-12-01T10:09:25.2379299Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2380926Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2022-12-01T10:09:25.2383272Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2022-12-01T10:09:25.2384933Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2022-12-01T10:09:25.2387174Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2389853Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2022-12-01T10:09:25.2391739Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2022-12-01T10:09:25.2393671Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2022-12-01T10:09:25.2396310Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2397668Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2022-12-01T10:09:25.2400019Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2022-12-01T10:09:25.2401776Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2022-12-01T10:09:25.2403958Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2405500Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2022-12-01T10:09:25.2407842Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2022-12-01T10:09:25.2409669Z adding 'torch/include/ATen/ops/convolution.h' 2022-12-01T10:09:25.2412090Z adding 'torch/include/ATen/ops/convolution_backward.h' 2022-12-01T10:09:25.2414421Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2416204Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2022-12-01T10:09:25.2418238Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2022-12-01T10:09:25.2420509Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2022-12-01T10:09:25.2422726Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2022-12-01T10:09:25.2424820Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2426647Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2022-12-01T10:09:25.2428993Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2022-12-01T10:09:25.2431026Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2432728Z adding 'torch/include/ATen/ops/convolution_native.h' 2022-12-01T10:09:25.2435322Z adding 'torch/include/ATen/ops/convolution_ops.h' 2022-12-01T10:09:25.2437365Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2022-12-01T10:09:25.2439600Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2441223Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2022-12-01T10:09:25.2443632Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2022-12-01T10:09:25.2445240Z adding 'torch/include/ATen/ops/copy.h' 2022-12-01T10:09:25.2447562Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2449284Z adding 'torch/include/ATen/ops/copy_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2451134Z adding 'torch/include/ATen/ops/copy_native.h' 2022-12-01T10:09:25.2453227Z adding 'torch/include/ATen/ops/copy_ops.h' 2022-12-01T10:09:25.2455191Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2022-12-01T10:09:25.2457278Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2459048Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2022-12-01T10:09:25.2460930Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2022-12-01T10:09:25.2463122Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2022-12-01T10:09:25.2464987Z adding 'torch/include/ATen/ops/copysign.h' 2022-12-01T10:09:25.2467125Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2469046Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2470791Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2022-12-01T10:09:25.2472787Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2022-12-01T10:09:25.2474542Z adding 'torch/include/ATen/ops/copysign_meta.h' 2022-12-01T10:09:25.2476875Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2022-12-01T10:09:25.2478534Z adding 'torch/include/ATen/ops/copysign_native.h' 2022-12-01T10:09:25.2480885Z adding 'torch/include/ATen/ops/copysign_ops.h' 2022-12-01T10:09:25.2482677Z adding 'torch/include/ATen/ops/corrcoef.h' 2022-12-01T10:09:25.2484710Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2486375Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2022-12-01T10:09:25.2488326Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2022-12-01T10:09:25.2490126Z adding 'torch/include/ATen/ops/cos.h' 2022-12-01T10:09:25.2492297Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2493870Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2022-12-01T10:09:25.2495992Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2022-12-01T10:09:25.2497566Z adding 'torch/include/ATen/ops/cos_meta.h' 2022-12-01T10:09:25.2499653Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2022-12-01T10:09:25.2501307Z adding 'torch/include/ATen/ops/cos_native.h' 2022-12-01T10:09:25.2503419Z adding 'torch/include/ATen/ops/cos_ops.h' 2022-12-01T10:09:25.2505176Z adding 'torch/include/ATen/ops/cosh.h' 2022-12-01T10:09:25.2507298Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2508947Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2022-12-01T10:09:25.2511093Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2022-12-01T10:09:25.2512677Z adding 'torch/include/ATen/ops/cosh_meta.h' 2022-12-01T10:09:25.2514746Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2022-12-01T10:09:25.2516596Z adding 'torch/include/ATen/ops/cosh_native.h' 2022-12-01T10:09:25.2518771Z adding 'torch/include/ATen/ops/cosh_ops.h' 2022-12-01T10:09:25.2520536Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2022-12-01T10:09:25.2522662Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2524297Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2022-12-01T10:09:25.2526496Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2022-12-01T10:09:25.2528182Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2022-12-01T10:09:25.2530477Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2531885Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2022-12-01T10:09:25.2534091Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2022-12-01T10:09:25.2535883Z adding 'torch/include/ATen/ops/count_nonzero.h' 2022-12-01T10:09:25.2538223Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2539858Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2022-12-01T10:09:25.2541936Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2022-12-01T10:09:25.2543589Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2022-12-01T10:09:25.2545764Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2022-12-01T10:09:25.2547652Z adding 'torch/include/ATen/ops/cov.h' 2022-12-01T10:09:25.2549791Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2551252Z adding 'torch/include/ATen/ops/cov_native.h' 2022-12-01T10:09:25.2553399Z adding 'torch/include/ATen/ops/cov_ops.h' 2022-12-01T10:09:25.2555600Z adding 'torch/include/ATen/ops/cross.h' 2022-12-01T10:09:25.2559076Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2560882Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2022-12-01T10:09:25.2563224Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2564660Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2022-12-01T10:09:25.2566943Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2022-12-01T10:09:25.2568555Z adding 'torch/include/ATen/ops/cross_native.h' 2022-12-01T10:09:25.2570725Z adding 'torch/include/ATen/ops/cross_ops.h' 2022-12-01T10:09:25.2572323Z adding 'torch/include/ATen/ops/crow_indices.h' 2022-12-01T10:09:25.2574317Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2022-12-01T10:09:25.2576436Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2578330Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2580119Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2022-12-01T10:09:25.2582172Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2022-12-01T10:09:25.2583830Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2022-12-01T10:09:25.2585901Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2022-12-01T10:09:25.2587663Z adding 'torch/include/ATen/ops/ctc_loss.h' 2022-12-01T10:09:25.2589859Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2591451Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2022-12-01T10:09:25.2593732Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2022-12-01T10:09:25.2595911Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2022-12-01T10:09:25.2597878Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2022-12-01T10:09:25.2599983Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2601729Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2022-12-01T10:09:25.2603600Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2022-12-01T10:09:25.2605801Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2022-12-01T10:09:25.2607746Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2609567Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2022-12-01T10:09:25.2611418Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2022-12-01T10:09:25.2613548Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2022-12-01T10:09:25.2615573Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2022-12-01T10:09:25.2617747Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2022-12-01T10:09:25.2619931Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2621718Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2022-12-01T10:09:25.2623674Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2022-12-01T10:09:25.2625943Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2022-12-01T10:09:25.2627985Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2629803Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2022-12-01T10:09:25.2631711Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2022-12-01T10:09:25.2634023Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2022-12-01T10:09:25.2636198Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2022-12-01T10:09:25.2638598Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2022-12-01T10:09:25.2640591Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2642454Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2022-12-01T10:09:25.2644297Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2022-12-01T10:09:25.2646659Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2022-12-01T10:09:25.2648554Z adding 'torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2650460Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2022-12-01T10:09:25.2652259Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2022-12-01T10:09:25.2654389Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2022-12-01T10:09:25.2656341Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2022-12-01T10:09:25.2658477Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2660343Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2022-12-01T10:09:25.2662295Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2022-12-01T10:09:25.2664547Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2022-12-01T10:09:25.2666463Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2022-12-01T10:09:25.2668735Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2670457Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2022-12-01T10:09:25.2672348Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2022-12-01T10:09:25.2674767Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2022-12-01T10:09:25.2676606Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2022-12-01T10:09:25.2678769Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2022-12-01T10:09:25.2680740Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2682602Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2022-12-01T10:09:25.2684428Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2022-12-01T10:09:25.2686602Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2022-12-01T10:09:25.2688481Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2690392Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2022-12-01T10:09:25.2692165Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2022-12-01T10:09:25.2694282Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2022-12-01T10:09:25.2695964Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2022-12-01T10:09:25.2698079Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2699661Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2022-12-01T10:09:25.2701773Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2022-12-01T10:09:25.2703658Z adding 'torch/include/ATen/ops/cummax.h' 2022-12-01T10:09:25.2705950Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2707708Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2709586Z adding 'torch/include/ATen/ops/cummax_native.h' 2022-12-01T10:09:25.2711738Z adding 'torch/include/ATen/ops/cummax_ops.h' 2022-12-01T10:09:25.2713668Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2022-12-01T10:09:25.2715813Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2717629Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2022-12-01T10:09:25.2719595Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2022-12-01T10:09:25.2721637Z adding 'torch/include/ATen/ops/cummin.h' 2022-12-01T10:09:25.2723729Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2725614Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2727431Z adding 'torch/include/ATen/ops/cummin_native.h' 2022-12-01T10:09:25.2729709Z adding 'torch/include/ATen/ops/cummin_ops.h' 2022-12-01T10:09:25.2731572Z adding 'torch/include/ATen/ops/cumprod.h' 2022-12-01T10:09:25.2733655Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2022-12-01T10:09:25.2735524Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2737348Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2022-12-01T10:09:25.2739463Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2022-12-01T10:09:25.2741172Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2742860Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2744308Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2022-12-01T10:09:25.2745926Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2022-12-01T10:09:25.2747414Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2022-12-01T10:09:25.2749230Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2022-12-01T10:09:25.2750595Z adding 'torch/include/ATen/ops/cumprod_native.h' 2022-12-01T10:09:25.2752156Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2022-12-01T10:09:25.2753763Z adding 'torch/include/ATen/ops/cumsum.h' 2022-12-01T10:09:25.2755565Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2757313Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2758719Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2022-12-01T10:09:25.2760303Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2022-12-01T10:09:25.2761860Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2022-12-01T10:09:25.2763489Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2022-12-01T10:09:25.2765057Z adding 'torch/include/ATen/ops/cumsum_native.h' 2022-12-01T10:09:25.2766901Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2022-12-01T10:09:25.2768606Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2022-12-01T10:09:25.2770291Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2771842Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2022-12-01T10:09:25.2773666Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2022-12-01T10:09:25.2775574Z adding 'torch/include/ATen/ops/data.h' 2022-12-01T10:09:25.2776905Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2778106Z adding 'torch/include/ATen/ops/data_native.h' 2022-12-01T10:09:25.2779470Z adding 'torch/include/ATen/ops/data_ops.h' 2022-12-01T10:09:25.2780927Z adding 'torch/include/ATen/ops/deg2rad.h' 2022-12-01T10:09:25.2782542Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2783921Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2022-12-01T10:09:25.2785503Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2022-12-01T10:09:25.2786907Z adding 'torch/include/ATen/ops/dense_dim.h' 2022-12-01T10:09:25.2788357Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2022-12-01T10:09:25.2789878Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2022-12-01T10:09:25.2791472Z adding 'torch/include/ATen/ops/dequantize.h' 2022-12-01T10:09:25.2793099Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2794581Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2022-12-01T10:09:25.2796187Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2022-12-01T10:09:25.2797789Z adding 'torch/include/ATen/ops/dequantize_native.h' 2022-12-01T10:09:25.2799487Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2022-12-01T10:09:25.2801059Z adding 'torch/include/ATen/ops/det.h' 2022-12-01T10:09:25.2802642Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2803905Z adding 'torch/include/ATen/ops/det_native.h' 2022-12-01T10:09:25.2805408Z adding 'torch/include/ATen/ops/det_ops.h' 2022-12-01T10:09:25.2806885Z adding 'torch/include/ATen/ops/detach.h' 2022-12-01T10:09:25.2808471Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2809940Z adding 'torch/include/ATen/ops/detach_copy.h' 2022-12-01T10:09:25.2811416Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2812912Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2814249Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2022-12-01T10:09:25.2815833Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2022-12-01T10:09:25.2817313Z adding 'torch/include/ATen/ops/detach_native.h' 2022-12-01T10:09:25.2818815Z adding 'torch/include/ATen/ops/detach_ops.h' 2022-12-01T10:09:25.2820346Z adding 'torch/include/ATen/ops/diag.h' 2022-12-01T10:09:25.2822420Z adding 'torch/include/ATen/ops/diag_backward.h' 2022-12-01T10:09:25.2824111Z adding 'torch/include/ATen/ops/diag_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2825576Z adding 'torch/include/ATen/ops/diag_backward_native.h' 2022-12-01T10:09:25.2827246Z adding 'torch/include/ATen/ops/diag_backward_ops.h' 2022-12-01T10:09:25.2828862Z adding 'torch/include/ATen/ops/diag_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2830288Z adding 'torch/include/ATen/ops/diag_cpu_dispatch.h' 2022-12-01T10:09:25.2831797Z adding 'torch/include/ATen/ops/diag_cuda_dispatch.h' 2022-12-01T10:09:25.2833312Z adding 'torch/include/ATen/ops/diag_embed.h' 2022-12-01T10:09:25.2835078Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2836601Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2022-12-01T10:09:25.2838172Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2022-12-01T10:09:25.2839625Z adding 'torch/include/ATen/ops/diag_native.h' 2022-12-01T10:09:25.2841224Z adding 'torch/include/ATen/ops/diag_ops.h' 2022-12-01T10:09:25.2842755Z adding 'torch/include/ATen/ops/diagflat.h' 2022-12-01T10:09:25.2844258Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2845629Z adding 'torch/include/ATen/ops/diagflat_native.h' 2022-12-01T10:09:25.2847138Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2022-12-01T10:09:25.2848812Z adding 'torch/include/ATen/ops/diagonal.h' 2022-12-01T10:09:25.2850474Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2022-12-01T10:09:25.2852194Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2853699Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2022-12-01T10:09:25.2855292Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2022-12-01T10:09:25.2856887Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2858412Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2859883Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2022-12-01T10:09:25.2861463Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2862946Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2864269Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2022-12-01T10:09:25.2865859Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2022-12-01T10:09:25.2867351Z adding 'torch/include/ATen/ops/diagonal_native.h' 2022-12-01T10:09:25.2868933Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2022-12-01T10:09:25.2870526Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2022-12-01T10:09:25.2872177Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2873495Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2022-12-01T10:09:25.2875252Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2022-12-01T10:09:25.2876893Z adding 'torch/include/ATen/ops/diff.h' 2022-12-01T10:09:25.2878559Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2879977Z adding 'torch/include/ATen/ops/diff_native.h' 2022-12-01T10:09:25.2881676Z adding 'torch/include/ATen/ops/diff_ops.h' 2022-12-01T10:09:25.2883175Z adding 'torch/include/ATen/ops/digamma.h' 2022-12-01T10:09:25.2884746Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2886173Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2022-12-01T10:09:25.2887620Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2022-12-01T10:09:25.2889067Z adding 'torch/include/ATen/ops/digamma_meta.h' 2022-12-01T10:09:25.2890523Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2022-12-01T10:09:25.2892019Z adding 'torch/include/ATen/ops/digamma_native.h' 2022-12-01T10:09:25.2893491Z adding 'torch/include/ATen/ops/digamma_ops.h' 2022-12-01T10:09:25.2895023Z adding 'torch/include/ATen/ops/dist.h' 2022-12-01T10:09:25.2896600Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2897970Z adding 'torch/include/ATen/ops/dist_native.h' 2022-12-01T10:09:25.2899551Z adding 'torch/include/ATen/ops/dist_ops.h' 2022-12-01T10:09:25.2901250Z adding 'torch/include/ATen/ops/div.h' 2022-12-01T10:09:25.2903003Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2904581Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2906042Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2022-12-01T10:09:25.2907551Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2022-12-01T10:09:25.2909041Z adding 'torch/include/ATen/ops/div_meta.h' 2022-12-01T10:09:25.2910607Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2022-12-01T10:09:25.2912184Z adding 'torch/include/ATen/ops/div_native.h' 2022-12-01T10:09:25.2914345Z adding 'torch/include/ATen/ops/div_ops.h' 2022-12-01T10:09:25.2916516Z adding 'torch/include/ATen/ops/divide.h' 2022-12-01T10:09:25.2918228Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2919679Z adding 'torch/include/ATen/ops/divide_native.h' 2022-12-01T10:09:25.2921694Z adding 'torch/include/ATen/ops/divide_ops.h' 2022-12-01T10:09:25.2923407Z adding 'torch/include/ATen/ops/dot.h' 2022-12-01T10:09:25.2925255Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2926623Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2022-12-01T10:09:25.2927999Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2022-12-01T10:09:25.2929500Z adding 'torch/include/ATen/ops/dot_native.h' 2022-12-01T10:09:25.2930980Z adding 'torch/include/ATen/ops/dot_ops.h' 2022-12-01T10:09:25.2932416Z adding 'torch/include/ATen/ops/dropout.h' 2022-12-01T10:09:25.2933993Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2935454Z adding 'torch/include/ATen/ops/dropout_native.h' 2022-12-01T10:09:25.2936869Z adding 'torch/include/ATen/ops/dropout_ops.h' 2022-12-01T10:09:25.2938394Z adding 'torch/include/ATen/ops/dsplit.h' 2022-12-01T10:09:25.2939993Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2941357Z adding 'torch/include/ATen/ops/dsplit_native.h' 2022-12-01T10:09:25.2942910Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2022-12-01T10:09:25.2944433Z adding 'torch/include/ATen/ops/dstack.h' 2022-12-01T10:09:25.2946019Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2947361Z adding 'torch/include/ATen/ops/dstack_native.h' 2022-12-01T10:09:25.2948925Z adding 'torch/include/ATen/ops/dstack_ops.h' 2022-12-01T10:09:25.2950466Z adding 'torch/include/ATen/ops/einsum.h' 2022-12-01T10:09:25.2952020Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2953379Z adding 'torch/include/ATen/ops/einsum_native.h' 2022-12-01T10:09:25.2955128Z adding 'torch/include/ATen/ops/einsum_ops.h' 2022-12-01T10:09:25.2956763Z adding 'torch/include/ATen/ops/elu.h' 2022-12-01T10:09:25.2958454Z adding 'torch/include/ATen/ops/elu_backward.h' 2022-12-01T10:09:25.2960911Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2961561Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2022-12-01T10:09:25.2963290Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2022-12-01T10:09:25.2964807Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2022-12-01T10:09:25.2966501Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2022-12-01T10:09:25.2968008Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2022-12-01T10:09:25.2969623Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2022-12-01T10:09:25.2971368Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.2972972Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2022-12-01T10:09:25.2974825Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2022-12-01T10:09:25.2976269Z adding 'torch/include/ATen/ops/elu_meta.h' 2022-12-01T10:09:25.2978059Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2022-12-01T10:09:25.2979227Z adding 'torch/include/ATen/ops/elu_native.h' 2022-12-01T10:09:25.2980906Z adding 'torch/include/ATen/ops/elu_ops.h' 2022-12-01T10:09:25.2982618Z adding 'torch/include/ATen/ops/embedding.h' 2022-12-01T10:09:25.2984138Z adding 'torch/include/ATen/ops/embedding_backward.h' 2022-12-01T10:09:25.2985955Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2987612Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2022-12-01T10:09:25.2989353Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2022-12-01T10:09:25.2990754Z adding 'torch/include/ATen/ops/embedding_bag.h' 2022-12-01T10:09:25.2992432Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.2993911Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2022-12-01T10:09:25.2995939Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2022-12-01T10:09:25.2997706Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.2999496Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2022-12-01T10:09:25.3001435Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3003155Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2022-12-01T10:09:25.3004478Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2022-12-01T10:09:25.3005910Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2022-12-01T10:09:25.3007534Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2022-12-01T10:09:25.3009069Z adding 'torch/include/ATen/ops/embedding_native.h' 2022-12-01T10:09:25.3010759Z adding 'torch/include/ATen/ops/embedding_ops.h' 2022-12-01T10:09:25.3012375Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2022-12-01T10:09:25.3013991Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3015386Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2022-12-01T10:09:25.3016843Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2022-12-01T10:09:25.3018300Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2022-12-01T10:09:25.3019750Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2022-12-01T10:09:25.3021405Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2022-12-01T10:09:25.3022925Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2022-12-01T10:09:25.3024527Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3025923Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2022-12-01T10:09:25.3027457Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2022-12-01T10:09:25.3029294Z adding 'torch/include/ATen/ops/empty.h' 2022-12-01T10:09:25.3031069Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3032735Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3034201Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2022-12-01T10:09:25.3036501Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2022-12-01T10:09:25.3037690Z adding 'torch/include/ATen/ops/empty_like.h' 2022-12-01T10:09:25.3039396Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3040834Z adding 'torch/include/ATen/ops/empty_like_native.h' 2022-12-01T10:09:25.3042530Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2022-12-01T10:09:25.3044112Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2022-12-01T10:09:25.3045762Z adding 'torch/include/ATen/ops/empty_native.h' 2022-12-01T10:09:25.3047609Z adding 'torch/include/ATen/ops/empty_ops.h' 2022-12-01T10:09:25.3049407Z adding 'torch/include/ATen/ops/empty_quantized.h' 2022-12-01T10:09:25.3051070Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3052535Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2022-12-01T10:09:25.3054195Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2022-12-01T10:09:25.3056006Z adding 'torch/include/ATen/ops/empty_strided.h' 2022-12-01T10:09:25.3057702Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3059238Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2022-12-01T10:09:25.3060779Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2022-12-01T10:09:25.3062298Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2022-12-01T10:09:25.3063785Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2022-12-01T10:09:25.3065412Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2022-12-01T10:09:25.3067021Z adding 'torch/include/ATen/ops/eq.h' 2022-12-01T10:09:25.3068713Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3070159Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2022-12-01T10:09:25.3071730Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2022-12-01T10:09:25.3073139Z adding 'torch/include/ATen/ops/eq_meta.h' 2022-12-01T10:09:25.3074761Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2022-12-01T10:09:25.3076446Z adding 'torch/include/ATen/ops/eq_native.h' 2022-12-01T10:09:25.3078280Z adding 'torch/include/ATen/ops/eq_ops.h' 2022-12-01T10:09:25.3079819Z adding 'torch/include/ATen/ops/equal.h' 2022-12-01T10:09:25.3081376Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2022-12-01T10:09:25.3082849Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2022-12-01T10:09:25.3084197Z adding 'torch/include/ATen/ops/equal_native.h' 2022-12-01T10:09:25.3085596Z adding 'torch/include/ATen/ops/equal_ops.h' 2022-12-01T10:09:25.3087026Z adding 'torch/include/ATen/ops/erf.h' 2022-12-01T10:09:25.3088532Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3089888Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2022-12-01T10:09:25.3091251Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2022-12-01T10:09:25.3092672Z adding 'torch/include/ATen/ops/erf_meta.h' 2022-12-01T10:09:25.3094073Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2022-12-01T10:09:25.3095469Z adding 'torch/include/ATen/ops/erf_native.h' 2022-12-01T10:09:25.3096959Z adding 'torch/include/ATen/ops/erf_ops.h' 2022-12-01T10:09:25.3098451Z adding 'torch/include/ATen/ops/erfc.h' 2022-12-01T10:09:25.3099959Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3101314Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2022-12-01T10:09:25.3102678Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2022-12-01T10:09:25.3104068Z adding 'torch/include/ATen/ops/erfc_meta.h' 2022-12-01T10:09:25.3105448Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2022-12-01T10:09:25.3106824Z adding 'torch/include/ATen/ops/erfc_native.h' 2022-12-01T10:09:25.3108294Z adding 'torch/include/ATen/ops/erfc_ops.h' 2022-12-01T10:09:25.3109821Z adding 'torch/include/ATen/ops/erfinv.h' 2022-12-01T10:09:25.3111324Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3112633Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2022-12-01T10:09:25.3113986Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2022-12-01T10:09:25.3115587Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2022-12-01T10:09:25.3117129Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2022-12-01T10:09:25.3118570Z adding 'torch/include/ATen/ops/erfinv_native.h' 2022-12-01T10:09:25.3120105Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2022-12-01T10:09:25.3121580Z adding 'torch/include/ATen/ops/exp.h' 2022-12-01T10:09:25.3123047Z adding 'torch/include/ATen/ops/exp2.h' 2022-12-01T10:09:25.3124590Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3125944Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2022-12-01T10:09:25.3127360Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2022-12-01T10:09:25.3128736Z adding 'torch/include/ATen/ops/exp2_meta.h' 2022-12-01T10:09:25.3130168Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2022-12-01T10:09:25.3131571Z adding 'torch/include/ATen/ops/exp2_native.h' 2022-12-01T10:09:25.3133021Z adding 'torch/include/ATen/ops/exp2_ops.h' 2022-12-01T10:09:25.3134602Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3135933Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2022-12-01T10:09:25.3137354Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2022-12-01T10:09:25.3138693Z adding 'torch/include/ATen/ops/exp_meta.h' 2022-12-01T10:09:25.3140090Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2022-12-01T10:09:25.3141454Z adding 'torch/include/ATen/ops/exp_native.h' 2022-12-01T10:09:25.3142932Z adding 'torch/include/ATen/ops/exp_ops.h' 2022-12-01T10:09:25.3144313Z adding 'torch/include/ATen/ops/expand.h' 2022-12-01T10:09:25.3145597Z adding 'torch/include/ATen/ops/expand_as.h' 2022-12-01T10:09:25.3147033Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3148272Z adding 'torch/include/ATen/ops/expand_as_native.h' 2022-12-01T10:09:25.3149675Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2022-12-01T10:09:25.3151193Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3152625Z adding 'torch/include/ATen/ops/expand_copy.h' 2022-12-01T10:09:25.3154252Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3156043Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3157361Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2022-12-01T10:09:25.3158876Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2022-12-01T10:09:25.3160287Z adding 'torch/include/ATen/ops/expand_native.h' 2022-12-01T10:09:25.3161727Z adding 'torch/include/ATen/ops/expand_ops.h' 2022-12-01T10:09:25.3163129Z adding 'torch/include/ATen/ops/expm1.h' 2022-12-01T10:09:25.3164674Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3166011Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2022-12-01T10:09:25.3167418Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2022-12-01T10:09:25.3168734Z adding 'torch/include/ATen/ops/expm1_meta.h' 2022-12-01T10:09:25.3170164Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2022-12-01T10:09:25.3171491Z adding 'torch/include/ATen/ops/expm1_native.h' 2022-12-01T10:09:25.3172972Z adding 'torch/include/ATen/ops/expm1_ops.h' 2022-12-01T10:09:25.3174504Z adding 'torch/include/ATen/ops/exponential.h' 2022-12-01T10:09:25.3184202Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3185874Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2022-12-01T10:09:25.3187617Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2022-12-01T10:09:25.3189172Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2022-12-01T10:09:25.3190461Z adding 'torch/include/ATen/ops/exponential_native.h' 2022-12-01T10:09:25.3191975Z adding 'torch/include/ATen/ops/exponential_ops.h' 2022-12-01T10:09:25.3193829Z adding 'torch/include/ATen/ops/eye.h' 2022-12-01T10:09:25.3195766Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3197230Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2022-12-01T10:09:25.3198747Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2022-12-01T10:09:25.3200372Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2022-12-01T10:09:25.3201839Z adding 'torch/include/ATen/ops/eye_native.h' 2022-12-01T10:09:25.3203510Z adding 'torch/include/ATen/ops/eye_ops.h' 2022-12-01T10:09:25.3205203Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2022-12-01T10:09:25.3206982Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2022-12-01T10:09:25.3208382Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2022-12-01T10:09:25.3209920Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3211158Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2022-12-01T10:09:25.3212938Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2022-12-01T10:09:25.3214917Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3215897Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2022-12-01T10:09:25.3217323Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2022-12-01T10:09:25.3218656Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2022-12-01T10:09:25.3220875Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2022-12-01T10:09:25.3222247Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3224593Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2022-12-01T10:09:25.3226185Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2022-12-01T10:09:25.3228060Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2022-12-01T10:09:25.3229515Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2022-12-01T10:09:25.3231551Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2022-12-01T10:09:25.3233110Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3234643Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2022-12-01T10:09:25.3236691Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2022-12-01T10:09:25.3238113Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3239534Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2022-12-01T10:09:25.3241060Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2022-12-01T10:09:25.3242471Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2022-12-01T10:09:25.3244181Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2022-12-01T10:09:25.3245830Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3247232Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2022-12-01T10:09:25.3248918Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2022-12-01T10:09:25.3250569Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2022-12-01T10:09:25.3252288Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3253849Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2022-12-01T10:09:25.3255267Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3256381Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2022-12-01T10:09:25.3257862Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2022-12-01T10:09:25.3259292Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2022-12-01T10:09:25.3260747Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2022-12-01T10:09:25.3262312Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2022-12-01T10:09:25.3264049Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3265516Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2022-12-01T10:09:25.3267171Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3268629Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2022-12-01T10:09:25.3270352Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2022-12-01T10:09:25.3271847Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2022-12-01T10:09:25.3273391Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2022-12-01T10:09:25.3274894Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2022-12-01T10:09:25.3276646Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3277964Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2022-12-01T10:09:25.3279668Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2022-12-01T10:09:25.3281096Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2022-12-01T10:09:25.3282667Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3284051Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2022-12-01T10:09:25.3285867Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2022-12-01T10:09:25.3287084Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2022-12-01T10:09:25.3288644Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3290122Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2022-12-01T10:09:25.3291815Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2022-12-01T10:09:25.3293393Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2022-12-01T10:09:25.3295308Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3296604Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2022-12-01T10:09:25.3298473Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2022-12-01T10:09:25.3300020Z adding 'torch/include/ATen/ops/feature_dropout.h' 2022-12-01T10:09:25.3301544Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3303045Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2022-12-01T10:09:25.3304686Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2022-12-01T10:09:25.3306326Z adding 'torch/include/ATen/ops/fft_fft.h' 2022-12-01T10:09:25.3308018Z adding 'torch/include/ATen/ops/fft_fft2.h' 2022-12-01T10:09:25.3309776Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3311294Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2022-12-01T10:09:25.3312993Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2022-12-01T10:09:25.3315084Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3316653Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2022-12-01T10:09:25.3318357Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2022-12-01T10:09:25.3320308Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2022-12-01T10:09:25.3322168Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3323907Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2022-12-01T10:09:25.3325693Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2022-12-01T10:09:25.3327595Z adding 'torch/include/ATen/ops/fft_fftn.h' 2022-12-01T10:09:25.3329414Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3330951Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2022-12-01T10:09:25.3332650Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2022-12-01T10:09:25.3334297Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2022-12-01T10:09:25.3335990Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3337449Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2022-12-01T10:09:25.3339061Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2022-12-01T10:09:25.3340708Z adding 'torch/include/ATen/ops/fft_hfft.h' 2022-12-01T10:09:25.3342382Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2022-12-01T10:09:25.3344154Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3345685Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2022-12-01T10:09:25.3347425Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2022-12-01T10:09:25.3349216Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3350755Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2022-12-01T10:09:25.3352453Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2022-12-01T10:09:25.3354214Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2022-12-01T10:09:25.3356202Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3357687Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2022-12-01T10:09:25.3359465Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2022-12-01T10:09:25.3361121Z adding 'torch/include/ATen/ops/fft_ifft.h' 2022-12-01T10:09:25.3362800Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2022-12-01T10:09:25.3364556Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3366069Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2022-12-01T10:09:25.3367756Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2022-12-01T10:09:25.3369543Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3371039Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2022-12-01T10:09:25.3372790Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2022-12-01T10:09:25.3374497Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2022-12-01T10:09:25.3376267Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3377792Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2022-12-01T10:09:25.3379485Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2022-12-01T10:09:25.3381120Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2022-12-01T10:09:25.3382798Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3384229Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2022-12-01T10:09:25.3385885Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2022-12-01T10:09:25.3387507Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2022-12-01T10:09:25.3389176Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2022-12-01T10:09:25.3390926Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3392452Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2022-12-01T10:09:25.3394165Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2022-12-01T10:09:25.3396294Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3397739Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2022-12-01T10:09:25.3399446Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2022-12-01T10:09:25.3401155Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2022-12-01T10:09:25.3402942Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3404477Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2022-12-01T10:09:25.3406192Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2022-12-01T10:09:25.3407875Z adding 'torch/include/ATen/ops/fft_irfft.h' 2022-12-01T10:09:25.3409634Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2022-12-01T10:09:25.3411385Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3412886Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2022-12-01T10:09:25.3414606Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2022-12-01T10:09:25.3416588Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3418016Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2022-12-01T10:09:25.3419486Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2022-12-01T10:09:25.3421022Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2022-12-01T10:09:25.3422775Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3424303Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2022-12-01T10:09:25.3425690Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2022-12-01T10:09:25.3427203Z adding 'torch/include/ATen/ops/fft_rfft.h' 2022-12-01T10:09:25.3428964Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2022-12-01T10:09:25.3430671Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3432134Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2022-12-01T10:09:25.3433911Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2022-12-01T10:09:25.3435992Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3437365Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2022-12-01T10:09:25.3439140Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2022-12-01T10:09:25.3440891Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2022-12-01T10:09:25.3442679Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3444151Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2022-12-01T10:09:25.3445944Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2022-12-01T10:09:25.3447667Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2022-12-01T10:09:25.3449423Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3450878Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2022-12-01T10:09:25.3452624Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2022-12-01T10:09:25.3454341Z adding 'torch/include/ATen/ops/fill.h' 2022-12-01T10:09:25.3456252Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3457669Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2022-12-01T10:09:25.3459113Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2022-12-01T10:09:25.3460387Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2022-12-01T10:09:25.3461934Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3463285Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2022-12-01T10:09:25.3464780Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2022-12-01T10:09:25.3466212Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2022-12-01T10:09:25.3467671Z adding 'torch/include/ATen/ops/fill_native.h' 2022-12-01T10:09:25.3469316Z adding 'torch/include/ATen/ops/fill_ops.h' 2022-12-01T10:09:25.3470933Z adding 'torch/include/ATen/ops/fix.h' 2022-12-01T10:09:25.3472552Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3473986Z adding 'torch/include/ATen/ops/fix_native.h' 2022-12-01T10:09:25.3475672Z adding 'torch/include/ATen/ops/fix_ops.h' 2022-12-01T10:09:25.3477302Z adding 'torch/include/ATen/ops/flatten.h' 2022-12-01T10:09:25.3478921Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3480312Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2022-12-01T10:09:25.3481771Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3483095Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2022-12-01T10:09:25.3484539Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2022-12-01T10:09:25.3485961Z adding 'torch/include/ATen/ops/flatten_native.h' 2022-12-01T10:09:25.3487529Z adding 'torch/include/ATen/ops/flatten_ops.h' 2022-12-01T10:09:25.3489048Z adding 'torch/include/ATen/ops/flip.h' 2022-12-01T10:09:25.3490586Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3491995Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2022-12-01T10:09:25.3493357Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2022-12-01T10:09:25.3494899Z adding 'torch/include/ATen/ops/flip_native.h' 2022-12-01T10:09:25.3496462Z adding 'torch/include/ATen/ops/flip_ops.h' 2022-12-01T10:09:25.3498103Z adding 'torch/include/ATen/ops/fliplr.h' 2022-12-01T10:09:25.3499639Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3500745Z adding 'torch/include/ATen/ops/fliplr_native.h' 2022-12-01T10:09:25.3502246Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2022-12-01T10:09:25.3503566Z adding 'torch/include/ATen/ops/flipud.h' 2022-12-01T10:09:25.3504570Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3506029Z adding 'torch/include/ATen/ops/flipud_native.h' 2022-12-01T10:09:25.3507639Z adding 'torch/include/ATen/ops/flipud_ops.h' 2022-12-01T10:09:25.3509576Z adding 'torch/include/ATen/ops/float_power.h' 2022-12-01T10:09:25.3511726Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3513315Z adding 'torch/include/ATen/ops/float_power_native.h' 2022-12-01T10:09:25.3515524Z adding 'torch/include/ATen/ops/float_power_ops.h' 2022-12-01T10:09:25.3517360Z adding 'torch/include/ATen/ops/floor.h' 2022-12-01T10:09:25.3518907Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3520425Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2022-12-01T10:09:25.3521917Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2022-12-01T10:09:25.3523545Z adding 'torch/include/ATen/ops/floor_divide.h' 2022-12-01T10:09:25.3525189Z adding 'torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3526863Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2022-12-01T10:09:25.3528504Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2022-12-01T10:09:25.3530160Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2022-12-01T10:09:25.3531758Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2022-12-01T10:09:25.3533653Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2022-12-01T10:09:25.3535277Z adding 'torch/include/ATen/ops/floor_meta.h' 2022-12-01T10:09:25.3536982Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2022-12-01T10:09:25.3538599Z adding 'torch/include/ATen/ops/floor_native.h' 2022-12-01T10:09:25.3540374Z adding 'torch/include/ATen/ops/floor_ops.h' 2022-12-01T10:09:25.3542033Z adding 'torch/include/ATen/ops/fmax.h' 2022-12-01T10:09:25.3543842Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3545374Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2022-12-01T10:09:25.3547016Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2022-12-01T10:09:25.3548588Z adding 'torch/include/ATen/ops/fmax_meta.h' 2022-12-01T10:09:25.3550320Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2022-12-01T10:09:25.3552040Z adding 'torch/include/ATen/ops/fmax_native.h' 2022-12-01T10:09:25.3553720Z adding 'torch/include/ATen/ops/fmax_ops.h' 2022-12-01T10:09:25.3556355Z adding 'torch/include/ATen/ops/fmin.h' 2022-12-01T10:09:25.3558229Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3559791Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2022-12-01T10:09:25.3561478Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2022-12-01T10:09:25.3563056Z adding 'torch/include/ATen/ops/fmin_meta.h' 2022-12-01T10:09:25.3564761Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2022-12-01T10:09:25.3566397Z adding 'torch/include/ATen/ops/fmin_native.h' 2022-12-01T10:09:25.3568153Z adding 'torch/include/ATen/ops/fmin_ops.h' 2022-12-01T10:09:25.3569867Z adding 'torch/include/ATen/ops/fmod.h' 2022-12-01T10:09:25.3571696Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3573393Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3575011Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2022-12-01T10:09:25.3576666Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2022-12-01T10:09:25.3578273Z adding 'torch/include/ATen/ops/fmod_meta.h' 2022-12-01T10:09:25.3579963Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2022-12-01T10:09:25.3581622Z adding 'torch/include/ATen/ops/fmod_native.h' 2022-12-01T10:09:25.3583545Z adding 'torch/include/ATen/ops/fmod_ops.h' 2022-12-01T10:09:25.3585316Z adding 'torch/include/ATen/ops/frac.h' 2022-12-01T10:09:25.3587042Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3588625Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2022-12-01T10:09:25.3590280Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2022-12-01T10:09:25.3591898Z adding 'torch/include/ATen/ops/frac_meta.h' 2022-12-01T10:09:25.3593578Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2022-12-01T10:09:25.3595475Z adding 'torch/include/ATen/ops/frac_native.h' 2022-12-01T10:09:25.3597210Z adding 'torch/include/ATen/ops/frac_ops.h' 2022-12-01T10:09:25.3599044Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2022-12-01T10:09:25.3600824Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2022-12-01T10:09:25.3602776Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3604408Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.3606098Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.3607783Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2022-12-01T10:09:25.3609512Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2022-12-01T10:09:25.3611141Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2022-12-01T10:09:25.3612992Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2022-12-01T10:09:25.3614849Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3616480Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2022-12-01T10:09:25.3618131Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2022-12-01T10:09:25.3619753Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2022-12-01T10:09:25.3621288Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2022-12-01T10:09:25.3622788Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2022-12-01T10:09:25.3624273Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2022-12-01T10:09:25.3625813Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2022-12-01T10:09:25.3627398Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2022-12-01T10:09:25.3628922Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.3630501Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.3631862Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2022-12-01T10:09:25.3633417Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2022-12-01T10:09:25.3635277Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3636822Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2022-12-01T10:09:25.3638363Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2022-12-01T10:09:25.3640559Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2022-12-01T10:09:25.3642317Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2022-12-01T10:09:25.3643806Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2022-12-01T10:09:25.3645412Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2022-12-01T10:09:25.3646915Z adding 'torch/include/ATen/ops/frexp.h' 2022-12-01T10:09:25.3648457Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3649840Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2022-12-01T10:09:25.3651257Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2022-12-01T10:09:25.3652629Z adding 'torch/include/ATen/ops/frexp_native.h' 2022-12-01T10:09:25.3654111Z adding 'torch/include/ATen/ops/frexp_ops.h' 2022-12-01T10:09:25.3655599Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2022-12-01T10:09:25.3657125Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3658468Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2022-12-01T10:09:25.3660008Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2022-12-01T10:09:25.3661815Z adding 'torch/include/ATen/ops/from_blob.h' 2022-12-01T10:09:25.3663516Z adding 'torch/include/ATen/ops/from_file.h' 2022-12-01T10:09:25.3665137Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3666565Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2022-12-01T10:09:25.3667951Z adding 'torch/include/ATen/ops/from_file_native.h' 2022-12-01T10:09:25.3669516Z adding 'torch/include/ATen/ops/from_file_ops.h' 2022-12-01T10:09:25.3671266Z adding 'torch/include/ATen/ops/full.h' 2022-12-01T10:09:25.3673081Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3674751Z adding 'torch/include/ATen/ops/full_like.h' 2022-12-01T10:09:25.3676541Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3677947Z adding 'torch/include/ATen/ops/full_like_native.h' 2022-12-01T10:09:25.3679578Z adding 'torch/include/ATen/ops/full_like_ops.h' 2022-12-01T10:09:25.3681048Z adding 'torch/include/ATen/ops/full_native.h' 2022-12-01T10:09:25.3682814Z adding 'torch/include/ATen/ops/full_ops.h' 2022-12-01T10:09:25.3684502Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2022-12-01T10:09:25.3686113Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3687482Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2022-12-01T10:09:25.3689039Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2022-12-01T10:09:25.3690538Z adding 'torch/include/ATen/ops/gather.h' 2022-12-01T10:09:25.3692027Z adding 'torch/include/ATen/ops/gather_backward.h' 2022-12-01T10:09:25.3693577Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3694911Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2022-12-01T10:09:25.3696412Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2022-12-01T10:09:25.3697950Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3699367Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3700846Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2022-12-01T10:09:25.3702195Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2022-12-01T10:09:25.3703843Z adding 'torch/include/ATen/ops/gather_meta.h' 2022-12-01T10:09:25.3705230Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2022-12-01T10:09:25.3706605Z adding 'torch/include/ATen/ops/gather_native.h' 2022-12-01T10:09:25.3708312Z adding 'torch/include/ATen/ops/gather_ops.h' 2022-12-01T10:09:25.3709928Z adding 'torch/include/ATen/ops/gcd.h' 2022-12-01T10:09:25.3711651Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3713186Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2022-12-01T10:09:25.3714684Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2022-12-01T10:09:25.3716151Z adding 'torch/include/ATen/ops/gcd_meta.h' 2022-12-01T10:09:25.3717682Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2022-12-01T10:09:25.3719075Z adding 'torch/include/ATen/ops/gcd_native.h' 2022-12-01T10:09:25.3720793Z adding 'torch/include/ATen/ops/gcd_ops.h' 2022-12-01T10:09:25.3722566Z adding 'torch/include/ATen/ops/ge.h' 2022-12-01T10:09:25.3724273Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3725802Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2022-12-01T10:09:25.3727426Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2022-12-01T10:09:25.3728997Z adding 'torch/include/ATen/ops/ge_meta.h' 2022-12-01T10:09:25.3730835Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2022-12-01T10:09:25.3732504Z adding 'torch/include/ATen/ops/ge_native.h' 2022-12-01T10:09:25.3734343Z adding 'torch/include/ATen/ops/ge_ops.h' 2022-12-01T10:09:25.3735814Z adding 'torch/include/ATen/ops/gelu.h' 2022-12-01T10:09:25.3737487Z adding 'torch/include/ATen/ops/gelu_backward.h' 2022-12-01T10:09:25.3739047Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3740489Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2022-12-01T10:09:25.3741788Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2022-12-01T10:09:25.3743458Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2022-12-01T10:09:25.3745057Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2022-12-01T10:09:25.3746527Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2022-12-01T10:09:25.3748375Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2022-12-01T10:09:25.3750046Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3751476Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2022-12-01T10:09:25.3753157Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2022-12-01T10:09:25.3754647Z adding 'torch/include/ATen/ops/gelu_meta.h' 2022-12-01T10:09:25.3756489Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2022-12-01T10:09:25.3758184Z adding 'torch/include/ATen/ops/gelu_native.h' 2022-12-01T10:09:25.3759819Z adding 'torch/include/ATen/ops/gelu_ops.h' 2022-12-01T10:09:25.3761206Z adding 'torch/include/ATen/ops/geometric.h' 2022-12-01T10:09:25.3762903Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3764105Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2022-12-01T10:09:25.3765549Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2022-12-01T10:09:25.3766983Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2022-12-01T10:09:25.3768308Z adding 'torch/include/ATen/ops/geometric_native.h' 2022-12-01T10:09:25.3770084Z adding 'torch/include/ATen/ops/geometric_ops.h' 2022-12-01T10:09:25.3771619Z adding 'torch/include/ATen/ops/geqrf.h' 2022-12-01T10:09:25.3773264Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2022-12-01T10:09:25.3774756Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2022-12-01T10:09:25.3776182Z adding 'torch/include/ATen/ops/geqrf_native.h' 2022-12-01T10:09:25.3777751Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2022-12-01T10:09:25.3779352Z adding 'torch/include/ATen/ops/ger.h' 2022-12-01T10:09:25.3780833Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3782205Z adding 'torch/include/ATen/ops/ger_native.h' 2022-12-01T10:09:25.3783772Z adding 'torch/include/ATen/ops/ger_ops.h' 2022-12-01T10:09:25.3785263Z adding 'torch/include/ATen/ops/glu.h' 2022-12-01T10:09:25.3786773Z adding 'torch/include/ATen/ops/glu_backward.h' 2022-12-01T10:09:25.3788318Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2022-12-01T10:09:25.3789802Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2022-12-01T10:09:25.3791326Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2022-12-01T10:09:25.3792962Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3794501Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2022-12-01T10:09:25.3796138Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2022-12-01T10:09:25.3797750Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2022-12-01T10:09:25.3799359Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2022-12-01T10:09:25.3800920Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2022-12-01T10:09:25.3802503Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2022-12-01T10:09:25.3804146Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3805508Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2022-12-01T10:09:25.3807013Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2022-12-01T10:09:25.3808500Z adding 'torch/include/ATen/ops/glu_jvp.h' 2022-12-01T10:09:25.3810096Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3811486Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2022-12-01T10:09:25.3812925Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2022-12-01T10:09:25.3814323Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2022-12-01T10:09:25.3816028Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2022-12-01T10:09:25.3817316Z adding 'torch/include/ATen/ops/glu_meta.h' 2022-12-01T10:09:25.3818799Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2022-12-01T10:09:25.3820184Z adding 'torch/include/ATen/ops/glu_native.h' 2022-12-01T10:09:25.3821730Z adding 'torch/include/ATen/ops/glu_ops.h' 2022-12-01T10:09:25.3823379Z adding 'torch/include/ATen/ops/gradient.h' 2022-12-01T10:09:25.3825062Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3826524Z adding 'torch/include/ATen/ops/gradient_native.h' 2022-12-01T10:09:25.3828366Z adding 'torch/include/ATen/ops/gradient_ops.h' 2022-12-01T10:09:25.3830118Z adding 'torch/include/ATen/ops/greater.h' 2022-12-01T10:09:25.3831773Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3833269Z adding 'torch/include/ATen/ops/greater_equal.h' 2022-12-01T10:09:25.3835140Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3836606Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2022-12-01T10:09:25.3838377Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2022-12-01T10:09:25.3839891Z adding 'torch/include/ATen/ops/greater_native.h' 2022-12-01T10:09:25.3841566Z adding 'torch/include/ATen/ops/greater_ops.h' 2022-12-01T10:09:25.3843165Z adding 'torch/include/ATen/ops/grid_sampler.h' 2022-12-01T10:09:25.3844720Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2022-12-01T10:09:25.3846314Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2022-12-01T10:09:25.3847992Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3849392Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.3850878Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.3852380Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2022-12-01T10:09:25.3854263Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2022-12-01T10:09:25.3855859Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3857229Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2022-12-01T10:09:25.3858683Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2022-12-01T10:09:25.3860117Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2022-12-01T10:09:25.3861735Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2022-12-01T10:09:25.3863290Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2022-12-01T10:09:25.3864950Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2022-12-01T10:09:25.3866621Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3868102Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.3869580Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.3871037Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2022-12-01T10:09:25.3872676Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2022-12-01T10:09:25.3874382Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3876030Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2022-12-01T10:09:25.3877492Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2022-12-01T10:09:25.3878941Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2022-12-01T10:09:25.3880513Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2022-12-01T10:09:25.3882136Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3883527Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2022-12-01T10:09:25.3885236Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2022-12-01T10:09:25.3886601Z adding 'torch/include/ATen/ops/group_norm.h' 2022-12-01T10:09:25.3888225Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3889548Z adding 'torch/include/ATen/ops/group_norm_native.h' 2022-12-01T10:09:25.3891085Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2022-12-01T10:09:25.3892594Z adding 'torch/include/ATen/ops/gru.h' 2022-12-01T10:09:25.3894094Z adding 'torch/include/ATen/ops/gru_cell.h' 2022-12-01T10:09:25.3895704Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3897018Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2022-12-01T10:09:25.3898531Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2022-12-01T10:09:25.3900167Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.3901537Z adding 'torch/include/ATen/ops/gru_native.h' 2022-12-01T10:09:25.3903175Z adding 'torch/include/ATen/ops/gru_ops.h' 2022-12-01T10:09:25.3904752Z adding 'torch/include/ATen/ops/gt.h' 2022-12-01T10:09:25.3906430Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3907822Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2022-12-01T10:09:25.3909308Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2022-12-01T10:09:25.3910768Z adding 'torch/include/ATen/ops/gt_meta.h' 2022-12-01T10:09:25.3912318Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2022-12-01T10:09:25.3913737Z adding 'torch/include/ATen/ops/gt_native.h' 2022-12-01T10:09:25.3915803Z adding 'torch/include/ATen/ops/gt_ops.h' 2022-12-01T10:09:25.3917748Z adding 'torch/include/ATen/ops/hamming_window.h' 2022-12-01T10:09:25.3920547Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3922038Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2022-12-01T10:09:25.3924083Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2022-12-01T10:09:25.3926114Z adding 'torch/include/ATen/ops/hann_window.h' 2022-12-01T10:09:25.3927942Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3929394Z adding 'torch/include/ATen/ops/hann_window_native.h' 2022-12-01T10:09:25.3931095Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2022-12-01T10:09:25.3932774Z adding 'torch/include/ATen/ops/hardshrink.h' 2022-12-01T10:09:25.3934295Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2022-12-01T10:09:25.3936112Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3937478Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2022-12-01T10:09:25.3939114Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2022-12-01T10:09:25.3940479Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2022-12-01T10:09:25.3941991Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2022-12-01T10:09:25.3943435Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2022-12-01T10:09:25.3945152Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2022-12-01T10:09:25.3946805Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3948324Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2022-12-01T10:09:25.3949818Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2022-12-01T10:09:25.3951303Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2022-12-01T10:09:25.3953259Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2022-12-01T10:09:25.3954612Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2022-12-01T10:09:25.3956400Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2022-12-01T10:09:25.3957815Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2022-12-01T10:09:25.3959285Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2022-12-01T10:09:25.3961154Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3962575Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2022-12-01T10:09:25.3964017Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2022-12-01T10:09:25.3965425Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2022-12-01T10:09:25.3966879Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2022-12-01T10:09:25.3968294Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2022-12-01T10:09:25.3969841Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2022-12-01T10:09:25.3971484Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.3972853Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2022-12-01T10:09:25.3974277Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2022-12-01T10:09:25.3975682Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2022-12-01T10:09:25.3977109Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2022-12-01T10:09:25.3978502Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2022-12-01T10:09:25.3980046Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2022-12-01T10:09:25.3981535Z adding 'torch/include/ATen/ops/hardswish.h' 2022-12-01T10:09:25.3983044Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2022-12-01T10:09:25.3984665Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.3986074Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2022-12-01T10:09:25.3987478Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2022-12-01T10:09:25.3988862Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2022-12-01T10:09:25.3990403Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2022-12-01T10:09:25.3991892Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2022-12-01T10:09:25.3993347Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2022-12-01T10:09:25.3994839Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2022-12-01T10:09:25.3996532Z adding 'torch/include/ATen/ops/hardswish_native.h' 2022-12-01T10:09:25.3998022Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2022-12-01T10:09:25.3999579Z adding 'torch/include/ATen/ops/hardtanh.h' 2022-12-01T10:09:25.4001120Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2022-12-01T10:09:25.4002664Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2022-12-01T10:09:25.4004145Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2022-12-01T10:09:25.4005562Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2022-12-01T10:09:25.4007128Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2022-12-01T10:09:25.4008691Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2022-12-01T10:09:25.4010173Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2022-12-01T10:09:25.4011629Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2022-12-01T10:09:25.4013037Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2022-12-01T10:09:25.4014650Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2022-12-01T10:09:25.4016160Z adding 'torch/include/ATen/ops/heaviside.h' 2022-12-01T10:09:25.4017749Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4019132Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2022-12-01T10:09:25.4020615Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2022-12-01T10:09:25.4022041Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2022-12-01T10:09:25.4023511Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2022-12-01T10:09:25.4024910Z adding 'torch/include/ATen/ops/heaviside_native.h' 2022-12-01T10:09:25.4026438Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2022-12-01T10:09:25.4027936Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2022-12-01T10:09:25.4029499Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4030887Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2022-12-01T10:09:25.4032418Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2022-12-01T10:09:25.4033876Z adding 'torch/include/ATen/ops/histc.h' 2022-12-01T10:09:25.4035620Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2022-12-01T10:09:25.4037117Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2022-12-01T10:09:25.4038544Z adding 'torch/include/ATen/ops/histc_native.h' 2022-12-01T10:09:25.4040118Z adding 'torch/include/ATen/ops/histc_ops.h' 2022-12-01T10:09:25.4041788Z adding 'torch/include/ATen/ops/histogram.h' 2022-12-01T10:09:25.4043421Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2022-12-01T10:09:25.4044928Z adding 'torch/include/ATen/ops/histogram_native.h' 2022-12-01T10:09:25.4046703Z adding 'torch/include/ATen/ops/histogram_ops.h' 2022-12-01T10:09:25.4048368Z adding 'torch/include/ATen/ops/histogramdd.h' 2022-12-01T10:09:25.4049989Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4051378Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2022-12-01T10:09:25.4053055Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2022-12-01T10:09:25.4054747Z adding 'torch/include/ATen/ops/hsplit.h' 2022-12-01T10:09:25.4056321Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4057666Z adding 'torch/include/ATen/ops/hsplit_native.h' 2022-12-01T10:09:25.4059191Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2022-12-01T10:09:25.4060661Z adding 'torch/include/ATen/ops/hspmm.h' 2022-12-01T10:09:25.4062109Z adding 'torch/include/ATen/ops/hspmm_native.h' 2022-12-01T10:09:25.4063650Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2022-12-01T10:09:25.4065143Z adding 'torch/include/ATen/ops/hstack.h' 2022-12-01T10:09:25.4066689Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4068051Z adding 'torch/include/ATen/ops/hstack_native.h' 2022-12-01T10:09:25.4069583Z adding 'torch/include/ATen/ops/hstack_ops.h' 2022-12-01T10:09:25.4071163Z adding 'torch/include/ATen/ops/huber_loss.h' 2022-12-01T10:09:25.4072631Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2022-12-01T10:09:25.4074217Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4075854Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2022-12-01T10:09:25.4077414Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2022-12-01T10:09:25.4078827Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2022-12-01T10:09:25.4080441Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2022-12-01T10:09:25.4081991Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2022-12-01T10:09:25.4083493Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2022-12-01T10:09:25.4084906Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2022-12-01T10:09:25.4086481Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2022-12-01T10:09:25.4087945Z adding 'torch/include/ATen/ops/hypot.h' 2022-12-01T10:09:25.4089569Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4090966Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2022-12-01T10:09:25.4092457Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2022-12-01T10:09:25.4093893Z adding 'torch/include/ATen/ops/hypot_meta.h' 2022-12-01T10:09:25.4095343Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2022-12-01T10:09:25.4096731Z adding 'torch/include/ATen/ops/hypot_native.h' 2022-12-01T10:09:25.4098268Z adding 'torch/include/ATen/ops/hypot_ops.h' 2022-12-01T10:09:25.4099770Z adding 'torch/include/ATen/ops/i0.h' 2022-12-01T10:09:25.4101359Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4102739Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2022-12-01T10:09:25.4104212Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2022-12-01T10:09:25.4105602Z adding 'torch/include/ATen/ops/i0_meta.h' 2022-12-01T10:09:25.4107054Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2022-12-01T10:09:25.4108463Z adding 'torch/include/ATen/ops/i0_native.h' 2022-12-01T10:09:25.4110004Z adding 'torch/include/ATen/ops/i0_ops.h' 2022-12-01T10:09:25.4111495Z adding 'torch/include/ATen/ops/igamma.h' 2022-12-01T10:09:25.4113099Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4114546Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2022-12-01T10:09:25.4116345Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2022-12-01T10:09:25.4118023Z adding 'torch/include/ATen/ops/igamma_meta.h' 2022-12-01T10:09:25.4119814Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2022-12-01T10:09:25.4121123Z adding 'torch/include/ATen/ops/igamma_native.h' 2022-12-01T10:09:25.4122838Z adding 'torch/include/ATen/ops/igamma_ops.h' 2022-12-01T10:09:25.4124241Z adding 'torch/include/ATen/ops/igammac.h' 2022-12-01T10:09:25.4125734Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4127053Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2022-12-01T10:09:25.4128424Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2022-12-01T10:09:25.4129831Z adding 'torch/include/ATen/ops/igammac_meta.h' 2022-12-01T10:09:25.4131240Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2022-12-01T10:09:25.4132581Z adding 'torch/include/ATen/ops/igammac_native.h' 2022-12-01T10:09:25.4134175Z adding 'torch/include/ATen/ops/igammac_ops.h' 2022-12-01T10:09:25.4135856Z adding 'torch/include/ATen/ops/im2col.h' 2022-12-01T10:09:25.4137278Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2022-12-01T10:09:25.4138703Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2022-12-01T10:09:25.4140264Z adding 'torch/include/ATen/ops/im2col_native.h' 2022-12-01T10:09:25.4141855Z adding 'torch/include/ATen/ops/im2col_ops.h' 2022-12-01T10:09:25.4143407Z adding 'torch/include/ATen/ops/imag.h' 2022-12-01T10:09:25.4144868Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4146389Z adding 'torch/include/ATen/ops/imag_native.h' 2022-12-01T10:09:25.4147859Z adding 'torch/include/ATen/ops/imag_ops.h' 2022-12-01T10:09:25.4149293Z adding 'torch/include/ATen/ops/index.h' 2022-12-01T10:09:25.4150864Z adding 'torch/include/ATen/ops/index_add.h' 2022-12-01T10:09:25.4152518Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4154036Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4155970Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2022-12-01T10:09:25.4157609Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2022-12-01T10:09:25.4159246Z adding 'torch/include/ATen/ops/index_add_meta.h' 2022-12-01T10:09:25.4160894Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2022-12-01T10:09:25.4162425Z adding 'torch/include/ATen/ops/index_add_native.h' 2022-12-01T10:09:25.4164426Z adding 'torch/include/ATen/ops/index_add_ops.h' 2022-12-01T10:09:25.4166124Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4167561Z adding 'torch/include/ATen/ops/index_copy.h' 2022-12-01T10:09:25.4169202Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4170666Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4172130Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2022-12-01T10:09:25.4173945Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2022-12-01T10:09:25.4175375Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2022-12-01T10:09:25.4177008Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2022-12-01T10:09:25.4178519Z adding 'torch/include/ATen/ops/index_copy_native.h' 2022-12-01T10:09:25.4180369Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2022-12-01T10:09:25.4182135Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2022-12-01T10:09:25.4183739Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2022-12-01T10:09:25.4185487Z adding 'torch/include/ATen/ops/index_fill.h' 2022-12-01T10:09:25.4187510Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4189031Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4190580Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2022-12-01T10:09:25.4192386Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2022-12-01T10:09:25.4194126Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2022-12-01T10:09:25.4196028Z adding 'torch/include/ATen/ops/index_fill_native.h' 2022-12-01T10:09:25.4198118Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2022-12-01T10:09:25.4200066Z adding 'torch/include/ATen/ops/index_meta.h' 2022-12-01T10:09:25.4201969Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2022-12-01T10:09:25.4203532Z adding 'torch/include/ATen/ops/index_native.h' 2022-12-01T10:09:25.4205141Z adding 'torch/include/ATen/ops/index_ops.h' 2022-12-01T10:09:25.4206721Z adding 'torch/include/ATen/ops/index_put.h' 2022-12-01T10:09:25.4208553Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4210295Z adding 'torch/include/ATen/ops/index_put_native.h' 2022-12-01T10:09:25.4211851Z adding 'torch/include/ATen/ops/index_put_ops.h' 2022-12-01T10:09:25.4213463Z adding 'torch/include/ATen/ops/index_reduce.h' 2022-12-01T10:09:25.4215194Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4216753Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2022-12-01T10:09:25.4218370Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2022-12-01T10:09:25.4220025Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2022-12-01T10:09:25.4221662Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2022-12-01T10:09:25.4223265Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2022-12-01T10:09:25.4225072Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2022-12-01T10:09:25.4226711Z adding 'torch/include/ATen/ops/index_select.h' 2022-12-01T10:09:25.4228343Z adding 'torch/include/ATen/ops/index_select_backward.h' 2022-12-01T10:09:25.4230202Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4231564Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2022-12-01T10:09:25.4233115Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2022-12-01T10:09:25.4234831Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4236419Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2022-12-01T10:09:25.4237979Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2022-12-01T10:09:25.4239637Z adding 'torch/include/ATen/ops/index_select_native.h' 2022-12-01T10:09:25.4241352Z adding 'torch/include/ATen/ops/index_select_ops.h' 2022-12-01T10:09:25.4242887Z adding 'torch/include/ATen/ops/indices.h' 2022-12-01T10:09:25.4244372Z adding 'torch/include/ATen/ops/indices_copy.h' 2022-12-01T10:09:25.4246013Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4247481Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4248821Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2022-12-01T10:09:25.4250542Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2022-12-01T10:09:25.4252059Z adding 'torch/include/ATen/ops/indices_native.h' 2022-12-01T10:09:25.4253721Z adding 'torch/include/ATen/ops/indices_ops.h' 2022-12-01T10:09:25.4255470Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2022-12-01T10:09:25.4257076Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4258507Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2022-12-01T10:09:25.4260176Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2022-12-01T10:09:25.4261728Z adding 'torch/include/ATen/ops/inner.h' 2022-12-01T10:09:25.4263406Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4264817Z adding 'torch/include/ATen/ops/inner_native.h' 2022-12-01T10:09:25.4266552Z adding 'torch/include/ATen/ops/inner_ops.h' 2022-12-01T10:09:25.4268383Z adding 'torch/include/ATen/ops/instance_norm.h' 2022-12-01T10:09:25.4270069Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4271585Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2022-12-01T10:09:25.4273305Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2022-12-01T10:09:25.4275191Z adding 'torch/include/ATen/ops/int_repr.h' 2022-12-01T10:09:25.4277154Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4278700Z adding 'torch/include/ATen/ops/int_repr_native.h' 2022-12-01T10:09:25.4280989Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2022-12-01T10:09:25.4282694Z adding 'torch/include/ATen/ops/inverse.h' 2022-12-01T10:09:25.4284519Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4286020Z adding 'torch/include/ATen/ops/inverse_native.h' 2022-12-01T10:09:25.4287727Z adding 'torch/include/ATen/ops/inverse_ops.h' 2022-12-01T10:09:25.4289278Z adding 'torch/include/ATen/ops/is_coalesced.h' 2022-12-01T10:09:25.4290835Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2022-12-01T10:09:25.4292446Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2022-12-01T10:09:25.4293998Z adding 'torch/include/ATen/ops/is_complex.h' 2022-12-01T10:09:25.4295729Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4297168Z adding 'torch/include/ATen/ops/is_complex_native.h' 2022-12-01T10:09:25.4298854Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2022-12-01T10:09:25.4300533Z adding 'torch/include/ATen/ops/is_conj.h' 2022-12-01T10:09:25.4302252Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4303625Z adding 'torch/include/ATen/ops/is_conj_native.h' 2022-12-01T10:09:25.4305262Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2022-12-01T10:09:25.4306870Z adding 'torch/include/ATen/ops/is_distributed.h' 2022-12-01T10:09:25.4308574Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4310032Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2022-12-01T10:09:25.4311646Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2022-12-01T10:09:25.4313246Z adding 'torch/include/ATen/ops/is_floating_point.h' 2022-12-01T10:09:25.4315191Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4316837Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2022-12-01T10:09:25.4318455Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2022-12-01T10:09:25.4320085Z adding 'torch/include/ATen/ops/is_inference.h' 2022-12-01T10:09:25.4321799Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4323242Z adding 'torch/include/ATen/ops/is_inference_native.h' 2022-12-01T10:09:25.4324904Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2022-12-01T10:09:25.4326408Z adding 'torch/include/ATen/ops/is_leaf.h' 2022-12-01T10:09:25.4328158Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4329643Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2022-12-01T10:09:25.4331292Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2022-12-01T10:09:25.4332817Z adding 'torch/include/ATen/ops/is_neg.h' 2022-12-01T10:09:25.4334596Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4336060Z adding 'torch/include/ATen/ops/is_neg_native.h' 2022-12-01T10:09:25.4337687Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2022-12-01T10:09:25.4339269Z adding 'torch/include/ATen/ops/is_nonzero.h' 2022-12-01T10:09:25.4341024Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4342451Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2022-12-01T10:09:25.4344342Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2022-12-01T10:09:25.4345931Z adding 'torch/include/ATen/ops/is_pinned.h' 2022-12-01T10:09:25.4347710Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4349272Z adding 'torch/include/ATen/ops/is_pinned_cuda_dispatch.h' 2022-12-01T10:09:25.4350804Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2022-12-01T10:09:25.4352490Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2022-12-01T10:09:25.4354052Z adding 'torch/include/ATen/ops/is_same_size.h' 2022-12-01T10:09:25.4355990Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4357594Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2022-12-01T10:09:25.4359262Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2022-12-01T10:09:25.4360831Z adding 'torch/include/ATen/ops/is_set_to.h' 2022-12-01T10:09:25.4362499Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2022-12-01T10:09:25.4364103Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2022-12-01T10:09:25.4365647Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2022-12-01T10:09:25.4367318Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2022-12-01T10:09:25.4368890Z adding 'torch/include/ATen/ops/is_signed.h' 2022-12-01T10:09:25.4370667Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4372125Z adding 'torch/include/ATen/ops/is_signed_native.h' 2022-12-01T10:09:25.4373744Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2022-12-01T10:09:25.4375361Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2022-12-01T10:09:25.4377097Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4378637Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2022-12-01T10:09:25.4380165Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2022-12-01T10:09:25.4381755Z adding 'torch/include/ATen/ops/isclose.h' 2022-12-01T10:09:25.4383818Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4385322Z adding 'torch/include/ATen/ops/isclose_native.h' 2022-12-01T10:09:25.4387077Z adding 'torch/include/ATen/ops/isclose_ops.h' 2022-12-01T10:09:25.4388674Z adding 'torch/include/ATen/ops/isfinite.h' 2022-12-01T10:09:25.4390481Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4391960Z adding 'torch/include/ATen/ops/isfinite_native.h' 2022-12-01T10:09:25.4393590Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2022-12-01T10:09:25.4395626Z adding 'torch/include/ATen/ops/isin.h' 2022-12-01T10:09:25.4397558Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4399192Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2022-12-01T10:09:25.4400924Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2022-12-01T10:09:25.4402558Z adding 'torch/include/ATen/ops/isin_meta.h' 2022-12-01T10:09:25.4405191Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2022-12-01T10:09:25.4411436Z adding 'torch/include/ATen/ops/isin_native.h' 2022-12-01T10:09:25.4413530Z adding 'torch/include/ATen/ops/isin_ops.h' 2022-12-01T10:09:25.4415148Z adding 'torch/include/ATen/ops/isinf.h' 2022-12-01T10:09:25.4416901Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4418266Z adding 'torch/include/ATen/ops/isinf_native.h' 2022-12-01T10:09:25.4420012Z adding 'torch/include/ATen/ops/isinf_ops.h' 2022-12-01T10:09:25.4421594Z adding 'torch/include/ATen/ops/isnan.h' 2022-12-01T10:09:25.4423407Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4424856Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2022-12-01T10:09:25.4426522Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2022-12-01T10:09:25.4427938Z adding 'torch/include/ATen/ops/isnan_native.h' 2022-12-01T10:09:25.4429329Z adding 'torch/include/ATen/ops/isnan_ops.h' 2022-12-01T10:09:25.4430943Z adding 'torch/include/ATen/ops/isneginf.h' 2022-12-01T10:09:25.4432686Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4434031Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2022-12-01T10:09:25.4435792Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2022-12-01T10:09:25.4437407Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2022-12-01T10:09:25.4438941Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2022-12-01T10:09:25.4440494Z adding 'torch/include/ATen/ops/isneginf_native.h' 2022-12-01T10:09:25.4442115Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2022-12-01T10:09:25.4443679Z adding 'torch/include/ATen/ops/isposinf.h' 2022-12-01T10:09:25.4445495Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4446816Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2022-12-01T10:09:25.4448350Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2022-12-01T10:09:25.4449868Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2022-12-01T10:09:25.4451438Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2022-12-01T10:09:25.4452918Z adding 'torch/include/ATen/ops/isposinf_native.h' 2022-12-01T10:09:25.4454629Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2022-12-01T10:09:25.4456164Z adding 'torch/include/ATen/ops/isreal.h' 2022-12-01T10:09:25.4457927Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4459199Z adding 'torch/include/ATen/ops/isreal_native.h' 2022-12-01T10:09:25.4460665Z adding 'torch/include/ATen/ops/isreal_ops.h' 2022-12-01T10:09:25.4462356Z adding 'torch/include/ATen/ops/istft.h' 2022-12-01T10:09:25.4463860Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4465094Z adding 'torch/include/ATen/ops/istft_native.h' 2022-12-01T10:09:25.4466625Z adding 'torch/include/ATen/ops/istft_ops.h' 2022-12-01T10:09:25.4467958Z adding 'torch/include/ATen/ops/item.h' 2022-12-01T10:09:25.4469441Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4471018Z adding 'torch/include/ATen/ops/item_native.h' 2022-12-01T10:09:25.4472343Z adding 'torch/include/ATen/ops/item_ops.h' 2022-12-01T10:09:25.4474093Z adding 'torch/include/ATen/ops/kaiser_window.h' 2022-12-01T10:09:25.4476263Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4477757Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2022-12-01T10:09:25.4479579Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2022-12-01T10:09:25.4481192Z adding 'torch/include/ATen/ops/kl_div.h' 2022-12-01T10:09:25.4482744Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4484088Z adding 'torch/include/ATen/ops/kl_div_native.h' 2022-12-01T10:09:25.4485619Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2022-12-01T10:09:25.4487140Z adding 'torch/include/ATen/ops/kron.h' 2022-12-01T10:09:25.4488719Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4490068Z adding 'torch/include/ATen/ops/kron_native.h' 2022-12-01T10:09:25.4491613Z adding 'torch/include/ATen/ops/kron_ops.h' 2022-12-01T10:09:25.4493252Z adding 'torch/include/ATen/ops/kthvalue.h' 2022-12-01T10:09:25.4494900Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4496419Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4497890Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2022-12-01T10:09:25.4499378Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2022-12-01T10:09:25.4500880Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2022-12-01T10:09:25.4502585Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2022-12-01T10:09:25.4504106Z adding 'torch/include/ATen/ops/l1_loss.h' 2022-12-01T10:09:25.4505663Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4507009Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2022-12-01T10:09:25.4508502Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2022-12-01T10:09:25.4510009Z adding 'torch/include/ATen/ops/layer_norm.h' 2022-12-01T10:09:25.4511621Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4513004Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2022-12-01T10:09:25.4514585Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2022-12-01T10:09:25.4516260Z adding 'torch/include/ATen/ops/lcm.h' 2022-12-01T10:09:25.4517931Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4519310Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2022-12-01T10:09:25.4520778Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2022-12-01T10:09:25.4522179Z adding 'torch/include/ATen/ops/lcm_meta.h' 2022-12-01T10:09:25.4523683Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2022-12-01T10:09:25.4525084Z adding 'torch/include/ATen/ops/lcm_native.h' 2022-12-01T10:09:25.4526647Z adding 'torch/include/ATen/ops/lcm_ops.h' 2022-12-01T10:09:25.4528184Z adding 'torch/include/ATen/ops/ldexp.h' 2022-12-01T10:09:25.4529754Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4531108Z adding 'torch/include/ATen/ops/ldexp_native.h' 2022-12-01T10:09:25.4532694Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2022-12-01T10:09:25.4534239Z adding 'torch/include/ATen/ops/le.h' 2022-12-01T10:09:25.4535938Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4537346Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2022-12-01T10:09:25.4538962Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2022-12-01T10:09:25.4540317Z adding 'torch/include/ATen/ops/le_meta.h' 2022-12-01T10:09:25.4541818Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2022-12-01T10:09:25.4543286Z adding 'torch/include/ATen/ops/le_native.h' 2022-12-01T10:09:25.4544999Z adding 'torch/include/ATen/ops/le_ops.h' 2022-12-01T10:09:25.4546656Z adding 'torch/include/ATen/ops/leaky_relu.h' 2022-12-01T10:09:25.4548267Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2022-12-01T10:09:25.4550021Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4551396Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2022-12-01T10:09:25.4552895Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2022-12-01T10:09:25.4554448Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2022-12-01T10:09:25.4556127Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2022-12-01T10:09:25.4557513Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2022-12-01T10:09:25.4559099Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2022-12-01T10:09:25.4560729Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4562063Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2022-12-01T10:09:25.4563520Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2022-12-01T10:09:25.4564901Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2022-12-01T10:09:25.4566348Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2022-12-01T10:09:25.4567756Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2022-12-01T10:09:25.4569300Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2022-12-01T10:09:25.4570891Z adding 'torch/include/ATen/ops/lerp.h' 2022-12-01T10:09:25.4572547Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4573906Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2022-12-01T10:09:25.4575376Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2022-12-01T10:09:25.4576752Z adding 'torch/include/ATen/ops/lerp_meta.h' 2022-12-01T10:09:25.4578257Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2022-12-01T10:09:25.4579655Z adding 'torch/include/ATen/ops/lerp_native.h' 2022-12-01T10:09:25.4581351Z adding 'torch/include/ATen/ops/lerp_ops.h' 2022-12-01T10:09:25.4582977Z adding 'torch/include/ATen/ops/less.h' 2022-12-01T10:09:25.4584605Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4586030Z adding 'torch/include/ATen/ops/less_equal.h' 2022-12-01T10:09:25.4587626Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4588982Z adding 'torch/include/ATen/ops/less_equal_native.h' 2022-12-01T10:09:25.4590649Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2022-12-01T10:09:25.4592139Z adding 'torch/include/ATen/ops/less_native.h' 2022-12-01T10:09:25.4593871Z adding 'torch/include/ATen/ops/less_ops.h' 2022-12-01T10:09:25.4595677Z adding 'torch/include/ATen/ops/lgamma.h' 2022-12-01T10:09:25.4597349Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4598756Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2022-12-01T10:09:25.4600200Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2022-12-01T10:09:25.4601606Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2022-12-01T10:09:25.4603081Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2022-12-01T10:09:25.4604466Z adding 'torch/include/ATen/ops/lgamma_native.h' 2022-12-01T10:09:25.4606009Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2022-12-01T10:09:25.4607519Z adding 'torch/include/ATen/ops/lift.h' 2022-12-01T10:09:25.4609123Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4610478Z adding 'torch/include/ATen/ops/lift_fresh.h' 2022-12-01T10:09:25.4612133Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4613417Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2022-12-01T10:09:25.4614972Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4616298Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2022-12-01T10:09:25.4617806Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2022-12-01T10:09:25.4619229Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2022-12-01T10:09:25.4620728Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2022-12-01T10:09:25.4622096Z adding 'torch/include/ATen/ops/lift_native.h' 2022-12-01T10:09:25.4623623Z adding 'torch/include/ATen/ops/lift_ops.h' 2022-12-01T10:09:25.4625126Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2022-12-01T10:09:25.4626708Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4628141Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2022-12-01T10:09:25.4629824Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4631201Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2022-12-01T10:09:25.4632724Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2022-12-01T10:09:25.4634152Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2022-12-01T10:09:25.4635826Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2022-12-01T10:09:25.4637388Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2022-12-01T10:09:25.4638972Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2022-12-01T10:09:25.4640441Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2022-12-01T10:09:25.4641965Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2022-12-01T10:09:25.4643526Z adding 'torch/include/ATen/ops/linalg_cond.h' 2022-12-01T10:09:25.4645242Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4647290Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2022-12-01T10:09:25.4649005Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2022-12-01T10:09:25.4651124Z adding 'torch/include/ATen/ops/linalg_cross.h' 2022-12-01T10:09:25.4652465Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4653770Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2022-12-01T10:09:25.4655252Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2022-12-01T10:09:25.4656652Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2022-12-01T10:09:25.4658210Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2022-12-01T10:09:25.4659672Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2022-12-01T10:09:25.4661185Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2022-12-01T10:09:25.4662663Z adding 'torch/include/ATen/ops/linalg_det.h' 2022-12-01T10:09:25.4664223Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4665642Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2022-12-01T10:09:25.4667122Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2022-12-01T10:09:25.4668606Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2022-12-01T10:09:25.4670173Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4671515Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2022-12-01T10:09:25.4673029Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2022-12-01T10:09:25.4674596Z adding 'torch/include/ATen/ops/linalg_eig.h' 2022-12-01T10:09:25.4676298Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2022-12-01T10:09:25.4677813Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2022-12-01T10:09:25.4679254Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2022-12-01T10:09:25.4680789Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2022-12-01T10:09:25.4682375Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2022-12-01T10:09:25.4684112Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4685447Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2022-12-01T10:09:25.4686979Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2022-12-01T10:09:25.4688490Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2022-12-01T10:09:25.4690123Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4691433Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2022-12-01T10:09:25.4692949Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2022-12-01T10:09:25.4694477Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2022-12-01T10:09:25.4696113Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4697479Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2022-12-01T10:09:25.4698984Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2022-12-01T10:09:25.4700562Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2022-12-01T10:09:25.4702129Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2022-12-01T10:09:25.4703581Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2022-12-01T10:09:25.4704977Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2022-12-01T10:09:25.4706542Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2022-12-01T10:09:25.4708030Z adding 'torch/include/ATen/ops/linalg_inv.h' 2022-12-01T10:09:25.4709524Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4710991Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2022-12-01T10:09:25.4712674Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4714106Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2022-12-01T10:09:25.4715763Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2022-12-01T10:09:25.4717127Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2022-12-01T10:09:25.4718619Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2022-12-01T10:09:25.4720064Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2022-12-01T10:09:25.4721609Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2022-12-01T10:09:25.4723038Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2022-12-01T10:09:25.4724550Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2022-12-01T10:09:25.4726071Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2022-12-01T10:09:25.4727666Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4729138Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2022-12-01T10:09:25.4730801Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4732344Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2022-12-01T10:09:25.4733768Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2022-12-01T10:09:25.4735170Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2022-12-01T10:09:25.4736710Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2022-12-01T10:09:25.4738146Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2022-12-01T10:09:25.4739747Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2022-12-01T10:09:25.4741402Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2022-12-01T10:09:25.4743161Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2022-12-01T10:09:25.4744638Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2022-12-01T10:09:25.4746484Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4748060Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2022-12-01T10:09:25.4749703Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2022-12-01T10:09:25.4751321Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2022-12-01T10:09:25.4752880Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2022-12-01T10:09:25.4754569Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2022-12-01T10:09:25.4756541Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2022-12-01T10:09:25.4758363Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2022-12-01T10:09:25.4760323Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4761985Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2022-12-01T10:09:25.4763654Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2022-12-01T10:09:25.4765290Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2022-12-01T10:09:25.4767111Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2022-12-01T10:09:25.4768859Z adding 'torch/include/ATen/ops/linalg_lu.h' 2022-12-01T10:09:25.4770653Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4772261Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2022-12-01T10:09:25.4773870Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2022-12-01T10:09:25.4775532Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2022-12-01T10:09:25.4777565Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4779285Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2022-12-01T10:09:25.4781095Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4782668Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2022-12-01T10:09:25.4784341Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2022-12-01T10:09:25.4785924Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2022-12-01T10:09:25.4787593Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2022-12-01T10:09:25.4789167Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2022-12-01T10:09:25.4790961Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2022-12-01T10:09:25.4792670Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2022-12-01T10:09:25.4794517Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2022-12-01T10:09:25.4796601Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2022-12-01T10:09:25.4798464Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2022-12-01T10:09:25.4799926Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2022-12-01T10:09:25.4801673Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2022-12-01T10:09:25.4803388Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2022-12-01T10:09:25.4805195Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4806768Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2022-12-01T10:09:25.4808457Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2022-12-01T10:09:25.4810018Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2022-12-01T10:09:25.4811702Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2022-12-01T10:09:25.4813211Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2022-12-01T10:09:25.4814951Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2022-12-01T10:09:25.4816604Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2022-12-01T10:09:25.4818375Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4819899Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2022-12-01T10:09:25.4821641Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2022-12-01T10:09:25.4823311Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2022-12-01T10:09:25.4825045Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4826618Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2022-12-01T10:09:25.4828299Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2022-12-01T10:09:25.4829757Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2022-12-01T10:09:25.4831465Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2022-12-01T10:09:25.4833299Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2022-12-01T10:09:25.4835505Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4837067Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2022-12-01T10:09:25.4839002Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2022-12-01T10:09:25.4840709Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2022-12-01T10:09:25.4842460Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4843944Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2022-12-01T10:09:25.4845906Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2022-12-01T10:09:25.4847798Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2022-12-01T10:09:25.4849733Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4851373Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2022-12-01T10:09:25.4853499Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2022-12-01T10:09:25.4855337Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2022-12-01T10:09:25.4857112Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4858615Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2022-12-01T10:09:25.4860300Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2022-12-01T10:09:25.4862056Z adding 'torch/include/ATen/ops/linalg_norm.h' 2022-12-01T10:09:25.4863978Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4865628Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2022-12-01T10:09:25.4867539Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2022-12-01T10:09:25.4869588Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2022-12-01T10:09:25.4871467Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4873175Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4875065Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4876701Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2022-12-01T10:09:25.4878803Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2022-12-01T10:09:25.4880684Z adding 'torch/include/ATen/ops/linalg_qr.h' 2022-12-01T10:09:25.4882495Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4884139Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2022-12-01T10:09:25.4885745Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2022-12-01T10:09:25.4887331Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2022-12-01T10:09:25.4888990Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2022-12-01T10:09:25.4890584Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2022-12-01T10:09:25.4892356Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2022-12-01T10:09:25.4894068Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2022-12-01T10:09:25.4895885Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4897563Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2022-12-01T10:09:25.4900062Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2022-12-01T10:09:25.4901045Z adding 'torch/include/ATen/ops/linalg_solve.h' 2022-12-01T10:09:25.4902835Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4904066Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2022-12-01T10:09:25.4905758Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4907104Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2022-12-01T10:09:25.4908593Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2022-12-01T10:09:25.4910085Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2022-12-01T10:09:25.4911929Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2022-12-01T10:09:25.4913317Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2022-12-01T10:09:25.4915172Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2022-12-01T10:09:25.4916481Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2022-12-01T10:09:25.4917984Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2022-12-01T10:09:25.4919658Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2022-12-01T10:09:25.4921156Z adding 'torch/include/ATen/ops/linalg_svd.h' 2022-12-01T10:09:25.4922933Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4924376Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2022-12-01T10:09:25.4926086Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2022-12-01T10:09:25.4927755Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2022-12-01T10:09:25.4929485Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4930962Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2022-12-01T10:09:25.4932532Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2022-12-01T10:09:25.4934084Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2022-12-01T10:09:25.4935664Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4937021Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2022-12-01T10:09:25.4938539Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2022-12-01T10:09:25.4940231Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2022-12-01T10:09:25.4941900Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4943308Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2022-12-01T10:09:25.4944920Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2022-12-01T10:09:25.4946449Z adding 'torch/include/ATen/ops/linalg_vander.h' 2022-12-01T10:09:25.4948060Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4949468Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2022-12-01T10:09:25.4951009Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2022-12-01T10:09:25.4952554Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2022-12-01T10:09:25.4954173Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4955781Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2022-12-01T10:09:25.4958079Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2022-12-01T10:09:25.4959687Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2022-12-01T10:09:25.4961200Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.4962447Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2022-12-01T10:09:25.4963973Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2022-12-01T10:09:25.4965412Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2022-12-01T10:09:25.4966918Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2022-12-01T10:09:25.4968460Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2022-12-01T10:09:25.4970096Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2022-12-01T10:09:25.4971624Z adding 'torch/include/ATen/ops/linear.h' 2022-12-01T10:09:25.4973230Z adding 'torch/include/ATen/ops/linear_backward.h' 2022-12-01T10:09:25.4974856Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4976310Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2022-12-01T10:09:25.4977863Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2022-12-01T10:09:25.4979553Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4981036Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.4982373Z adding 'torch/include/ATen/ops/linear_native.h' 2022-12-01T10:09:25.4983887Z adding 'torch/include/ATen/ops/linear_ops.h' 2022-12-01T10:09:25.4985502Z adding 'torch/include/ATen/ops/linspace.h' 2022-12-01T10:09:25.4987130Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.4988593Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2022-12-01T10:09:25.4990075Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2022-12-01T10:09:25.4991517Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2022-12-01T10:09:25.4992973Z adding 'torch/include/ATen/ops/linspace_native.h' 2022-12-01T10:09:25.4994861Z adding 'torch/include/ATen/ops/linspace_ops.h' 2022-12-01T10:09:25.4996671Z adding 'torch/include/ATen/ops/log.h' 2022-12-01T10:09:25.4998285Z adding 'torch/include/ATen/ops/log10.h' 2022-12-01T10:09:25.4999777Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5001146Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2022-12-01T10:09:25.5002624Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2022-12-01T10:09:25.5004145Z adding 'torch/include/ATen/ops/log10_meta.h' 2022-12-01T10:09:25.5005662Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2022-12-01T10:09:25.5007206Z adding 'torch/include/ATen/ops/log10_native.h' 2022-12-01T10:09:25.5008809Z adding 'torch/include/ATen/ops/log10_ops.h' 2022-12-01T10:09:25.5010234Z adding 'torch/include/ATen/ops/log1p.h' 2022-12-01T10:09:25.5011894Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5013190Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2022-12-01T10:09:25.5014635Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2022-12-01T10:09:25.5016020Z adding 'torch/include/ATen/ops/log1p_meta.h' 2022-12-01T10:09:25.5018248Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2022-12-01T10:09:25.5019730Z adding 'torch/include/ATen/ops/log1p_native.h' 2022-12-01T10:09:25.5021339Z adding 'torch/include/ATen/ops/log1p_ops.h' 2022-12-01T10:09:25.5022855Z adding 'torch/include/ATen/ops/log2.h' 2022-12-01T10:09:25.5024475Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5025821Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2022-12-01T10:09:25.5027275Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2022-12-01T10:09:25.5028645Z adding 'torch/include/ATen/ops/log2_meta.h' 2022-12-01T10:09:25.5030076Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2022-12-01T10:09:25.5031538Z adding 'torch/include/ATen/ops/log2_native.h' 2022-12-01T10:09:25.5033098Z adding 'torch/include/ATen/ops/log2_ops.h' 2022-12-01T10:09:25.5034846Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5036305Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2022-12-01T10:09:25.5037755Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2022-12-01T10:09:25.5039144Z adding 'torch/include/ATen/ops/log_meta.h' 2022-12-01T10:09:25.5040590Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2022-12-01T10:09:25.5041946Z adding 'torch/include/ATen/ops/log_native.h' 2022-12-01T10:09:25.5043480Z adding 'torch/include/ATen/ops/log_normal.h' 2022-12-01T10:09:25.5045110Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5046580Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2022-12-01T10:09:25.5048001Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2022-12-01T10:09:25.5049421Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2022-12-01T10:09:25.5050810Z adding 'torch/include/ATen/ops/log_normal_native.h' 2022-12-01T10:09:25.5052426Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2022-12-01T10:09:25.5054157Z adding 'torch/include/ATen/ops/log_ops.h' 2022-12-01T10:09:25.5055601Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2022-12-01T10:09:25.5057132Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2022-12-01T10:09:25.5058635Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2022-12-01T10:09:25.5060103Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2022-12-01T10:09:25.5061527Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2022-12-01T10:09:25.5063114Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2022-12-01T10:09:25.5064715Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5066142Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2022-12-01T10:09:25.5067697Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2022-12-01T10:09:25.5069183Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2022-12-01T10:09:25.5070608Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2022-12-01T10:09:25.5072161Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2022-12-01T10:09:25.5073581Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2022-12-01T10:09:25.5075245Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2022-12-01T10:09:25.5076923Z adding 'torch/include/ATen/ops/log_softmax.h' 2022-12-01T10:09:25.5078533Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5080017Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5081376Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2022-12-01T10:09:25.5083006Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2022-12-01T10:09:25.5084538Z adding 'torch/include/ATen/ops/logaddexp.h' 2022-12-01T10:09:25.5086019Z adding 'torch/include/ATen/ops/logaddexp2.h' 2022-12-01T10:09:25.5087669Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5089002Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2022-12-01T10:09:25.5090474Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2022-12-01T10:09:25.5091874Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2022-12-01T10:09:25.5093352Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2022-12-01T10:09:25.5094745Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2022-12-01T10:09:25.5096268Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2022-12-01T10:09:25.5097883Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5099221Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2022-12-01T10:09:25.5100668Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2022-12-01T10:09:25.5102064Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2022-12-01T10:09:25.5103541Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2022-12-01T10:09:25.5104935Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2022-12-01T10:09:25.5106455Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2022-12-01T10:09:25.5107993Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2022-12-01T10:09:25.5109608Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5111082Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5112424Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2022-12-01T10:09:25.5114038Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2022-12-01T10:09:25.5115796Z adding 'torch/include/ATen/ops/logdet.h' 2022-12-01T10:09:25.5117426Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5118736Z adding 'torch/include/ATen/ops/logdet_native.h' 2022-12-01T10:09:25.5120198Z adding 'torch/include/ATen/ops/logdet_ops.h' 2022-12-01T10:09:25.5121650Z adding 'torch/include/ATen/ops/logical_and.h' 2022-12-01T10:09:25.5123288Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5124622Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2022-12-01T10:09:25.5126041Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2022-12-01T10:09:25.5127416Z adding 'torch/include/ATen/ops/logical_and_native.h' 2022-12-01T10:09:25.5129018Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2022-12-01T10:09:25.5130517Z adding 'torch/include/ATen/ops/logical_not.h' 2022-12-01T10:09:25.5132080Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5133464Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2022-12-01T10:09:25.5134901Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2022-12-01T10:09:25.5136253Z adding 'torch/include/ATen/ops/logical_not_native.h' 2022-12-01T10:09:25.5137798Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2022-12-01T10:09:25.5139309Z adding 'torch/include/ATen/ops/logical_or.h' 2022-12-01T10:09:25.5140899Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5142305Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2022-12-01T10:09:25.5143741Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2022-12-01T10:09:25.5145137Z adding 'torch/include/ATen/ops/logical_or_native.h' 2022-12-01T10:09:25.5147096Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2022-12-01T10:09:25.5148549Z adding 'torch/include/ATen/ops/logical_xor.h' 2022-12-01T10:09:25.5150129Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5151607Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2022-12-01T10:09:25.5153022Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2022-12-01T10:09:25.5154633Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2022-12-01T10:09:25.5156464Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2022-12-01T10:09:25.5158168Z adding 'torch/include/ATen/ops/logit.h' 2022-12-01T10:09:25.5159765Z adding 'torch/include/ATen/ops/logit_backward.h' 2022-12-01T10:09:25.5161352Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5162858Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2022-12-01T10:09:25.5164314Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2022-12-01T10:09:25.5165874Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2022-12-01T10:09:25.5167568Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2022-12-01T10:09:25.5169097Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2022-12-01T10:09:25.5170752Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2022-12-01T10:09:25.5172455Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2022-12-01T10:09:25.5174064Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2022-12-01T10:09:25.5175762Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2022-12-01T10:09:25.5177342Z adding 'torch/include/ATen/ops/logit_native.h' 2022-12-01T10:09:25.5178966Z adding 'torch/include/ATen/ops/logit_ops.h' 2022-12-01T10:09:25.5180712Z adding 'torch/include/ATen/ops/logspace.h' 2022-12-01T10:09:25.5182485Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5184140Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2022-12-01T10:09:25.5185767Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2022-12-01T10:09:25.5187179Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2022-12-01T10:09:25.5188536Z adding 'torch/include/ATen/ops/logspace_native.h' 2022-12-01T10:09:25.5190235Z adding 'torch/include/ATen/ops/logspace_ops.h' 2022-12-01T10:09:25.5191814Z adding 'torch/include/ATen/ops/logsumexp.h' 2022-12-01T10:09:25.5193383Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5195258Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5196685Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5197926Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2022-12-01T10:09:25.5199598Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2022-12-01T10:09:25.5201246Z adding 'torch/include/ATen/ops/lshift.h' 2022-12-01T10:09:25.5202874Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5204376Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2022-12-01T10:09:25.5205844Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2022-12-01T10:09:25.5207293Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2022-12-01T10:09:25.5208725Z adding 'torch/include/ATen/ops/lshift_native.h' 2022-12-01T10:09:25.5210398Z adding 'torch/include/ATen/ops/lshift_ops.h' 2022-12-01T10:09:25.5212023Z adding 'torch/include/ATen/ops/lstm.h' 2022-12-01T10:09:25.5213576Z adding 'torch/include/ATen/ops/lstm_cell.h' 2022-12-01T10:09:25.5215287Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5216633Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2022-12-01T10:09:25.5218128Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2022-12-01T10:09:25.5219719Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5221318Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2022-12-01T10:09:25.5223047Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5224562Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2022-12-01T10:09:25.5226285Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2022-12-01T10:09:25.5227824Z adding 'torch/include/ATen/ops/lstm_native.h' 2022-12-01T10:09:25.5229435Z adding 'torch/include/ATen/ops/lstm_ops.h' 2022-12-01T10:09:25.5231020Z adding 'torch/include/ATen/ops/lt.h' 2022-12-01T10:09:25.5232657Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5234096Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2022-12-01T10:09:25.5235781Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2022-12-01T10:09:25.5237328Z adding 'torch/include/ATen/ops/lt_meta.h' 2022-12-01T10:09:25.5238875Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2022-12-01T10:09:25.5240399Z adding 'torch/include/ATen/ops/lt_native.h' 2022-12-01T10:09:25.5242295Z adding 'torch/include/ATen/ops/lt_ops.h' 2022-12-01T10:09:25.5243916Z adding 'torch/include/ATen/ops/lu_solve.h' 2022-12-01T10:09:25.5245606Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5247189Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2022-12-01T10:09:25.5248678Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2022-12-01T10:09:25.5250421Z adding 'torch/include/ATen/ops/lu_unpack.h' 2022-12-01T10:09:25.5252155Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5253559Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2022-12-01T10:09:25.5255696Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2022-12-01T10:09:25.5257104Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2022-12-01T10:09:25.5259392Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2022-12-01T10:09:25.5260921Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2022-12-01T10:09:25.5263198Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2022-12-01T10:09:25.5264757Z adding 'torch/include/ATen/ops/mH.h' 2022-12-01T10:09:25.5267065Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5268444Z adding 'torch/include/ATen/ops/mH_native.h' 2022-12-01T10:09:25.5270592Z adding 'torch/include/ATen/ops/mH_ops.h' 2022-12-01T10:09:25.5272069Z adding 'torch/include/ATen/ops/mT.h' 2022-12-01T10:09:25.5273750Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5275451Z adding 'torch/include/ATen/ops/mT_native.h' 2022-12-01T10:09:25.5277179Z adding 'torch/include/ATen/ops/mT_ops.h' 2022-12-01T10:09:25.5278788Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2022-12-01T10:09:25.5280295Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5281661Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2022-12-01T10:09:25.5283032Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2022-12-01T10:09:25.5284635Z adding 'torch/include/ATen/ops/masked_fill.h' 2022-12-01T10:09:25.5286129Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5287683Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2022-12-01T10:09:25.5289052Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2022-12-01T10:09:25.5290463Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2022-12-01T10:09:25.5291769Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2022-12-01T10:09:25.5293590Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2022-12-01T10:09:25.5295078Z adding 'torch/include/ATen/ops/masked_scatter.h' 2022-12-01T10:09:25.5296617Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5297991Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2022-12-01T10:09:25.5299405Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2022-12-01T10:09:25.5300738Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2022-12-01T10:09:25.5302101Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2022-12-01T10:09:25.5303671Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2022-12-01T10:09:25.5305180Z adding 'torch/include/ATen/ops/masked_select.h' 2022-12-01T10:09:25.5306625Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2022-12-01T10:09:25.5308134Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5309447Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2022-12-01T10:09:25.5310858Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2022-12-01T10:09:25.5312257Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2022-12-01T10:09:25.5313633Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2022-12-01T10:09:25.5315237Z adding 'torch/include/ATen/ops/masked_select_native.h' 2022-12-01T10:09:25.5316782Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2022-12-01T10:09:25.5318269Z adding 'torch/include/ATen/ops/matmul.h' 2022-12-01T10:09:25.5319771Z adding 'torch/include/ATen/ops/matmul_backward.h' 2022-12-01T10:09:25.5321326Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5322669Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2022-12-01T10:09:25.5324159Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2022-12-01T10:09:25.5325718Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5327076Z adding 'torch/include/ATen/ops/matmul_native.h' 2022-12-01T10:09:25.5328520Z adding 'torch/include/ATen/ops/matmul_ops.h' 2022-12-01T10:09:25.5329845Z adding 'torch/include/ATen/ops/matrix_H.h' 2022-12-01T10:09:25.5331298Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5332586Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2022-12-01T10:09:25.5333943Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2022-12-01T10:09:25.5335268Z adding 'torch/include/ATen/ops/matrix_exp.h' 2022-12-01T10:09:25.5336631Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2022-12-01T10:09:25.5338093Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5339422Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2022-12-01T10:09:25.5340840Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2022-12-01T10:09:25.5342283Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5343593Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2022-12-01T10:09:25.5345050Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2022-12-01T10:09:25.5346670Z adding 'torch/include/ATen/ops/matrix_power.h' 2022-12-01T10:09:25.5348059Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5349485Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2022-12-01T10:09:25.5351203Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2022-12-01T10:09:25.5352901Z adding 'torch/include/ATen/ops/max.h' 2022-12-01T10:09:25.5354789Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5356599Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5358173Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2022-12-01T10:09:25.5359779Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2022-12-01T10:09:25.5361355Z adding 'torch/include/ATen/ops/max_meta.h' 2022-12-01T10:09:25.5362953Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2022-12-01T10:09:25.5364606Z adding 'torch/include/ATen/ops/max_native.h' 2022-12-01T10:09:25.5366574Z adding 'torch/include/ATen/ops/max_ops.h' 2022-12-01T10:09:25.5368295Z adding 'torch/include/ATen/ops/max_pool1d.h' 2022-12-01T10:09:25.5369997Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5371999Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2022-12-01T10:09:25.5373725Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2022-12-01T10:09:25.5375377Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2022-12-01T10:09:25.5377108Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5378660Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2022-12-01T10:09:25.5380318Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2022-12-01T10:09:25.5381854Z adding 'torch/include/ATen/ops/max_pool2d.h' 2022-12-01T10:09:25.5383559Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5385035Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2022-12-01T10:09:25.5386627Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2022-12-01T10:09:25.5388336Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2022-12-01T10:09:25.5390096Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2022-12-01T10:09:25.5391902Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5393450Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2022-12-01T10:09:25.5395383Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2022-12-01T10:09:25.5397015Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2022-12-01T10:09:25.5398588Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2022-12-01T10:09:25.5400527Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2022-12-01T10:09:25.5402403Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2022-12-01T10:09:25.5404117Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5405690Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2022-12-01T10:09:25.5407208Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2022-12-01T10:09:25.5408761Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2022-12-01T10:09:25.5410413Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2022-12-01T10:09:25.5412027Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2022-12-01T10:09:25.5413736Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2022-12-01T10:09:25.5415398Z adding 'torch/include/ATen/ops/max_pool3d.h' 2022-12-01T10:09:25.5417163Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5418813Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2022-12-01T10:09:25.5420438Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2022-12-01T10:09:25.5422181Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2022-12-01T10:09:25.5424010Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2022-12-01T10:09:25.5425840Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2022-12-01T10:09:25.5427547Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2022-12-01T10:09:25.5429211Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2022-12-01T10:09:25.5431058Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2022-12-01T10:09:25.5432813Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2022-12-01T10:09:25.5434604Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2022-12-01T10:09:25.5436388Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2022-12-01T10:09:25.5438284Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2022-12-01T10:09:25.5440034Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2022-12-01T10:09:25.5441753Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2022-12-01T10:09:25.5443411Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2022-12-01T10:09:25.5445032Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2022-12-01T10:09:25.5446744Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2022-12-01T10:09:25.5448463Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2022-12-01T10:09:25.5450222Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2022-12-01T10:09:25.5451906Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2022-12-01T10:09:25.5453502Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2022-12-01T10:09:25.5455246Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2022-12-01T10:09:25.5456910Z adding 'torch/include/ATen/ops/maximum.h' 2022-12-01T10:09:25.5458695Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5460241Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2022-12-01T10:09:25.5461901Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2022-12-01T10:09:25.5463494Z adding 'torch/include/ATen/ops/maximum_meta.h' 2022-12-01T10:09:25.5465127Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2022-12-01T10:09:25.5466679Z adding 'torch/include/ATen/ops/maximum_native.h' 2022-12-01T10:09:25.5468364Z adding 'torch/include/ATen/ops/maximum_ops.h' 2022-12-01T10:09:25.5470121Z adding 'torch/include/ATen/ops/mean.h' 2022-12-01T10:09:25.5471934Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5473645Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5476047Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5478092Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2022-12-01T10:09:25.5479688Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2022-12-01T10:09:25.5481286Z adding 'torch/include/ATen/ops/mean_meta.h' 2022-12-01T10:09:25.5482967Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2022-12-01T10:09:25.5484619Z adding 'torch/include/ATen/ops/mean_native.h' 2022-12-01T10:09:25.5486493Z adding 'torch/include/ATen/ops/mean_ops.h' 2022-12-01T10:09:25.5488391Z adding 'torch/include/ATen/ops/median.h' 2022-12-01T10:09:25.5490252Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5491986Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5493607Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2022-12-01T10:09:25.5495271Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2022-12-01T10:09:25.5496898Z adding 'torch/include/ATen/ops/median_native.h' 2022-12-01T10:09:25.5498860Z adding 'torch/include/ATen/ops/median_ops.h' 2022-12-01T10:09:25.5500593Z adding 'torch/include/ATen/ops/meshgrid.h' 2022-12-01T10:09:25.5502366Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5503907Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2022-12-01T10:09:25.5505606Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2022-12-01T10:09:25.5507466Z adding 'torch/include/ATen/ops/min.h' 2022-12-01T10:09:25.5509358Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5511053Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5512703Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2022-12-01T10:09:25.5514464Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2022-12-01T10:09:25.5516187Z adding 'torch/include/ATen/ops/min_meta.h' 2022-12-01T10:09:25.5517954Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2022-12-01T10:09:25.5519626Z adding 'torch/include/ATen/ops/min_native.h' 2022-12-01T10:09:25.5521611Z adding 'torch/include/ATen/ops/min_ops.h' 2022-12-01T10:09:25.5523507Z adding 'torch/include/ATen/ops/minimum.h' 2022-12-01T10:09:25.5525159Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5526518Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2022-12-01T10:09:25.5528003Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2022-12-01T10:09:25.5529375Z adding 'torch/include/ATen/ops/minimum_meta.h' 2022-12-01T10:09:25.5530799Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2022-12-01T10:09:25.5532213Z adding 'torch/include/ATen/ops/minimum_native.h' 2022-12-01T10:09:25.5533614Z adding 'torch/include/ATen/ops/minimum_ops.h' 2022-12-01T10:09:25.5535173Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2022-12-01T10:09:25.5536801Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2022-12-01T10:09:25.5538503Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5539965Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2022-12-01T10:09:25.5541452Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2022-12-01T10:09:25.5543963Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2022-12-01T10:09:25.5546042Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5547793Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2022-12-01T10:09:25.5549700Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2022-12-01T10:09:25.5551956Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2022-12-01T10:09:25.5553954Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2022-12-01T10:09:25.5556331Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2022-12-01T10:09:25.5558203Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2022-12-01T10:09:25.5560105Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2022-12-01T10:09:25.5561856Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2022-12-01T10:09:25.5563448Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5564934Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2022-12-01T10:09:25.5566417Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2022-12-01T10:09:25.5568008Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2022-12-01T10:09:25.5569493Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2022-12-01T10:09:25.5571021Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2022-12-01T10:09:25.5572382Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2022-12-01T10:09:25.5573910Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2022-12-01T10:09:25.5575481Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2022-12-01T10:09:25.5577222Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5578559Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2022-12-01T10:09:25.5580125Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2022-12-01T10:09:25.5581786Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2022-12-01T10:09:25.5583445Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2022-12-01T10:09:25.5585061Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5586475Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2022-12-01T10:09:25.5587879Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2022-12-01T10:09:25.5589413Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2022-12-01T10:09:25.5591065Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2022-12-01T10:09:25.5592838Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2022-12-01T10:09:25.5594666Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5596374Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2022-12-01T10:09:25.5597883Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2022-12-01T10:09:25.5599683Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2022-12-01T10:09:25.5601415Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5602851Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2022-12-01T10:09:25.5604323Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2022-12-01T10:09:25.5606043Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2022-12-01T10:09:25.5607574Z adding 'torch/include/ATen/ops/mish.h' 2022-12-01T10:09:25.5608978Z adding 'torch/include/ATen/ops/mish_backward.h' 2022-12-01T10:09:25.5610450Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5611759Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2022-12-01T10:09:25.5613111Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2022-12-01T10:09:25.5614430Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2022-12-01T10:09:25.5615871Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2022-12-01T10:09:25.5617389Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5618689Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2022-12-01T10:09:25.5620067Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2022-12-01T10:09:25.5621358Z adding 'torch/include/ATen/ops/mish_meta.h' 2022-12-01T10:09:25.5622719Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2022-12-01T10:09:25.5624075Z adding 'torch/include/ATen/ops/mish_native.h' 2022-12-01T10:09:25.5625704Z adding 'torch/include/ATen/ops/mish_ops.h' 2022-12-01T10:09:25.5627169Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2022-12-01T10:09:25.5628645Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2022-12-01T10:09:25.5630163Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5631434Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2022-12-01T10:09:25.5632926Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2022-12-01T10:09:25.5634383Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2022-12-01T10:09:25.5636684Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2022-12-01T10:09:25.5637741Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2022-12-01T10:09:25.5639265Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5640598Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2022-12-01T10:09:25.5642100Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2022-12-01T10:09:25.5644387Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2022-12-01T10:09:25.5644885Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2022-12-01T10:09:25.5646756Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5648108Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2022-12-01T10:09:25.5649696Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5651092Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2022-12-01T10:09:25.5652564Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2022-12-01T10:09:25.5654009Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2022-12-01T10:09:25.5655580Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2022-12-01T10:09:25.5657148Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2022-12-01T10:09:25.5658753Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5660171Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2022-12-01T10:09:25.5661759Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2022-12-01T10:09:25.5663323Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5664632Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2022-12-01T10:09:25.5666129Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2022-12-01T10:09:25.5667681Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2022-12-01T10:09:25.5669270Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2022-12-01T10:09:25.5670923Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5672304Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2022-12-01T10:09:25.5673895Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2022-12-01T10:09:25.5676012Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5677365Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2022-12-01T10:09:25.5679044Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2022-12-01T10:09:25.5680514Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2022-12-01T10:09:25.5682158Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2022-12-01T10:09:25.5683859Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5685358Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2022-12-01T10:09:25.5687105Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2022-12-01T10:09:25.5688423Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5689945Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2022-12-01T10:09:25.5691365Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2022-12-01T10:09:25.5692855Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2022-12-01T10:09:25.5694419Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5695709Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2022-12-01T10:09:25.5697236Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2022-12-01T10:09:25.5698798Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2022-12-01T10:09:25.5700301Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5701638Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2022-12-01T10:09:25.5703192Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2022-12-01T10:09:25.5704626Z adding 'torch/include/ATen/ops/mm.h' 2022-12-01T10:09:25.5706242Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5707442Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2022-12-01T10:09:25.5708768Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2022-12-01T10:09:25.5710210Z adding 'torch/include/ATen/ops/mm_meta.h' 2022-12-01T10:09:25.5711777Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2022-12-01T10:09:25.5723537Z adding 'torch/include/ATen/ops/mm_native.h' 2022-12-01T10:09:25.5723945Z adding 'torch/include/ATen/ops/mm_ops.h' 2022-12-01T10:09:25.5724093Z adding 'torch/include/ATen/ops/mode.h' 2022-12-01T10:09:25.5724310Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5724626Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5724855Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2022-12-01T10:09:25.5725034Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2022-12-01T10:09:25.5725521Z adding 'torch/include/ATen/ops/mode_native.h' 2022-12-01T10:09:25.5726190Z adding 'torch/include/ATen/ops/mode_ops.h' 2022-12-01T10:09:25.5727884Z adding 'torch/include/ATen/ops/moveaxis.h' 2022-12-01T10:09:25.5729539Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5730975Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2022-12-01T10:09:25.5732496Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2022-12-01T10:09:25.5733982Z adding 'torch/include/ATen/ops/movedim.h' 2022-12-01T10:09:25.5735534Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5737043Z adding 'torch/include/ATen/ops/movedim_native.h' 2022-12-01T10:09:25.5738495Z adding 'torch/include/ATen/ops/movedim_ops.h' 2022-12-01T10:09:25.5740505Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2022-12-01T10:09:25.5741976Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5744119Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2022-12-01T10:09:25.5745916Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2022-12-01T10:09:25.5747680Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2022-12-01T10:09:25.5750079Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5751041Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2022-12-01T10:09:25.5752714Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2022-12-01T10:09:25.5754563Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward.h' 2022-12-01T10:09:25.5756463Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5758001Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_native.h' 2022-12-01T10:09:25.5759611Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_ops.h' 2022-12-01T10:09:25.5761138Z adding 'torch/include/ATen/ops/mse_loss.h' 2022-12-01T10:09:25.5762697Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2022-12-01T10:09:25.5764345Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2022-12-01T10:09:25.5765879Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2022-12-01T10:09:25.5767578Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2022-12-01T10:09:25.5769114Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2022-12-01T10:09:25.5770971Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5772394Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2022-12-01T10:09:25.5774007Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2022-12-01T10:09:25.5775586Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2022-12-01T10:09:25.5777240Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2022-12-01T10:09:25.5778789Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2022-12-01T10:09:25.5780460Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2022-12-01T10:09:25.5782224Z adding 'torch/include/ATen/ops/msort.h' 2022-12-01T10:09:25.5783868Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5785287Z adding 'torch/include/ATen/ops/msort_native.h' 2022-12-01T10:09:25.5786926Z adding 'torch/include/ATen/ops/msort_ops.h' 2022-12-01T10:09:25.5788578Z adding 'torch/include/ATen/ops/mul.h' 2022-12-01T10:09:25.5790430Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5792022Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5793544Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2022-12-01T10:09:25.5795416Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2022-12-01T10:09:25.5796979Z adding 'torch/include/ATen/ops/mul_meta.h' 2022-12-01T10:09:25.5798608Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2022-12-01T10:09:25.5800362Z adding 'torch/include/ATen/ops/mul_native.h' 2022-12-01T10:09:25.5802267Z adding 'torch/include/ATen/ops/mul_ops.h' 2022-12-01T10:09:25.5804110Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2022-12-01T10:09:25.5805876Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2022-12-01T10:09:25.5807654Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2022-12-01T10:09:25.5809326Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2022-12-01T10:09:25.5810930Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2022-12-01T10:09:25.5812748Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2022-12-01T10:09:25.5814415Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2022-12-01T10:09:25.5816118Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2022-12-01T10:09:25.5817753Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2022-12-01T10:09:25.5819565Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2022-12-01T10:09:25.5821329Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2022-12-01T10:09:25.5823044Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2022-12-01T10:09:25.5824741Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2022-12-01T10:09:25.5826401Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2022-12-01T10:09:25.5828027Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2022-12-01T10:09:25.5829795Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2022-12-01T10:09:25.5831524Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5833130Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2022-12-01T10:09:25.5835055Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2022-12-01T10:09:25.5836804Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2022-12-01T10:09:25.5838337Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2022-12-01T10:09:25.5840124Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2022-12-01T10:09:25.5841798Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2022-12-01T10:09:25.5843458Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2022-12-01T10:09:25.5845116Z adding 'torch/include/ATen/ops/multinomial.h' 2022-12-01T10:09:25.5846813Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2022-12-01T10:09:25.5848429Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2022-12-01T10:09:25.5850050Z adding 'torch/include/ATen/ops/multinomial_native.h' 2022-12-01T10:09:25.5851783Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2022-12-01T10:09:25.5853609Z adding 'torch/include/ATen/ops/multiply.h' 2022-12-01T10:09:25.5855252Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5856570Z adding 'torch/include/ATen/ops/multiply_native.h' 2022-12-01T10:09:25.5858280Z adding 'torch/include/ATen/ops/multiply_ops.h' 2022-12-01T10:09:25.5860196Z adding 'torch/include/ATen/ops/mv.h' 2022-12-01T10:09:25.5861637Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5863190Z adding 'torch/include/ATen/ops/mv_native.h' 2022-12-01T10:09:25.5864607Z adding 'torch/include/ATen/ops/mv_ops.h' 2022-12-01T10:09:25.5866118Z adding 'torch/include/ATen/ops/mvlgamma.h' 2022-12-01T10:09:25.5867676Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5869104Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2022-12-01T10:09:25.5870595Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2022-12-01T10:09:25.5871914Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2022-12-01T10:09:25.5873496Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2022-12-01T10:09:25.5875340Z adding 'torch/include/ATen/ops/nan_to_num.h' 2022-12-01T10:09:25.5877015Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5878531Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2022-12-01T10:09:25.5880040Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2022-12-01T10:09:25.5881427Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2022-12-01T10:09:25.5882991Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2022-12-01T10:09:25.5884756Z adding 'torch/include/ATen/ops/nanmean.h' 2022-12-01T10:09:25.5886363Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5887868Z adding 'torch/include/ATen/ops/nanmean_native.h' 2022-12-01T10:09:25.5889807Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2022-12-01T10:09:25.5891761Z adding 'torch/include/ATen/ops/nanmedian.h' 2022-12-01T10:09:25.5893580Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5895290Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5896502Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2022-12-01T10:09:25.5898207Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2022-12-01T10:09:25.5899552Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2022-12-01T10:09:25.5901094Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2022-12-01T10:09:25.5902785Z adding 'torch/include/ATen/ops/nanquantile.h' 2022-12-01T10:09:25.5904462Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5905826Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2022-12-01T10:09:25.5907667Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2022-12-01T10:09:25.5909183Z adding 'torch/include/ATen/ops/nansum.h' 2022-12-01T10:09:25.5910651Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2022-12-01T10:09:25.5912366Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2022-12-01T10:09:25.5913808Z adding 'torch/include/ATen/ops/nansum_native.h' 2022-12-01T10:09:25.5915432Z adding 'torch/include/ATen/ops/nansum_ops.h' 2022-12-01T10:09:25.5917401Z adding 'torch/include/ATen/ops/narrow.h' 2022-12-01T10:09:25.5918911Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5920530Z adding 'torch/include/ATen/ops/narrow_copy.h' 2022-12-01T10:09:25.5922088Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.5923524Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2022-12-01T10:09:25.5924925Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2022-12-01T10:09:25.5926657Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2022-12-01T10:09:25.5928276Z adding 'torch/include/ATen/ops/narrow_native.h' 2022-12-01T10:09:25.5929723Z adding 'torch/include/ATen/ops/narrow_ops.h' 2022-12-01T10:09:25.5931392Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2022-12-01T10:09:25.5933073Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2022-12-01T10:09:25.5934967Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5936618Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2022-12-01T10:09:25.5938035Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2022-12-01T10:09:25.5939503Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2022-12-01T10:09:25.5941180Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2022-12-01T10:09:25.5942789Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2022-12-01T10:09:25.5944433Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2022-12-01T10:09:25.5946067Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2022-12-01T10:09:25.5947738Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2022-12-01T10:09:25.5949338Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2022-12-01T10:09:25.5950899Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.5952440Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2022-12-01T10:09:25.5953853Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2022-12-01T10:09:25.5955497Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2022-12-01T10:09:25.5957015Z adding 'torch/include/ATen/ops/native_dropout.h' 2022-12-01T10:09:25.5958699Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2022-12-01T10:09:25.5960339Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5961797Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2022-12-01T10:09:25.5963300Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2022-12-01T10:09:25.5964622Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2022-12-01T10:09:25.5966171Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2022-12-01T10:09:25.5967707Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5969149Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2022-12-01T10:09:25.5970583Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2022-12-01T10:09:25.5972026Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2022-12-01T10:09:25.5973548Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2022-12-01T10:09:25.5975217Z adding 'torch/include/ATen/ops/native_group_norm.h' 2022-12-01T10:09:25.5977085Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2022-12-01T10:09:25.5978845Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5980407Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2022-12-01T10:09:25.5981940Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2022-12-01T10:09:25.5983377Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2022-12-01T10:09:25.5985134Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2022-12-01T10:09:25.5986923Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.5988453Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2022-12-01T10:09:25.5989932Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2022-12-01T10:09:25.5991398Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2022-12-01T10:09:25.5993111Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2022-12-01T10:09:25.5994888Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2022-12-01T10:09:25.5996928Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2022-12-01T10:09:25.5998688Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6000221Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2022-12-01T10:09:25.6001838Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2022-12-01T10:09:25.6003259Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2022-12-01T10:09:25.6004929Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2022-12-01T10:09:25.6006684Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6008151Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2022-12-01T10:09:25.6009640Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2022-12-01T10:09:25.6011074Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2022-12-01T10:09:25.6012789Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2022-12-01T10:09:25.6014785Z adding 'torch/include/ATen/ops/native_norm.h' 2022-12-01T10:09:25.6016148Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6017463Z adding 'torch/include/ATen/ops/native_norm_native.h' 2022-12-01T10:09:25.6019126Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2022-12-01T10:09:25.6020700Z adding 'torch/include/ATen/ops/ne.h' 2022-12-01T10:09:25.6022331Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6023721Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2022-12-01T10:09:25.6025244Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2022-12-01T10:09:25.6026599Z adding 'torch/include/ATen/ops/ne_meta.h' 2022-12-01T10:09:25.6028105Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2022-12-01T10:09:25.6029529Z adding 'torch/include/ATen/ops/ne_native.h' 2022-12-01T10:09:25.6031225Z adding 'torch/include/ATen/ops/ne_ops.h' 2022-12-01T10:09:25.6032754Z adding 'torch/include/ATen/ops/neg.h' 2022-12-01T10:09:25.6034442Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6036274Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2022-12-01T10:09:25.6037634Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2022-12-01T10:09:25.6039223Z adding 'torch/include/ATen/ops/neg_meta.h' 2022-12-01T10:09:25.6040639Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2022-12-01T10:09:25.6042078Z adding 'torch/include/ATen/ops/neg_native.h' 2022-12-01T10:09:25.6043677Z adding 'torch/include/ATen/ops/neg_ops.h' 2022-12-01T10:09:25.6045366Z adding 'torch/include/ATen/ops/negative.h' 2022-12-01T10:09:25.6046736Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6048226Z adding 'torch/include/ATen/ops/negative_native.h' 2022-12-01T10:09:25.6049745Z adding 'torch/include/ATen/ops/negative_ops.h' 2022-12-01T10:09:25.6051298Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2022-12-01T10:09:25.6052865Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6054231Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2022-12-01T10:09:25.6055726Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2022-12-01T10:09:25.6057249Z adding 'torch/include/ATen/ops/new_empty.h' 2022-12-01T10:09:25.6058860Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6060312Z adding 'torch/include/ATen/ops/new_empty_native.h' 2022-12-01T10:09:25.6061892Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2022-12-01T10:09:25.6063534Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2022-12-01T10:09:25.6065110Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6066738Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6068062Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2022-12-01T10:09:25.6069723Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2022-12-01T10:09:25.6071273Z adding 'torch/include/ATen/ops/new_full.h' 2022-12-01T10:09:25.6073025Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6074634Z adding 'torch/include/ATen/ops/new_full_native.h' 2022-12-01T10:09:25.6076496Z adding 'torch/include/ATen/ops/new_full_ops.h' 2022-12-01T10:09:25.6078032Z adding 'torch/include/ATen/ops/new_ones.h' 2022-12-01T10:09:25.6079712Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6081070Z adding 'torch/include/ATen/ops/new_ones_native.h' 2022-12-01T10:09:25.6082740Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2022-12-01T10:09:25.6084270Z adding 'torch/include/ATen/ops/new_zeros.h' 2022-12-01T10:09:25.6085989Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6087349Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2022-12-01T10:09:25.6089022Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2022-12-01T10:09:25.6090487Z adding 'torch/include/ATen/ops/nextafter.h' 2022-12-01T10:09:25.6092136Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6093546Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2022-12-01T10:09:25.6095043Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2022-12-01T10:09:25.6096402Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2022-12-01T10:09:25.6097913Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2022-12-01T10:09:25.6099267Z adding 'torch/include/ATen/ops/nextafter_native.h' 2022-12-01T10:09:25.6100856Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2022-12-01T10:09:25.6102399Z adding 'torch/include/ATen/ops/nll_loss.h' 2022-12-01T10:09:25.6104000Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2022-12-01T10:09:25.6105606Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2022-12-01T10:09:25.6107243Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.6108742Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.6110240Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2022-12-01T10:09:25.6112666Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2022-12-01T10:09:25.6114510Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6116233Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2022-12-01T10:09:25.6117870Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2022-12-01T10:09:25.6119378Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2022-12-01T10:09:25.6120880Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2022-12-01T10:09:25.6122560Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2022-12-01T10:09:25.6124052Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2022-12-01T10:09:25.6125618Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2022-12-01T10:09:25.6127236Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2022-12-01T10:09:25.6128926Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6130399Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2022-12-01T10:09:25.6131928Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2022-12-01T10:09:25.6133399Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2022-12-01T10:09:25.6134923Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2022-12-01T10:09:25.6136445Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2022-12-01T10:09:25.6138299Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2022-12-01T10:09:25.6139772Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6141511Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2022-12-01T10:09:25.6143104Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6144532Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2022-12-01T10:09:25.6146151Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2022-12-01T10:09:25.6147627Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2022-12-01T10:09:25.6149015Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2022-12-01T10:09:25.6150339Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2022-12-01T10:09:25.6151961Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2022-12-01T10:09:25.6153418Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2022-12-01T10:09:25.6155188Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2022-12-01T10:09:25.6156763Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6158054Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2022-12-01T10:09:25.6159573Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2022-12-01T10:09:25.6161116Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2022-12-01T10:09:25.6162603Z adding 'torch/include/ATen/ops/nonzero.h' 2022-12-01T10:09:25.6164120Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2022-12-01T10:09:25.6165518Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2022-12-01T10:09:25.6166849Z adding 'torch/include/ATen/ops/nonzero_native.h' 2022-12-01T10:09:25.6168163Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2022-12-01T10:09:25.6169869Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6171241Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2022-12-01T10:09:25.6172704Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2022-12-01T10:09:25.6174325Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2022-12-01T10:09:25.6176194Z adding 'torch/include/ATen/ops/norm.h' 2022-12-01T10:09:25.6177753Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6179392Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6180866Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6182332Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2022-12-01T10:09:25.6183936Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2022-12-01T10:09:25.6185344Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2022-12-01T10:09:25.6186952Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6188328Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2022-12-01T10:09:25.6189946Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2022-12-01T10:09:25.6191499Z adding 'torch/include/ATen/ops/norm_meta.h' 2022-12-01T10:09:25.6192946Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2022-12-01T10:09:25.6194541Z adding 'torch/include/ATen/ops/norm_native.h' 2022-12-01T10:09:25.6197024Z adding 'torch/include/ATen/ops/norm_ops.h' 2022-12-01T10:09:25.6199232Z adding 'torch/include/ATen/ops/normal.h' 2022-12-01T10:09:25.6201296Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6202892Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2022-12-01T10:09:25.6204647Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2022-12-01T10:09:25.6206312Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2022-12-01T10:09:25.6208088Z adding 'torch/include/ATen/ops/normal_native.h' 2022-12-01T10:09:25.6210385Z adding 'torch/include/ATen/ops/normal_ops.h' 2022-12-01T10:09:25.6212404Z adding 'torch/include/ATen/ops/not_equal.h' 2022-12-01T10:09:25.6214390Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6216060Z adding 'torch/include/ATen/ops/not_equal_native.h' 2022-12-01T10:09:25.6217861Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2022-12-01T10:09:25.6219631Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2022-12-01T10:09:25.6221422Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6223093Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2022-12-01T10:09:25.6224796Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2022-12-01T10:09:25.6226547Z adding 'torch/include/ATen/ops/numpy_T.h' 2022-12-01T10:09:25.6228270Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6229385Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2022-12-01T10:09:25.6230874Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2022-12-01T10:09:25.6232162Z adding 'torch/include/ATen/ops/one_hot.h' 2022-12-01T10:09:25.6233623Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6235060Z adding 'torch/include/ATen/ops/one_hot_native.h' 2022-12-01T10:09:25.6236806Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2022-12-01T10:09:25.6238541Z adding 'torch/include/ATen/ops/ones.h' 2022-12-01T10:09:25.6240500Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6241893Z adding 'torch/include/ATen/ops/ones_like.h' 2022-12-01T10:09:25.6243433Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6244921Z adding 'torch/include/ATen/ops/ones_like_native.h' 2022-12-01T10:09:25.6246561Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2022-12-01T10:09:25.6248137Z adding 'torch/include/ATen/ops/ones_native.h' 2022-12-01T10:09:25.6249792Z adding 'torch/include/ATen/ops/ones_ops.h' 2022-12-01T10:09:25.6251402Z adding 'torch/include/ATen/ops/or.h' 2022-12-01T10:09:25.6253211Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6254584Z adding 'torch/include/ATen/ops/or_native.h' 2022-12-01T10:09:25.6256447Z adding 'torch/include/ATen/ops/or_ops.h' 2022-12-01T10:09:25.6258083Z adding 'torch/include/ATen/ops/orgqr.h' 2022-12-01T10:09:25.6259545Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6261116Z adding 'torch/include/ATen/ops/orgqr_native.h' 2022-12-01T10:09:25.6262670Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2022-12-01T10:09:25.6264243Z adding 'torch/include/ATen/ops/ormqr.h' 2022-12-01T10:09:25.6265931Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2022-12-01T10:09:25.6267570Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2022-12-01T10:09:25.6268927Z adding 'torch/include/ATen/ops/ormqr_native.h' 2022-12-01T10:09:25.6270579Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2022-12-01T10:09:25.6272066Z adding 'torch/include/ATen/ops/outer.h' 2022-12-01T10:09:25.6273654Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6275235Z adding 'torch/include/ATen/ops/outer_native.h' 2022-12-01T10:09:25.6276927Z adding 'torch/include/ATen/ops/outer_ops.h' 2022-12-01T10:09:25.6278289Z adding 'torch/include/ATen/ops/output_nr.h' 2022-12-01T10:09:25.6279868Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6281079Z adding 'torch/include/ATen/ops/output_nr_native.h' 2022-12-01T10:09:25.6282668Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2022-12-01T10:09:25.6284102Z adding 'torch/include/ATen/ops/pad.h' 2022-12-01T10:09:25.6285794Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6287129Z adding 'torch/include/ATen/ops/pad_native.h' 2022-12-01T10:09:25.6288684Z adding 'torch/include/ATen/ops/pad_ops.h' 2022-12-01T10:09:25.6290149Z adding 'torch/include/ATen/ops/pad_sequence.h' 2022-12-01T10:09:25.6291750Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6292965Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2022-12-01T10:09:25.6294577Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2022-12-01T10:09:25.6296070Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2022-12-01T10:09:25.6297596Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6298920Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2022-12-01T10:09:25.6300819Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2022-12-01T10:09:25.6302119Z adding 'torch/include/ATen/ops/pdist.h' 2022-12-01T10:09:25.6303899Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6305298Z adding 'torch/include/ATen/ops/pdist_native.h' 2022-12-01T10:09:25.6306818Z adding 'torch/include/ATen/ops/pdist_ops.h' 2022-12-01T10:09:25.6308431Z adding 'torch/include/ATen/ops/permute.h' 2022-12-01T10:09:25.6310053Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6311720Z adding 'torch/include/ATen/ops/permute_copy.h' 2022-12-01T10:09:25.6313450Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6315374Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6316847Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2022-12-01T10:09:25.6318543Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2022-12-01T10:09:25.6320106Z adding 'torch/include/ATen/ops/permute_native.h' 2022-12-01T10:09:25.6321759Z adding 'torch/include/ATen/ops/permute_ops.h' 2022-12-01T10:09:25.6323279Z adding 'torch/include/ATen/ops/pin_memory.h' 2022-12-01T10:09:25.6325043Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6326443Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2022-12-01T10:09:25.6328150Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2022-12-01T10:09:25.6329737Z adding 'torch/include/ATen/ops/pinverse.h' 2022-12-01T10:09:25.6331497Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6332909Z adding 'torch/include/ATen/ops/pinverse_native.h' 2022-12-01T10:09:25.6334557Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2022-12-01T10:09:25.6336183Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2022-12-01T10:09:25.6337956Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6339608Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6341103Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2022-12-01T10:09:25.6342643Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2022-12-01T10:09:25.6344354Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2022-12-01T10:09:25.6345993Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2022-12-01T10:09:25.6347781Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6349429Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6350940Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2022-12-01T10:09:25.6352454Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2022-12-01T10:09:25.6354222Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2022-12-01T10:09:25.6356126Z adding 'torch/include/ATen/ops/poisson.h' 2022-12-01T10:09:25.6357934Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6359526Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2022-12-01T10:09:25.6361098Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2022-12-01T10:09:25.6362654Z adding 'torch/include/ATen/ops/poisson_native.h' 2022-12-01T10:09:25.6364255Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2022-12-01T10:09:25.6365992Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6367427Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2022-12-01T10:09:25.6369175Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2022-12-01T10:09:25.6370913Z adding 'torch/include/ATen/ops/poisson_ops.h' 2022-12-01T10:09:25.6372531Z adding 'torch/include/ATen/ops/polar.h' 2022-12-01T10:09:25.6374342Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6375856Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2022-12-01T10:09:25.6377445Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2022-12-01T10:09:25.6379015Z adding 'torch/include/ATen/ops/polar_native.h' 2022-12-01T10:09:25.6380849Z adding 'torch/include/ATen/ops/polar_ops.h' 2022-12-01T10:09:25.6382428Z adding 'torch/include/ATen/ops/polygamma.h' 2022-12-01T10:09:25.6384148Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6385848Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6387390Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2022-12-01T10:09:25.6389036Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2022-12-01T10:09:25.6390494Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2022-12-01T10:09:25.6392170Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2022-12-01T10:09:25.6393773Z adding 'torch/include/ATen/ops/polygamma_native.h' 2022-12-01T10:09:25.6395672Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2022-12-01T10:09:25.6397494Z adding 'torch/include/ATen/ops/positive.h' 2022-12-01T10:09:25.6399151Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6400615Z adding 'torch/include/ATen/ops/positive_native.h' 2022-12-01T10:09:25.6402032Z adding 'torch/include/ATen/ops/positive_ops.h' 2022-12-01T10:09:25.6403585Z adding 'torch/include/ATen/ops/pow.h' 2022-12-01T10:09:25.6405367Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6406863Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2022-12-01T10:09:25.6408486Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2022-12-01T10:09:25.6410041Z adding 'torch/include/ATen/ops/pow_meta.h' 2022-12-01T10:09:25.6411632Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2022-12-01T10:09:25.6413380Z adding 'torch/include/ATen/ops/pow_native.h' 2022-12-01T10:09:25.6415019Z adding 'torch/include/ATen/ops/pow_ops.h' 2022-12-01T10:09:25.6416681Z adding 'torch/include/ATen/ops/prelu.h' 2022-12-01T10:09:25.6418250Z adding 'torch/include/ATen/ops/prelu_backward.h' 2022-12-01T10:09:25.6419934Z adding 'torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6421444Z adding 'torch/include/ATen/ops/prelu_backward_cpu_dispatch.h' 2022-12-01T10:09:25.6422900Z adding 'torch/include/ATen/ops/prelu_backward_cuda_dispatch.h' 2022-12-01T10:09:25.6424336Z adding 'torch/include/ATen/ops/prelu_backward_native.h' 2022-12-01T10:09:25.6425980Z adding 'torch/include/ATen/ops/prelu_backward_ops.h' 2022-12-01T10:09:25.6427603Z adding 'torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6429100Z adding 'torch/include/ATen/ops/prelu_cpu_dispatch.h' 2022-12-01T10:09:25.6430504Z adding 'torch/include/ATen/ops/prelu_cuda_dispatch.h' 2022-12-01T10:09:25.6431904Z adding 'torch/include/ATen/ops/prelu_native.h' 2022-12-01T10:09:25.6433539Z adding 'torch/include/ATen/ops/prelu_ops.h' 2022-12-01T10:09:25.6435565Z adding 'torch/include/ATen/ops/prod.h' 2022-12-01T10:09:25.6437409Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6438920Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6440517Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6441992Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2022-12-01T10:09:25.6443466Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2022-12-01T10:09:25.6445041Z adding 'torch/include/ATen/ops/prod_meta.h' 2022-12-01T10:09:25.6446615Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2022-12-01T10:09:25.6448199Z adding 'torch/include/ATen/ops/prod_native.h' 2022-12-01T10:09:25.6449845Z adding 'torch/include/ATen/ops/prod_ops.h' 2022-12-01T10:09:25.6451490Z adding 'torch/include/ATen/ops/promote_types.h' 2022-12-01T10:09:25.6452992Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6454239Z adding 'torch/include/ATen/ops/promote_types_native.h' 2022-12-01T10:09:25.6455873Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2022-12-01T10:09:25.6457364Z adding 'torch/include/ATen/ops/put.h' 2022-12-01T10:09:25.6458904Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6460261Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2022-12-01T10:09:25.6461689Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2022-12-01T10:09:25.6463144Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2022-12-01T10:09:25.6464580Z adding 'torch/include/ATen/ops/put_native.h' 2022-12-01T10:09:25.6466237Z adding 'torch/include/ATen/ops/put_ops.h' 2022-12-01T10:09:25.6467789Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2022-12-01T10:09:25.6469280Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2022-12-01T10:09:25.6470802Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2022-12-01T10:09:25.6472351Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2022-12-01T10:09:25.6473943Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6475660Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2022-12-01T10:09:25.6477230Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2022-12-01T10:09:25.6479323Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2022-12-01T10:09:25.6480986Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6482487Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2022-12-01T10:09:25.6484035Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2022-12-01T10:09:25.6485492Z adding 'torch/include/ATen/ops/q_scale.h' 2022-12-01T10:09:25.6486918Z adding 'torch/include/ATen/ops/q_scale_native.h' 2022-12-01T10:09:25.6488301Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2022-12-01T10:09:25.6489609Z adding 'torch/include/ATen/ops/q_zero_point.h' 2022-12-01T10:09:25.6490984Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2022-12-01T10:09:25.6492371Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2022-12-01T10:09:25.6493676Z adding 'torch/include/ATen/ops/qr.h' 2022-12-01T10:09:25.6495198Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6496549Z adding 'torch/include/ATen/ops/qr_native.h' 2022-12-01T10:09:25.6498109Z adding 'torch/include/ATen/ops/qr_ops.h' 2022-12-01T10:09:25.6499478Z adding 'torch/include/ATen/ops/qscheme.h' 2022-12-01T10:09:25.6501106Z adding 'torch/include/ATen/ops/qscheme_native.h' 2022-12-01T10:09:25.6502523Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2022-12-01T10:09:25.6503976Z adding 'torch/include/ATen/ops/quantile.h' 2022-12-01T10:09:25.6505628Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6506931Z adding 'torch/include/ATen/ops/quantile_native.h' 2022-12-01T10:09:25.6508690Z adding 'torch/include/ATen/ops/quantile_ops.h' 2022-12-01T10:09:25.6510343Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2022-12-01T10:09:25.6511890Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6513297Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2022-12-01T10:09:25.6514800Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2022-12-01T10:09:25.6516352Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2022-12-01T10:09:25.6517972Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2022-12-01T10:09:25.6519806Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2022-12-01T10:09:25.6521477Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6522875Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2022-12-01T10:09:25.6524315Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2022-12-01T10:09:25.6525748Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2022-12-01T10:09:25.6527277Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6528778Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2022-12-01T10:09:25.6530002Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2022-12-01T10:09:25.6531457Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2022-12-01T10:09:25.6533296Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2022-12-01T10:09:25.6534678Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2022-12-01T10:09:25.6536399Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2022-12-01T10:09:25.6538089Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2022-12-01T10:09:25.6539835Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6541016Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2022-12-01T10:09:25.6542804Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2022-12-01T10:09:25.6544243Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2022-12-01T10:09:25.6545857Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6547165Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2022-12-01T10:09:25.6548855Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2022-12-01T10:09:25.6550041Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2022-12-01T10:09:25.6551704Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6553085Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2022-12-01T10:09:25.6554834Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2022-12-01T10:09:25.6556597Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2022-12-01T10:09:25.6558174Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6559603Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2022-12-01T10:09:25.6561136Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2022-12-01T10:09:25.6562742Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2022-12-01T10:09:25.6564443Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6565868Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2022-12-01T10:09:25.6567512Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2022-12-01T10:09:25.6569080Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2022-12-01T10:09:25.6570622Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6572058Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2022-12-01T10:09:25.6573609Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2022-12-01T10:09:25.6575193Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2022-12-01T10:09:25.6576835Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6578228Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2022-12-01T10:09:25.6579892Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2022-12-01T10:09:25.6581377Z adding 'torch/include/ATen/ops/rad2deg.h' 2022-12-01T10:09:25.6582849Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6584268Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2022-12-01T10:09:25.6585797Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2022-12-01T10:09:25.6587604Z adding 'torch/include/ATen/ops/rand.h' 2022-12-01T10:09:25.6589456Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6591001Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6592619Z adding 'torch/include/ATen/ops/rand_like.h' 2022-12-01T10:09:25.6594259Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6595909Z adding 'torch/include/ATen/ops/rand_like_native.h' 2022-12-01T10:09:25.6597611Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2022-12-01T10:09:25.6599244Z adding 'torch/include/ATen/ops/rand_native.h' 2022-12-01T10:09:25.6601202Z adding 'torch/include/ATen/ops/rand_ops.h' 2022-12-01T10:09:25.6603312Z adding 'torch/include/ATen/ops/randint.h' 2022-12-01T10:09:25.6605145Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6606943Z adding 'torch/include/ATen/ops/randint_like.h' 2022-12-01T10:09:25.6608752Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6610272Z adding 'torch/include/ATen/ops/randint_like_native.h' 2022-12-01T10:09:25.6612038Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2022-12-01T10:09:25.6613685Z adding 'torch/include/ATen/ops/randint_native.h' 2022-12-01T10:09:25.6615660Z adding 'torch/include/ATen/ops/randint_ops.h' 2022-12-01T10:09:25.6617713Z adding 'torch/include/ATen/ops/randn.h' 2022-12-01T10:09:25.6619556Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6621145Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6622710Z adding 'torch/include/ATen/ops/randn_like.h' 2022-12-01T10:09:25.6624391Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6625801Z adding 'torch/include/ATen/ops/randn_like_native.h' 2022-12-01T10:09:25.6627488Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2022-12-01T10:09:25.6629073Z adding 'torch/include/ATen/ops/randn_native.h' 2022-12-01T10:09:25.6631089Z adding 'torch/include/ATen/ops/randn_ops.h' 2022-12-01T10:09:25.6632867Z adding 'torch/include/ATen/ops/random.h' 2022-12-01T10:09:25.6635062Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6636829Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2022-12-01T10:09:25.6638467Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2022-12-01T10:09:25.6640047Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2022-12-01T10:09:25.6641622Z adding 'torch/include/ATen/ops/random_native.h' 2022-12-01T10:09:25.6643182Z adding 'torch/include/ATen/ops/random_ops.h' 2022-12-01T10:09:25.6645084Z adding 'torch/include/ATen/ops/randperm.h' 2022-12-01T10:09:25.6646775Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6648280Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2022-12-01T10:09:25.6649716Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2022-12-01T10:09:25.6651367Z adding 'torch/include/ATen/ops/randperm_native.h' 2022-12-01T10:09:25.6653177Z adding 'torch/include/ATen/ops/randperm_ops.h' 2022-12-01T10:09:25.6654988Z adding 'torch/include/ATen/ops/range.h' 2022-12-01T10:09:25.6656751Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6658278Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2022-12-01T10:09:25.6659815Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2022-12-01T10:09:25.6661279Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2022-12-01T10:09:25.6662840Z adding 'torch/include/ATen/ops/range_native.h' 2022-12-01T10:09:25.6664509Z adding 'torch/include/ATen/ops/range_ops.h' 2022-12-01T10:09:25.6666154Z adding 'torch/include/ATen/ops/ravel.h' 2022-12-01T10:09:25.6667822Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6669440Z adding 'torch/include/ATen/ops/ravel_native.h' 2022-12-01T10:09:25.6671226Z adding 'torch/include/ATen/ops/ravel_ops.h' 2022-12-01T10:09:25.6672677Z adding 'torch/include/ATen/ops/real.h' 2022-12-01T10:09:25.6674245Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6676018Z adding 'torch/include/ATen/ops/real_native.h' 2022-12-01T10:09:25.6677551Z adding 'torch/include/ATen/ops/real_ops.h' 2022-12-01T10:09:25.6679165Z adding 'torch/include/ATen/ops/reciprocal.h' 2022-12-01T10:09:25.6681076Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6682525Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2022-12-01T10:09:25.6683960Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2022-12-01T10:09:25.6685492Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2022-12-01T10:09:25.6686993Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2022-12-01T10:09:25.6688472Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2022-12-01T10:09:25.6690077Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2022-12-01T10:09:25.6691517Z adding 'torch/include/ATen/ops/record_stream.h' 2022-12-01T10:09:25.6693094Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2022-12-01T10:09:25.6694529Z adding 'torch/include/ATen/ops/record_stream_native.h' 2022-12-01T10:09:25.6696054Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2022-12-01T10:09:25.6697487Z adding 'torch/include/ATen/ops/refine_names.h' 2022-12-01T10:09:25.6699054Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6700456Z adding 'torch/include/ATen/ops/refine_names_native.h' 2022-12-01T10:09:25.6701950Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2022-12-01T10:09:25.6703521Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2022-12-01T10:09:25.6705089Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2022-12-01T10:09:25.6706882Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6708323Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.6709856Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.6711300Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2022-12-01T10:09:25.6712862Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2022-12-01T10:09:25.6714357Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2022-12-01T10:09:25.6716239Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2022-12-01T10:09:25.6717824Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6719287Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2022-12-01T10:09:25.6720783Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2022-12-01T10:09:25.6722268Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2022-12-01T10:09:25.6723771Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2022-12-01T10:09:25.6725262Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2022-12-01T10:09:25.6726819Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2022-12-01T10:09:25.6728398Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2022-12-01T10:09:25.6730010Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2022-12-01T10:09:25.6731632Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.6733128Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.6734618Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2022-12-01T10:09:25.6736246Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2022-12-01T10:09:25.6737819Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2022-12-01T10:09:25.6739266Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2022-12-01T10:09:25.6740754Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2022-12-01T10:09:25.6742365Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2022-12-01T10:09:25.6743943Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2022-12-01T10:09:25.6745499Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2022-12-01T10:09:25.6747243Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6748700Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.6750115Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.6751537Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2022-12-01T10:09:25.6753111Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2022-12-01T10:09:25.6754638Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2022-12-01T10:09:25.6756697Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2022-12-01T10:09:25.6758485Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6759895Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2022-12-01T10:09:25.6761424Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2022-12-01T10:09:25.6762869Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2022-12-01T10:09:25.6764521Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2022-12-01T10:09:25.6765941Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2022-12-01T10:09:25.6767526Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2022-12-01T10:09:25.6769055Z adding 'torch/include/ATen/ops/relu.h' 2022-12-01T10:09:25.6770525Z adding 'torch/include/ATen/ops/relu6.h' 2022-12-01T10:09:25.6772132Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6773447Z adding 'torch/include/ATen/ops/relu6_native.h' 2022-12-01T10:09:25.6775030Z adding 'torch/include/ATen/ops/relu6_ops.h' 2022-12-01T10:09:25.6776606Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6778044Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2022-12-01T10:09:25.6779532Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2022-12-01T10:09:25.6781033Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2022-12-01T10:09:25.6782468Z adding 'torch/include/ATen/ops/relu_native.h' 2022-12-01T10:09:25.6784156Z adding 'torch/include/ATen/ops/relu_ops.h' 2022-12-01T10:09:25.6785807Z adding 'torch/include/ATen/ops/remainder.h' 2022-12-01T10:09:25.6787533Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6789049Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6790488Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2022-12-01T10:09:25.6792000Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2022-12-01T10:09:25.6793524Z adding 'torch/include/ATen/ops/remainder_meta.h' 2022-12-01T10:09:25.6795236Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2022-12-01T10:09:25.6796801Z adding 'torch/include/ATen/ops/remainder_native.h' 2022-12-01T10:09:25.6798652Z adding 'torch/include/ATen/ops/remainder_ops.h' 2022-12-01T10:09:25.6800204Z adding 'torch/include/ATen/ops/rename.h' 2022-12-01T10:09:25.6801785Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6803267Z adding 'torch/include/ATen/ops/rename_native.h' 2022-12-01T10:09:25.6804860Z adding 'torch/include/ATen/ops/rename_ops.h' 2022-12-01T10:09:25.6806458Z adding 'torch/include/ATen/ops/renorm.h' 2022-12-01T10:09:25.6808108Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6809581Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2022-12-01T10:09:25.6811111Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2022-12-01T10:09:25.6812603Z adding 'torch/include/ATen/ops/renorm_meta.h' 2022-12-01T10:09:25.6814078Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2022-12-01T10:09:25.6815526Z adding 'torch/include/ATen/ops/renorm_native.h' 2022-12-01T10:09:25.6817227Z adding 'torch/include/ATen/ops/renorm_ops.h' 2022-12-01T10:09:25.6818894Z adding 'torch/include/ATen/ops/repeat.h' 2022-12-01T10:09:25.6820567Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6822350Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2022-12-01T10:09:25.6824230Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6825966Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6827412Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2022-12-01T10:09:25.6828899Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2022-12-01T10:09:25.6830627Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2022-12-01T10:09:25.6832232Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2022-12-01T10:09:25.6833855Z adding 'torch/include/ATen/ops/repeat_native.h' 2022-12-01T10:09:25.6835585Z adding 'torch/include/ATen/ops/repeat_ops.h' 2022-12-01T10:09:25.6837193Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2022-12-01T10:09:25.6838973Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2022-12-01T10:09:25.6840613Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6842695Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.6844301Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.6845838Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2022-12-01T10:09:25.6847317Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2022-12-01T10:09:25.6848836Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2022-12-01T10:09:25.6850419Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2022-12-01T10:09:25.6852145Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6853510Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2022-12-01T10:09:25.6855051Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2022-12-01T10:09:25.6856513Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2022-12-01T10:09:25.6858058Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2022-12-01T10:09:25.6859492Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2022-12-01T10:09:25.6861114Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2022-12-01T10:09:25.6862610Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2022-12-01T10:09:25.6864217Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2022-12-01T10:09:25.6865769Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.6867354Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.6868808Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2022-12-01T10:09:25.6870422Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2022-12-01T10:09:25.6872082Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6873530Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2022-12-01T10:09:25.6875279Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2022-12-01T10:09:25.6876713Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2022-12-01T10:09:25.6878200Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2022-12-01T10:09:25.6879699Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2022-12-01T10:09:25.6881227Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2022-12-01T10:09:25.6882751Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2022-12-01T10:09:25.6884466Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2022-12-01T10:09:25.6886224Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.6887830Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.6889384Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2022-12-01T10:09:25.6891361Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2022-12-01T10:09:25.6893062Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.6894662Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2022-12-01T10:09:25.6896329Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2022-12-01T10:09:25.6897980Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2022-12-01T10:09:25.6899474Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2022-12-01T10:09:25.6901024Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2022-12-01T10:09:25.6902523Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2022-12-01T10:09:25.6903914Z adding 'torch/include/ATen/ops/requires_grad.h' 2022-12-01T10:09:25.6905640Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6906945Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2022-12-01T10:09:25.6908529Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2022-12-01T10:09:25.6909992Z adding 'torch/include/ATen/ops/reshape.h' 2022-12-01T10:09:25.6911404Z adding 'torch/include/ATen/ops/reshape_as.h' 2022-12-01T10:09:25.6912934Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6914520Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2022-12-01T10:09:25.6916022Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2022-12-01T10:09:25.6917776Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2022-12-01T10:09:25.6919372Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6921071Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2022-12-01T10:09:25.6922348Z adding 'torch/include/ATen/ops/reshape_native.h' 2022-12-01T10:09:25.6923908Z adding 'torch/include/ATen/ops/reshape_ops.h' 2022-12-01T10:09:25.6925505Z adding 'torch/include/ATen/ops/resize.h' 2022-12-01T10:09:25.6927145Z adding 'torch/include/ATen/ops/resize_as.h' 2022-12-01T10:09:25.6928792Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6930246Z adding 'torch/include/ATen/ops/resize_as_native.h' 2022-12-01T10:09:25.6931919Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2022-12-01T10:09:25.6933543Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2022-12-01T10:09:25.6935173Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6936651Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2022-12-01T10:09:25.6938081Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2022-12-01T10:09:25.6939749Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2022-12-01T10:09:25.6941392Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.6943025Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2022-12-01T10:09:25.6944720Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2022-12-01T10:09:25.6946113Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2022-12-01T10:09:25.6947671Z adding 'torch/include/ATen/ops/resize_native.h' 2022-12-01T10:09:25.6949571Z adding 'torch/include/ATen/ops/resize_ops.h' 2022-12-01T10:09:25.6951118Z adding 'torch/include/ATen/ops/resolve_conj.h' 2022-12-01T10:09:25.6952944Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6954612Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2022-12-01T10:09:25.6956600Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2022-12-01T10:09:25.6958312Z adding 'torch/include/ATen/ops/resolve_neg.h' 2022-12-01T10:09:25.6960189Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6961789Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2022-12-01T10:09:25.6963688Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2022-12-01T10:09:25.6965404Z adding 'torch/include/ATen/ops/result_type.h' 2022-12-01T10:09:25.6967337Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6968920Z adding 'torch/include/ATen/ops/result_type_native.h' 2022-12-01T10:09:25.6970966Z adding 'torch/include/ATen/ops/result_type_ops.h' 2022-12-01T10:09:25.6972679Z adding 'torch/include/ATen/ops/retain_grad.h' 2022-12-01T10:09:25.6974598Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6976128Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2022-12-01T10:09:25.6977981Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2022-12-01T10:09:25.6979653Z adding 'torch/include/ATen/ops/retains_grad.h' 2022-12-01T10:09:25.6981573Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6983333Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2022-12-01T10:09:25.6984970Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2022-12-01T10:09:25.6986693Z adding 'torch/include/ATen/ops/rnn_relu.h' 2022-12-01T10:09:25.6988605Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2022-12-01T10:09:25.6990394Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6991892Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2022-12-01T10:09:25.6993513Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2022-12-01T10:09:25.6995560Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.6997005Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2022-12-01T10:09:25.6998795Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2022-12-01T10:09:25.7000583Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2022-12-01T10:09:25.7002093Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2022-12-01T10:09:25.7003850Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7005320Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2022-12-01T10:09:25.7006893Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2022-12-01T10:09:25.7008667Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7010104Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2022-12-01T10:09:25.7011850Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2022-12-01T10:09:25.7013583Z adding 'torch/include/ATen/ops/roll.h' 2022-12-01T10:09:25.7015286Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7016852Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2022-12-01T10:09:25.7018363Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2022-12-01T10:09:25.7019919Z adding 'torch/include/ATen/ops/roll_native.h' 2022-12-01T10:09:25.7021494Z adding 'torch/include/ATen/ops/roll_ops.h' 2022-12-01T10:09:25.7023220Z adding 'torch/include/ATen/ops/rot90.h' 2022-12-01T10:09:25.7024929Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7026352Z adding 'torch/include/ATen/ops/rot90_native.h' 2022-12-01T10:09:25.7028050Z adding 'torch/include/ATen/ops/rot90_ops.h' 2022-12-01T10:09:25.7029763Z adding 'torch/include/ATen/ops/round.h' 2022-12-01T10:09:25.7031542Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7033074Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2022-12-01T10:09:25.7034826Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2022-12-01T10:09:25.7036485Z adding 'torch/include/ATen/ops/round_meta.h' 2022-12-01T10:09:25.7038176Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2022-12-01T10:09:25.7039801Z adding 'torch/include/ATen/ops/round_native.h' 2022-12-01T10:09:25.7041574Z adding 'torch/include/ATen/ops/round_ops.h' 2022-12-01T10:09:25.7043273Z adding 'torch/include/ATen/ops/row_indices.h' 2022-12-01T10:09:25.7044810Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2022-12-01T10:09:25.7046667Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7048054Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2022-12-01T10:09:25.7049598Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2022-12-01T10:09:25.7051067Z adding 'torch/include/ATen/ops/row_indices_native.h' 2022-12-01T10:09:25.7052696Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2022-12-01T10:09:25.7054187Z adding 'torch/include/ATen/ops/row_stack.h' 2022-12-01T10:09:25.7055952Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7057339Z adding 'torch/include/ATen/ops/row_stack_native.h' 2022-12-01T10:09:25.7058943Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2022-12-01T10:09:25.7060536Z adding 'torch/include/ATen/ops/rrelu.h' 2022-12-01T10:09:25.7062302Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7064019Z adding 'torch/include/ATen/ops/rrelu_native.h' 2022-12-01T10:09:25.7065698Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2022-12-01T10:09:25.7067508Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2022-12-01T10:09:25.7069321Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2022-12-01T10:09:25.7071164Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7072757Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2022-12-01T10:09:25.7074589Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2022-12-01T10:09:25.7076699Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2022-12-01T10:09:25.7078351Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2022-12-01T10:09:25.7080089Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2022-12-01T10:09:25.7081721Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2022-12-01T10:09:25.7083634Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2022-12-01T10:09:25.7085361Z adding 'torch/include/ATen/ops/rshift.h' 2022-12-01T10:09:25.7087211Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7088772Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2022-12-01T10:09:25.7090432Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2022-12-01T10:09:25.7092022Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2022-12-01T10:09:25.7093676Z adding 'torch/include/ATen/ops/rshift_native.h' 2022-12-01T10:09:25.7095540Z adding 'torch/include/ATen/ops/rshift_ops.h' 2022-12-01T10:09:25.7097266Z adding 'torch/include/ATen/ops/rsqrt.h' 2022-12-01T10:09:25.7099152Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7100688Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2022-12-01T10:09:25.7102270Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2022-12-01T10:09:25.7103872Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2022-12-01T10:09:25.7105458Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2022-12-01T10:09:25.7107106Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2022-12-01T10:09:25.7108805Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2022-12-01T10:09:25.7110567Z adding 'torch/include/ATen/ops/rsub.h' 2022-12-01T10:09:25.7112397Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7113977Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2022-12-01T10:09:25.7115869Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2022-12-01T10:09:25.7117611Z adding 'torch/include/ATen/ops/rsub_native.h' 2022-12-01T10:09:25.7119325Z adding 'torch/include/ATen/ops/rsub_ops.h' 2022-12-01T10:09:25.7121209Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2022-12-01T10:09:25.7123023Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7124592Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2022-12-01T10:09:25.7126315Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2022-12-01T10:09:25.7128396Z adding 'torch/include/ATen/ops/scatter.h' 2022-12-01T10:09:25.7130075Z adding 'torch/include/ATen/ops/scatter_add.h' 2022-12-01T10:09:25.7131995Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7133662Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7135259Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2022-12-01T10:09:25.7136950Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2022-12-01T10:09:25.7138605Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2022-12-01T10:09:25.7140042Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2022-12-01T10:09:25.7141684Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2022-12-01T10:09:25.7143375Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2022-12-01T10:09:25.7145174Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7146837Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7148357Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2022-12-01T10:09:25.7150001Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2022-12-01T10:09:25.7151615Z adding 'torch/include/ATen/ops/scatter_meta.h' 2022-12-01T10:09:25.7153326Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2022-12-01T10:09:25.7155149Z adding 'torch/include/ATen/ops/scatter_native.h' 2022-12-01T10:09:25.7157456Z adding 'torch/include/ATen/ops/scatter_ops.h' 2022-12-01T10:09:25.7159442Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2022-12-01T10:09:25.7161054Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7162402Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2022-12-01T10:09:25.7163976Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2022-12-01T10:09:25.7165634Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2022-12-01T10:09:25.7167439Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2022-12-01T10:09:25.7167777Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2022-12-01T10:09:25.7170089Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2022-12-01T10:09:25.7171825Z adding 'torch/include/ATen/ops/searchsorted.h' 2022-12-01T10:09:25.7173542Z adding 'torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7175188Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2022-12-01T10:09:25.7176632Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2022-12-01T10:09:25.7178061Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2022-12-01T10:09:25.7179625Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2022-12-01T10:09:25.7181129Z adding 'torch/include/ATen/ops/segment_reduce.h' 2022-12-01T10:09:25.7182775Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7184308Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2022-12-01T10:09:25.7185855Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2022-12-01T10:09:25.7187328Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2022-12-01T10:09:25.7188926Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2022-12-01T10:09:25.7190394Z adding 'torch/include/ATen/ops/select.h' 2022-12-01T10:09:25.7192025Z adding 'torch/include/ATen/ops/select_backward.h' 2022-12-01T10:09:25.7193629Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7195228Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7196503Z adding 'torch/include/ATen/ops/select_backward_native.h' 2022-12-01T10:09:25.7198039Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2022-12-01T10:09:25.7199619Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7201025Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7202314Z adding 'torch/include/ATen/ops/select_copy.h' 2022-12-01T10:09:25.7203766Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7205358Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7206674Z adding 'torch/include/ATen/ops/select_copy_native.h' 2022-12-01T10:09:25.7208099Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2022-12-01T10:09:25.7209626Z adding 'torch/include/ATen/ops/select_native.h' 2022-12-01T10:09:25.7211224Z adding 'torch/include/ATen/ops/select_ops.h' 2022-12-01T10:09:25.7213004Z adding 'torch/include/ATen/ops/select_scatter.h' 2022-12-01T10:09:25.7214596Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7215917Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2022-12-01T10:09:25.7217947Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2022-12-01T10:09:25.7219458Z adding 'torch/include/ATen/ops/selu.h' 2022-12-01T10:09:25.7221049Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7222428Z adding 'torch/include/ATen/ops/selu_native.h' 2022-12-01T10:09:25.7223799Z adding 'torch/include/ATen/ops/selu_ops.h' 2022-12-01T10:09:25.7225548Z adding 'torch/include/ATen/ops/set.h' 2022-12-01T10:09:25.7227264Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7228824Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7230153Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2022-12-01T10:09:25.7231599Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2022-12-01T10:09:25.7232941Z adding 'torch/include/ATen/ops/set_data.h' 2022-12-01T10:09:25.7234756Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7235977Z adding 'torch/include/ATen/ops/set_data_native.h' 2022-12-01T10:09:25.7237813Z adding 'torch/include/ATen/ops/set_data_ops.h' 2022-12-01T10:09:25.7239512Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2022-12-01T10:09:25.7241272Z adding 'torch/include/ATen/ops/set_native.h' 2022-12-01T10:09:25.7243579Z adding 'torch/include/ATen/ops/set_ops.h' 2022-12-01T10:09:25.7245518Z adding 'torch/include/ATen/ops/sgn.h' 2022-12-01T10:09:25.7247265Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7248802Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2022-12-01T10:09:25.7250810Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2022-12-01T10:09:25.7252248Z adding 'torch/include/ATen/ops/sgn_meta.h' 2022-12-01T10:09:25.7253908Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2022-12-01T10:09:25.7255356Z adding 'torch/include/ATen/ops/sgn_native.h' 2022-12-01T10:09:25.7256881Z adding 'torch/include/ATen/ops/sgn_ops.h' 2022-12-01T10:09:25.7258392Z adding 'torch/include/ATen/ops/sigmoid.h' 2022-12-01T10:09:25.7259939Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2022-12-01T10:09:25.7261870Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7263323Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2022-12-01T10:09:25.7264865Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2022-12-01T10:09:25.7266202Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2022-12-01T10:09:25.7267794Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2022-12-01T10:09:25.7269169Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2022-12-01T10:09:25.7270711Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2022-12-01T10:09:25.7272260Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7273606Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2022-12-01T10:09:25.7275281Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2022-12-01T10:09:25.7277353Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2022-12-01T10:09:25.7279004Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2022-12-01T10:09:25.7281110Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2022-12-01T10:09:25.7283119Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2022-12-01T10:09:25.7284905Z adding 'torch/include/ATen/ops/sign.h' 2022-12-01T10:09:25.7287012Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7288564Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2022-12-01T10:09:25.7290677Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2022-12-01T10:09:25.7292275Z adding 'torch/include/ATen/ops/sign_meta.h' 2022-12-01T10:09:25.7294500Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2022-12-01T10:09:25.7296072Z adding 'torch/include/ATen/ops/sign_native.h' 2022-12-01T10:09:25.7298400Z adding 'torch/include/ATen/ops/sign_ops.h' 2022-12-01T10:09:25.7300021Z adding 'torch/include/ATen/ops/signbit.h' 2022-12-01T10:09:25.7302321Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7303814Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2022-12-01T10:09:25.7305921Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2022-12-01T10:09:25.7307496Z adding 'torch/include/ATen/ops/signbit_meta.h' 2022-12-01T10:09:25.7309569Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2022-12-01T10:09:25.7311332Z adding 'torch/include/ATen/ops/signbit_native.h' 2022-12-01T10:09:25.7313426Z adding 'torch/include/ATen/ops/signbit_ops.h' 2022-12-01T10:09:25.7315530Z adding 'torch/include/ATen/ops/silu.h' 2022-12-01T10:09:25.7317417Z adding 'torch/include/ATen/ops/silu_backward.h' 2022-12-01T10:09:25.7319643Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7321316Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7323334Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2022-12-01T10:09:25.7325169Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2022-12-01T10:09:25.7327064Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2022-12-01T10:09:25.7328990Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2022-12-01T10:09:25.7330766Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2022-12-01T10:09:25.7332827Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2022-12-01T10:09:25.7334882Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7336540Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2022-12-01T10:09:25.7338592Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2022-12-01T10:09:25.7340278Z adding 'torch/include/ATen/ops/silu_meta.h' 2022-12-01T10:09:25.7342332Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2022-12-01T10:09:25.7343988Z adding 'torch/include/ATen/ops/silu_native.h' 2022-12-01T10:09:25.7346314Z adding 'torch/include/ATen/ops/silu_ops.h' 2022-12-01T10:09:25.7347818Z adding 'torch/include/ATen/ops/sin.h' 2022-12-01T10:09:25.7350185Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7351690Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2022-12-01T10:09:25.7353825Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2022-12-01T10:09:25.7355606Z adding 'torch/include/ATen/ops/sin_meta.h' 2022-12-01T10:09:25.7357704Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2022-12-01T10:09:25.7359512Z adding 'torch/include/ATen/ops/sin_native.h' 2022-12-01T10:09:25.7361591Z adding 'torch/include/ATen/ops/sin_ops.h' 2022-12-01T10:09:25.7363382Z adding 'torch/include/ATen/ops/sinc.h' 2022-12-01T10:09:25.7365525Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7367185Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2022-12-01T10:09:25.7369224Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2022-12-01T10:09:25.7370946Z adding 'torch/include/ATen/ops/sinc_meta.h' 2022-12-01T10:09:25.7372893Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2022-12-01T10:09:25.7374914Z adding 'torch/include/ATen/ops/sinc_native.h' 2022-12-01T10:09:25.7377038Z adding 'torch/include/ATen/ops/sinc_ops.h' 2022-12-01T10:09:25.7378726Z adding 'torch/include/ATen/ops/sinh.h' 2022-12-01T10:09:25.7380876Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7382509Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2022-12-01T10:09:25.7384540Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2022-12-01T10:09:25.7386382Z adding 'torch/include/ATen/ops/sinh_meta.h' 2022-12-01T10:09:25.7388485Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2022-12-01T10:09:25.7389953Z adding 'torch/include/ATen/ops/sinh_native.h' 2022-12-01T10:09:25.7392368Z adding 'torch/include/ATen/ops/sinh_ops.h' 2022-12-01T10:09:25.7393922Z adding 'torch/include/ATen/ops/size.h' 2022-12-01T10:09:25.7396584Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7398415Z adding 'torch/include/ATen/ops/size_native.h' 2022-12-01T10:09:25.7400655Z adding 'torch/include/ATen/ops/size_ops.h' 2022-12-01T10:09:25.7402559Z adding 'torch/include/ATen/ops/slice.h' 2022-12-01T10:09:25.7404825Z adding 'torch/include/ATen/ops/slice_backward.h' 2022-12-01T10:09:25.7406911Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7408808Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2022-12-01T10:09:25.7410940Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2022-12-01T10:09:25.7413106Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7415066Z adding 'torch/include/ATen/ops/slice_copy.h' 2022-12-01T10:09:25.7417430Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7419327Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7421231Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2022-12-01T10:09:25.7423469Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2022-12-01T10:09:25.7425308Z adding 'torch/include/ATen/ops/slice_native.h' 2022-12-01T10:09:25.7427369Z adding 'torch/include/ATen/ops/slice_ops.h' 2022-12-01T10:09:25.7429591Z adding 'torch/include/ATen/ops/slice_scatter.h' 2022-12-01T10:09:25.7431905Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7433600Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2022-12-01T10:09:25.7436094Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2022-12-01T10:09:25.7437923Z adding 'torch/include/ATen/ops/slogdet.h' 2022-12-01T10:09:25.7440042Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7441635Z adding 'torch/include/ATen/ops/slogdet_native.h' 2022-12-01T10:09:25.7443873Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2022-12-01T10:09:25.7446277Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2022-12-01T10:09:25.7448141Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7450129Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2022-12-01T10:09:25.7452472Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2022-12-01T10:09:25.7454240Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2022-12-01T10:09:25.7456479Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2022-12-01T10:09:25.7458403Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2022-12-01T10:09:25.7460550Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2022-12-01T10:09:25.7462563Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2022-12-01T10:09:25.7464624Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7466527Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2022-12-01T10:09:25.7468540Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2022-12-01T10:09:25.7470378Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2022-12-01T10:09:25.7472590Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2022-12-01T10:09:25.7474616Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2022-12-01T10:09:25.7476862Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7478717Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2022-12-01T10:09:25.7480635Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2022-12-01T10:09:25.7482662Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2022-12-01T10:09:25.7484819Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2022-12-01T10:09:25.7486855Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2022-12-01T10:09:25.7488968Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7490779Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2022-12-01T10:09:25.7492836Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2022-12-01T10:09:25.7494626Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2022-12-01T10:09:25.7496709Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2022-12-01T10:09:25.7498530Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2022-12-01T10:09:25.7500710Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2022-12-01T10:09:25.7502728Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2022-12-01T10:09:25.7504763Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2022-12-01T10:09:25.7506725Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2022-12-01T10:09:25.7508707Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2022-12-01T10:09:25.7510830Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2022-12-01T10:09:25.7512501Z adding 'torch/include/ATen/ops/smm.h' 2022-12-01T10:09:25.7514736Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7516328Z adding 'torch/include/ATen/ops/smm_native.h' 2022-12-01T10:09:25.7518695Z adding 'torch/include/ATen/ops/smm_ops.h' 2022-12-01T10:09:25.7520398Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2022-12-01T10:09:25.7522574Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2022-12-01T10:09:25.7524523Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7526381Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2022-12-01T10:09:25.7528340Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2022-12-01T10:09:25.7530068Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2022-12-01T10:09:25.7532249Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2022-12-01T10:09:25.7534295Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7535985Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2022-12-01T10:09:25.7538079Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2022-12-01T10:09:25.7539802Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2022-12-01T10:09:25.7541928Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2022-12-01T10:09:25.7543526Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2022-12-01T10:09:25.7545751Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2022-12-01T10:09:25.7547504Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2022-12-01T10:09:25.7549647Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2022-12-01T10:09:25.7551637Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7553393Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2022-12-01T10:09:25.7555936Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2022-12-01T10:09:25.7558040Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7559697Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2022-12-01T10:09:25.7561938Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2022-12-01T10:09:25.7563742Z adding 'torch/include/ATen/ops/softmax.h' 2022-12-01T10:09:25.7565812Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7567625Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7569538Z adding 'torch/include/ATen/ops/softmax_native.h' 2022-12-01T10:09:25.7571670Z adding 'torch/include/ATen/ops/softmax_ops.h' 2022-12-01T10:09:25.7573530Z adding 'torch/include/ATen/ops/softplus.h' 2022-12-01T10:09:25.7575518Z adding 'torch/include/ATen/ops/softplus_backward.h' 2022-12-01T10:09:25.7577684Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7579314Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2022-12-01T10:09:25.7581459Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2022-12-01T10:09:25.7583155Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2022-12-01T10:09:25.7585449Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2022-12-01T10:09:25.7587430Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2022-12-01T10:09:25.7589591Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2022-12-01T10:09:25.7591879Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7594009Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2022-12-01T10:09:25.7595828Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2022-12-01T10:09:25.7597836Z adding 'torch/include/ATen/ops/softplus_meta.h' 2022-12-01T10:09:25.7599632Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2022-12-01T10:09:25.7601519Z adding 'torch/include/ATen/ops/softplus_native.h' 2022-12-01T10:09:25.7603549Z adding 'torch/include/ATen/ops/softplus_ops.h' 2022-12-01T10:09:25.7605394Z adding 'torch/include/ATen/ops/softshrink.h' 2022-12-01T10:09:25.7607339Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2022-12-01T10:09:25.7609500Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7611102Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2022-12-01T10:09:25.7613228Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2022-12-01T10:09:25.7614834Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2022-12-01T10:09:25.7617023Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2022-12-01T10:09:25.7618629Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2022-12-01T10:09:25.7620865Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2022-12-01T10:09:25.7622756Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7624555Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2022-12-01T10:09:25.7626394Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2022-12-01T10:09:25.7628172Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2022-12-01T10:09:25.7630089Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2022-12-01T10:09:25.7631926Z adding 'torch/include/ATen/ops/softshrink_native.h' 2022-12-01T10:09:25.7634179Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2022-12-01T10:09:25.7636427Z adding 'torch/include/ATen/ops/sort.h' 2022-12-01T10:09:25.7638698Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7640378Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7642379Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7644320Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2022-12-01T10:09:25.7646194Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2022-12-01T10:09:25.7647927Z adding 'torch/include/ATen/ops/sort_meta.h' 2022-12-01T10:09:25.7649919Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2022-12-01T10:09:25.7651757Z adding 'torch/include/ATen/ops/sort_native.h' 2022-12-01T10:09:25.7654297Z adding 'torch/include/ATen/ops/sort_ops.h' 2022-12-01T10:09:25.7662760Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2022-12-01T10:09:25.7664736Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7666552Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2022-12-01T10:09:25.7668827Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2022-12-01T10:09:25.7670863Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2022-12-01T10:09:25.7673042Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7674757Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2022-12-01T10:09:25.7677382Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2022-12-01T10:09:25.7679505Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2022-12-01T10:09:25.7681601Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7683237Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2022-12-01T10:09:25.7685725Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2022-12-01T10:09:25.7687798Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2022-12-01T10:09:25.7690209Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7692201Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7694030Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2022-12-01T10:09:25.7696505Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2022-12-01T10:09:25.7698571Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2022-12-01T10:09:25.7700761Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7702466Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2022-12-01T10:09:25.7704791Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2022-12-01T10:09:25.7706918Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2022-12-01T10:09:25.7709031Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7710784Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2022-12-01T10:09:25.7713084Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2022-12-01T10:09:25.7714698Z adding 'torch/include/ATen/ops/sparse_dim.h' 2022-12-01T10:09:25.7717074Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2022-12-01T10:09:25.7718927Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2022-12-01T10:09:25.7720710Z adding 'torch/include/ATen/ops/sparse_mask.h' 2022-12-01T10:09:25.7722913Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7724515Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2022-12-01T10:09:25.7726802Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2022-12-01T10:09:25.7728895Z adding 'torch/include/ATen/ops/sparse_resize.h' 2022-12-01T10:09:25.7730744Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2022-12-01T10:09:25.7732951Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7734686Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2022-12-01T10:09:25.7736640Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2022-12-01T10:09:25.7738891Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2022-12-01T10:09:25.7740791Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7742830Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2022-12-01T10:09:25.7744439Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2022-12-01T10:09:25.7746832Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2022-12-01T10:09:25.7748614Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2022-12-01T10:09:25.7750669Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2022-12-01T10:09:25.7752601Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2022-12-01T10:09:25.7754733Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2022-12-01T10:09:25.7756913Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7758739Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2022-12-01T10:09:25.7760748Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2022-12-01T10:09:25.7762461Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2022-12-01T10:09:25.7764402Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2022-12-01T10:09:25.7766115Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2022-12-01T10:09:25.7768281Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2022-12-01T10:09:25.7769977Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2022-12-01T10:09:25.7772355Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7773875Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2022-12-01T10:09:25.7776008Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2022-12-01T10:09:25.7777623Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2022-12-01T10:09:25.7779782Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2022-12-01T10:09:25.7781308Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2022-12-01T10:09:25.7783351Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2022-12-01T10:09:25.7785442Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2022-12-01T10:09:25.7787508Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7789285Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2022-12-01T10:09:25.7791276Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2022-12-01T10:09:25.7792993Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2022-12-01T10:09:25.7795327Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2022-12-01T10:09:25.7797012Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2022-12-01T10:09:25.7799217Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2022-12-01T10:09:25.7800959Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2022-12-01T10:09:25.7803257Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7804832Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2022-12-01T10:09:25.7806955Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2022-12-01T10:09:25.7808577Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2022-12-01T10:09:25.7810620Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2022-12-01T10:09:25.7812322Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2022-12-01T10:09:25.7814384Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2022-12-01T10:09:25.7816262Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2022-12-01T10:09:25.7818385Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7820035Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2022-12-01T10:09:25.7822092Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2022-12-01T10:09:25.7823686Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2022-12-01T10:09:25.7825819Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2022-12-01T10:09:25.7827559Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2022-12-01T10:09:25.7829580Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2022-12-01T10:09:25.7831694Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2022-12-01T10:09:25.7833788Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7836034Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7837922Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7839836Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2022-12-01T10:09:25.7841776Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2022-12-01T10:09:25.7843507Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2022-12-01T10:09:25.7845562Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2022-12-01T10:09:25.7847283Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2022-12-01T10:09:25.7849712Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2022-12-01T10:09:25.7851780Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2022-12-01T10:09:25.7853878Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7855791Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7857716Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7859574Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2022-12-01T10:09:25.7861487Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2022-12-01T10:09:25.7863307Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2022-12-01T10:09:25.7865295Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2022-12-01T10:09:25.7867127Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2022-12-01T10:09:25.7869559Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2022-12-01T10:09:25.7871510Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2022-12-01T10:09:25.7873719Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7875822Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7878276Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7879883Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2022-12-01T10:09:25.7882161Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2022-12-01T10:09:25.7883907Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2022-12-01T10:09:25.7885947Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2022-12-01T10:09:25.7887668Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2022-12-01T10:09:25.7890101Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2022-12-01T10:09:25.7892168Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2022-12-01T10:09:25.7894341Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7896236Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7897830Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7899398Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2022-12-01T10:09:25.7900830Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2022-12-01T10:09:25.7902309Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2022-12-01T10:09:25.7903832Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2022-12-01T10:09:25.7905360Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2022-12-01T10:09:25.7907189Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2022-12-01T10:09:25.7909660Z adding 'torch/include/ATen/ops/special_digamma.h' 2022-12-01T10:09:25.7910667Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7912061Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2022-12-01T10:09:25.7913660Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2022-12-01T10:09:25.7915547Z adding 'torch/include/ATen/ops/special_entr.h' 2022-12-01T10:09:25.7917362Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7918843Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2022-12-01T10:09:25.7920293Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2022-12-01T10:09:25.7921775Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2022-12-01T10:09:25.7923233Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2022-12-01T10:09:25.7924848Z adding 'torch/include/ATen/ops/special_entr_native.h' 2022-12-01T10:09:25.7926332Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2022-12-01T10:09:25.7927906Z adding 'torch/include/ATen/ops/special_erf.h' 2022-12-01T10:09:25.7929511Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7930889Z adding 'torch/include/ATen/ops/special_erf_native.h' 2022-12-01T10:09:25.7932525Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2022-12-01T10:09:25.7934095Z adding 'torch/include/ATen/ops/special_erfc.h' 2022-12-01T10:09:25.7935646Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7937039Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2022-12-01T10:09:25.7938613Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2022-12-01T10:09:25.7940170Z adding 'torch/include/ATen/ops/special_erfcx.h' 2022-12-01T10:09:25.7941829Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.7943323Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2022-12-01T10:09:25.7944846Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2022-12-01T10:09:25.7946325Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2022-12-01T10:09:25.7947883Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2022-12-01T10:09:25.7949352Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2022-12-01T10:09:25.7950909Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2022-12-01T10:09:25.7952460Z adding 'torch/include/ATen/ops/special_erfinv.h' 2022-12-01T10:09:25.7954059Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7955617Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2022-12-01T10:09:25.7957303Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2022-12-01T10:09:25.7958901Z adding 'torch/include/ATen/ops/special_exp2.h' 2022-12-01T10:09:25.7960511Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7961938Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2022-12-01T10:09:25.7963528Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2022-12-01T10:09:25.7965094Z adding 'torch/include/ATen/ops/special_expit.h' 2022-12-01T10:09:25.7966690Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7968109Z adding 'torch/include/ATen/ops/special_expit_native.h' 2022-12-01T10:09:25.7969694Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2022-12-01T10:09:25.7971326Z adding 'torch/include/ATen/ops/special_expm1.h' 2022-12-01T10:09:25.7972889Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7974410Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2022-12-01T10:09:25.7975991Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2022-12-01T10:09:25.7977498Z adding 'torch/include/ATen/ops/special_gammainc.h' 2022-12-01T10:09:25.7979110Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7980536Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2022-12-01T10:09:25.7982115Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2022-12-01T10:09:25.7983691Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2022-12-01T10:09:25.7985335Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7986752Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2022-12-01T10:09:25.7988397Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2022-12-01T10:09:25.7989906Z adding 'torch/include/ATen/ops/special_gammaln.h' 2022-12-01T10:09:25.7991501Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.7992890Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2022-12-01T10:09:25.7994527Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2022-12-01T10:09:25.7996416Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2022-12-01T10:09:25.7998136Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.7999757Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8001256Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8002770Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2022-12-01T10:09:25.8004313Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2022-12-01T10:09:25.8005727Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2022-12-01T10:09:25.8007242Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2022-12-01T10:09:25.8008748Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2022-12-01T10:09:25.8010552Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2022-12-01T10:09:25.8012357Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2022-12-01T10:09:25.8014074Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8015656Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8017161Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8018643Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2022-12-01T10:09:25.8020146Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2022-12-01T10:09:25.8021654Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2022-12-01T10:09:25.8023178Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2022-12-01T10:09:25.8024696Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2022-12-01T10:09:25.8026457Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2022-12-01T10:09:25.8028148Z adding 'torch/include/ATen/ops/special_i0.h' 2022-12-01T10:09:25.8029756Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8031140Z adding 'torch/include/ATen/ops/special_i0_native.h' 2022-12-01T10:09:25.8032734Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2022-12-01T10:09:25.8034404Z adding 'torch/include/ATen/ops/special_i0e.h' 2022-12-01T10:09:25.8036211Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8037797Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2022-12-01T10:09:25.8039259Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2022-12-01T10:09:25.8040718Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2022-12-01T10:09:25.8042194Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2022-12-01T10:09:25.8043658Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2022-12-01T10:09:25.8045217Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2022-12-01T10:09:25.8046830Z adding 'torch/include/ATen/ops/special_i1.h' 2022-12-01T10:09:25.8048448Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8049868Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2022-12-01T10:09:25.8051346Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2022-12-01T10:09:25.8052788Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2022-12-01T10:09:25.8054263Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2022-12-01T10:09:25.8055706Z adding 'torch/include/ATen/ops/special_i1_native.h' 2022-12-01T10:09:25.8057228Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2022-12-01T10:09:25.8058819Z adding 'torch/include/ATen/ops/special_i1e.h' 2022-12-01T10:09:25.8060455Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8061901Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2022-12-01T10:09:25.8063369Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2022-12-01T10:09:25.8064825Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2022-12-01T10:09:25.8066338Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2022-12-01T10:09:25.8067784Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2022-12-01T10:09:25.8069352Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2022-12-01T10:09:25.8071756Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2022-12-01T10:09:25.8073551Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8075427Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8076985Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8078509Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2022-12-01T10:09:25.8080044Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2022-12-01T10:09:25.8081516Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2022-12-01T10:09:25.8083073Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2022-12-01T10:09:25.8084581Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2022-12-01T10:09:25.8086389Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2022-12-01T10:09:25.8088200Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2022-12-01T10:09:25.8089921Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8091520Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8093016Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8094493Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2022-12-01T10:09:25.8095996Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2022-12-01T10:09:25.8097532Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2022-12-01T10:09:25.8099067Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2022-12-01T10:09:25.8100646Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2022-12-01T10:09:25.8102376Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2022-12-01T10:09:25.8104023Z adding 'torch/include/ATen/ops/special_log1p.h' 2022-12-01T10:09:25.8105645Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8107036Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2022-12-01T10:09:25.8108645Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2022-12-01T10:09:25.8110247Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2022-12-01T10:09:25.8111904Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8113388Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2022-12-01T10:09:25.8115075Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2022-12-01T10:09:25.8116580Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2022-12-01T10:09:25.8118044Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2022-12-01T10:09:25.8119513Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2022-12-01T10:09:25.8121089Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2022-12-01T10:09:25.8122697Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2022-12-01T10:09:25.8124303Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8125727Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2022-12-01T10:09:25.8127338Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2022-12-01T10:09:25.8128907Z adding 'torch/include/ATen/ops/special_logit.h' 2022-12-01T10:09:25.8130494Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8131907Z adding 'torch/include/ATen/ops/special_logit_native.h' 2022-12-01T10:09:25.8133505Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2022-12-01T10:09:25.8135164Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2022-12-01T10:09:25.8136828Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8138239Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2022-12-01T10:09:25.8139899Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2022-12-01T10:09:25.8141463Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2022-12-01T10:09:25.8143761Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8144679Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2022-12-01T10:09:25.8146159Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2022-12-01T10:09:25.8147470Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2022-12-01T10:09:25.8149136Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2022-12-01T10:09:25.8150529Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2022-12-01T10:09:25.8151953Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2022-12-01T10:09:25.8153529Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2022-12-01T10:09:25.8155633Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8157071Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2022-12-01T10:09:25.8158682Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2022-12-01T10:09:25.8159977Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2022-12-01T10:09:25.8161672Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2022-12-01T10:09:25.8162690Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2022-12-01T10:09:25.8164315Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2022-12-01T10:09:25.8165779Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2022-12-01T10:09:25.8167635Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8168521Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2022-12-01T10:09:25.8169986Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2022-12-01T10:09:25.8171295Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2022-12-01T10:09:25.8172675Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2022-12-01T10:09:25.8174186Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2022-12-01T10:09:25.8175566Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2022-12-01T10:09:25.8177114Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2022-12-01T10:09:25.8178715Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8180042Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2022-12-01T10:09:25.8181479Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2022-12-01T10:09:25.8182908Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2022-12-01T10:09:25.8184360Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2022-12-01T10:09:25.8185691Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2022-12-01T10:09:25.8187148Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2022-12-01T10:09:25.8188666Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2022-12-01T10:09:25.8190192Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8191567Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2022-12-01T10:09:25.8193055Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2022-12-01T10:09:25.8194633Z adding 'torch/include/ATen/ops/special_ndtr.h' 2022-12-01T10:09:25.8196667Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8197990Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2022-12-01T10:09:25.8199538Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2022-12-01T10:09:25.8201319Z adding 'torch/include/ATen/ops/special_ndtri.h' 2022-12-01T10:09:25.8202906Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8204073Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2022-12-01T10:09:25.8205451Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2022-12-01T10:09:25.8206873Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2022-12-01T10:09:25.8208730Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2022-12-01T10:09:25.8210101Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2022-12-01T10:09:25.8211599Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2022-12-01T10:09:25.8213033Z adding 'torch/include/ATen/ops/special_polygamma.h' 2022-12-01T10:09:25.8214576Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8215858Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2022-12-01T10:09:25.8217522Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2022-12-01T10:09:25.8219301Z adding 'torch/include/ATen/ops/special_psi.h' 2022-12-01T10:09:25.8221054Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8222230Z adding 'torch/include/ATen/ops/special_psi_native.h' 2022-12-01T10:09:25.8223691Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2022-12-01T10:09:25.8225111Z adding 'torch/include/ATen/ops/special_round.h' 2022-12-01T10:09:25.8226980Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8228149Z adding 'torch/include/ATen/ops/special_round_native.h' 2022-12-01T10:09:25.8229779Z adding 'torch/include/ATen/ops/special_round_ops.h' 2022-12-01T10:09:25.8231376Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2022-12-01T10:09:25.8232912Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8234396Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2022-12-01T10:09:25.8236168Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2022-12-01T10:09:25.8237601Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2022-12-01T10:09:25.8239107Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2022-12-01T10:09:25.8240586Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2022-12-01T10:09:25.8242088Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2022-12-01T10:09:25.8243556Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2022-12-01T10:09:25.8245224Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8246629Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2022-12-01T10:09:25.8248094Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2022-12-01T10:09:25.8249499Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2022-12-01T10:09:25.8250977Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2022-12-01T10:09:25.8252382Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2022-12-01T10:09:25.8253933Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2022-12-01T10:09:25.8255601Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2022-12-01T10:09:25.8257297Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8258834Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8260540Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8261966Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2022-12-01T10:09:25.8263545Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2022-12-01T10:09:25.8265308Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2022-12-01T10:09:25.8266711Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2022-12-01T10:09:25.8268193Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2022-12-01T10:09:25.8269945Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2022-12-01T10:09:25.8271797Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2022-12-01T10:09:25.8273476Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8275262Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8276606Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8278126Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2022-12-01T10:09:25.8279537Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2022-12-01T10:09:25.8280912Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2022-12-01T10:09:25.8282415Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2022-12-01T10:09:25.8283840Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2022-12-01T10:09:25.8285606Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2022-12-01T10:09:25.8287397Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2022-12-01T10:09:25.8288993Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8290493Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8291981Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8293359Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2022-12-01T10:09:25.8294829Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2022-12-01T10:09:25.8296186Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2022-12-01T10:09:25.8297685Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2022-12-01T10:09:25.8299097Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2022-12-01T10:09:25.8300817Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2022-12-01T10:09:25.8302557Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2022-12-01T10:09:25.8304297Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8306095Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8307574Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8308964Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2022-12-01T10:09:25.8310905Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2022-12-01T10:09:25.8312040Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2022-12-01T10:09:25.8313593Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2022-12-01T10:09:25.8315264Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2022-12-01T10:09:25.8317017Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2022-12-01T10:09:25.8318478Z adding 'torch/include/ATen/ops/special_sinc.h' 2022-12-01T10:09:25.8320109Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8321407Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2022-12-01T10:09:25.8322930Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2022-12-01T10:09:25.8324390Z adding 'torch/include/ATen/ops/special_softmax.h' 2022-12-01T10:09:25.8326066Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8327374Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2022-12-01T10:09:25.8328857Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2022-12-01T10:09:25.8330368Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2022-12-01T10:09:25.8332094Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8333371Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2022-12-01T10:09:25.8334832Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2022-12-01T10:09:25.8336153Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2022-12-01T10:09:25.8337680Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2022-12-01T10:09:25.8339105Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2022-12-01T10:09:25.8340614Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2022-12-01T10:09:25.8342134Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2022-12-01T10:09:25.8344008Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8345474Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8346786Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2022-12-01T10:09:25.8348196Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2022-12-01T10:09:25.8349638Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2022-12-01T10:09:25.8351100Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2022-12-01T10:09:25.8352528Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2022-12-01T10:09:25.8354231Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2022-12-01T10:09:25.8356254Z adding 'torch/include/ATen/ops/special_xlogy.h' 2022-12-01T10:09:25.8358179Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8359577Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2022-12-01T10:09:25.8361323Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2022-12-01T10:09:25.8363021Z adding 'torch/include/ATen/ops/special_zeta.h' 2022-12-01T10:09:25.8364713Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8366320Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8367654Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2022-12-01T10:09:25.8369095Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2022-12-01T10:09:25.8370418Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2022-12-01T10:09:25.8371904Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2022-12-01T10:09:25.8373342Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2022-12-01T10:09:25.8375065Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2022-12-01T10:09:25.8376690Z adding 'torch/include/ATen/ops/split.h' 2022-12-01T10:09:25.8378382Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8379851Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8381252Z adding 'torch/include/ATen/ops/split_copy.h' 2022-12-01T10:09:25.8382855Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8384456Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8385735Z adding 'torch/include/ATen/ops/split_copy_native.h' 2022-12-01T10:09:25.8387311Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2022-12-01T10:09:25.8388765Z adding 'torch/include/ATen/ops/split_native.h' 2022-12-01T10:09:25.8390177Z adding 'torch/include/ATen/ops/split_ops.h' 2022-12-01T10:09:25.8391759Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2022-12-01T10:09:25.8393447Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8395108Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2022-12-01T10:09:25.8397036Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8398617Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8399958Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2022-12-01T10:09:25.8401685Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2022-12-01T10:09:25.8403318Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2022-12-01T10:09:25.8404890Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2022-12-01T10:09:25.8406416Z adding 'torch/include/ATen/ops/sqrt.h' 2022-12-01T10:09:25.8407930Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8409392Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2022-12-01T10:09:25.8411040Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2022-12-01T10:09:25.8412402Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2022-12-01T10:09:25.8414304Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2022-12-01T10:09:25.8415485Z adding 'torch/include/ATen/ops/sqrt_native.h' 2022-12-01T10:09:25.8417046Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2022-12-01T10:09:25.8418560Z adding 'torch/include/ATen/ops/square.h' 2022-12-01T10:09:25.8420158Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8421493Z adding 'torch/include/ATen/ops/square_native.h' 2022-12-01T10:09:25.8423065Z adding 'torch/include/ATen/ops/square_ops.h' 2022-12-01T10:09:25.8425144Z adding 'torch/include/ATen/ops/squeeze.h' 2022-12-01T10:09:25.8426649Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8428149Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8429403Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2022-12-01T10:09:25.8430936Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8432651Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8433388Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2022-12-01T10:09:25.8435447Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2022-12-01T10:09:25.8436835Z adding 'torch/include/ATen/ops/squeeze_native.h' 2022-12-01T10:09:25.8438772Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2022-12-01T10:09:25.8440496Z adding 'torch/include/ATen/ops/sspaddmm.h' 2022-12-01T10:09:25.8442033Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8443556Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2022-12-01T10:09:25.8444930Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2022-12-01T10:09:25.8446349Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2022-12-01T10:09:25.8447969Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2022-12-01T10:09:25.8449545Z adding 'torch/include/ATen/ops/stack.h' 2022-12-01T10:09:25.8451139Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8452495Z adding 'torch/include/ATen/ops/stack_native.h' 2022-12-01T10:09:25.8454050Z adding 'torch/include/ATen/ops/stack_ops.h' 2022-12-01T10:09:25.8455866Z adding 'torch/include/ATen/ops/std.h' 2022-12-01T10:09:25.8457680Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8459276Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2022-12-01T10:09:25.8460828Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2022-12-01T10:09:25.8462533Z adding 'torch/include/ATen/ops/std_mean.h' 2022-12-01T10:09:25.8464237Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8465834Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8467298Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2022-12-01T10:09:25.8468856Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2022-12-01T10:09:25.8470513Z adding 'torch/include/ATen/ops/std_mean_native.h' 2022-12-01T10:09:25.8472364Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2022-12-01T10:09:25.8474076Z adding 'torch/include/ATen/ops/std_native.h' 2022-12-01T10:09:25.8476333Z adding 'torch/include/ATen/ops/std_ops.h' 2022-12-01T10:09:25.8478189Z adding 'torch/include/ATen/ops/stft.h' 2022-12-01T10:09:25.8479925Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8481489Z adding 'torch/include/ATen/ops/stft_native.h' 2022-12-01T10:09:25.8483204Z adding 'torch/include/ATen/ops/stft_ops.h' 2022-12-01T10:09:25.8484842Z adding 'torch/include/ATen/ops/stride.h' 2022-12-01T10:09:25.8486442Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8487907Z adding 'torch/include/ATen/ops/stride_native.h' 2022-12-01T10:09:25.8489427Z adding 'torch/include/ATen/ops/stride_ops.h' 2022-12-01T10:09:25.8491100Z adding 'torch/include/ATen/ops/sub.h' 2022-12-01T10:09:25.8492864Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8494419Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8495849Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2022-12-01T10:09:25.8497431Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2022-12-01T10:09:25.8498884Z adding 'torch/include/ATen/ops/sub_meta.h' 2022-12-01T10:09:25.8500457Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2022-12-01T10:09:25.8501963Z adding 'torch/include/ATen/ops/sub_native.h' 2022-12-01T10:09:25.8503839Z adding 'torch/include/ATen/ops/sub_ops.h' 2022-12-01T10:09:25.8505516Z adding 'torch/include/ATen/ops/subtract.h' 2022-12-01T10:09:25.8507266Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8508713Z adding 'torch/include/ATen/ops/subtract_native.h' 2022-12-01T10:09:25.8510513Z adding 'torch/include/ATen/ops/subtract_ops.h' 2022-12-01T10:09:25.8512274Z adding 'torch/include/ATen/ops/sum.h' 2022-12-01T10:09:25.8514038Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8515835Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8517574Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8519156Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2022-12-01T10:09:25.8520724Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2022-12-01T10:09:25.8522251Z adding 'torch/include/ATen/ops/sum_meta.h' 2022-12-01T10:09:25.8523773Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2022-12-01T10:09:25.8525360Z adding 'torch/include/ATen/ops/sum_native.h' 2022-12-01T10:09:25.8527193Z adding 'torch/include/ATen/ops/sum_ops.h' 2022-12-01T10:09:25.8528779Z adding 'torch/include/ATen/ops/sum_to_size.h' 2022-12-01T10:09:25.8530370Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8531812Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2022-12-01T10:09:25.8533376Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2022-12-01T10:09:25.8534961Z adding 'torch/include/ATen/ops/svd.h' 2022-12-01T10:09:25.8536635Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8538085Z adding 'torch/include/ATen/ops/svd_native.h' 2022-12-01T10:09:25.8539718Z adding 'torch/include/ATen/ops/svd_ops.h' 2022-12-01T10:09:25.8541298Z adding 'torch/include/ATen/ops/swapaxes.h' 2022-12-01T10:09:25.8542893Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8544325Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2022-12-01T10:09:25.8545944Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2022-12-01T10:09:25.8547471Z adding 'torch/include/ATen/ops/swapdims.h' 2022-12-01T10:09:25.8549015Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8550361Z adding 'torch/include/ATen/ops/swapdims_native.h' 2022-12-01T10:09:25.8552025Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2022-12-01T10:09:25.8553405Z adding 'torch/include/ATen/ops/symeig.h' 2022-12-01T10:09:25.8555248Z adding 'torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8556826Z adding 'torch/include/ATen/ops/symeig_native.h' 2022-12-01T10:09:25.8558375Z adding 'torch/include/ATen/ops/symeig_ops.h' 2022-12-01T10:09:25.8559841Z adding 'torch/include/ATen/ops/t.h' 2022-12-01T10:09:25.8561440Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8562761Z adding 'torch/include/ATen/ops/t_copy.h' 2022-12-01T10:09:25.8564338Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8565839Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8567150Z adding 'torch/include/ATen/ops/t_copy_native.h' 2022-12-01T10:09:25.8568545Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2022-12-01T10:09:25.8570103Z adding 'torch/include/ATen/ops/t_native.h' 2022-12-01T10:09:25.8571881Z adding 'torch/include/ATen/ops/t_ops.h' 2022-12-01T10:09:25.8573546Z adding 'torch/include/ATen/ops/take.h' 2022-12-01T10:09:25.8575236Z adding 'torch/include/ATen/ops/take_along_dim.h' 2022-12-01T10:09:25.8576920Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8578244Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2022-12-01T10:09:25.8579794Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2022-12-01T10:09:25.8581428Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2022-12-01T10:09:25.8583210Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2022-12-01T10:09:25.8584780Z adding 'torch/include/ATen/ops/take_native.h' 2022-12-01T10:09:25.8586383Z adding 'torch/include/ATen/ops/take_ops.h' 2022-12-01T10:09:25.8587896Z adding 'torch/include/ATen/ops/tan.h' 2022-12-01T10:09:25.8589554Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8590877Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2022-12-01T10:09:25.8592734Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2022-12-01T10:09:25.8594256Z adding 'torch/include/ATen/ops/tan_meta.h' 2022-12-01T10:09:25.8595994Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2022-12-01T10:09:25.8597453Z adding 'torch/include/ATen/ops/tan_native.h' 2022-12-01T10:09:25.8599066Z adding 'torch/include/ATen/ops/tan_ops.h' 2022-12-01T10:09:25.8600587Z adding 'torch/include/ATen/ops/tanh.h' 2022-12-01T10:09:25.8602128Z adding 'torch/include/ATen/ops/tanh_backward.h' 2022-12-01T10:09:25.8603791Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8605121Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2022-12-01T10:09:25.8606590Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2022-12-01T10:09:25.8608003Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2022-12-01T10:09:25.8609511Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2022-12-01T10:09:25.8610923Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2022-12-01T10:09:25.8612441Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2022-12-01T10:09:25.8614072Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8615416Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2022-12-01T10:09:25.8616849Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2022-12-01T10:09:25.8618257Z adding 'torch/include/ATen/ops/tanh_meta.h' 2022-12-01T10:09:25.8619671Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2022-12-01T10:09:25.8621071Z adding 'torch/include/ATen/ops/tanh_native.h' 2022-12-01T10:09:25.8622705Z adding 'torch/include/ATen/ops/tanh_ops.h' 2022-12-01T10:09:25.8624489Z adding 'torch/include/ATen/ops/tensor.h' 2022-12-01T10:09:25.8625949Z adding 'torch/include/ATen/ops/tensor_split.h' 2022-12-01T10:09:25.8627560Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8629100Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2022-12-01T10:09:25.8630911Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2022-12-01T10:09:25.8632665Z adding 'torch/include/ATen/ops/tensordot.h' 2022-12-01T10:09:25.8634247Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8635987Z adding 'torch/include/ATen/ops/tensordot_cpu_dispatch.h' 2022-12-01T10:09:25.8637561Z adding 'torch/include/ATen/ops/tensordot_cuda_dispatch.h' 2022-12-01T10:09:25.8639023Z adding 'torch/include/ATen/ops/tensordot_native.h' 2022-12-01T10:09:25.8640608Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2022-12-01T10:09:25.8642284Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2022-12-01T10:09:25.8644011Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8645422Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2022-12-01T10:09:25.8647376Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2022-12-01T10:09:25.8648804Z adding 'torch/include/ATen/ops/threshold.h' 2022-12-01T10:09:25.8650544Z adding 'torch/include/ATen/ops/threshold_backward.h' 2022-12-01T10:09:25.8652042Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8653239Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2022-12-01T10:09:25.8654791Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2022-12-01T10:09:25.8656214Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2022-12-01T10:09:25.8658199Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2022-12-01T10:09:25.8659810Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2022-12-01T10:09:25.8661536Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2022-12-01T10:09:25.8663305Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8664924Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2022-12-01T10:09:25.8666652Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2022-12-01T10:09:25.8668246Z adding 'torch/include/ATen/ops/threshold_meta.h' 2022-12-01T10:09:25.8670469Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2022-12-01T10:09:25.8671749Z adding 'torch/include/ATen/ops/threshold_native.h' 2022-12-01T10:09:25.8674239Z adding 'torch/include/ATen/ops/threshold_ops.h' 2022-12-01T10:09:25.8676176Z adding 'torch/include/ATen/ops/tile.h' 2022-12-01T10:09:25.8678621Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8680068Z adding 'torch/include/ATen/ops/tile_native.h' 2022-12-01T10:09:25.8682347Z adding 'torch/include/ATen/ops/tile_ops.h' 2022-12-01T10:09:25.8683860Z adding 'torch/include/ATen/ops/to.h' 2022-12-01T10:09:25.8686239Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8687590Z adding 'torch/include/ATen/ops/to_dense.h' 2022-12-01T10:09:25.8689907Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2022-12-01T10:09:25.8691722Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8693490Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2022-12-01T10:09:25.8695437Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2022-12-01T10:09:25.8697385Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8699063Z adding 'torch/include/ATen/ops/to_dense_native.h' 2022-12-01T10:09:25.8701147Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2022-12-01T10:09:25.8702897Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2022-12-01T10:09:25.8704884Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2022-12-01T10:09:25.8706806Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8708512Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2022-12-01T10:09:25.8710646Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2022-12-01T10:09:25.8712437Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8714445Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2022-12-01T10:09:25.8716249Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2022-12-01T10:09:25.8718638Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2022-12-01T10:09:25.8720265Z adding 'torch/include/ATen/ops/to_native.h' 2022-12-01T10:09:25.8722733Z adding 'torch/include/ATen/ops/to_ops.h' 2022-12-01T10:09:25.8724627Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2022-12-01T10:09:25.8726758Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8728487Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2022-12-01T10:09:25.8730722Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2022-12-01T10:09:25.8732385Z adding 'torch/include/ATen/ops/to_sparse.h' 2022-12-01T10:09:25.8734686Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2022-12-01T10:09:25.8736281Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8738385Z adding 'torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h' 2022-12-01T10:09:25.8740136Z adding 'torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h' 2022-12-01T10:09:25.8742033Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2022-12-01T10:09:25.8744108Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2022-12-01T10:09:25.8745884Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2022-12-01T10:09:25.8747980Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8749692Z adding 'torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h' 2022-12-01T10:09:25.8751833Z adding 'torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h' 2022-12-01T10:09:25.8753468Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2022-12-01T10:09:25.8755931Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2022-12-01T10:09:25.8757801Z adding 'torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8759705Z adding 'torch/include/ATen/ops/to_sparse_cpu_dispatch.h' 2022-12-01T10:09:25.8761521Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2022-12-01T10:09:25.8763611Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8765258Z adding 'torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h' 2022-12-01T10:09:25.8767267Z adding 'torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h' 2022-12-01T10:09:25.8768891Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2022-12-01T10:09:25.8771154Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2022-12-01T10:09:25.8772770Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2022-12-01T10:09:25.8775047Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8776530Z adding 'torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h' 2022-12-01T10:09:25.8778684Z adding 'torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h' 2022-12-01T10:09:25.8780244Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2022-12-01T10:09:25.8782503Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2022-12-01T10:09:25.8784202Z adding 'torch/include/ATen/ops/to_sparse_cuda_dispatch.h' 2022-12-01T10:09:25.8786177Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2022-12-01T10:09:25.8788311Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2022-12-01T10:09:25.8790206Z adding 'torch/include/ATen/ops/topk.h' 2022-12-01T10:09:25.8792411Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8793989Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2022-12-01T10:09:25.8796449Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2022-12-01T10:09:25.8797979Z adding 'torch/include/ATen/ops/topk_meta.h' 2022-12-01T10:09:25.8800185Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2022-12-01T10:09:25.8801941Z adding 'torch/include/ATen/ops/topk_native.h' 2022-12-01T10:09:25.8804232Z adding 'torch/include/ATen/ops/topk_ops.h' 2022-12-01T10:09:25.8805948Z adding 'torch/include/ATen/ops/trace.h' 2022-12-01T10:09:25.8807924Z adding 'torch/include/ATen/ops/trace_backward.h' 2022-12-01T10:09:25.8809801Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8811527Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2022-12-01T10:09:25.8813534Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2022-12-01T10:09:25.8816457Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8818009Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2022-12-01T10:09:25.8820182Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2022-12-01T10:09:25.8821669Z adding 'torch/include/ATen/ops/trace_native.h' 2022-12-01T10:09:25.8823958Z adding 'torch/include/ATen/ops/trace_ops.h' 2022-12-01T10:09:25.8825713Z adding 'torch/include/ATen/ops/transpose.h' 2022-12-01T10:09:25.8827890Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8829612Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8831595Z adding 'torch/include/ATen/ops/transpose_copy.h' 2022-12-01T10:09:25.8833559Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8835925Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8837693Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2022-12-01T10:09:25.8839981Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2022-12-01T10:09:25.8841621Z adding 'torch/include/ATen/ops/transpose_native.h' 2022-12-01T10:09:25.8843971Z adding 'torch/include/ATen/ops/transpose_ops.h' 2022-12-01T10:09:25.8845600Z adding 'torch/include/ATen/ops/trapezoid.h' 2022-12-01T10:09:25.8847849Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8849346Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2022-12-01T10:09:25.8851715Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2022-12-01T10:09:25.8853313Z adding 'torch/include/ATen/ops/trapz.h' 2022-12-01T10:09:25.8855582Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8856911Z adding 'torch/include/ATen/ops/trapz_native.h' 2022-12-01T10:09:25.8859255Z adding 'torch/include/ATen/ops/trapz_ops.h' 2022-12-01T10:09:25.8861125Z adding 'torch/include/ATen/ops/triangular_solve.h' 2022-12-01T10:09:25.8863381Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8864930Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2022-12-01T10:09:25.8867239Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2022-12-01T10:09:25.8868778Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2022-12-01T10:09:25.8871066Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2022-12-01T10:09:25.8872765Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2022-12-01T10:09:25.8875282Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2022-12-01T10:09:25.8877088Z adding 'torch/include/ATen/ops/tril.h' 2022-12-01T10:09:25.8879191Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8880885Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2022-12-01T10:09:25.8882945Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2022-12-01T10:09:25.8884945Z adding 'torch/include/ATen/ops/tril_indices.h' 2022-12-01T10:09:25.8886921Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8888817Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2022-12-01T10:09:25.8890662Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2022-12-01T10:09:25.8892519Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2022-12-01T10:09:25.8894329Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2022-12-01T10:09:25.8895974Z adding 'torch/include/ATen/ops/tril_meta.h' 2022-12-01T10:09:25.8897547Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2022-12-01T10:09:25.8899004Z adding 'torch/include/ATen/ops/tril_native.h' 2022-12-01T10:09:25.8900631Z adding 'torch/include/ATen/ops/tril_ops.h' 2022-12-01T10:09:25.8902398Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2022-12-01T10:09:25.8904109Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8905553Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2022-12-01T10:09:25.8907275Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2022-12-01T10:09:25.8908772Z adding 'torch/include/ATen/ops/triu.h' 2022-12-01T10:09:25.8910495Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8912050Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2022-12-01T10:09:25.8913451Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2022-12-01T10:09:25.8915418Z adding 'torch/include/ATen/ops/triu_indices.h' 2022-12-01T10:09:25.8917014Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8918600Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2022-12-01T10:09:25.8920240Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2022-12-01T10:09:25.8921822Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2022-12-01T10:09:25.8923543Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2022-12-01T10:09:25.8925164Z adding 'torch/include/ATen/ops/triu_meta.h' 2022-12-01T10:09:25.8926681Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2022-12-01T10:09:25.8928164Z adding 'torch/include/ATen/ops/triu_native.h' 2022-12-01T10:09:25.8929970Z adding 'torch/include/ATen/ops/triu_ops.h' 2022-12-01T10:09:25.8931607Z adding 'torch/include/ATen/ops/true_divide.h' 2022-12-01T10:09:25.8933440Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8934917Z adding 'torch/include/ATen/ops/true_divide_native.h' 2022-12-01T10:09:25.8936734Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2022-12-01T10:09:25.8938457Z adding 'torch/include/ATen/ops/trunc.h' 2022-12-01T10:09:25.8940144Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8941676Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2022-12-01T10:09:25.8943214Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2022-12-01T10:09:25.8944732Z adding 'torch/include/ATen/ops/trunc_meta.h' 2022-12-01T10:09:25.8946353Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2022-12-01T10:09:25.8947949Z adding 'torch/include/ATen/ops/trunc_native.h' 2022-12-01T10:09:25.8949621Z adding 'torch/include/ATen/ops/trunc_ops.h' 2022-12-01T10:09:25.8951100Z adding 'torch/include/ATen/ops/type_as.h' 2022-12-01T10:09:25.8952795Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8954211Z adding 'torch/include/ATen/ops/type_as_native.h' 2022-12-01T10:09:25.8956126Z adding 'torch/include/ATen/ops/type_as_ops.h' 2022-12-01T10:09:25.8957711Z adding 'torch/include/ATen/ops/unbind.h' 2022-12-01T10:09:25.8959426Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8961065Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8962718Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h' 2022-12-01T10:09:25.8964194Z adding 'torch/include/ATen/ops/unbind_copy.h' 2022-12-01T10:09:25.8965895Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8967524Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.8969244Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2022-12-01T10:09:25.8970890Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2022-12-01T10:09:25.8972494Z adding 'torch/include/ATen/ops/unbind_native.h' 2022-12-01T10:09:25.8974208Z adding 'torch/include/ATen/ops/unbind_ops.h' 2022-12-01T10:09:25.8975902Z adding 'torch/include/ATen/ops/unflatten.h' 2022-12-01T10:09:25.8977599Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8979175Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2022-12-01T10:09:25.8980824Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.8982327Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2022-12-01T10:09:25.8983974Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2022-12-01T10:09:25.8985530Z adding 'torch/include/ATen/ops/unflatten_native.h' 2022-12-01T10:09:25.8987255Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2022-12-01T10:09:25.8988823Z adding 'torch/include/ATen/ops/unfold.h' 2022-12-01T10:09:25.8990529Z adding 'torch/include/ATen/ops/unfold_backward.h' 2022-12-01T10:09:25.8992244Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.8993745Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2022-12-01T10:09:25.8995615Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2022-12-01T10:09:25.8997426Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2022-12-01T10:09:25.8999137Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2022-12-01T10:09:25.9000864Z adding 'torch/include/ATen/ops/unfold_copy.h' 2022-12-01T10:09:25.9002598Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9004242Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9005639Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2022-12-01T10:09:25.9007396Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2022-12-01T10:09:25.9009015Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2022-12-01T10:09:25.9010581Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2022-12-01T10:09:25.9012143Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2022-12-01T10:09:25.9026267Z adding 'torch/include/ATen/ops/unfold_native.h' 2022-12-01T10:09:25.9026688Z adding 'torch/include/ATen/ops/unfold_ops.h' 2022-12-01T10:09:25.9026880Z adding 'torch/include/ATen/ops/uniform.h' 2022-12-01T10:09:25.9027115Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9027285Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2022-12-01T10:09:25.9027459Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2022-12-01T10:09:25.9027625Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2022-12-01T10:09:25.9027779Z adding 'torch/include/ATen/ops/uniform_native.h' 2022-12-01T10:09:25.9027916Z adding 'torch/include/ATen/ops/uniform_ops.h' 2022-12-01T10:09:25.9029009Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2022-12-01T10:09:25.9031207Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9032650Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2022-12-01T10:09:25.9034852Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2022-12-01T10:09:25.9036809Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2022-12-01T10:09:25.9039125Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2022-12-01T10:09:25.9041123Z adding 'torch/include/ATen/ops/unique_dim.h' 2022-12-01T10:09:25.9043122Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9045081Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2022-12-01T10:09:25.9047160Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9048977Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2022-12-01T10:09:25.9050885Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2022-12-01T10:09:25.9052738Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2022-12-01T10:09:25.9055029Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2022-12-01T10:09:25.9056775Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2022-12-01T10:09:25.9058706Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2022-12-01T10:09:25.9060540Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2022-12-01T10:09:25.9062764Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2022-12-01T10:09:25.9064569Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2022-12-01T10:09:25.9066642Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.9068349Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2022-12-01T10:09:25.9070470Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2022-12-01T10:09:25.9072251Z adding 'torch/include/ATen/ops/unsafe_split.h' 2022-12-01T10:09:25.9074572Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9076245Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2022-12-01T10:09:25.9078606Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2022-12-01T10:09:25.9080454Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2022-12-01T10:09:25.9082722Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9084372Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2022-12-01T10:09:25.9086684Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2022-12-01T10:09:25.9088302Z adding 'torch/include/ATen/ops/unsqueeze.h' 2022-12-01T10:09:25.9090647Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9092174Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2022-12-01T10:09:25.9094412Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9096245Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9098034Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2022-12-01T10:09:25.9100208Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2022-12-01T10:09:25.9101894Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2022-12-01T10:09:25.9104109Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2022-12-01T10:09:25.9106438Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2022-12-01T10:09:25.9109029Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2022-12-01T10:09:25.9111269Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9113330Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9115622Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.9117866Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.9119508Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2022-12-01T10:09:25.9121967Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2022-12-01T10:09:25.9123859Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2022-12-01T10:09:25.9126164Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2022-12-01T10:09:25.9128361Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9130308Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9132201Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2022-12-01T10:09:25.9134415Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2022-12-01T10:09:25.9136110Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2022-12-01T10:09:25.9138288Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2022-12-01T10:09:25.9140094Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2022-12-01T10:09:25.9142690Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2022-12-01T10:09:25.9145014Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2022-12-01T10:09:25.9147483Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2022-12-01T10:09:25.9149898Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9151796Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9154079Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.9156276Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.9158369Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2022-12-01T10:09:25.9160535Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2022-12-01T10:09:25.9162428Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2022-12-01T10:09:25.9164898Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2022-12-01T10:09:25.9167001Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9169037Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9171065Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2022-12-01T10:09:25.9172946Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2022-12-01T10:09:25.9174968Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2022-12-01T10:09:25.9176930Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2022-12-01T10:09:25.9178954Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2022-12-01T10:09:25.9181237Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2022-12-01T10:09:25.9183551Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2022-12-01T10:09:25.9186053Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2022-12-01T10:09:25.9188334Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9190325Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9192323Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.9194477Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.9196381Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2022-12-01T10:09:25.9198765Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2022-12-01T10:09:25.9200491Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2022-12-01T10:09:25.9203094Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2022-12-01T10:09:25.9205107Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9207201Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9209040Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2022-12-01T10:09:25.9211071Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2022-12-01T10:09:25.9212881Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2022-12-01T10:09:25.9214935Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2022-12-01T10:09:25.9216851Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2022-12-01T10:09:25.9219174Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2022-12-01T10:09:25.9221541Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2022-12-01T10:09:25.9224010Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2022-12-01T10:09:25.9226212Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9228195Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9230160Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.9232264Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.9234049Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2022-12-01T10:09:25.9236527Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2022-12-01T10:09:25.9238375Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2022-12-01T10:09:25.9240747Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2022-12-01T10:09:25.9242925Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9245047Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9246765Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2022-12-01T10:09:25.9249107Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2022-12-01T10:09:25.9251807Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2022-12-01T10:09:25.9253682Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2022-12-01T10:09:25.9255723Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2022-12-01T10:09:25.9257901Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2022-12-01T10:09:25.9260213Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2022-12-01T10:09:25.9262737Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2022-12-01T10:09:25.9265159Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9266993Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9269136Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.9271087Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.9273020Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2022-12-01T10:09:25.9275294Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2022-12-01T10:09:25.9277527Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2022-12-01T10:09:25.9279774Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2022-12-01T10:09:25.9281923Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9283874Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9285845Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2022-12-01T10:09:25.9287871Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2022-12-01T10:09:25.9289740Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2022-12-01T10:09:25.9291827Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2022-12-01T10:09:25.9293779Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2022-12-01T10:09:25.9296029Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2022-12-01T10:09:25.9298374Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2022-12-01T10:09:25.9300935Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2022-12-01T10:09:25.9303261Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9305176Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9307299Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.9309421Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.9311278Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2022-12-01T10:09:25.9313503Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2022-12-01T10:09:25.9315658Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2022-12-01T10:09:25.9318283Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2022-12-01T10:09:25.9320248Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9322362Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9324286Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2022-12-01T10:09:25.9326523Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2022-12-01T10:09:25.9328223Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2022-12-01T10:09:25.9330618Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2022-12-01T10:09:25.9332300Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2022-12-01T10:09:25.9334816Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2022-12-01T10:09:25.9337131Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2022-12-01T10:09:25.9339832Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2022-12-01T10:09:25.9342262Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9344164Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9346113Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2022-12-01T10:09:25.9348362Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2022-12-01T10:09:25.9350242Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2022-12-01T10:09:25.9352289Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2022-12-01T10:09:25.9354272Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2022-12-01T10:09:25.9357131Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2022-12-01T10:09:25.9359155Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9361320Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9363177Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2022-12-01T10:09:25.9365281Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2022-12-01T10:09:25.9366921Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2022-12-01T10:09:25.9368533Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2022-12-01T10:09:25.9370658Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2022-12-01T10:09:25.9372498Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2022-12-01T10:09:25.9374002Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2022-12-01T10:09:25.9375405Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.9376669Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2022-12-01T10:09:25.9378522Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2022-12-01T10:09:25.9380118Z adding 'torch/include/ATen/ops/values.h' 2022-12-01T10:09:25.9381584Z adding 'torch/include/ATen/ops/values_copy.h' 2022-12-01T10:09:25.9383242Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9384845Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9386107Z adding 'torch/include/ATen/ops/values_copy_native.h' 2022-12-01T10:09:25.9387647Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2022-12-01T10:09:25.9389214Z adding 'torch/include/ATen/ops/values_native.h' 2022-12-01T10:09:25.9390908Z adding 'torch/include/ATen/ops/values_ops.h' 2022-12-01T10:09:25.9392359Z adding 'torch/include/ATen/ops/vander.h' 2022-12-01T10:09:25.9393980Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.9395727Z adding 'torch/include/ATen/ops/vander_native.h' 2022-12-01T10:09:25.9397271Z adding 'torch/include/ATen/ops/vander_ops.h' 2022-12-01T10:09:25.9399262Z adding 'torch/include/ATen/ops/var.h' 2022-12-01T10:09:25.9400996Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.9402550Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2022-12-01T10:09:25.9404144Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2022-12-01T10:09:25.9405967Z adding 'torch/include/ATen/ops/var_mean.h' 2022-12-01T10:09:25.9407719Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9409306Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.9410883Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2022-12-01T10:09:25.9412160Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2022-12-01T10:09:25.9413690Z adding 'torch/include/ATen/ops/var_mean_native.h' 2022-12-01T10:09:25.9415461Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2022-12-01T10:09:25.9417018Z adding 'torch/include/ATen/ops/var_native.h' 2022-12-01T10:09:25.9418980Z adding 'torch/include/ATen/ops/var_ops.h' 2022-12-01T10:09:25.9420578Z adding 'torch/include/ATen/ops/vdot.h' 2022-12-01T10:09:25.9422171Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9423549Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2022-12-01T10:09:25.9424938Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2022-12-01T10:09:25.9426422Z adding 'torch/include/ATen/ops/vdot_native.h' 2022-12-01T10:09:25.9427893Z adding 'torch/include/ATen/ops/vdot_ops.h' 2022-12-01T10:09:25.9429356Z adding 'torch/include/ATen/ops/view.h' 2022-12-01T10:09:25.9430775Z adding 'torch/include/ATen/ops/view_as.h' 2022-12-01T10:09:25.9432264Z adding 'torch/include/ATen/ops/view_as_complex.h' 2022-12-01T10:09:25.9433833Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2022-12-01T10:09:25.9435769Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9437577Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9438952Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2022-12-01T10:09:25.9440498Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2022-12-01T10:09:25.9442033Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2022-12-01T10:09:25.9443587Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2022-12-01T10:09:25.9445080Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2022-12-01T10:09:25.9446511Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2022-12-01T10:09:25.9448044Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2022-12-01T10:09:25.9449681Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.9451072Z adding 'torch/include/ATen/ops/view_as_native.h' 2022-12-01T10:09:25.9452630Z adding 'torch/include/ATen/ops/view_as_ops.h' 2022-12-01T10:09:25.9454112Z adding 'torch/include/ATen/ops/view_as_real.h' 2022-12-01T10:09:25.9455662Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2022-12-01T10:09:25.9457309Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9458923Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9460287Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2022-12-01T10:09:25.9461919Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2022-12-01T10:09:25.9463450Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2022-12-01T10:09:25.9464953Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2022-12-01T10:09:25.9466480Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2022-12-01T10:09:25.9467894Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2022-12-01T10:09:25.9469454Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2022-12-01T10:09:25.9471088Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9472686Z adding 'torch/include/ATen/ops/view_copy.h' 2022-12-01T10:09:25.9474495Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9476400Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9477929Z adding 'torch/include/ATen/ops/view_copy_native.h' 2022-12-01T10:09:25.9479660Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2022-12-01T10:09:25.9481336Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2022-12-01T10:09:25.9482975Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2022-12-01T10:09:25.9484466Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2022-12-01T10:09:25.9485906Z adding 'torch/include/ATen/ops/view_native.h' 2022-12-01T10:09:25.9487553Z adding 'torch/include/ATen/ops/view_ops.h' 2022-12-01T10:09:25.9489134Z adding 'torch/include/ATen/ops/vsplit.h' 2022-12-01T10:09:25.9490799Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.9492213Z adding 'torch/include/ATen/ops/vsplit_native.h' 2022-12-01T10:09:25.9493878Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2022-12-01T10:09:25.9495498Z adding 'torch/include/ATen/ops/vstack.h' 2022-12-01T10:09:25.9497192Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.9498590Z adding 'torch/include/ATen/ops/vstack_native.h' 2022-12-01T10:09:25.9500241Z adding 'torch/include/ATen/ops/vstack_ops.h' 2022-12-01T10:09:25.9501909Z adding 'torch/include/ATen/ops/where.h' 2022-12-01T10:09:25.9503649Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.9505158Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2022-12-01T10:09:25.9506726Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2022-12-01T10:09:25.9508231Z adding 'torch/include/ATen/ops/where_native.h' 2022-12-01T10:09:25.9510122Z adding 'torch/include/ATen/ops/where_ops.h' 2022-12-01T10:09:25.9511895Z adding 'torch/include/ATen/ops/xlogy.h' 2022-12-01T10:09:25.9513683Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9515470Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:09:25.9517073Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2022-12-01T10:09:25.9518614Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2022-12-01T10:09:25.9520075Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2022-12-01T10:09:25.9521725Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2022-12-01T10:09:25.9523197Z adding 'torch/include/ATen/ops/xlogy_native.h' 2022-12-01T10:09:25.9525078Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2022-12-01T10:09:25.9526741Z adding 'torch/include/ATen/ops/xor.h' 2022-12-01T10:09:25.9528418Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:09:25.9529820Z adding 'torch/include/ATen/ops/xor_native.h' 2022-12-01T10:09:25.9531529Z adding 'torch/include/ATen/ops/xor_ops.h' 2022-12-01T10:09:25.9533148Z adding 'torch/include/ATen/ops/zero.h' 2022-12-01T10:09:25.9534830Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9536312Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2022-12-01T10:09:25.9537824Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2022-12-01T10:09:25.9539285Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2022-12-01T10:09:25.9540741Z adding 'torch/include/ATen/ops/zero_native.h' 2022-12-01T10:09:25.9542385Z adding 'torch/include/ATen/ops/zero_ops.h' 2022-12-01T10:09:25.9544270Z adding 'torch/include/ATen/ops/zeros.h' 2022-12-01T10:09:25.9546118Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9547882Z adding 'torch/include/ATen/ops/zeros_like.h' 2022-12-01T10:09:25.9549628Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2022-12-01T10:09:25.9551127Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2022-12-01T10:09:25.9552835Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2022-12-01T10:09:25.9554516Z adding 'torch/include/ATen/ops/zeros_native.h' 2022-12-01T10:09:25.9556490Z adding 'torch/include/ATen/ops/zeros_ops.h' 2022-12-01T10:09:25.9560949Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2022-12-01T10:09:25.9564079Z adding 'torch/include/ATen/quantized/Quantizer.h' 2022-12-01T10:09:25.9566015Z adding 'torch/include/THC/THCAtomics.cuh' 2022-12-01T10:09:25.9567391Z adding 'torch/include/THC/THCDeviceUtils.cuh' 2022-12-01T10:09:25.9571717Z adding 'torch/include/c10/core/Allocator.h' 2022-12-01T10:09:25.9573533Z adding 'torch/include/c10/core/AutogradState.h' 2022-12-01T10:09:25.9576196Z adding 'torch/include/c10/core/Backend.h' 2022-12-01T10:09:25.9578249Z adding 'torch/include/c10/core/CPUAllocator.h' 2022-12-01T10:09:25.9580086Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2022-12-01T10:09:25.9581780Z adding 'torch/include/c10/core/CopyBytes.h' 2022-12-01T10:09:25.9583286Z adding 'torch/include/c10/core/DefaultDtype.h' 2022-12-01T10:09:25.9584908Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2022-12-01T10:09:25.9587585Z adding 'torch/include/c10/core/Device.h' 2022-12-01T10:09:25.9589377Z adding 'torch/include/c10/core/DeviceArray.h' 2022-12-01T10:09:25.9592294Z adding 'torch/include/c10/core/DeviceGuard.h' 2022-12-01T10:09:25.9594826Z adding 'torch/include/c10/core/DeviceType.h' 2022-12-01T10:09:25.9604942Z adding 'torch/include/c10/core/DispatchKey.h' 2022-12-01T10:09:25.9618316Z adding 'torch/include/c10/core/DispatchKeySet.h' 2022-12-01T10:09:25.9621556Z adding 'torch/include/c10/core/DynamicCast.h' 2022-12-01T10:09:25.9623931Z adding 'torch/include/c10/core/Event.h' 2022-12-01T10:09:25.9626469Z adding 'torch/include/c10/core/GeneratorImpl.h' 2022-12-01T10:09:25.9628058Z adding 'torch/include/c10/core/GradMode.h' 2022-12-01T10:09:25.9630213Z adding 'torch/include/c10/core/InferenceMode.h' 2022-12-01T10:09:25.9631942Z adding 'torch/include/c10/core/Layout.h' 2022-12-01T10:09:25.9635513Z adding 'torch/include/c10/core/MemoryFormat.h' 2022-12-01T10:09:25.9637316Z adding 'torch/include/c10/core/OptionalRef.h' 2022-12-01T10:09:25.9639509Z adding 'torch/include/c10/core/PyHandleCache.h' 2022-12-01T10:09:25.9641195Z adding 'torch/include/c10/core/QEngine.h' 2022-12-01T10:09:25.9642943Z adding 'torch/include/c10/core/QScheme.h' 2022-12-01T10:09:25.9644800Z adding 'torch/include/c10/core/SafePyObject.h' 2022-12-01T10:09:25.9648023Z adding 'torch/include/c10/core/Scalar.h' 2022-12-01T10:09:25.9652840Z adding 'torch/include/c10/core/ScalarType.h' 2022-12-01T10:09:25.9655067Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2022-12-01T10:09:25.9657274Z adding 'torch/include/c10/core/Storage.h' 2022-12-01T10:09:25.9660152Z adding 'torch/include/c10/core/StorageImpl.h' 2022-12-01T10:09:25.9663454Z adding 'torch/include/c10/core/Stream.h' 2022-12-01T10:09:25.9666165Z adding 'torch/include/c10/core/StreamGuard.h' 2022-12-01T10:09:25.9668058Z adding 'torch/include/c10/core/SymFloat.h' 2022-12-01T10:09:25.9669764Z adding 'torch/include/c10/core/SymFloatNodeImpl.h' 2022-12-01T10:09:25.9672956Z adding 'torch/include/c10/core/SymInt.h' 2022-12-01T10:09:25.9675136Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2022-12-01T10:09:25.9676913Z adding 'torch/include/c10/core/SymIntNodeImpl.h' 2022-12-01T10:09:25.9715840Z adding 'torch/include/c10/core/TensorImpl.h' 2022-12-01T10:09:25.9725726Z adding 'torch/include/c10/core/TensorOptions.h' 2022-12-01T10:09:25.9728047Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2022-12-01T10:09:25.9729630Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2022-12-01T10:09:25.9731084Z adding 'torch/include/c10/core/alignment.h' 2022-12-01T10:09:25.9733166Z adding 'torch/include/c10/core/thread_pool.h' 2022-12-01T10:09:25.9737847Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2022-12-01T10:09:25.9740157Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2022-12-01T10:09:25.9741877Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2022-12-01T10:09:25.9746454Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2022-12-01T10:09:25.9748789Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2022-12-01T10:09:25.9752249Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2022-12-01T10:09:25.9755238Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2022-12-01T10:09:25.9758888Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2022-12-01T10:09:25.9761525Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2022-12-01T10:09:25.9764407Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2022-12-01T10:09:25.9766219Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2022-12-01T10:09:25.9768077Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2022-12-01T10:09:25.9769489Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2022-12-01T10:09:25.9771538Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2022-12-01T10:09:25.9774083Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2022-12-01T10:09:25.9776294Z adding 'torch/include/c10/cuda/CUDAException.h' 2022-12-01T10:09:25.9778489Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2022-12-01T10:09:25.9780614Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2022-12-01T10:09:25.9783777Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2022-12-01T10:09:25.9785765Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2022-12-01T10:09:25.9787644Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2022-12-01T10:09:25.9789214Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2022-12-01T10:09:25.9792761Z adding 'torch/include/c10/cuda/CUDAStream.h' 2022-12-01T10:09:25.9796289Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2022-12-01T10:09:25.9797853Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2022-12-01T10:09:25.9799368Z adding 'torch/include/c10/cuda/impl/cuda_cmake_macros.h' 2022-12-01T10:09:25.9802165Z adding 'torch/include/c10/macros/Export.h' 2022-12-01T10:09:25.9807905Z adding 'torch/include/c10/macros/Macros.h' 2022-12-01T10:09:25.9809912Z adding 'torch/include/c10/macros/cmake_macros.h' 2022-12-01T10:09:25.9813280Z adding 'torch/include/c10/util/AlignOf.h' 2022-12-01T10:09:25.9816658Z adding 'torch/include/c10/util/Array.h' 2022-12-01T10:09:25.9820343Z adding 'torch/include/c10/util/ArrayRef.h' 2022-12-01T10:09:25.9823104Z adding 'torch/include/c10/util/BFloat16-inl.h' 2022-12-01T10:09:25.9825763Z adding 'torch/include/c10/util/BFloat16-math.h' 2022-12-01T10:09:25.9827713Z adding 'torch/include/c10/util/BFloat16.h' 2022-12-01T10:09:25.9829331Z adding 'torch/include/c10/util/Backtrace.h' 2022-12-01T10:09:25.9831409Z adding 'torch/include/c10/util/Bitset.h' 2022-12-01T10:09:25.9835709Z adding 'torch/include/c10/util/C++17.h' 2022-12-01T10:09:25.9838022Z adding 'torch/include/c10/util/CallOnce.h' 2022-12-01T10:09:25.9841160Z adding 'torch/include/c10/util/ConstexprCrc.h' 2022-12-01T10:09:25.9843226Z adding 'torch/include/c10/util/DeadlockDetection.h' 2022-12-01T10:09:25.9845248Z adding 'torch/include/c10/util/Deprecated.h' 2022-12-01T10:09:25.9846873Z adding 'torch/include/c10/util/DimVector.h' 2022-12-01T10:09:25.9853668Z adding 'torch/include/c10/util/Exception.h' 2022-12-01T10:09:25.9856673Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2022-12-01T10:09:25.9858645Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2022-12-01T10:09:25.9861903Z adding 'torch/include/c10/util/Flags.h' 2022-12-01T10:09:25.9864105Z adding 'torch/include/c10/util/FunctionRef.h' 2022-12-01T10:09:25.9866752Z adding 'torch/include/c10/util/Half-inl.h' 2022-12-01T10:09:25.9872986Z adding 'torch/include/c10/util/Half.h' 2022-12-01T10:09:25.9875634Z adding 'torch/include/c10/util/IdWrapper.h' 2022-12-01T10:09:25.9878481Z adding 'torch/include/c10/util/LeftRight.h' 2022-12-01T10:09:25.9880477Z adding 'torch/include/c10/util/Load.h' 2022-12-01T10:09:25.9883774Z adding 'torch/include/c10/util/Logging.h' 2022-12-01T10:09:25.9886014Z adding 'torch/include/c10/util/MathConstants.h' 2022-12-01T10:09:25.9888800Z adding 'torch/include/c10/util/MaybeOwned.h' 2022-12-01T10:09:25.9893417Z adding 'torch/include/c10/util/Metaprogramming.h' 2022-12-01T10:09:25.9901248Z adding 'torch/include/c10/util/Optional.h' 2022-12-01T10:09:25.9904582Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2022-12-01T10:09:25.9908174Z adding 'torch/include/c10/util/Registry.h' 2022-12-01T10:09:25.9910269Z adding 'torch/include/c10/util/ScopeExit.h' 2022-12-01T10:09:25.9911994Z adding 'torch/include/c10/util/SmallBuffer.h' 2022-12-01T10:09:25.9926092Z adding 'torch/include/c10/util/SmallVector.h' 2022-12-01T10:09:25.9929625Z adding 'torch/include/c10/util/StringUtil.h' 2022-12-01T10:09:25.9931408Z adding 'torch/include/c10/util/Synchronized.h' 2022-12-01T10:09:25.9933575Z adding 'torch/include/c10/util/ThreadLocal.h' 2022-12-01T10:09:25.9935641Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2022-12-01T10:09:25.9937227Z adding 'torch/include/c10/util/Type.h' 2022-12-01T10:09:25.9939316Z adding 'torch/include/c10/util/TypeCast.h' 2022-12-01T10:09:25.9941914Z adding 'torch/include/c10/util/TypeIndex.h' 2022-12-01T10:09:25.9946139Z adding 'torch/include/c10/util/TypeList.h' 2022-12-01T10:09:25.9948677Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2022-12-01T10:09:25.9951083Z adding 'torch/include/c10/util/TypeTraits.h' 2022-12-01T10:09:25.9952693Z adding 'torch/include/c10/util/Unicode.h' 2022-12-01T10:09:25.9955225Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2022-12-01T10:09:25.9956958Z adding 'torch/include/c10/util/Unroll.h' 2022-12-01T10:09:25.9958913Z adding 'torch/include/c10/util/accumulate.h' 2022-12-01T10:09:25.9963741Z adding 'torch/include/c10/util/complex.h' 2022-12-01T10:09:25.9966513Z adding 'torch/include/c10/util/complex_math.h' 2022-12-01T10:09:25.9968404Z adding 'torch/include/c10/util/complex_utils.h' 2022-12-01T10:09:25.9970047Z adding 'torch/include/c10/util/copysign.h' 2022-12-01T10:09:25.9972568Z adding 'torch/include/c10/util/either.h' 2022-12-01T10:09:25.9974320Z adding 'torch/include/c10/util/env.h' 2022-12-01T10:09:25.9986430Z adding 'torch/include/c10/util/flat_hash_map.h' 2022-12-01T10:09:25.9991564Z adding 'torch/include/c10/util/hash.h' 2022-12-01T10:09:25.9993406Z adding 'torch/include/c10/util/in_place.h' 2022-12-01T10:09:25.9997562Z adding 'torch/include/c10/util/int128.h' 2022-12-01T10:09:26.0007433Z adding 'torch/include/c10/util/intrusive_ptr.h' 2022-12-01T10:09:26.0010252Z adding 'torch/include/c10/util/irange.h' 2022-12-01T10:09:26.0017983Z adding 'torch/include/c10/util/llvmMathExtras.h' 2022-12-01T10:09:26.0020869Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2022-12-01T10:09:26.0023894Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2022-12-01T10:09:26.0026498Z adding 'torch/include/c10/util/math_compat.h' 2022-12-01T10:09:26.0028313Z adding 'torch/include/c10/util/numa.h' 2022-12-01T10:09:26.0043059Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2022-12-01T10:09:26.0046255Z adding 'torch/include/c10/util/overloaded.h' 2022-12-01T10:09:26.0047687Z adding 'torch/include/c10/util/python_stub.h' 2022-12-01T10:09:26.0049010Z adding 'torch/include/c10/util/qint32.h' 2022-12-01T10:09:26.0050398Z adding 'torch/include/c10/util/qint8.h' 2022-12-01T10:09:26.0051834Z adding 'torch/include/c10/util/quint2x4.h' 2022-12-01T10:09:26.0053302Z adding 'torch/include/c10/util/quint4x2.h' 2022-12-01T10:09:26.0054676Z adding 'torch/include/c10/util/quint8.h' 2022-12-01T10:09:26.0057027Z adding 'torch/include/c10/util/reverse_iterator.h' 2022-12-01T10:09:26.0058840Z adding 'torch/include/c10/util/safe_numerics.h' 2022-12-01T10:09:26.0060820Z adding 'torch/include/c10/util/signal_handler.h' 2022-12-01T10:09:26.0067279Z adding 'torch/include/c10/util/sparse_bitset.h' 2022-12-01T10:09:26.0069429Z adding 'torch/include/c10/util/strides.h' 2022-12-01T10:09:26.0071217Z adding 'torch/include/c10/util/string_utils.h' 2022-12-01T10:09:26.0076440Z adding 'torch/include/c10/util/string_view.h' 2022-12-01T10:09:26.0083507Z adding 'torch/include/c10/util/strong_type.h' 2022-12-01T10:09:26.0086826Z adding 'torch/include/c10/util/tempfile.h' 2022-12-01T10:09:26.0088310Z adding 'torch/include/c10/util/thread_name.h' 2022-12-01T10:09:26.0094718Z adding 'torch/include/c10/util/typeid.h' 2022-12-01T10:09:26.0114888Z adding 'torch/include/c10/util/variant.h' 2022-12-01T10:09:26.0119010Z adding 'torch/include/c10/util/win32-headers.h' 2022-12-01T10:09:26.0121835Z adding 'torch/include/caffe2/contrib/aten/aten_op.h' 2022-12-01T10:09:26.0124217Z adding 'torch/include/caffe2/contrib/aten/aten_op_template.h' 2022-12-01T10:09:26.0128253Z adding 'torch/include/caffe2/contrib/fakelowp/batch_matmul_fp16_fake_op.h' 2022-12-01T10:09:26.0129725Z adding 'torch/include/caffe2/contrib/fakelowp/common.h' 2022-12-01T10:09:26.0133027Z adding 'torch/include/caffe2/contrib/fakelowp/fp16_fc_acc_op.h' 2022-12-01T10:09:26.0134776Z adding 'torch/include/caffe2/contrib/fakelowp/fp16_fma.h' 2022-12-01T10:09:26.0136435Z adding 'torch/include/caffe2/contrib/fakelowp/fp16_gemm_utils.h' 2022-12-01T10:09:26.0138065Z adding 'torch/include/caffe2/contrib/fakelowp/int8_dequantize_op_nnpi.h' 2022-12-01T10:09:26.0140057Z adding 'torch/include/caffe2/contrib/fakelowp/int8_quantize_op_nnpi.h' 2022-12-01T10:09:26.0141821Z adding 'torch/include/caffe2/contrib/fakelowp/int8_swish_op_nnpi.h' 2022-12-01T10:09:26.0144505Z adding 'torch/include/caffe2/contrib/fakelowp/layernorm_fp16_fake_op.h' 2022-12-01T10:09:26.0147522Z adding 'torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_4bit_rowwise_fp16_fake_op.h' 2022-12-01T10:09:26.0150944Z adding 'torch/include/caffe2/contrib/fakelowp/lengths_reducer_fused_8bit_rowwise_fp16_fake_op.h' 2022-12-01T10:09:26.0153995Z adding 'torch/include/caffe2/contrib/fakelowp/lengths_reducer_ops.h' 2022-12-01T10:09:26.0156292Z adding 'torch/include/caffe2/contrib/fakelowp/quant_lut_fp16_fake_op.h' 2022-12-01T10:09:26.0159542Z adding 'torch/include/caffe2/contrib/fakelowp/spatial_batch_norm_fp16_fake_op.h' 2022-12-01T10:09:26.0161603Z adding 'torch/include/caffe2/contrib/fakelowp/sum_fp16_fake_op.h' 2022-12-01T10:09:26.0163379Z adding 'torch/include/caffe2/contrib/fakelowp/unary_fp16_fake_op.h' 2022-12-01T10:09:26.0165951Z adding 'torch/include/caffe2/contrib/gloo/allgather_ops.h' 2022-12-01T10:09:26.0168101Z adding 'torch/include/caffe2/contrib/gloo/allreduce_ops.h' 2022-12-01T10:09:26.0169925Z adding 'torch/include/caffe2/contrib/gloo/barrier_ops.h' 2022-12-01T10:09:26.0171883Z adding 'torch/include/caffe2/contrib/gloo/broadcast_ops.h' 2022-12-01T10:09:26.0173654Z adding 'torch/include/caffe2/contrib/gloo/common.h' 2022-12-01T10:09:26.0176292Z adding 'torch/include/caffe2/contrib/gloo/common_world_ops.h' 2022-12-01T10:09:26.0177770Z adding 'torch/include/caffe2/contrib/gloo/context.h' 2022-12-01T10:09:26.0180099Z adding 'torch/include/caffe2/contrib/gloo/reduce_scatter_ops.h' 2022-12-01T10:09:26.0181576Z adding 'torch/include/caffe2/contrib/gloo/store_handler.h' 2022-12-01T10:09:26.0183359Z adding 'torch/include/caffe2/contrib/nccl/cuda_nccl_gpu.h' 2022-12-01T10:09:26.0185442Z adding 'torch/include/caffe2/contrib/opencl/context.h' 2022-12-01T10:09:26.0187578Z adding 'torch/include/caffe2/contrib/prof/prof_dag_stats_op.h' 2022-12-01T10:09:26.0190956Z adding 'torch/include/caffe2/contrib/shm_mutex/shm_mutex.h' 2022-12-01T10:09:26.0193048Z adding 'torch/include/caffe2/contrib/tensorrt/tensorrt_op_trt.h' 2022-12-01T10:09:26.0194900Z adding 'torch/include/caffe2/contrib/tensorrt/tensorrt_tranformer.h' 2022-12-01T10:09:26.0196770Z adding 'torch/include/caffe2/contrib/tensorrt/trt_utils.h' 2022-12-01T10:09:26.0199009Z adding 'torch/include/caffe2/contrib/warpctc/ctc_op.h' 2022-12-01T10:09:26.0201110Z adding 'torch/include/caffe2/core/allocator.h' 2022-12-01T10:09:26.0203109Z adding 'torch/include/caffe2/core/blob.h' 2022-12-01T10:09:26.0206726Z adding 'torch/include/caffe2/core/blob_serialization.h' 2022-12-01T10:09:26.0209108Z adding 'torch/include/caffe2/core/blob_serializer_base.h' 2022-12-01T10:09:26.0210758Z adding 'torch/include/caffe2/core/blob_stats.h' 2022-12-01T10:09:26.0212905Z adding 'torch/include/caffe2/core/common.h' 2022-12-01T10:09:26.0215979Z adding 'torch/include/caffe2/core/common_cudnn.h' 2022-12-01T10:09:26.0220583Z adding 'torch/include/caffe2/core/common_gpu.h' 2022-12-01T10:09:26.0222432Z adding 'torch/include/caffe2/core/common_omp.h' 2022-12-01T10:09:26.0224898Z adding 'torch/include/caffe2/core/context.h' 2022-12-01T10:09:26.0227151Z adding 'torch/include/caffe2/core/context_base.h' 2022-12-01T10:09:26.0230760Z adding 'torch/include/caffe2/core/context_gpu.h' 2022-12-01T10:09:26.0233967Z adding 'torch/include/caffe2/core/cudnn_wrappers.h' 2022-12-01T10:09:26.0237883Z adding 'torch/include/caffe2/core/db.h' 2022-12-01T10:09:26.0239913Z adding 'torch/include/caffe2/core/distributions_stubs.h' 2022-12-01T10:09:26.0243328Z adding 'torch/include/caffe2/core/event.h' 2022-12-01T10:09:26.0245101Z adding 'torch/include/caffe2/core/event_cpu.h' 2022-12-01T10:09:26.0248056Z adding 'torch/include/caffe2/core/export_c10_op_to_caffe2.h' 2022-12-01T10:09:26.0251703Z adding 'torch/include/caffe2/core/export_caffe2_op_to_c10.h' 2022-12-01T10:09:26.0253233Z adding 'torch/include/caffe2/core/flags.h' 2022-12-01T10:09:26.0255662Z adding 'torch/include/caffe2/core/graph.h' 2022-12-01T10:09:26.0258425Z adding 'torch/include/caffe2/core/init.h' 2022-12-01T10:09:26.0259872Z adding 'torch/include/caffe2/core/logging.h' 2022-12-01T10:09:26.0261732Z adding 'torch/include/caffe2/core/macros.h' 2022-12-01T10:09:26.0263230Z adding 'torch/include/caffe2/core/memonger.h' 2022-12-01T10:09:26.0265029Z adding 'torch/include/caffe2/core/module.h' 2022-12-01T10:09:26.0267475Z adding 'torch/include/caffe2/core/net.h' 2022-12-01T10:09:26.0270261Z adding 'torch/include/caffe2/core/net_async_base.h' 2022-12-01T10:09:26.0271926Z adding 'torch/include/caffe2/core/net_async_scheduling.h' 2022-12-01T10:09:26.0273402Z adding 'torch/include/caffe2/core/net_async_task.h' 2022-12-01T10:09:26.0275285Z adding 'torch/include/caffe2/core/net_async_task_future.h' 2022-12-01T10:09:26.0277089Z adding 'torch/include/caffe2/core/net_async_task_graph.h' 2022-12-01T10:09:26.0279516Z adding 'torch/include/caffe2/core/net_async_tracing.h' 2022-12-01T10:09:26.0281479Z adding 'torch/include/caffe2/core/net_dag_utils.h' 2022-12-01T10:09:26.0283590Z adding 'torch/include/caffe2/core/net_parallel.h' 2022-12-01T10:09:26.0285259Z adding 'torch/include/caffe2/core/net_simple.h' 2022-12-01T10:09:26.0287131Z adding 'torch/include/caffe2/core/net_simple_refcount.h' 2022-12-01T10:09:26.0288653Z adding 'torch/include/caffe2/core/numa.h' 2022-12-01T10:09:26.0290786Z adding 'torch/include/caffe2/core/observer.h' 2022-12-01T10:09:26.0306754Z adding 'torch/include/caffe2/core/operator.h' 2022-12-01T10:09:26.0311604Z adding 'torch/include/caffe2/core/operator_gradient.h' 2022-12-01T10:09:26.0317336Z adding 'torch/include/caffe2/core/operator_schema.h' 2022-12-01T10:09:26.0319316Z adding 'torch/include/caffe2/core/plan_executor.h' 2022-12-01T10:09:26.0321298Z adding 'torch/include/caffe2/core/prof_dag_counters.h' 2022-12-01T10:09:26.0324108Z adding 'torch/include/caffe2/core/qtensor.h' 2022-12-01T10:09:26.0326240Z adding 'torch/include/caffe2/core/qtensor_serialization.h' 2022-12-01T10:09:26.0328661Z adding 'torch/include/caffe2/core/scope_guard.h' 2022-12-01T10:09:26.0330332Z adding 'torch/include/caffe2/core/static_tracepoint.h' 2022-12-01T10:09:26.0332590Z adding 'torch/include/caffe2/core/static_tracepoint_elfx86.h' 2022-12-01T10:09:26.0336159Z adding 'torch/include/caffe2/core/stats.h' 2022-12-01T10:09:26.0337964Z adding 'torch/include/caffe2/core/storage.h' 2022-12-01T10:09:26.0344078Z adding 'torch/include/caffe2/core/tensor.h' 2022-12-01T10:09:26.0346110Z adding 'torch/include/caffe2/core/tensor_impl.h' 2022-12-01T10:09:26.0347650Z adding 'torch/include/caffe2/core/tensor_int8.h' 2022-12-01T10:09:26.0350084Z adding 'torch/include/caffe2/core/test_utils.h' 2022-12-01T10:09:26.0351933Z adding 'torch/include/caffe2/core/timer.h' 2022-12-01T10:09:26.0354561Z adding 'torch/include/caffe2/core/transform.h' 2022-12-01T10:09:26.0356889Z adding 'torch/include/caffe2/core/types.h' 2022-12-01T10:09:26.0360899Z adding 'torch/include/caffe2/core/workspace.h' 2022-12-01T10:09:26.0364095Z adding 'torch/include/caffe2/core/hip/common_miopen.h' 2022-12-01T10:09:26.0366788Z adding 'torch/include/caffe2/core/hip/miopen_wrapper.h' 2022-12-01T10:09:26.0371035Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Converters/Dot.h' 2022-12-01T10:09:26.0374733Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpClasses.h' 2022-12-01T10:09:26.0376821Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpEnum.h' 2022-12-01T10:09:26.0378791Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Generated/OpNames.h' 2022-12-01T10:09:26.0381550Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Algorithms.h' 2022-12-01T10:09:26.0383845Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/BinaryMatchImpl.h' 2022-12-01T10:09:26.0388630Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/Graph.h' 2022-12-01T10:09:26.0391786Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TarjansImpl.h' 2022-12-01T10:09:26.0393838Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Graph/TopoSort.h' 2022-12-01T10:09:26.0396267Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/Compiler.h' 2022-12-01T10:09:26.0399023Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/ControlFlow.h' 2022-12-01T10:09:26.0403740Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Representations/NeuralNet.h' 2022-12-01T10:09:26.0408381Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Casting.h' 2022-12-01T10:09:26.0411010Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Support/Common.h' 2022-12-01T10:09:26.0413308Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/Match.h' 2022-12-01T10:09:26.0417890Z adding 'torch/include/caffe2/core/nomnigraph/include/nomnigraph/Transformations/SubgraphMatcher.h' 2022-12-01T10:09:26.0420498Z adding 'torch/include/caffe2/core/nomnigraph/tests/test_util.h' 2022-12-01T10:09:26.0423221Z adding 'torch/include/caffe2/cuda_rtc/common_rtc.h' 2022-12-01T10:09:26.0425252Z adding 'torch/include/caffe2/db/create_db_op.h' 2022-12-01T10:09:26.0427238Z adding 'torch/include/caffe2/distributed/file_store_handler.h' 2022-12-01T10:09:26.0428936Z adding 'torch/include/caffe2/distributed/file_store_handler_op.h' 2022-12-01T10:09:26.0430587Z adding 'torch/include/caffe2/distributed/redis_store_handler.h' 2022-12-01T10:09:26.0432250Z adding 'torch/include/caffe2/distributed/redis_store_handler_op.h' 2022-12-01T10:09:26.0434207Z adding 'torch/include/caffe2/distributed/store_handler.h' 2022-12-01T10:09:26.0436705Z adding 'torch/include/caffe2/distributed/store_ops.h' 2022-12-01T10:09:26.0439370Z adding 'torch/include/caffe2/experiments/operators/fully_connected_op_decomposition.h' 2022-12-01T10:09:26.0443958Z adding 'torch/include/caffe2/experiments/operators/fully_connected_op_prune.h' 2022-12-01T10:09:26.0446827Z adding 'torch/include/caffe2/experiments/operators/fully_connected_op_sparse.h' 2022-12-01T10:09:26.0449531Z adding 'torch/include/caffe2/experiments/operators/funhash_op.h' 2022-12-01T10:09:26.0452551Z adding 'torch/include/caffe2/experiments/operators/sparse_funhash_op.h' 2022-12-01T10:09:26.0454986Z adding 'torch/include/caffe2/experiments/operators/sparse_matrix_reshape_op.h' 2022-12-01T10:09:26.0457296Z adding 'torch/include/caffe2/experiments/operators/tt_contraction_op.h' 2022-12-01T10:09:26.0459458Z adding 'torch/include/caffe2/experiments/operators/tt_pad_op.h' 2022-12-01T10:09:26.0461577Z adding 'torch/include/caffe2/ideep/ideep_utils.h' 2022-12-01T10:09:26.0463857Z adding 'torch/include/caffe2/ideep/operators/conv_pool_base_op.h' 2022-12-01T10:09:26.0466668Z adding 'torch/include/caffe2/ideep/operators/conv_transpose_unpool_base_op.h' 2022-12-01T10:09:26.0469948Z adding 'torch/include/caffe2/ideep/operators/operator_fallback_ideep.h' 2022-12-01T10:09:26.0472601Z adding 'torch/include/caffe2/ideep/utils/ideep_context.h' 2022-12-01T10:09:26.0475590Z adding 'torch/include/caffe2/ideep/utils/ideep_operator.h' 2022-12-01T10:09:26.0487741Z adding 'torch/include/caffe2/image/image_input_op.h' 2022-12-01T10:09:26.0490763Z adding 'torch/include/caffe2/image/transform_gpu.h' 2022-12-01T10:09:26.0493352Z adding 'torch/include/caffe2/mobile/contrib/ios/ios_caffe.h' 2022-12-01T10:09:26.0494771Z adding 'torch/include/caffe2/mobile/contrib/ios/ios_caffe_defines.h' 2022-12-01T10:09:26.0496519Z adding 'torch/include/caffe2/mobile/contrib/ios/ios_caffe_predictor.h' 2022-12-01T10:09:26.0498511Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn.h' 2022-12-01T10:09:26.0500115Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_context.h' 2022-12-01T10:09:26.0501667Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_graph_mask.h' 2022-12-01T10:09:26.0510829Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_kernels.h' 2022-12-01T10:09:26.0513461Z adding 'torch/include/caffe2/mobile/contrib/ios/mpscnn/mpscnn_test.h' 2022-12-01T10:09:26.0517364Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/libopencl.h' 2022-12-01T10:09:26.0529176Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl.h' 2022-12-01T10:09:26.0534235Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_ext.h' 2022-12-01T10:09:26.0537216Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl.h' 2022-12-01T10:09:26.0539545Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_gl_ext.h' 2022-12-01T10:09:26.0546817Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/cl_platform.h' 2022-12-01T10:09:26.0549768Z adding 'torch/include/caffe2/mobile/contrib/libopencl-stub/include/CL/opencl.h' 2022-12-01T10:09:26.0555634Z adding 'torch/include/caffe2/mobile/contrib/libvulkan-stub/include/libvulkan-stub.h' 2022-12-01T10:09:26.0559026Z adding 'torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vk_platform.h' 2022-12-01T10:09:26.0614085Z adding 'torch/include/caffe2/mobile/contrib/libvulkan-stub/include/vulkan/vulkan.h' 2022-12-01T10:09:26.0640577Z adding 'torch/include/caffe2/mobile/contrib/nnapi/NeuralNetworks.h' 2022-12-01T10:09:26.0644694Z adding 'torch/include/caffe2/mobile/contrib/nnapi/dlnnapi.h' 2022-12-01T10:09:26.0646798Z adding 'torch/include/caffe2/mobile/contrib/nnapi/nnapi.h' 2022-12-01T10:09:26.0648776Z adding 'torch/include/caffe2/mobile/contrib/snpe/snpe_ffi.h' 2022-12-01T10:09:26.0650737Z adding 'torch/include/caffe2/mobile/contrib/ulp2/ulp.h' 2022-12-01T10:09:26.0652211Z adding 'torch/include/caffe2/mobile/contrib/ulp2/ulp_neon.h' 2022-12-01T10:09:26.0654865Z adding 'torch/include/caffe2/mpi/mpi_common.h' 2022-12-01T10:09:26.0657807Z adding 'torch/include/caffe2/mpi/mpi_ops.h' 2022-12-01T10:09:26.0659743Z adding 'torch/include/caffe2/observers/operator_attaching_net_observer.h' 2022-12-01T10:09:26.0661805Z adding 'torch/include/caffe2/observers/profile_observer.h' 2022-12-01T10:09:26.0663510Z adding 'torch/include/caffe2/observers/runcnt_observer.h' 2022-12-01T10:09:26.0665333Z adding 'torch/include/caffe2/observers/time_observer.h' 2022-12-01T10:09:26.0668373Z adding 'torch/include/caffe2/onnx/backend.h' 2022-12-01T10:09:26.0670225Z adding 'torch/include/caffe2/onnx/backend_rep.h' 2022-12-01T10:09:26.0671732Z adding 'torch/include/caffe2/onnx/device.h' 2022-12-01T10:09:26.0673515Z adding 'torch/include/caffe2/onnx/helper.h' 2022-12-01T10:09:26.0675586Z adding 'torch/include/caffe2/onnx/offline_tensor.h' 2022-12-01T10:09:26.0677677Z adding 'torch/include/caffe2/onnx/onnx_exporter.h' 2022-12-01T10:09:26.0679795Z adding 'torch/include/caffe2/onnx/onnxifi_graph_info.h' 2022-12-01T10:09:26.0681259Z adding 'torch/include/caffe2/onnx/onnxifi_init.h' 2022-12-01T10:09:26.0682902Z adding 'torch/include/caffe2/onnx/torch_ops/constants.h' 2022-12-01T10:09:26.0684547Z adding 'torch/include/caffe2/onnx/torch_ops/operator_sets.h' 2022-12-01T10:09:26.0686009Z adding 'torch/include/caffe2/onnx/torch_ops/schema.h' 2022-12-01T10:09:26.0689953Z adding 'torch/include/caffe2/operators/abs_op.h' 2022-12-01T10:09:26.0691625Z adding 'torch/include/caffe2/operators/accumulate_op.h' 2022-12-01T10:09:26.0693126Z adding 'torch/include/caffe2/operators/accuracy_op.h' 2022-12-01T10:09:26.0694611Z adding 'torch/include/caffe2/operators/acos_op.h' 2022-12-01T10:09:26.0696612Z adding 'torch/include/caffe2/operators/activation_ops_cudnn.h' 2022-12-01T10:09:26.0698632Z adding 'torch/include/caffe2/operators/affine_channel_op.h' 2022-12-01T10:09:26.0700457Z adding 'torch/include/caffe2/operators/alias_with_name.h' 2022-12-01T10:09:26.0702084Z adding 'torch/include/caffe2/operators/apmeter_op.h' 2022-12-01T10:09:26.0703821Z adding 'torch/include/caffe2/operators/arg_ops.h' 2022-12-01T10:09:26.0705474Z adding 'torch/include/caffe2/operators/asin_op.h' 2022-12-01T10:09:26.0707100Z adding 'torch/include/caffe2/operators/assert_op.h' 2022-12-01T10:09:26.0708789Z adding 'torch/include/caffe2/operators/async_net_barrier_op.h' 2022-12-01T10:09:26.0710251Z adding 'torch/include/caffe2/operators/atan_op.h' 2022-12-01T10:09:26.0712076Z adding 'torch/include/caffe2/operators/batch_box_cox_op.h' 2022-12-01T10:09:26.0713659Z adding 'torch/include/caffe2/operators/batch_bucketize_op.h' 2022-12-01T10:09:26.0716109Z adding 'torch/include/caffe2/operators/batch_gather_ops.h' 2022-12-01T10:09:26.0718988Z adding 'torch/include/caffe2/operators/batch_matmul_op.h' 2022-12-01T10:09:26.0721782Z adding 'torch/include/caffe2/operators/batch_moments_op.h' 2022-12-01T10:09:26.0722875Z adding 'torch/include/caffe2/operators/batch_permutation_op.h' 2022-12-01T10:09:26.0725137Z adding 'torch/include/caffe2/operators/batch_sparse_to_dense_op.h' 2022-12-01T10:09:26.0727036Z adding 'torch/include/caffe2/operators/bbox_transform_op.h' 2022-12-01T10:09:26.0729395Z adding 'torch/include/caffe2/operators/bisect_percentile_op.h' 2022-12-01T10:09:26.0731299Z adding 'torch/include/caffe2/operators/boolean_mask_ops.h' 2022-12-01T10:09:26.0732866Z adding 'torch/include/caffe2/operators/boolean_unmask_ops.h' 2022-12-01T10:09:26.0735140Z adding 'torch/include/caffe2/operators/box_with_nms_limit_op.h' 2022-12-01T10:09:26.0736844Z adding 'torch/include/caffe2/operators/bucketize_op.h' 2022-12-01T10:09:26.0738555Z adding 'torch/include/caffe2/operators/byte_weight_dequant_op.h' 2022-12-01T10:09:26.0740180Z adding 'torch/include/caffe2/operators/cast_op.h' 2022-12-01T10:09:26.0741619Z adding 'torch/include/caffe2/operators/cbrt_op.h' 2022-12-01T10:09:26.0743881Z adding 'torch/include/caffe2/operators/cc_bmm_bg_op.h' 2022-12-01T10:09:26.0745445Z adding 'torch/include/caffe2/operators/ceil_op.h' 2022-12-01T10:09:26.0746988Z adding 'torch/include/caffe2/operators/channel_backprop_stats_op.h' 2022-12-01T10:09:26.0748625Z adding 'torch/include/caffe2/operators/channel_shuffle_op.h' 2022-12-01T10:09:26.0750309Z adding 'torch/include/caffe2/operators/channel_stats_op.h' 2022-12-01T10:09:26.0751785Z adding 'torch/include/caffe2/operators/clip_op.h' 2022-12-01T10:09:26.0754108Z adding 'torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h' 2022-12-01T10:09:26.0757878Z adding 'torch/include/caffe2/operators/concat_split_op.h' 2022-12-01T10:09:26.0759707Z adding 'torch/include/caffe2/operators/conditional_op.h' 2022-12-01T10:09:26.0761425Z adding 'torch/include/caffe2/operators/conv_op.h' 2022-12-01T10:09:26.0763204Z adding 'torch/include/caffe2/operators/conv_op_cache_cudnn.h' 2022-12-01T10:09:26.0768595Z adding 'torch/include/caffe2/operators/conv_op_impl.h' 2022-12-01T10:09:26.0770702Z adding 'torch/include/caffe2/operators/conv_op_shared.h' 2022-12-01T10:09:26.0777728Z adding 'torch/include/caffe2/operators/conv_pool_op_base.h' 2022-12-01T10:09:26.0780290Z adding 'torch/include/caffe2/operators/conv_transpose_op.h' 2022-12-01T10:09:26.0783737Z adding 'torch/include/caffe2/operators/conv_transpose_op_impl.h' 2022-12-01T10:09:26.0785842Z adding 'torch/include/caffe2/operators/conv_transpose_op_mobile.h' 2022-12-01T10:09:26.0791820Z adding 'torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h' 2022-12-01T10:09:26.0795638Z adding 'torch/include/caffe2/operators/conv_transpose_unpool_op_base.h' 2022-12-01T10:09:26.0797588Z adding 'torch/include/caffe2/operators/copy_op.h' 2022-12-01T10:09:26.0799475Z adding 'torch/include/caffe2/operators/copy_rows_to_tensor_op.h' 2022-12-01T10:09:26.0801016Z adding 'torch/include/caffe2/operators/cos_op.h' 2022-12-01T10:09:26.0802545Z adding 'torch/include/caffe2/operators/cosh_op.h' 2022-12-01T10:09:26.0803996Z adding 'torch/include/caffe2/operators/cosine_embedding_criterion_op.h' 2022-12-01T10:09:26.0805950Z adding 'torch/include/caffe2/operators/counter_ops.h' 2022-12-01T10:09:26.0808099Z adding 'torch/include/caffe2/operators/create_scope_op.h' 2022-12-01T10:09:26.0810017Z adding 'torch/include/caffe2/operators/cross_entropy_op.h' 2022-12-01T10:09:26.0811730Z adding 'torch/include/caffe2/operators/ctc_beam_search_decoder_op.h' 2022-12-01T10:09:26.0813236Z adding 'torch/include/caffe2/operators/ctc_greedy_decoder_op.h' 2022-12-01T10:09:26.0814613Z adding 'torch/include/caffe2/operators/cube_op.h' 2022-12-01T10:09:26.0815979Z adding 'torch/include/caffe2/operators/data_couple.h' 2022-12-01T10:09:26.0818383Z adding 'torch/include/caffe2/operators/dataset_ops.h' 2022-12-01T10:09:26.0820434Z adding 'torch/include/caffe2/operators/deform_conv_op.h' 2022-12-01T10:09:26.0823917Z adding 'torch/include/caffe2/operators/deform_conv_op_impl.h' 2022-12-01T10:09:26.0826076Z adding 'torch/include/caffe2/operators/dense_vector_to_id_list_op.h' 2022-12-01T10:09:26.0828576Z adding 'torch/include/caffe2/operators/distance_op.h' 2022-12-01T10:09:26.0831384Z adding 'torch/include/caffe2/operators/do_op.h' 2022-12-01T10:09:26.0833155Z adding 'torch/include/caffe2/operators/dropout_op.h' 2022-12-01T10:09:26.0835059Z adding 'torch/include/caffe2/operators/elementwise_add_op.h' 2022-12-01T10:09:26.0836671Z adding 'torch/include/caffe2/operators/elementwise_div_op.h' 2022-12-01T10:09:26.0838209Z adding 'torch/include/caffe2/operators/elementwise_linear_op.h' 2022-12-01T10:09:26.0840400Z adding 'torch/include/caffe2/operators/elementwise_logical_ops.h' 2022-12-01T10:09:26.0842351Z adding 'torch/include/caffe2/operators/elementwise_mul_op.h' 2022-12-01T10:09:26.0844392Z adding 'torch/include/caffe2/operators/elementwise_op_test.h' 2022-12-01T10:09:26.0848510Z adding 'torch/include/caffe2/operators/elementwise_ops.h' 2022-12-01T10:09:26.0850369Z adding 'torch/include/caffe2/operators/elementwise_ops_utils.h' 2022-12-01T10:09:26.0852003Z adding 'torch/include/caffe2/operators/elementwise_sub_op.h' 2022-12-01T10:09:26.0853596Z adding 'torch/include/caffe2/operators/elu_op.h' 2022-12-01T10:09:26.0855337Z adding 'torch/include/caffe2/operators/enforce_finite_op.h' 2022-12-01T10:09:26.0856989Z adding 'torch/include/caffe2/operators/ensure_clipped_op.h' 2022-12-01T10:09:26.0858634Z adding 'torch/include/caffe2/operators/ensure_cpu_output_op.h' 2022-12-01T10:09:26.0860114Z adding 'torch/include/caffe2/operators/erf_op.h' 2022-12-01T10:09:26.0861478Z adding 'torch/include/caffe2/operators/exp_op.h' 2022-12-01T10:09:26.0863298Z adding 'torch/include/caffe2/operators/expand_op.h' 2022-12-01T10:09:26.0865310Z adding 'torch/include/caffe2/operators/expand_squeeze_dims_op.h' 2022-12-01T10:09:26.0866820Z adding 'torch/include/caffe2/operators/fc_inference.h' 2022-12-01T10:09:26.0870917Z adding 'torch/include/caffe2/operators/feature_maps_ops.h' 2022-12-01T10:09:26.0873189Z adding 'torch/include/caffe2/operators/feed_blob_op.h' 2022-12-01T10:09:26.0877801Z adding 'torch/include/caffe2/operators/filler_op.h' 2022-12-01T10:09:26.0880046Z adding 'torch/include/caffe2/operators/find_duplicate_elements_op.h' 2022-12-01T10:09:26.0881810Z adding 'torch/include/caffe2/operators/find_op.h' 2022-12-01T10:09:26.0883466Z adding 'torch/include/caffe2/operators/flatten_op.h' 2022-12-01T10:09:26.0884926Z adding 'torch/include/caffe2/operators/flexible_top_k.h' 2022-12-01T10:09:26.0886582Z adding 'torch/include/caffe2/operators/floor_op.h' 2022-12-01T10:09:26.0888021Z adding 'torch/include/caffe2/operators/free_op.h' 2022-12-01T10:09:26.0890622Z adding 'torch/include/caffe2/operators/fully_connected_op.h' 2022-12-01T10:09:26.0893648Z adding 'torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h' 2022-12-01T10:09:26.0896699Z adding 'torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h' 2022-12-01T10:09:26.0898883Z adding 'torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h' 2022-12-01T10:09:26.0900606Z adding 'torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h' 2022-12-01T10:09:26.0902665Z adding 'torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h' 2022-12-01T10:09:26.0905644Z adding 'torch/include/caffe2/operators/gather_op.h' 2022-12-01T10:09:26.0908880Z adding 'torch/include/caffe2/operators/gather_ranges_to_dense_op.h' 2022-12-01T10:09:26.0910831Z adding 'torch/include/caffe2/operators/gelu_op.h' 2022-12-01T10:09:26.0913561Z adding 'torch/include/caffe2/operators/generate_proposals_op.h' 2022-12-01T10:09:26.0917833Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_boxes.h' 2022-12-01T10:09:26.0924527Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_nms.h' 2022-12-01T10:09:26.0927136Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h' 2022-12-01T10:09:26.0929067Z adding 'torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h' 2022-12-01T10:09:26.0931252Z adding 'torch/include/caffe2/operators/given_tensor_fill_op.h' 2022-12-01T10:09:26.0933059Z adding 'torch/include/caffe2/operators/glu_op.h' 2022-12-01T10:09:26.0935845Z adding 'torch/include/caffe2/operators/group_norm_op.h' 2022-12-01T10:09:26.0938578Z adding 'torch/include/caffe2/operators/gru_unit_op.h' 2022-12-01T10:09:26.0941171Z adding 'torch/include/caffe2/operators/h_softmax_op.h' 2022-12-01T10:09:26.0943158Z adding 'torch/include/caffe2/operators/half_float_ops.h' 2022-12-01T10:09:26.0944730Z adding 'torch/include/caffe2/operators/hard_sigmoid_op.h' 2022-12-01T10:09:26.0946266Z adding 'torch/include/caffe2/operators/heatmap_max_keypoint_op.h' 2022-12-01T10:09:26.0948063Z adding 'torch/include/caffe2/operators/histogram_op.h' 2022-12-01T10:09:26.0949807Z adding 'torch/include/caffe2/operators/if_op.h' 2022-12-01T10:09:26.0952038Z adding 'torch/include/caffe2/operators/im2col_op.h' 2022-12-01T10:09:26.0954208Z adding 'torch/include/caffe2/operators/index_hash_ops.h' 2022-12-01T10:09:26.0956641Z adding 'torch/include/caffe2/operators/index_ops.h' 2022-12-01T10:09:26.0960027Z adding 'torch/include/caffe2/operators/inference_lstm_op.h' 2022-12-01T10:09:26.0962475Z adding 'torch/include/caffe2/operators/instance_norm_op.h' 2022-12-01T10:09:26.0964178Z adding 'torch/include/caffe2/operators/integral_image_op.h' 2022-12-01T10:09:26.0965629Z adding 'torch/include/caffe2/operators/is_empty_op.h' 2022-12-01T10:09:26.0967058Z adding 'torch/include/caffe2/operators/jsd_op.h' 2022-12-01T10:09:26.0968646Z adding 'torch/include/caffe2/operators/key_split_ops.h' 2022-12-01T10:09:26.0971095Z adding 'torch/include/caffe2/operators/layer_norm_op.h' 2022-12-01T10:09:26.0972810Z adding 'torch/include/caffe2/operators/leaky_relu_op.h' 2022-12-01T10:09:26.0974566Z adding 'torch/include/caffe2/operators/length_split_op.h' 2022-12-01T10:09:26.0976561Z adding 'torch/include/caffe2/operators/lengths_pad_op.h' 2022-12-01T10:09:26.0978999Z adding 'torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h' 2022-12-01T10:09:26.0983580Z adding 'torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h' 2022-12-01T10:09:26.0989738Z adding 'torch/include/caffe2/operators/lengths_reducer_ops.h' 2022-12-01T10:09:26.0992761Z adding 'torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h' 2022-12-01T10:09:26.0994409Z adding 'torch/include/caffe2/operators/lengths_tile_op.h' 2022-12-01T10:09:26.0996183Z adding 'torch/include/caffe2/operators/lengths_top_k_op.h' 2022-12-01T10:09:26.0997770Z adding 'torch/include/caffe2/operators/listwise_l2r_op.h' 2022-12-01T10:09:26.1001823Z adding 'torch/include/caffe2/operators/load_save_op.h' 2022-12-01T10:09:26.1003758Z adding 'torch/include/caffe2/operators/load_save_op_util.h' 2022-12-01T10:09:26.1005645Z adding 'torch/include/caffe2/operators/local_response_normalization_op.h' 2022-12-01T10:09:26.1007471Z adding 'torch/include/caffe2/operators/locally_connected_op.h' 2022-12-01T10:09:26.1011963Z adding 'torch/include/caffe2/operators/locally_connected_op_impl.h' 2022-12-01T10:09:26.1014378Z adding 'torch/include/caffe2/operators/locally_connected_op_util.h' 2022-12-01T10:09:26.1015973Z adding 'torch/include/caffe2/operators/log1p_op.h' 2022-12-01T10:09:26.1017412Z adding 'torch/include/caffe2/operators/log_op.h' 2022-12-01T10:09:26.1018964Z adding 'torch/include/caffe2/operators/logit_op.h' 2022-12-01T10:09:26.1020430Z adding 'torch/include/caffe2/operators/loss_op.h' 2022-12-01T10:09:26.1021945Z adding 'torch/include/caffe2/operators/lpnorm_op.h' 2022-12-01T10:09:26.1024176Z adding 'torch/include/caffe2/operators/lstm_unit_op.h' 2022-12-01T10:09:26.1027312Z adding 'torch/include/caffe2/operators/lstm_utils.h' 2022-12-01T10:09:26.1030183Z adding 'torch/include/caffe2/operators/map_ops.h' 2022-12-01T10:09:26.1032009Z adding 'torch/include/caffe2/operators/margin_loss_l2r_op.h' 2022-12-01T10:09:26.1033524Z adding 'torch/include/caffe2/operators/margin_ranking_criterion_op.h' 2022-12-01T10:09:26.1035713Z adding 'torch/include/caffe2/operators/matmul_op.h' 2022-12-01T10:09:26.1037425Z adding 'torch/include/caffe2/operators/max_pool_with_index_gpu.h' 2022-12-01T10:09:26.1039302Z adding 'torch/include/caffe2/operators/mean_op.h' 2022-12-01T10:09:26.1041270Z adding 'torch/include/caffe2/operators/merge_id_lists_op.h' 2022-12-01T10:09:26.1043144Z adding 'torch/include/caffe2/operators/minmax_ops.h' 2022-12-01T10:09:26.1044647Z adding 'torch/include/caffe2/operators/mish_op.h' 2022-12-01T10:09:26.1046162Z adding 'torch/include/caffe2/operators/mod_op.h' 2022-12-01T10:09:26.1048166Z adding 'torch/include/caffe2/operators/moments_op.h' 2022-12-01T10:09:26.1049736Z adding 'torch/include/caffe2/operators/multi_class_accuracy_op.h' 2022-12-01T10:09:26.1051222Z adding 'torch/include/caffe2/operators/negate_gradient_op.h' 2022-12-01T10:09:26.1052638Z adding 'torch/include/caffe2/operators/negative_op.h' 2022-12-01T10:09:26.1054449Z adding 'torch/include/caffe2/operators/ngram_ops.h' 2022-12-01T10:09:26.1055946Z adding 'torch/include/caffe2/operators/no_default_engine_op.h' 2022-12-01T10:09:26.1057376Z adding 'torch/include/caffe2/operators/normalize_l1_op.h' 2022-12-01T10:09:26.1059133Z adding 'torch/include/caffe2/operators/normalize_op.h' 2022-12-01T10:09:26.1061203Z adding 'torch/include/caffe2/operators/numpy_tile_op.h' 2022-12-01T10:09:26.1062956Z adding 'torch/include/caffe2/operators/one_hot_ops.h' 2022-12-01T10:09:26.1066215Z adding 'torch/include/caffe2/operators/onnx_while_op.h' 2022-12-01T10:09:26.1068294Z adding 'torch/include/caffe2/operators/op_utils_cudnn.h' 2022-12-01T10:09:26.1070496Z adding 'torch/include/caffe2/operators/operator_fallback_gpu.h' 2022-12-01T10:09:26.1073202Z adding 'torch/include/caffe2/operators/order_switch_ops.h' 2022-12-01T10:09:26.1075360Z adding 'torch/include/caffe2/operators/pack_rnn_sequence_op.h' 2022-12-01T10:09:26.1077266Z adding 'torch/include/caffe2/operators/pack_segments.h' 2022-12-01T10:09:26.1079016Z adding 'torch/include/caffe2/operators/pad_op.h' 2022-12-01T10:09:26.1082326Z adding 'torch/include/caffe2/operators/partition_ops.h' 2022-12-01T10:09:26.1084002Z adding 'torch/include/caffe2/operators/percentile_op.h' 2022-12-01T10:09:26.1085963Z adding 'torch/include/caffe2/operators/perplexity_op.h' 2022-12-01T10:09:26.1088432Z adding 'torch/include/caffe2/operators/piecewise_linear_transform_op.h' 2022-12-01T10:09:26.1090744Z adding 'torch/include/caffe2/operators/pool_op.h' 2022-12-01T10:09:26.1092390Z adding 'torch/include/caffe2/operators/pool_op_util.h' 2022-12-01T10:09:26.1094408Z adding 'torch/include/caffe2/operators/pow_op.h' 2022-12-01T10:09:26.1096792Z adding 'torch/include/caffe2/operators/prefetch_op.h' 2022-12-01T10:09:26.1098301Z adding 'torch/include/caffe2/operators/prelu_op.h' 2022-12-01T10:09:26.1100007Z adding 'torch/include/caffe2/operators/prepend_dim_op.h' 2022-12-01T10:09:26.1102364Z adding 'torch/include/caffe2/operators/quant_decode_op.h' 2022-12-01T10:09:26.1104571Z adding 'torch/include/caffe2/operators/quantile_op.h' 2022-12-01T10:09:26.1106092Z adding 'torch/include/caffe2/operators/rank_loss_op.h' 2022-12-01T10:09:26.1107530Z adding 'torch/include/caffe2/operators/reciprocal_op.h' 2022-12-01T10:09:26.1109540Z adding 'torch/include/caffe2/operators/reduce_front_back_max_ops.h' 2022-12-01T10:09:26.1111782Z adding 'torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h' 2022-12-01T10:09:26.1114102Z adding 'torch/include/caffe2/operators/reduce_ops.h' 2022-12-01T10:09:26.1119456Z adding 'torch/include/caffe2/operators/reducer_functors.h' 2022-12-01T10:09:26.1122044Z adding 'torch/include/caffe2/operators/reduction_ops.h' 2022-12-01T10:09:26.1123684Z adding 'torch/include/caffe2/operators/relu_n_op.h' 2022-12-01T10:09:26.1125080Z adding 'torch/include/caffe2/operators/relu_op.h' 2022-12-01T10:09:26.1126925Z adding 'torch/include/caffe2/operators/remove_data_blocks_op.h' 2022-12-01T10:09:26.1128483Z adding 'torch/include/caffe2/operators/replace_nan_op.h' 2022-12-01T10:09:26.1130796Z adding 'torch/include/caffe2/operators/reshape_op.h' 2022-12-01T10:09:26.1132538Z adding 'torch/include/caffe2/operators/resize_3d_op.h' 2022-12-01T10:09:26.1134184Z adding 'torch/include/caffe2/operators/resize_op.h' 2022-12-01T10:09:26.1135989Z adding 'torch/include/caffe2/operators/reverse_packed_segs_op.h' 2022-12-01T10:09:26.1137462Z adding 'torch/include/caffe2/operators/rmac_regions_op.h' 2022-12-01T10:09:26.1139112Z adding 'torch/include/caffe2/operators/rms_norm_op.h' 2022-12-01T10:09:26.1140718Z adding 'torch/include/caffe2/operators/roi_align_gradient_op.h' 2022-12-01T10:09:26.1142624Z adding 'torch/include/caffe2/operators/roi_align_op.h' 2022-12-01T10:09:26.1144496Z adding 'torch/include/caffe2/operators/roi_align_rotated_gradient_op.h' 2022-12-01T10:09:26.1145892Z adding 'torch/include/caffe2/operators/roi_align_rotated_op.h' 2022-12-01T10:09:26.1147577Z adding 'torch/include/caffe2/operators/roi_pool_op.h' 2022-12-01T10:09:26.1149213Z adding 'torch/include/caffe2/operators/rowmul_op.h' 2022-12-01T10:09:26.1150559Z adding 'torch/include/caffe2/operators/rsqrt_op.h' 2022-12-01T10:09:26.1152043Z adding 'torch/include/caffe2/operators/scale_blobs_op.h' 2022-12-01T10:09:26.1154129Z adding 'torch/include/caffe2/operators/scale_op.h' 2022-12-01T10:09:26.1168284Z adding 'torch/include/caffe2/operators/segment_reduction_op.h' 2022-12-01T10:09:26.1173218Z adding 'torch/include/caffe2/operators/self_binning_histogram_op.h' 2022-12-01T10:09:26.1175211Z adding 'torch/include/caffe2/operators/selu_op.h' 2022-12-01T10:09:26.1178611Z adding 'torch/include/caffe2/operators/sequence_ops.h' 2022-12-01T10:09:26.1181138Z adding 'torch/include/caffe2/operators/shape_op.h' 2022-12-01T10:09:26.1183028Z adding 'torch/include/caffe2/operators/sigmoid_op.h' 2022-12-01T10:09:26.1184994Z adding 'torch/include/caffe2/operators/sin_op.h' 2022-12-01T10:09:26.1186971Z adding 'torch/include/caffe2/operators/sinh_op.h' 2022-12-01T10:09:26.1189731Z adding 'torch/include/caffe2/operators/sinusoid_position_encoding_op.h' 2022-12-01T10:09:26.1193953Z adding 'torch/include/caffe2/operators/slice_op.h' 2022-12-01T10:09:26.1196527Z adding 'torch/include/caffe2/operators/softmax_op.h' 2022-12-01T10:09:26.1198078Z adding 'torch/include/caffe2/operators/softmax_utils.h' 2022-12-01T10:09:26.1200550Z adding 'torch/include/caffe2/operators/softmax_with_loss_op.h' 2022-12-01T10:09:26.1202182Z adding 'torch/include/caffe2/operators/softplus_op.h' 2022-12-01T10:09:26.1204159Z adding 'torch/include/caffe2/operators/softsign_op.h' 2022-12-01T10:09:26.1206991Z adding 'torch/include/caffe2/operators/space_batch_op.h' 2022-12-01T10:09:26.1209163Z adding 'torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h' 2022-12-01T10:09:26.1211056Z adding 'torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h' 2022-12-01T10:09:26.1213086Z adding 'torch/include/caffe2/operators/sparse_lp_regularizer_op.h' 2022-12-01T10:09:26.1215145Z adding 'torch/include/caffe2/operators/sparse_normalize_op.h' 2022-12-01T10:09:26.1218846Z adding 'torch/include/caffe2/operators/sparse_to_dense_mask_op.h' 2022-12-01T10:09:26.1221556Z adding 'torch/include/caffe2/operators/sparse_to_dense_op.h' 2022-12-01T10:09:26.1225880Z adding 'torch/include/caffe2/operators/spatial_batch_norm_op.h' 2022-12-01T10:09:26.1228799Z adding 'torch/include/caffe2/operators/spatial_softmax_with_loss_op.h' 2022-12-01T10:09:26.1231074Z adding 'torch/include/caffe2/operators/sqr_op.h' 2022-12-01T10:09:26.1232965Z adding 'torch/include/caffe2/operators/sqrt_op.h' 2022-12-01T10:09:26.1236037Z adding 'torch/include/caffe2/operators/square_root_divide_op.h' 2022-12-01T10:09:26.1238281Z adding 'torch/include/caffe2/operators/stats_put_ops.h' 2022-12-01T10:09:26.1240208Z adding 'torch/include/caffe2/operators/stop_gradient.h' 2022-12-01T10:09:26.1242630Z adding 'torch/include/caffe2/operators/string_ops.h' 2022-12-01T10:09:26.1244724Z adding 'torch/include/caffe2/operators/stump_func_op.h' 2022-12-01T10:09:26.1247094Z adding 'torch/include/caffe2/operators/summarize_op.h' 2022-12-01T10:09:26.1248921Z adding 'torch/include/caffe2/operators/swish_op.h' 2022-12-01T10:09:26.1250920Z adding 'torch/include/caffe2/operators/tan_op.h' 2022-12-01T10:09:26.1252722Z adding 'torch/include/caffe2/operators/tanh_op.h' 2022-12-01T10:09:26.1256028Z adding 'torch/include/caffe2/operators/tensor_protos_db_input.h' 2022-12-01T10:09:26.1258432Z adding 'torch/include/caffe2/operators/text_file_reader_utils.h' 2022-12-01T10:09:26.1260398Z adding 'torch/include/caffe2/operators/thresholded_relu_op.h' 2022-12-01T10:09:26.1263865Z adding 'torch/include/caffe2/operators/tile_op.h' 2022-12-01T10:09:26.1265850Z adding 'torch/include/caffe2/operators/top_k.h' 2022-12-01T10:09:26.1268285Z adding 'torch/include/caffe2/operators/transpose_op.h' 2022-12-01T10:09:26.1271338Z adding 'torch/include/caffe2/operators/tt_linear_op.h' 2022-12-01T10:09:26.1273681Z adding 'torch/include/caffe2/operators/unique_ops.h' 2022-12-01T10:09:26.1276425Z adding 'torch/include/caffe2/operators/unsafe_coalesce.h' 2022-12-01T10:09:26.1278717Z adding 'torch/include/caffe2/operators/upsample_op.h' 2022-12-01T10:09:26.1291564Z adding 'torch/include/caffe2/operators/utility_ops.h' 2022-12-01T10:09:26.1295257Z adding 'torch/include/caffe2/operators/variable_length_sequence_padding.h' 2022-12-01T10:09:26.1296481Z adding 'torch/include/caffe2/operators/weighted_multi_sampling_op.h' 2022-12-01T10:09:26.1298747Z adding 'torch/include/caffe2/operators/weighted_sample_op.h' 2022-12-01T10:09:26.1300766Z adding 'torch/include/caffe2/operators/while_op.h' 2022-12-01T10:09:26.1302700Z adding 'torch/include/caffe2/operators/zero_gradient_op.h' 2022-12-01T10:09:26.1305777Z adding 'torch/include/caffe2/operators/hip/activation_ops_miopen.h' 2022-12-01T10:09:26.1308929Z adding 'torch/include/caffe2/operators/quantized/int8_add_op.h' 2022-12-01T10:09:26.1311692Z adding 'torch/include/caffe2/operators/quantized/int8_average_pool_op.h' 2022-12-01T10:09:26.1314522Z adding 'torch/include/caffe2/operators/quantized/int8_channel_shuffle_op.h' 2022-12-01T10:09:26.1317215Z adding 'torch/include/caffe2/operators/quantized/int8_concat_op.h' 2022-12-01T10:09:26.1320382Z adding 'torch/include/caffe2/operators/quantized/int8_conv_op.h' 2022-12-01T10:09:26.1323526Z adding 'torch/include/caffe2/operators/quantized/int8_conv_transpose_op.h' 2022-12-01T10:09:26.1325412Z adding 'torch/include/caffe2/operators/quantized/int8_dequantize_op.h' 2022-12-01T10:09:26.1328382Z adding 'torch/include/caffe2/operators/quantized/int8_fc_op.h' 2022-12-01T10:09:26.1330533Z adding 'torch/include/caffe2/operators/quantized/int8_flatten_op.h' 2022-12-01T10:09:26.1333210Z adding 'torch/include/caffe2/operators/quantized/int8_given_tensor_fill_op.h' 2022-12-01T10:09:26.1335720Z adding 'torch/include/caffe2/operators/quantized/int8_leaky_relu_op.h' 2022-12-01T10:09:26.1338381Z adding 'torch/include/caffe2/operators/quantized/int8_max_pool_op.h' 2022-12-01T10:09:26.1340918Z adding 'torch/include/caffe2/operators/quantized/int8_quantize_op.h' 2022-12-01T10:09:26.1343303Z adding 'torch/include/caffe2/operators/quantized/int8_relu_op.h' 2022-12-01T10:09:26.1345481Z adding 'torch/include/caffe2/operators/quantized/int8_reshape_op.h' 2022-12-01T10:09:26.1347954Z adding 'torch/include/caffe2/operators/quantized/int8_resize_nearest_op.h' 2022-12-01T10:09:26.1352483Z adding 'torch/include/caffe2/operators/quantized/int8_roi_align_op.h' 2022-12-01T10:09:26.1355279Z adding 'torch/include/caffe2/operators/quantized/int8_sigmoid_op.h' 2022-12-01T10:09:26.1357152Z adding 'torch/include/caffe2/operators/quantized/int8_simd.h' 2022-12-01T10:09:26.1359991Z adding 'torch/include/caffe2/operators/quantized/int8_slice_op.h' 2022-12-01T10:09:26.1362512Z adding 'torch/include/caffe2/operators/quantized/int8_softmax_op.h' 2022-12-01T10:09:26.1365408Z adding 'torch/include/caffe2/operators/quantized/int8_test_utils.h' 2022-12-01T10:09:26.1367394Z adding 'torch/include/caffe2/operators/quantized/int8_transpose_op.h' 2022-12-01T10:09:26.1370439Z adding 'torch/include/caffe2/operators/quantized/int8_utils.h' 2022-12-01T10:09:26.1373314Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_blob_fetcher_op.h' 2022-12-01T10:09:26.1379063Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_executor.h' 2022-12-01T10:09:26.1381827Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_executor_gpu.h' 2022-12-01T10:09:26.1384061Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_executor_incl.h' 2022-12-01T10:09:26.1394578Z adding 'torch/include/caffe2/operators/rnn/recurrent_network_op.h' 2022-12-01T10:09:26.1397939Z adding 'torch/include/caffe2/operators/rnn/recurrent_op_cudnn.h' 2022-12-01T10:09:26.1400958Z adding 'torch/include/caffe2/operators/rnn/hip/recurrent_op_miopen.h' 2022-12-01T10:09:26.1403759Z adding 'torch/include/caffe2/opt/annotations.h' 2022-12-01T10:09:26.1405419Z adding 'torch/include/caffe2/opt/backend_cutting.h' 2022-12-01T10:09:26.1408058Z adding 'torch/include/caffe2/opt/backend_transformer_base.h' 2022-12-01T10:09:26.1411293Z adding 'torch/include/caffe2/opt/bound_shape_inferencer.h' 2022-12-01T10:09:26.1414518Z adding 'torch/include/caffe2/opt/converter.h' 2022-12-01T10:09:26.1416798Z adding 'torch/include/caffe2/opt/device.h' 2022-12-01T10:09:26.1419489Z adding 'torch/include/caffe2/opt/distributed.h' 2022-12-01T10:09:26.1420900Z adding 'torch/include/caffe2/opt/fakefp16_transform.h' 2022-12-01T10:09:26.1424034Z adding 'torch/include/caffe2/opt/fusion.h' 2022-12-01T10:09:26.1426026Z adding 'torch/include/caffe2/opt/glow_net_transform.h' 2022-12-01T10:09:26.1427848Z adding 'torch/include/caffe2/opt/mobile.h' 2022-12-01T10:09:26.1429965Z adding 'torch/include/caffe2/opt/onnx_convert.h' 2022-12-01T10:09:26.1436499Z adding 'torch/include/caffe2/opt/onnxifi_op.h' 2022-12-01T10:09:26.1440128Z adding 'torch/include/caffe2/opt/onnxifi_transformer.h' 2022-12-01T10:09:26.1441915Z adding 'torch/include/caffe2/opt/optimize_ideep.h' 2022-12-01T10:09:26.1443795Z adding 'torch/include/caffe2/opt/optimizer.h' 2022-12-01T10:09:26.1446264Z adding 'torch/include/caffe2/opt/passes.h' 2022-12-01T10:09:26.1449003Z adding 'torch/include/caffe2/opt/shape_info.h' 2022-12-01T10:09:26.1451626Z adding 'torch/include/caffe2/opt/tvm_transformer.h' 2022-12-01T10:09:26.1454870Z adding 'torch/include/caffe2/opt/custom/cc_amrc.h' 2022-12-01T10:09:26.1456713Z adding 'torch/include/caffe2/opt/custom/concat_elim.h' 2022-12-01T10:09:26.1458720Z adding 'torch/include/caffe2/opt/custom/freeze_quantization_params.h' 2022-12-01T10:09:26.1460569Z adding 'torch/include/caffe2/opt/custom/in_batch_broadcast.h' 2022-12-01T10:09:26.1462372Z adding 'torch/include/caffe2/opt/custom/pointwise_elim.h' 2022-12-01T10:09:26.1465076Z adding 'torch/include/caffe2/opt/nql/ast.h' 2022-12-01T10:09:26.1467884Z adding 'torch/include/caffe2/opt/nql/graphmatcher.h' 2022-12-01T10:09:26.1471204Z adding 'torch/include/caffe2/perfkernels/adagrad.h' 2022-12-01T10:09:26.1473930Z adding 'torch/include/caffe2/perfkernels/common.h' 2022-12-01T10:09:26.1476522Z adding 'torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h' 2022-12-01T10:09:26.1478677Z adding 'torch/include/caffe2/perfkernels/embedding_lookup.h' 2022-12-01T10:09:26.1480930Z adding 'torch/include/caffe2/perfkernels/embedding_lookup_idx.h' 2022-12-01T10:09:26.1483185Z adding 'torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h' 2022-12-01T10:09:26.1485557Z adding 'torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h' 2022-12-01T10:09:26.1487267Z adding 'torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h' 2022-12-01T10:09:26.1490247Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h' 2022-12-01T10:09:26.1491941Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu.h' 2022-12-01T10:09:26.1494128Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h' 2022-12-01T10:09:26.1496155Z adding 'torch/include/caffe2/perfkernels/math.h' 2022-12-01T10:09:26.1497942Z adding 'torch/include/caffe2/perfkernels/typed_axpy.h' 2022-12-01T10:09:26.1500935Z adding 'torch/include/caffe2/predictor/InferenceGraph.h' 2022-12-01T10:09:26.1503479Z adding 'torch/include/caffe2/predictor/ThreadLocalPtr.h' 2022-12-01T10:09:26.1505686Z adding 'torch/include/caffe2/predictor/predictor.h' 2022-12-01T10:09:26.1507911Z adding 'torch/include/caffe2/predictor/predictor_config.h' 2022-12-01T10:09:26.1509900Z adding 'torch/include/caffe2/predictor/predictor_utils.h' 2022-12-01T10:09:26.1511623Z adding 'torch/include/caffe2/predictor/transforms.h' 2022-12-01T10:09:26.1514411Z adding 'torch/include/caffe2/predictor/emulator/benchmark.h' 2022-12-01T10:09:26.1517191Z adding 'torch/include/caffe2/predictor/emulator/data_filler.h' 2022-12-01T10:09:26.1518971Z adding 'torch/include/caffe2/predictor/emulator/emulator.h' 2022-12-01T10:09:26.1521513Z adding 'torch/include/caffe2/predictor/emulator/net_supplier.h' 2022-12-01T10:09:26.1523312Z adding 'torch/include/caffe2/predictor/emulator/output_formatter.h' 2022-12-01T10:09:26.1525184Z adding 'torch/include/caffe2/predictor/emulator/profiler.h' 2022-12-01T10:09:26.1527780Z adding 'torch/include/caffe2/predictor/emulator/std_output_formatter.h' 2022-12-01T10:09:26.1529106Z adding 'torch/include/caffe2/predictor/emulator/time_profiler.h' 2022-12-01T10:09:26.1531774Z adding 'torch/include/caffe2/predictor/emulator/utils.h' 2022-12-01T10:09:26.1601688Z adding 'torch/include/caffe2/proto/caffe2.pb.h' 2022-12-01T10:09:26.1614611Z adding 'torch/include/caffe2/proto/caffe2_pb.h' 2022-12-01T10:09:26.1634447Z adding 'torch/include/caffe2/proto/torch.pb.h' 2022-12-01T10:09:26.1639760Z adding 'torch/include/caffe2/proto/torch_pb.h' 2022-12-01T10:09:26.1642876Z adding 'torch/include/caffe2/python/dlpack.h' 2022-12-01T10:09:26.1648188Z adding 'torch/include/caffe2/python/pybind_state.h' 2022-12-01T10:09:26.1651476Z adding 'torch/include/caffe2/python/pybind_state_dlpack.h' 2022-12-01T10:09:26.1653180Z adding 'torch/include/caffe2/python/pybind_state_registry.h' 2022-12-01T10:09:26.1657487Z adding 'torch/include/caffe2/quantization/server/activation_distribution_observer.h' 2022-12-01T10:09:26.1659589Z adding 'torch/include/caffe2/quantization/server/batch_matmul_dnnlowp_op.h' 2022-12-01T10:09:26.1661627Z adding 'torch/include/caffe2/quantization/server/batch_permutation_dnnlowp_op.h' 2022-12-01T10:09:26.1664391Z adding 'torch/include/caffe2/quantization/server/caffe2_dnnlowp_utils.h' 2022-12-01T10:09:26.1665933Z adding 'torch/include/caffe2/quantization/server/channel_shuffle_dnnlowp_op.h' 2022-12-01T10:09:26.1668083Z adding 'torch/include/caffe2/quantization/server/compute_equalization_scale.h' 2022-12-01T10:09:26.1670040Z adding 'torch/include/caffe2/quantization/server/concat_dnnlowp_op.h' 2022-12-01T10:09:26.1672580Z adding 'torch/include/caffe2/quantization/server/conv_dnnlowp_acc16_op.h' 2022-12-01T10:09:26.1675624Z adding 'torch/include/caffe2/quantization/server/conv_dnnlowp_op.h' 2022-12-01T10:09:26.1679305Z adding 'torch/include/caffe2/quantization/server/conv_pool_dnnlowp_op_base.h' 2022-12-01T10:09:26.1681435Z adding 'torch/include/caffe2/quantization/server/conv_relu_op.h' 2022-12-01T10:09:26.1683216Z adding 'torch/include/caffe2/quantization/server/dequantize_dnnlowp_op.h' 2022-12-01T10:09:26.1686602Z adding 'torch/include/caffe2/quantization/server/dnnlowp.h' 2022-12-01T10:09:26.1690989Z adding 'torch/include/caffe2/quantization/server/dnnlowp_op.h' 2022-12-01T10:09:26.1693118Z adding 'torch/include/caffe2/quantization/server/dnnlowp_partition.h' 2022-12-01T10:09:26.1695468Z adding 'torch/include/caffe2/quantization/server/dynamic_histogram.h' 2022-12-01T10:09:26.1698538Z adding 'torch/include/caffe2/quantization/server/elementwise_dnnlowp_op.h' 2022-12-01T10:09:26.1700743Z adding 'torch/include/caffe2/quantization/server/elementwise_linear_dnnlowp_op.h' 2022-12-01T10:09:26.1704124Z adding 'torch/include/caffe2/quantization/server/fb_fc_packed_op.h' 2022-12-01T10:09:26.1706688Z adding 'torch/include/caffe2/quantization/server/fbgemm_fp16_pack_op.h' 2022-12-01T10:09:26.1708611Z adding 'torch/include/caffe2/quantization/server/fbgemm_pack_blob.h' 2022-12-01T10:09:26.1710667Z adding 'torch/include/caffe2/quantization/server/fbgemm_pack_matrix_cache.h' 2022-12-01T10:09:26.1713743Z adding 'torch/include/caffe2/quantization/server/fbgemm_pack_op.h' 2022-12-01T10:09:26.1716085Z adding 'torch/include/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op.h' 2022-12-01T10:09:26.1718596Z adding 'torch/include/caffe2/quantization/server/fully_connected_dnnlowp_op.h' 2022-12-01T10:09:26.1721265Z adding 'torch/include/caffe2/quantization/server/fully_connected_fake_lowp_op.h' 2022-12-01T10:09:26.1723838Z adding 'torch/include/caffe2/quantization/server/group_norm_dnnlowp_op.h' 2022-12-01T10:09:26.1728075Z adding 'torch/include/caffe2/quantization/server/im2col_dnnlowp.h' 2022-12-01T10:09:26.1730543Z adding 'torch/include/caffe2/quantization/server/int8_gen_quant_params.h' 2022-12-01T10:09:26.1732756Z adding 'torch/include/caffe2/quantization/server/int8_gen_quant_params_min_max.h' 2022-12-01T10:09:26.1734796Z adding 'torch/include/caffe2/quantization/server/int8_quant_scheme_blob_fill.h' 2022-12-01T10:09:26.1736666Z adding 'torch/include/caffe2/quantization/server/kl_minimization.h' 2022-12-01T10:09:26.1738699Z adding 'torch/include/caffe2/quantization/server/l2_minimization.h' 2022-12-01T10:09:26.1740817Z adding 'torch/include/caffe2/quantization/server/lstm_unit_dnnlowp_op.h' 2022-12-01T10:09:26.1742973Z adding 'torch/include/caffe2/quantization/server/mmio.h' 2022-12-01T10:09:26.1745521Z adding 'torch/include/caffe2/quantization/server/op_wrapper.h' 2022-12-01T10:09:26.1747108Z adding 'torch/include/caffe2/quantization/server/pool_dnnlowp_op_avx2.h' 2022-12-01T10:09:26.1748611Z adding 'torch/include/caffe2/quantization/server/quantization_error_minimization.h' 2022-12-01T10:09:26.1749858Z adding 'torch/include/caffe2/quantization/server/quantize_dnnlowp_op.h' 2022-12-01T10:09:26.1751354Z adding 'torch/include/caffe2/quantization/server/relu_dnnlowp_op.h' 2022-12-01T10:09:26.1753036Z adding 'torch/include/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op.h' 2022-12-01T10:09:26.1754601Z adding 'torch/include/caffe2/quantization/server/resize_nearest_dnnlowp_op.h' 2022-12-01T10:09:26.1757049Z adding 'torch/include/caffe2/quantization/server/sigmoid.h' 2022-12-01T10:09:26.1758733Z adding 'torch/include/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op.h' 2022-12-01T10:09:26.1760419Z adding 'torch/include/caffe2/quantization/server/tanh.h' 2022-12-01T10:09:26.1761757Z adding 'torch/include/caffe2/quantization/server/transpose.h' 2022-12-01T10:09:26.1763744Z adding 'torch/include/caffe2/quantization/server/utility_dnnlowp_ops.h' 2022-12-01T10:09:26.1765752Z adding 'torch/include/caffe2/queue/blobs_queue.h' 2022-12-01T10:09:26.1767695Z adding 'torch/include/caffe2/queue/blobs_queue_db.h' 2022-12-01T10:09:26.1770431Z adding 'torch/include/caffe2/queue/queue_ops.h' 2022-12-01T10:09:26.1772274Z adding 'torch/include/caffe2/queue/rebatching_queue.h' 2022-12-01T10:09:26.1773994Z adding 'torch/include/caffe2/queue/rebatching_queue_ops.h' 2022-12-01T10:09:26.1806295Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2022-12-01T10:09:26.1809581Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2022-12-01T10:09:26.1811038Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2022-12-01T10:09:26.1813798Z adding 'torch/include/caffe2/serialize/inline_container.h' 2022-12-01T10:09:26.1815603Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2022-12-01T10:09:26.1816889Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2022-12-01T10:09:26.1819589Z adding 'torch/include/caffe2/serialize/versions.h' 2022-12-01T10:09:26.1822511Z adding 'torch/include/caffe2/sgd/adadelta_op.h' 2022-12-01T10:09:26.1825794Z adding 'torch/include/caffe2/sgd/adagrad_fused.h' 2022-12-01T10:09:26.1829989Z adding 'torch/include/caffe2/sgd/adagrad_op.h' 2022-12-01T10:09:26.1834756Z adding 'torch/include/caffe2/sgd/adam_op.h' 2022-12-01T10:09:26.1837415Z adding 'torch/include/caffe2/sgd/clip_tensor_op.h' 2022-12-01T10:09:26.1839472Z adding 'torch/include/caffe2/sgd/decay_adagrad_op.h' 2022-12-01T10:09:26.1841373Z adding 'torch/include/caffe2/sgd/fp16_momentum_sgd_op.h' 2022-12-01T10:09:26.1843058Z adding 'torch/include/caffe2/sgd/fp32_momentum_sgd_op.h' 2022-12-01T10:09:26.1844822Z adding 'torch/include/caffe2/sgd/ftrl_op.h' 2022-12-01T10:09:26.1846385Z adding 'torch/include/caffe2/sgd/gftrl_op.h' 2022-12-01T10:09:26.1848423Z adding 'torch/include/caffe2/sgd/iter_op.h' 2022-12-01T10:09:26.1850221Z adding 'torch/include/caffe2/sgd/lars_op.h' 2022-12-01T10:09:26.1852022Z adding 'torch/include/caffe2/sgd/learning_rate_adaption_op.h' 2022-12-01T10:09:26.1855714Z adding 'torch/include/caffe2/sgd/learning_rate_functors.h' 2022-12-01T10:09:26.1859120Z adding 'torch/include/caffe2/sgd/learning_rate_op.h' 2022-12-01T10:09:26.1860891Z adding 'torch/include/caffe2/sgd/math_lp.h' 2022-12-01T10:09:26.1863043Z adding 'torch/include/caffe2/sgd/momentum_sgd_op.h' 2022-12-01T10:09:26.1864840Z adding 'torch/include/caffe2/sgd/rmsprop_op.h' 2022-12-01T10:09:26.1870432Z adding 'torch/include/caffe2/sgd/rowwise_adagrad_fused.h' 2022-12-01T10:09:26.1872933Z adding 'torch/include/caffe2/sgd/rowwise_counter.h' 2022-12-01T10:09:26.1875696Z adding 'torch/include/caffe2/sgd/storm_op.h' 2022-12-01T10:09:26.1877705Z adding 'torch/include/caffe2/sgd/weight_scale_op.h' 2022-12-01T10:09:26.1880208Z adding 'torch/include/caffe2/sgd/wngrad_op.h' 2022-12-01T10:09:26.1883454Z adding 'torch/include/caffe2/sgd/yellowfin_op.h' 2022-12-01T10:09:26.1885796Z adding 'torch/include/caffe2/share/contrib/zstd/quant_decomp_zstd_op.h' 2022-12-01T10:09:26.1887764Z adding 'torch/include/caffe2/transforms/common_subexpression_elimination.h' 2022-12-01T10:09:26.1889597Z adding 'torch/include/caffe2/transforms/conv_to_nnpack_transform.h' 2022-12-01T10:09:26.1891656Z adding 'torch/include/caffe2/transforms/pattern_net_transform.h' 2022-12-01T10:09:26.1893318Z adding 'torch/include/caffe2/transforms/single_op_transform.h' 2022-12-01T10:09:26.1895639Z adding 'torch/include/caffe2/utils/bench_utils.h' 2022-12-01T10:09:26.1896968Z adding 'torch/include/caffe2/utils/cast.h' 2022-12-01T10:09:26.1901412Z adding 'torch/include/caffe2/utils/cblas.h' 2022-12-01T10:09:26.1903821Z adding 'torch/include/caffe2/utils/conversions.h' 2022-12-01T10:09:26.1905561Z adding 'torch/include/caffe2/utils/cpu_neon.h' 2022-12-01T10:09:26.1907620Z adding 'torch/include/caffe2/utils/cpuid.h' 2022-12-01T10:09:26.1910189Z adding 'torch/include/caffe2/utils/eigen_utils.h' 2022-12-01T10:09:26.1912716Z adding 'torch/include/caffe2/utils/filler.h' 2022-12-01T10:09:26.1915118Z adding 'torch/include/caffe2/utils/fixed_divisor.h' 2022-12-01T10:09:26.1916701Z adding 'torch/include/caffe2/utils/knob_patcher.h' 2022-12-01T10:09:26.1918216Z adding 'torch/include/caffe2/utils/knobs.h' 2022-12-01T10:09:26.1919689Z adding 'torch/include/caffe2/utils/map_utils.h' 2022-12-01T10:09:26.1921229Z adding 'torch/include/caffe2/utils/math-detail.h' 2022-12-01T10:09:26.1924702Z adding 'torch/include/caffe2/utils/math.h' 2022-12-01T10:09:26.1926762Z adding 'torch/include/caffe2/utils/murmur_hash3.h' 2022-12-01T10:09:26.1928116Z adding 'torch/include/caffe2/utils/proto_convert.h' 2022-12-01T10:09:26.1931815Z adding 'torch/include/caffe2/utils/proto_utils.h' 2022-12-01T10:09:26.1933528Z adding 'torch/include/caffe2/utils/proto_wrap.h' 2022-12-01T10:09:26.1935268Z adding 'torch/include/caffe2/utils/signal_handler.h' 2022-12-01T10:09:26.1937329Z adding 'torch/include/caffe2/utils/simple_queue.h' 2022-12-01T10:09:26.1939033Z adding 'torch/include/caffe2/utils/smart_tensor_printer.h' 2022-12-01T10:09:26.1940414Z adding 'torch/include/caffe2/utils/string_utils.h' 2022-12-01T10:09:26.1942252Z adding 'torch/include/caffe2/utils/zmq_helper.h' 2022-12-01T10:09:26.1943975Z adding 'torch/include/caffe2/utils/math/broadcast.h' 2022-12-01T10:09:26.1945817Z adding 'torch/include/caffe2/utils/math/elementwise.h' 2022-12-01T10:09:26.1947307Z adding 'torch/include/caffe2/utils/math/half_utils.h' 2022-12-01T10:09:26.1948779Z adding 'torch/include/caffe2/utils/math/reduce.h' 2022-12-01T10:09:26.1950147Z adding 'torch/include/caffe2/utils/math/transpose.h' 2022-12-01T10:09:26.1952182Z adding 'torch/include/caffe2/utils/math/utils.h' 2022-12-01T10:09:26.1954273Z adding 'torch/include/caffe2/utils/threadpool/ThreadPool.h' 2022-12-01T10:09:26.1956002Z adding 'torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h' 2022-12-01T10:09:26.1959790Z adding 'torch/include/caffe2/utils/threadpool/WorkersPool.h' 2022-12-01T10:09:26.1961635Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h' 2022-12-01T10:09:26.1963871Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool.h' 2022-12-01T10:09:26.1965445Z adding 'torch/include/caffe2/utils/threadpool/thread_pool_guard.h' 2022-12-01T10:09:26.1967185Z adding 'torch/include/caffe2/video/optical_flow.h' 2022-12-01T10:09:26.1971298Z adding 'torch/include/caffe2/video/video_decoder.h' 2022-12-01T10:09:26.1980128Z adding 'torch/include/caffe2/video/video_input_op.h' 2022-12-01T10:09:26.1982382Z adding 'torch/include/caffe2/video/video_io.h' 2022-12-01T10:09:26.1988702Z adding 'torch/include/pybind11/attr.h' 2022-12-01T10:09:26.1991824Z adding 'torch/include/pybind11/buffer_info.h' 2022-12-01T10:09:26.2010415Z adding 'torch/include/pybind11/cast.h' 2022-12-01T10:09:26.2014680Z adding 'torch/include/pybind11/chrono.h' 2022-12-01T10:09:26.2016212Z adding 'torch/include/pybind11/common.h' 2022-12-01T10:09:26.2017893Z adding 'torch/include/pybind11/complex.h' 2022-12-01T10:09:26.2026458Z adding 'torch/include/pybind11/eigen.h' 2022-12-01T10:09:26.2030883Z adding 'torch/include/pybind11/embed.h' 2022-12-01T10:09:26.2033274Z adding 'torch/include/pybind11/eval.h' 2022-12-01T10:09:26.2035848Z adding 'torch/include/pybind11/functional.h' 2022-12-01T10:09:26.2038619Z adding 'torch/include/pybind11/gil.h' 2022-12-01T10:09:26.2041760Z adding 'torch/include/pybind11/iostream.h' 2022-12-01T10:09:26.2063233Z adding 'torch/include/pybind11/numpy.h' 2022-12-01T10:09:26.2067608Z adding 'torch/include/pybind11/operators.h' 2022-12-01T10:09:26.2069524Z adding 'torch/include/pybind11/options.h' 2022-12-01T10:09:26.2104446Z adding 'torch/include/pybind11/pybind11.h' 2022-12-01T10:09:26.2130438Z adding 'torch/include/pybind11/pytypes.h' 2022-12-01T10:09:26.2136172Z adding 'torch/include/pybind11/stl.h' 2022-12-01T10:09:26.2143042Z adding 'torch/include/pybind11/stl_bind.h' 2022-12-01T10:09:26.2151688Z adding 'torch/include/pybind11/detail/class.h' 2022-12-01T10:09:26.2166138Z adding 'torch/include/pybind11/detail/common.h' 2022-12-01T10:09:26.2169637Z adding 'torch/include/pybind11/detail/descr.h' 2022-12-01T10:09:26.2174465Z adding 'torch/include/pybind11/detail/init.h' 2022-12-01T10:09:26.2181146Z adding 'torch/include/pybind11/detail/internals.h' 2022-12-01T10:09:26.2193810Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2022-12-01T10:09:26.2196759Z adding 'torch/include/pybind11/detail/typeid.h' 2022-12-01T10:09:26.2202542Z adding 'torch/include/torch/custom_class.h' 2022-12-01T10:09:26.2206087Z adding 'torch/include/torch/custom_class_detail.h' 2022-12-01T10:09:26.2207612Z adding 'torch/include/torch/extension.h' 2022-12-01T10:09:26.2218671Z adding 'torch/include/torch/library.h' 2022-12-01T10:09:26.2220996Z adding 'torch/include/torch/script.h' 2022-12-01T10:09:26.2223631Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2022-12-01T10:09:26.2225035Z adding 'torch/include/torch/csrc/DataLoader.h' 2022-12-01T10:09:26.2226514Z adding 'torch/include/torch/csrc/Device.h' 2022-12-01T10:09:26.2227804Z adding 'torch/include/torch/csrc/Dtype.h' 2022-12-01T10:09:26.2229197Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2022-12-01T10:09:26.2233277Z adding 'torch/include/torch/csrc/Exceptions.h' 2022-12-01T10:09:26.2235307Z adding 'torch/include/torch/csrc/Export.h' 2022-12-01T10:09:26.2236833Z adding 'torch/include/torch/csrc/Generator.h' 2022-12-01T10:09:26.2238401Z adding 'torch/include/torch/csrc/Layout.h' 2022-12-01T10:09:26.2239836Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2022-12-01T10:09:26.2241396Z adding 'torch/include/torch/csrc/Module.h' 2022-12-01T10:09:26.2242835Z adding 'torch/include/torch/csrc/PythonTypes.h' 2022-12-01T10:09:26.2244278Z adding 'torch/include/torch/csrc/QScheme.h' 2022-12-01T10:09:26.2245720Z adding 'torch/include/torch/csrc/Size.h' 2022-12-01T10:09:26.2247143Z adding 'torch/include/torch/csrc/Storage.h' 2022-12-01T10:09:26.2248636Z adding 'torch/include/torch/csrc/StorageMethods.h' 2022-12-01T10:09:26.2249962Z adding 'torch/include/torch/csrc/StorageSharing.h' 2022-12-01T10:09:26.2251011Z adding 'torch/include/torch/csrc/Stream.h' 2022-12-01T10:09:26.2252362Z adding 'torch/include/torch/csrc/THConcat.h' 2022-12-01T10:09:26.2253684Z adding 'torch/include/torch/csrc/THP.h' 2022-12-01T10:09:26.2255052Z adding 'torch/include/torch/csrc/TypeInfo.h' 2022-12-01T10:09:26.2256307Z adding 'torch/include/torch/csrc/Types.h' 2022-12-01T10:09:26.2257961Z adding 'torch/include/torch/csrc/copy_utils.h' 2022-12-01T10:09:26.2259088Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2022-12-01T10:09:26.2260408Z adding 'torch/include/torch/csrc/python_dimname.h' 2022-12-01T10:09:26.2261688Z adding 'torch/include/torch/csrc/python_headers.h' 2022-12-01T10:09:26.2263056Z adding 'torch/include/torch/csrc/serialization.h' 2022-12-01T10:09:26.2265617Z adding 'torch/include/torch/csrc/utils.h' 2022-12-01T10:09:26.2268308Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2022-12-01T10:09:26.2269788Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2022-12-01T10:09:26.2271057Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2022-12-01T10:09:26.2272351Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2022-12-01T10:09:26.2273665Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2022-12-01T10:09:26.2276375Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2022-12-01T10:09:26.2278884Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2022-12-01T10:09:26.2281534Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2022-12-01T10:09:26.2283464Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2022-12-01T10:09:26.2285078Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2022-12-01T10:09:26.2289560Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2022-12-01T10:09:26.2291799Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2022-12-01T10:09:26.2293032Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2022-12-01T10:09:26.2294360Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2022-12-01T10:09:26.2298541Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2022-12-01T10:09:26.2302084Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2022-12-01T10:09:26.2304393Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2022-12-01T10:09:26.2305908Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2022-12-01T10:09:26.2310412Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2022-12-01T10:09:26.2312683Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2022-12-01T10:09:26.2314462Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2022-12-01T10:09:26.2316756Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2022-12-01T10:09:26.2318033Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2022-12-01T10:09:26.2320134Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2022-12-01T10:09:26.2322061Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2022-12-01T10:09:26.2323260Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2022-12-01T10:09:26.2324725Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2022-12-01T10:09:26.2327005Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2022-12-01T10:09:26.2328430Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2022-12-01T10:09:26.2329679Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2022-12-01T10:09:26.2331178Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2022-12-01T10:09:26.2334678Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2022-12-01T10:09:26.2336745Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2022-12-01T10:09:26.2338732Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2022-12-01T10:09:26.2341006Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2022-12-01T10:09:26.2347540Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2022-12-01T10:09:26.2350589Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2022-12-01T10:09:26.2352566Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2022-12-01T10:09:26.2354148Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2022-12-01T10:09:26.2356371Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2022-12-01T10:09:26.2357902Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2022-12-01T10:09:26.2360155Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2022-12-01T10:09:26.2362215Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2022-12-01T10:09:26.2364627Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2022-12-01T10:09:26.2366598Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2022-12-01T10:09:26.2368181Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2022-12-01T10:09:26.2370167Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2022-12-01T10:09:26.2371919Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2022-12-01T10:09:26.2373634Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2022-12-01T10:09:26.2375156Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2022-12-01T10:09:26.2376907Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2022-12-01T10:09:26.2378865Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2022-12-01T10:09:26.2380598Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2022-12-01T10:09:26.2382264Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2022-12-01T10:09:26.2383938Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2022-12-01T10:09:26.2385804Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2022-12-01T10:09:26.2390408Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2022-12-01T10:09:26.2392655Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2022-12-01T10:09:26.2395430Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2022-12-01T10:09:26.2397147Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2022-12-01T10:09:26.2399103Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2022-12-01T10:09:26.2405902Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2022-12-01T10:09:26.2408090Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2022-12-01T10:09:26.2409535Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2022-12-01T10:09:26.2411546Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2022-12-01T10:09:26.2414343Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2022-12-01T10:09:26.2415862Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2022-12-01T10:09:26.2421644Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2022-12-01T10:09:26.2424187Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2022-12-01T10:09:26.2426312Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2022-12-01T10:09:26.2428272Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2022-12-01T10:09:26.2430377Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2022-12-01T10:09:26.2433062Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2022-12-01T10:09:26.2435290Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2022-12-01T10:09:26.2437042Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2022-12-01T10:09:26.2438527Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2022-12-01T10:09:26.2443361Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2022-12-01T10:09:26.2446419Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2022-12-01T10:09:26.2448326Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2022-12-01T10:09:26.2450022Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2022-12-01T10:09:26.2454728Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2022-12-01T10:09:26.2458460Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2022-12-01T10:09:26.2461575Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2022-12-01T10:09:26.2463728Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2022-12-01T10:09:26.2468076Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2022-12-01T10:09:26.2471079Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2022-12-01T10:09:26.2473681Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2022-12-01T10:09:26.2476569Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2022-12-01T10:09:26.2480243Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2022-12-01T10:09:26.2482731Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2022-12-01T10:09:26.2484858Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2022-12-01T10:09:26.2487344Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2022-12-01T10:09:26.2489376Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2022-12-01T10:09:26.2491494Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2022-12-01T10:09:26.2493987Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2022-12-01T10:09:26.2499426Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2022-12-01T10:09:26.2502634Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2022-12-01T10:09:26.2505491Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2022-12-01T10:09:26.2507785Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2022-12-01T10:09:26.2512103Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2022-12-01T10:09:26.2516273Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2022-12-01T10:09:26.2519072Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2022-12-01T10:09:26.2521507Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2022-12-01T10:09:26.2524034Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2022-12-01T10:09:26.2525895Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2022-12-01T10:09:26.2527642Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2022-12-01T10:09:26.2532210Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2022-12-01T10:09:26.2535049Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2022-12-01T10:09:26.2537350Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2022-12-01T10:09:26.2539739Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2022-12-01T10:09:26.2542729Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2022-12-01T10:09:26.2545974Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2022-12-01T10:09:26.2548053Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2022-12-01T10:09:26.2550262Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2022-12-01T10:09:26.2552795Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2022-12-01T10:09:26.2557546Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2022-12-01T10:09:26.2562025Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2022-12-01T10:09:26.2564161Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2022-12-01T10:09:26.2565990Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2022-12-01T10:09:26.2568729Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2022-12-01T10:09:26.2570818Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2022-12-01T10:09:26.2572550Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2022-12-01T10:09:26.2575296Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2022-12-01T10:09:26.2577458Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2022-12-01T10:09:26.2579305Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2022-12-01T10:09:26.2581173Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2022-12-01T10:09:26.2585667Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2022-12-01T10:09:26.2588730Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2022-12-01T10:09:26.2591046Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2022-12-01T10:09:26.2592889Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2022-12-01T10:09:26.2596317Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2022-12-01T10:09:26.2599427Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2022-12-01T10:09:26.2601344Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2022-12-01T10:09:26.2603357Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2022-12-01T10:09:26.2605112Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2022-12-01T10:09:26.2607389Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2022-12-01T10:09:26.2609199Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2022-12-01T10:09:26.2613405Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2022-12-01T10:09:26.2616426Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2022-12-01T10:09:26.2618468Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2022-12-01T10:09:26.2622877Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2022-12-01T10:09:26.2625785Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2022-12-01T10:09:26.2628026Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2022-12-01T10:09:26.2630136Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2022-12-01T10:09:26.2632508Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2022-12-01T10:09:26.2635940Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2022-12-01T10:09:26.2638403Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2022-12-01T10:09:26.2642067Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2022-12-01T10:09:26.2644543Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2022-12-01T10:09:26.2646772Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2022-12-01T10:09:26.2648490Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2022-12-01T10:09:26.2650307Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2022-12-01T10:09:26.2652462Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2022-12-01T10:09:26.2654544Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2022-12-01T10:09:26.2656205Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2022-12-01T10:09:26.2662717Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2022-12-01T10:09:26.2664894Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2022-12-01T10:09:26.2669780Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2022-12-01T10:09:26.2671951Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2022-12-01T10:09:26.2674441Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2022-12-01T10:09:26.2676159Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2022-12-01T10:09:26.2677664Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2022-12-01T10:09:26.2682225Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2022-12-01T10:09:26.2684320Z adding 'torch/include/torch/csrc/autograd/edge.h' 2022-12-01T10:09:26.2687994Z adding 'torch/include/torch/csrc/autograd/engine.h' 2022-12-01T10:09:26.2691798Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2022-12-01T10:09:26.2700725Z adding 'torch/include/torch/csrc/autograd/function.h' 2022-12-01T10:09:26.2702974Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2022-12-01T10:09:26.2704407Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2022-12-01T10:09:26.2707606Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2022-12-01T10:09:26.2709767Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2022-12-01T10:09:26.2712068Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2022-12-01T10:09:26.2714028Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2022-12-01T10:09:26.2716124Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2022-12-01T10:09:26.2718332Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2022-12-01T10:09:26.2722237Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2022-12-01T10:09:26.2723989Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2022-12-01T10:09:26.2725678Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2022-12-01T10:09:26.2727296Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2022-12-01T10:09:26.2729200Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2022-12-01T10:09:26.2730954Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2022-12-01T10:09:26.2732463Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2022-12-01T10:09:26.2733794Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2022-12-01T10:09:26.2736015Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2022-12-01T10:09:26.2737637Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2022-12-01T10:09:26.2739204Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2022-12-01T10:09:26.2740676Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2022-12-01T10:09:26.2742756Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2022-12-01T10:09:26.2743570Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2022-12-01T10:09:26.2744896Z adding 'torch/include/torch/csrc/autograd/python_return_types.h' 2022-12-01T10:09:26.2746524Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2022-12-01T10:09:26.2748055Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2022-12-01T10:09:26.2749572Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2022-12-01T10:09:26.2751052Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2022-12-01T10:09:26.2753116Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2022-12-01T10:09:26.2755025Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2022-12-01T10:09:26.2756941Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2022-12-01T10:09:26.2759417Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2022-12-01T10:09:26.2760975Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2022-12-01T10:09:26.2762092Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2022-12-01T10:09:26.2772492Z adding 'torch/include/torch/csrc/autograd/variable.h' 2022-12-01T10:09:26.2777793Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2022-12-01T10:09:26.2780058Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2022-12-01T10:09:26.2781741Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2022-12-01T10:09:26.2783299Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2022-12-01T10:09:26.2785505Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2022-12-01T10:09:26.2787686Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2022-12-01T10:09:26.2812631Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2022-12-01T10:09:26.2820005Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2022-12-01T10:09:26.2821526Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2022-12-01T10:09:26.2826174Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2022-12-01T10:09:26.2829049Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2022-12-01T10:09:26.2831085Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2022-12-01T10:09:26.2832853Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2022-12-01T10:09:26.2834689Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2022-12-01T10:09:26.2836503Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2022-12-01T10:09:26.2838512Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2022-12-01T10:09:26.2840467Z adding 'torch/include/torch/csrc/cuda/Event.h' 2022-12-01T10:09:26.2841904Z adding 'torch/include/torch/csrc/cuda/Module.h' 2022-12-01T10:09:26.2843544Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2022-12-01T10:09:26.2845017Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2022-12-01T10:09:26.2846614Z adding 'torch/include/torch/csrc/cuda/comm.h' 2022-12-01T10:09:26.2848103Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2022-12-01T10:09:26.2849745Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2022-12-01T10:09:26.2851740Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2022-12-01T10:09:26.2853308Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2022-12-01T10:09:26.2854734Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2022-12-01T10:09:26.2858229Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2022-12-01T10:09:26.2860783Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2022-12-01T10:09:26.2861656Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2022-12-01T10:09:26.2863280Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2022-12-01T10:09:26.2866641Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2022-12-01T10:09:26.2868657Z adding 'torch/include/torch/csrc/distributed/c10d/Ops.hpp' 2022-12-01T10:09:26.2870624Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2022-12-01T10:09:26.2872484Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2022-12-01T10:09:26.2876138Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2022-12-01T10:09:26.2880817Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2022-12-01T10:09:26.2884359Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2022-12-01T10:09:26.2892473Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2022-12-01T10:09:26.2895262Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp' 2022-12-01T10:09:26.2898542Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2022-12-01T10:09:26.2901179Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2022-12-01T10:09:26.2903385Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2022-12-01T10:09:26.2905390Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2022-12-01T10:09:26.2907589Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2022-12-01T10:09:26.2910516Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2022-12-01T10:09:26.2913120Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2022-12-01T10:09:26.2915108Z adding 'torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp' 2022-12-01T10:09:26.2917078Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2022-12-01T10:09:26.2919642Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2022-12-01T10:09:26.2921450Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2022-12-01T10:09:26.2926815Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2022-12-01T10:09:26.2929060Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2022-12-01T10:09:26.2931541Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2022-12-01T10:09:26.2933214Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2022-12-01T10:09:26.2935476Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2022-12-01T10:09:26.2937232Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2022-12-01T10:09:26.2939015Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2022-12-01T10:09:26.2940738Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2022-12-01T10:09:26.2942420Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2022-12-01T10:09:26.2944812Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2022-12-01T10:09:26.2946729Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2022-12-01T10:09:26.2948538Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2022-12-01T10:09:26.2956551Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2022-12-01T10:09:26.2959161Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2022-12-01T10:09:26.2961109Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2022-12-01T10:09:26.2963274Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2022-12-01T10:09:26.2965601Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2022-12-01T10:09:26.2968577Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2022-12-01T10:09:26.2970918Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2022-12-01T10:09:26.2972697Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2022-12-01T10:09:26.2974650Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2022-12-01T10:09:26.2976450Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2022-12-01T10:09:26.2978067Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2022-12-01T10:09:26.2980708Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2022-12-01T10:09:26.2982519Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2022-12-01T10:09:26.2984381Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2022-12-01T10:09:26.2986377Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2022-12-01T10:09:26.2988142Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2022-12-01T10:09:26.2992845Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2022-12-01T10:09:26.2995132Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2022-12-01T10:09:26.3001097Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2022-12-01T10:09:26.3007173Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2022-12-01T10:09:26.3009909Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2022-12-01T10:09:26.3012056Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2022-12-01T10:09:26.3013942Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2022-12-01T10:09:26.3015619Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2022-12-01T10:09:26.3021166Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2022-12-01T10:09:26.3024180Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2022-12-01T10:09:26.3026287Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2022-12-01T10:09:26.3028355Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2022-12-01T10:09:26.3030242Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2022-12-01T10:09:26.3032206Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2022-12-01T10:09:26.3034618Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2022-12-01T10:09:26.3037651Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2022-12-01T10:09:26.3039509Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2022-12-01T10:09:26.3041196Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2022-12-01T10:09:26.3045393Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2022-12-01T10:09:26.3048556Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2022-12-01T10:09:26.3050715Z adding 'torch/include/torch/csrc/jit/api/method.h' 2022-12-01T10:09:26.3057497Z adding 'torch/include/torch/csrc/jit/api/module.h' 2022-12-01T10:09:26.3060776Z adding 'torch/include/torch/csrc/jit/api/object.h' 2022-12-01T10:09:26.3063435Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2022-12-01T10:09:26.3066501Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2022-12-01T10:09:26.3068637Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2022-12-01T10:09:26.3070442Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2022-12-01T10:09:26.3072405Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2022-12-01T10:09:26.3074005Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2022-12-01T10:09:26.3075829Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2022-12-01T10:09:26.3077552Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2022-12-01T10:09:26.3079041Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2022-12-01T10:09:26.3085559Z adding 'torch/include/torch/csrc/jit/codegen/cuda/arith.h' 2022-12-01T10:09:26.3088696Z adding 'torch/include/torch/csrc/jit/codegen/cuda/codegen.h' 2022-12-01T10:09:26.3090487Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at.h' 2022-12-01T10:09:26.3094165Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h' 2022-12-01T10:09:26.3097019Z adding 'torch/include/torch/csrc/jit/codegen/cuda/contiguity.h' 2022-12-01T10:09:26.3100521Z adding 'torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h' 2022-12-01T10:09:26.3104709Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dispatch.h' 2022-12-01T10:09:26.3107775Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h' 2022-12-01T10:09:26.3111652Z adding 'torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h' 2022-12-01T10:09:26.3116018Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor.h' 2022-12-01T10:09:26.3119936Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h' 2022-12-01T10:09:26.3122647Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h' 2022-12-01T10:09:26.3126185Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h' 2022-12-01T10:09:26.3128773Z adding 'torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h' 2022-12-01T10:09:26.3132328Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion.h' 2022-12-01T10:09:26.3139332Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h' 2022-12-01T10:09:26.3141854Z adding 'torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h' 2022-12-01T10:09:26.3146735Z adding 'torch/include/torch/csrc/jit/codegen/cuda/index_compute.h' 2022-12-01T10:09:26.3149484Z adding 'torch/include/torch/csrc/jit/codegen/cuda/inline_propagator.h' 2022-12-01T10:09:26.3151722Z adding 'torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h' 2022-12-01T10:09:26.3153727Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2022-12-01T10:09:26.3155449Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h' 2022-12-01T10:09:26.3160562Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h' 2022-12-01T10:09:26.3163117Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h' 2022-12-01T10:09:26.3165432Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h' 2022-12-01T10:09:26.3168074Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_container.h' 2022-12-01T10:09:26.3170479Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h' 2022-12-01T10:09:26.3176552Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h' 2022-12-01T10:09:26.3191545Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h' 2022-12-01T10:09:26.3195149Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h' 2022-12-01T10:09:26.3197337Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h' 2022-12-01T10:09:26.3200592Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h' 2022-12-01T10:09:26.3204677Z adding 'torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h' 2022-12-01T10:09:26.3208023Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel.h' 2022-12-01T10:09:26.3213912Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h' 2022-12-01T10:09:26.3216378Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h' 2022-12-01T10:09:26.3222050Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h' 2022-12-01T10:09:26.3225055Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h' 2022-12-01T10:09:26.3228038Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower2device.h' 2022-12-01T10:09:26.3229932Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h' 2022-12-01T10:09:26.3231676Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h' 2022-12-01T10:09:26.3235427Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h' 2022-12-01T10:09:26.3237238Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h' 2022-12-01T10:09:26.3238846Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h' 2022-12-01T10:09:26.3240213Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h' 2022-12-01T10:09:26.3242410Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index.h' 2022-12-01T10:09:26.3245664Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h' 2022-12-01T10:09:26.3248303Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h' 2022-12-01T10:09:26.3249967Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h' 2022-12-01T10:09:26.3251441Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h' 2022-12-01T10:09:26.3253244Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h' 2022-12-01T10:09:26.3255036Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h' 2022-12-01T10:09:26.3257235Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h' 2022-12-01T10:09:26.3259013Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h' 2022-12-01T10:09:26.3260675Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h' 2022-12-01T10:09:26.3262044Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h' 2022-12-01T10:09:26.3265119Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h' 2022-12-01T10:09:26.3266729Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h' 2022-12-01T10:09:26.3270205Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h' 2022-12-01T10:09:26.3272904Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h' 2022-12-01T10:09:26.3274766Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h' 2022-12-01T10:09:26.3276911Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h' 2022-12-01T10:09:26.3280550Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h' 2022-12-01T10:09:26.3282908Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h' 2022-12-01T10:09:26.3285009Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h' 2022-12-01T10:09:26.3286634Z adding 'torch/include/torch/csrc/jit/codegen/cuda/manager.h' 2022-12-01T10:09:26.3289952Z adding 'torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h' 2022-12-01T10:09:26.3293082Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mma_type.h' 2022-12-01T10:09:26.3295190Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mutator.h' 2022-12-01T10:09:26.3296806Z adding 'torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h' 2022-12-01T10:09:26.3298755Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h' 2022-12-01T10:09:26.3301800Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h' 2022-12-01T10:09:26.3303505Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parser.h' 2022-12-01T10:09:26.3305246Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h' 2022-12-01T10:09:26.3306820Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partition.h' 2022-12-01T10:09:26.3309854Z adding 'torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h' 2022-12-01T10:09:26.3311715Z adding 'torch/include/torch/csrc/jit/codegen/cuda/reference_tensor.h' 2022-12-01T10:09:26.3316889Z adding 'torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h' 2022-12-01T10:09:26.3321507Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h' 2022-12-01T10:09:26.3325126Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h' 2022-12-01T10:09:26.3326808Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h' 2022-12-01T10:09:26.3329298Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_view.h' 2022-12-01T10:09:26.3333571Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type.h' 2022-12-01T10:09:26.3336027Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_inference.h' 2022-12-01T10:09:26.3338069Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h' 2022-12-01T10:09:26.3341311Z adding 'torch/include/torch/csrc/jit/codegen/cuda/utils.h' 2022-12-01T10:09:26.3343513Z adding 'torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h' 2022-12-01T10:09:26.3345852Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h' 2022-12-01T10:09:26.3347419Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h' 2022-12-01T10:09:26.3350032Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h' 2022-12-01T10:09:26.3352218Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h' 2022-12-01T10:09:26.3354846Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h' 2022-12-01T10:09:26.3358820Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h' 2022-12-01T10:09:26.3361049Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h' 2022-12-01T10:09:26.3362734Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h' 2022-12-01T10:09:26.3365057Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h' 2022-12-01T10:09:26.3368451Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h' 2022-12-01T10:09:26.3370501Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h' 2022-12-01T10:09:26.3372385Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h' 2022-12-01T10:09:26.3374513Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h' 2022-12-01T10:09:26.3376591Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h' 2022-12-01T10:09:26.3378313Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h' 2022-12-01T10:09:26.3381124Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h' 2022-12-01T10:09:26.3383144Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h' 2022-12-01T10:09:26.3386225Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h' 2022-12-01T10:09:26.3388987Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h' 2022-12-01T10:09:26.3391450Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h' 2022-12-01T10:09:26.3398060Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h' 2022-12-01T10:09:26.3400417Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h' 2022-12-01T10:09:26.3402542Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2022-12-01T10:09:26.3403924Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2022-12-01T10:09:26.3407181Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2022-12-01T10:09:26.3408789Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2022-12-01T10:09:26.3410178Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2022-12-01T10:09:26.3411780Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2022-12-01T10:09:26.3413138Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2022-12-01T10:09:26.3414615Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2022-12-01T10:09:26.3416008Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2022-12-01T10:09:26.3417374Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2022-12-01T10:09:26.3423133Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2022-12-01T10:09:26.3425384Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2022-12-01T10:09:26.3426893Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2022-12-01T10:09:26.3428661Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2022-12-01T10:09:26.3430241Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2022-12-01T10:09:26.3431587Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2022-12-01T10:09:26.3433510Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2022-12-01T10:09:26.3435451Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2022-12-01T10:09:26.3437112Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2022-12-01T10:09:26.3438798Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2022-12-01T10:09:26.3443003Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2022-12-01T10:09:26.3445053Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2022-12-01T10:09:26.3446407Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2022-12-01T10:09:26.3453608Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2022-12-01T10:09:26.3457929Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2022-12-01T10:09:26.3460934Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2022-12-01T10:09:26.3469089Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2022-12-01T10:09:26.3471488Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2022-12-01T10:09:26.3476483Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2022-12-01T10:09:26.3478992Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2022-12-01T10:09:26.3481002Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2022-12-01T10:09:26.3483426Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2022-12-01T10:09:26.3500181Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2022-12-01T10:09:26.3503935Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2022-12-01T10:09:26.3505863Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2022-12-01T10:09:26.3508251Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2022-12-01T10:09:26.3509843Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2022-12-01T10:09:26.3512472Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2022-12-01T10:09:26.3515073Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2022-12-01T10:09:26.3516814Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2022-12-01T10:09:26.3518888Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2022-12-01T10:09:26.3520728Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2022-12-01T10:09:26.3523413Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2022-12-01T10:09:26.3525919Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2022-12-01T10:09:26.3527540Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2022-12-01T10:09:26.3529560Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2022-12-01T10:09:26.3531701Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2022-12-01T10:09:26.3533417Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2022-12-01T10:09:26.3535024Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2022-12-01T10:09:26.3536454Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2022-12-01T10:09:26.3537968Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2022-12-01T10:09:26.3540350Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2022-12-01T10:09:26.3542618Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2022-12-01T10:09:26.3544223Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2022-12-01T10:09:26.3545759Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2022-12-01T10:09:26.3547304Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2022-12-01T10:09:26.3549249Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2022-12-01T10:09:26.3550820Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2022-12-01T10:09:26.3552415Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2022-12-01T10:09:26.3554241Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2022-12-01T10:09:26.3556830Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2022-12-01T10:09:26.3557954Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2022-12-01T10:09:26.3560182Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2022-12-01T10:09:26.3561612Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2022-12-01T10:09:26.3563047Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2022-12-01T10:09:26.3564774Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2022-12-01T10:09:26.3566047Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2022-12-01T10:09:26.3567752Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2022-12-01T10:09:26.3569100Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2022-12-01T10:09:26.3570482Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2022-12-01T10:09:26.3571986Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2022-12-01T10:09:26.3573485Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2022-12-01T10:09:26.3574951Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2022-12-01T10:09:26.3576441Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2022-12-01T10:09:26.3577848Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2022-12-01T10:09:26.3579532Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2022-12-01T10:09:26.3581082Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2022-12-01T10:09:26.3582593Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2022-12-01T10:09:26.3584192Z adding 'torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h' 2022-12-01T10:09:26.3585954Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2022-12-01T10:09:26.3587691Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2022-12-01T10:09:26.3589036Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2022-12-01T10:09:26.3590405Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2022-12-01T10:09:26.3591863Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2022-12-01T10:09:26.3593376Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2022-12-01T10:09:26.3595403Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2022-12-01T10:09:26.3597014Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2022-12-01T10:09:26.3598725Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2022-12-01T10:09:26.3600327Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2022-12-01T10:09:26.3601840Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2022-12-01T10:09:26.3603261Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2022-12-01T10:09:26.3604834Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2022-12-01T10:09:26.3606009Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2022-12-01T10:09:26.3607539Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2022-12-01T10:09:26.3608848Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2022-12-01T10:09:26.3610094Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2022-12-01T10:09:26.3611601Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2022-12-01T10:09:26.3613236Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2022-12-01T10:09:26.3614553Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2022-12-01T10:09:26.3615919Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2022-12-01T10:09:26.3617260Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2022-12-01T10:09:26.3618754Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2022-12-01T10:09:26.3620346Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2022-12-01T10:09:26.3622109Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2022-12-01T10:09:26.3622892Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2022-12-01T10:09:26.3624571Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2022-12-01T10:09:26.3626524Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2022-12-01T10:09:26.3626708Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2022-12-01T10:09:26.3628387Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2022-12-01T10:09:26.3629951Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2022-12-01T10:09:26.3631708Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2022-12-01T10:09:26.3632726Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2022-12-01T10:09:26.3634204Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2022-12-01T10:09:26.3635798Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2022-12-01T10:09:26.3637207Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2022-12-01T10:09:26.3638707Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2022-12-01T10:09:26.3640227Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2022-12-01T10:09:26.3641638Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2022-12-01T10:09:26.3644034Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2022-12-01T10:09:26.3645610Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2022-12-01T10:09:26.3647019Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2022-12-01T10:09:26.3648637Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2022-12-01T10:09:26.3650960Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2022-12-01T10:09:26.3652480Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2022-12-01T10:09:26.3653822Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2022-12-01T10:09:26.3655409Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2022-12-01T10:09:26.3656852Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2022-12-01T10:09:26.3658606Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2022-12-01T10:09:26.3659746Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2022-12-01T10:09:26.3661097Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2022-12-01T10:09:26.3662731Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2022-12-01T10:09:26.3664101Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2022-12-01T10:09:26.3665590Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2022-12-01T10:09:26.3667001Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2022-12-01T10:09:26.3668858Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2022-12-01T10:09:26.3670449Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2022-12-01T10:09:26.3672044Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2022-12-01T10:09:26.3674133Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2022-12-01T10:09:26.3676301Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2022-12-01T10:09:26.3678029Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2022-12-01T10:09:26.3679903Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2022-12-01T10:09:26.3681954Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2022-12-01T10:09:26.3683528Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2022-12-01T10:09:26.3685240Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2022-12-01T10:09:26.3686761Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2022-12-01T10:09:26.3688562Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2022-12-01T10:09:26.3689796Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2022-12-01T10:09:26.3691555Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2022-12-01T10:09:26.3693236Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2022-12-01T10:09:26.3694779Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2022-12-01T10:09:26.3697210Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2022-12-01T10:09:26.3699204Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2022-12-01T10:09:26.3700868Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2022-12-01T10:09:26.3708701Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2022-12-01T10:09:26.3711304Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2022-12-01T10:09:26.3712872Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2022-12-01T10:09:26.3714682Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2022-12-01T10:09:26.3717418Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2022-12-01T10:09:26.3719161Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2022-12-01T10:09:26.3720678Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2022-12-01T10:09:26.3722418Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2022-12-01T10:09:26.3724181Z adding 'torch/include/torch/csrc/jit/python/init.h' 2022-12-01T10:09:26.3725807Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2022-12-01T10:09:26.3728460Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2022-12-01T10:09:26.3739063Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2022-12-01T10:09:26.3742088Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2022-12-01T10:09:26.3743799Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2022-12-01T10:09:26.3745783Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2022-12-01T10:09:26.3747506Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2022-12-01T10:09:26.3749576Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2022-12-01T10:09:26.3752207Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2022-12-01T10:09:26.3755768Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2022-12-01T10:09:26.3757529Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2022-12-01T10:09:26.3758849Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2022-12-01T10:09:26.3760135Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2022-12-01T10:09:26.3762019Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2022-12-01T10:09:26.3767265Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2022-12-01T10:09:26.3770127Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2022-12-01T10:09:26.3772265Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2022-12-01T10:09:26.3773916Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2022-12-01T10:09:26.3775634Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2022-12-01T10:09:26.3777282Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2022-12-01T10:09:26.3778598Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2022-12-01T10:09:26.3780812Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2022-12-01T10:09:26.3783196Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2022-12-01T10:09:26.3785823Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2022-12-01T10:09:26.3788854Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2022-12-01T10:09:26.3791286Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2022-12-01T10:09:26.3793003Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2022-12-01T10:09:26.3794625Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2022-12-01T10:09:26.3796764Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2022-12-01T10:09:26.3800240Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2022-12-01T10:09:26.3801932Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2022-12-01T10:09:26.3803447Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2022-12-01T10:09:26.3805453Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2022-12-01T10:09:26.3808903Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2022-12-01T10:09:26.3816218Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2022-12-01T10:09:26.3819239Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2022-12-01T10:09:26.3820538Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2022-12-01T10:09:26.3822008Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2022-12-01T10:09:26.3823628Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2022-12-01T10:09:26.3824933Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2022-12-01T10:09:26.3826283Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2022-12-01T10:09:26.3828147Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2022-12-01T10:09:26.3829660Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2022-12-01T10:09:26.3831151Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2022-12-01T10:09:26.3832636Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2022-12-01T10:09:26.3835175Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2022-12-01T10:09:26.3838904Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2022-12-01T10:09:26.3841714Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2022-12-01T10:09:26.3844242Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2022-12-01T10:09:26.3846380Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2022-12-01T10:09:26.3848843Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2022-12-01T10:09:26.3850806Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2022-12-01T10:09:26.3852798Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2022-12-01T10:09:26.3854637Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2022-12-01T10:09:26.3856736Z adding 'torch/include/torch/csrc/jit/serialization/import_legacy.h' 2022-12-01T10:09:26.3858770Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2022-12-01T10:09:26.3861172Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2022-12-01T10:09:26.3877789Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2022-12-01T10:09:26.3882005Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2022-12-01T10:09:26.3884275Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2022-12-01T10:09:26.3888160Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2022-12-01T10:09:26.3890505Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2022-12-01T10:09:26.3892533Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2022-12-01T10:09:26.3894504Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2022-12-01T10:09:26.3896715Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2022-12-01T10:09:26.3898574Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2022-12-01T10:09:26.3902019Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2022-12-01T10:09:26.3906075Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2022-12-01T10:09:26.3908814Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2022-12-01T10:09:26.3911140Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2022-12-01T10:09:26.3913872Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2022-12-01T10:09:26.3917471Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2022-12-01T10:09:26.3919882Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2022-12-01T10:09:26.3921672Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2022-12-01T10:09:26.3925236Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2022-12-01T10:09:26.3927752Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2022-12-01T10:09:26.3931370Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2022-12-01T10:09:26.3933914Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2022-12-01T10:09:26.3938282Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2022-12-01T10:09:26.3941015Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2022-12-01T10:09:26.3942929Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2022-12-01T10:09:26.3945406Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2022-12-01T10:09:26.3947810Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2022-12-01T10:09:26.3950642Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2022-12-01T10:09:26.3953502Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2022-12-01T10:09:26.3957405Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2022-12-01T10:09:26.3959286Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2022-12-01T10:09:26.3965355Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2022-12-01T10:09:26.3967984Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2022-12-01T10:09:26.3969959Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2022-12-01T10:09:26.3972491Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2022-12-01T10:09:26.3977198Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2022-12-01T10:09:26.3979498Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2022-12-01T10:09:26.3981387Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2022-12-01T10:09:26.3986137Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2022-12-01T10:09:26.3989041Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2022-12-01T10:09:26.3991266Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2022-12-01T10:09:26.3998550Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2022-12-01T10:09:26.4000938Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2022-12-01T10:09:26.4002811Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2022-12-01T10:09:26.4007660Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2022-12-01T10:09:26.4011203Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2022-12-01T10:09:26.4016070Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2022-12-01T10:09:26.4022564Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2022-12-01T10:09:26.4026351Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2022-12-01T10:09:26.4028309Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2022-12-01T10:09:26.4031045Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2022-12-01T10:09:26.4033013Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2022-12-01T10:09:26.4035497Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2022-12-01T10:09:26.4038193Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2022-12-01T10:09:26.4039858Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2022-12-01T10:09:26.4042275Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2022-12-01T10:09:26.4043850Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2022-12-01T10:09:26.4045759Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2022-12-01T10:09:26.4048090Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2022-12-01T10:09:26.4050435Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2022-12-01T10:09:26.4052152Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2022-12-01T10:09:26.4054052Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2022-12-01T10:09:26.4056584Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2022-12-01T10:09:26.4058366Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2022-12-01T10:09:26.4060987Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2022-12-01T10:09:26.4063303Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2022-12-01T10:09:26.4066113Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2022-12-01T10:09:26.4068758Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2022-12-01T10:09:26.4071686Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2022-12-01T10:09:26.4073513Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2022-12-01T10:09:26.4075897Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2022-12-01T10:09:26.4078103Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2022-12-01T10:09:26.4081263Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2022-12-01T10:09:26.4083686Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2022-12-01T10:09:26.4087267Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2022-12-01T10:09:26.4090611Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2022-12-01T10:09:26.4092658Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2022-12-01T10:09:26.4094608Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2022-12-01T10:09:26.4096828Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2022-12-01T10:09:26.4100340Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2022-12-01T10:09:26.4103341Z adding 'torch/include/torch/csrc/lazy/core/lazy_view.h' 2022-12-01T10:09:26.4106722Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2022-12-01T10:09:26.4109047Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2022-12-01T10:09:26.4111060Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2022-12-01T10:09:26.4112721Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2022-12-01T10:09:26.4115955Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2022-12-01T10:09:26.4120103Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2022-12-01T10:09:26.4122154Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2022-12-01T10:09:26.4124133Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2022-12-01T10:09:26.4126016Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2022-12-01T10:09:26.4127616Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2022-12-01T10:09:26.4129224Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2022-12-01T10:09:26.4131062Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2022-12-01T10:09:26.4132879Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2022-12-01T10:09:26.4134503Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2022-12-01T10:09:26.4136151Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2022-12-01T10:09:26.4137726Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2022-12-01T10:09:26.4139158Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2022-12-01T10:09:26.4141203Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2022-12-01T10:09:26.4143090Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2022-12-01T10:09:26.4144654Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2022-12-01T10:09:26.4146118Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2022-12-01T10:09:26.4147627Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2022-12-01T10:09:26.4149810Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2022-12-01T10:09:26.4152058Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2022-12-01T10:09:26.4153642Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2022-12-01T10:09:26.4155765Z adding 'torch/include/torch/csrc/onnx/init.h' 2022-12-01T10:09:26.4157603Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2022-12-01T10:09:26.4159362Z adding 'torch/include/torch/csrc/profiler/api.h' 2022-12-01T10:09:26.4164309Z adding 'torch/include/torch/csrc/profiler/collection.h' 2022-12-01T10:09:26.4167457Z adding 'torch/include/torch/csrc/profiler/containers.h' 2022-12-01T10:09:26.4169226Z adding 'torch/include/torch/csrc/profiler/execution_graph_observer.h' 2022-12-01T10:09:26.4170803Z adding 'torch/include/torch/csrc/profiler/itt_observer.h' 2022-12-01T10:09:26.4172742Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2022-12-01T10:09:26.4174462Z adding 'torch/include/torch/csrc/profiler/nvtx_observer.h' 2022-12-01T10:09:26.4176873Z adding 'torch/include/torch/csrc/profiler/util.h' 2022-12-01T10:09:26.4179411Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2022-12-01T10:09:26.4181325Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2022-12-01T10:09:26.4183199Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2022-12-01T10:09:26.4185321Z adding 'torch/include/torch/csrc/utils/auto_gil.h' 2022-12-01T10:09:26.4186954Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2022-12-01T10:09:26.4188370Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2022-12-01T10:09:26.4189598Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2022-12-01T10:09:26.4191115Z adding 'torch/include/torch/csrc/utils/cuda_lazy_init.h' 2022-12-01T10:09:26.4192975Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2022-12-01T10:09:26.4193969Z adding 'torch/include/torch/csrc/utils/disallow_copy.h' 2022-12-01T10:09:26.4195620Z adding 'torch/include/torch/csrc/utils/init.h' 2022-12-01T10:09:26.4197143Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2022-12-01T10:09:26.4198544Z adding 'torch/include/torch/csrc/utils/memory.h' 2022-12-01T10:09:26.4199974Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2022-12-01T10:09:26.4201593Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2022-12-01T10:09:26.4202965Z adding 'torch/include/torch/csrc/utils/out_types.h' 2022-12-01T10:09:26.4205926Z adding 'torch/include/torch/csrc/utils/pybind.h' 2022-12-01T10:09:26.4207609Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2022-12-01T10:09:26.4224141Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2022-12-01T10:09:26.4227165Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2022-12-01T10:09:26.4228698Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2022-12-01T10:09:26.4230861Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2022-12-01T10:09:26.4232991Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2022-12-01T10:09:26.4235508Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2022-12-01T10:09:26.4237014Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2022-12-01T10:09:26.4238769Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2022-12-01T10:09:26.4240105Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2022-12-01T10:09:26.4242114Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2022-12-01T10:09:26.4243933Z adding 'torch/include/torch/csrc/utils/six.h' 2022-12-01T10:09:26.4245513Z adding 'torch/include/torch/csrc/utils/structseq.h' 2022-12-01T10:09:26.4259121Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2022-12-01T10:09:26.4259426Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2022-12-01T10:09:26.4259691Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2022-12-01T10:09:26.4259950Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2022-12-01T10:09:26.4260209Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2022-12-01T10:09:26.4260507Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2022-12-01T10:09:26.4260771Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2022-12-01T10:09:26.4260977Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2022-12-01T10:09:26.4261155Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2022-12-01T10:09:26.4261426Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2022-12-01T10:09:26.4264682Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2022-12-01T10:09:26.4267441Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2022-12-01T10:09:26.4269155Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2022-12-01T10:09:26.4271364Z adding 'torch/include/torch/csrc/utils/variadic.h' 2022-12-01T10:09:26.4275330Z adding 'torch/jit/__init__.py' 2022-12-01T10:09:26.4277761Z adding 'torch/jit/_async.py' 2022-12-01T10:09:26.4280471Z adding 'torch/jit/_builtins.py' 2022-12-01T10:09:26.4284031Z adding 'torch/jit/_check.py' 2022-12-01T10:09:26.4286895Z adding 'torch/jit/_dataclass_impls.py' 2022-12-01T10:09:26.4288513Z adding 'torch/jit/_decomposition_utils.py' 2022-12-01T10:09:26.4290736Z adding 'torch/jit/_decompositions.py' 2022-12-01T10:09:26.4294155Z adding 'torch/jit/_freeze.py' 2022-12-01T10:09:26.4297041Z adding 'torch/jit/_fuser.py' 2022-12-01T10:09:26.4298683Z adding 'torch/jit/_ir_utils.py' 2022-12-01T10:09:26.4300083Z adding 'torch/jit/_logging.py' 2022-12-01T10:09:26.4302985Z adding 'torch/jit/_monkeytype_config.py' 2022-12-01T10:09:26.4304661Z adding 'torch/jit/_pickle.py' 2022-12-01T10:09:26.4317132Z adding 'torch/jit/_recursive.py' 2022-12-01T10:09:26.4336980Z adding 'torch/jit/_script.py' 2022-12-01T10:09:26.4341817Z adding 'torch/jit/_serialization.py' 2022-12-01T10:09:26.4352435Z adding 'torch/jit/_shape_functions.py' 2022-12-01T10:09:26.4355570Z adding 'torch/jit/_state.py' 2022-12-01T10:09:26.4369153Z adding 'torch/jit/_trace.py' 2022-12-01T10:09:26.4375576Z adding 'torch/jit/annotations.py' 2022-12-01T10:09:26.4387888Z adding 'torch/jit/frontend.py' 2022-12-01T10:09:26.4390504Z adding 'torch/jit/generate_bytecode.py' 2022-12-01T10:09:26.4395795Z adding 'torch/jit/quantized.py' 2022-12-01T10:09:26.4400021Z adding 'torch/jit/supported_ops.py' 2022-12-01T10:09:26.4402046Z adding 'torch/jit/unsupported_tensor_ops.py' 2022-12-01T10:09:26.4403539Z adding 'torch/jit/_passes/__init__.py' 2022-12-01T10:09:26.4405184Z adding 'torch/jit/_passes/_property_propagation.py' 2022-12-01T10:09:26.4407938Z adding 'torch/jit/mobile/__init__.py' 2022-12-01T10:09:26.4541613Z adding 'torch/lib/libbackend_with_compiler.so' 2022-12-01T10:09:26.4885457Z adding 'torch/lib/libc10.so' 2022-12-01T10:09:26.5085238Z adding 'torch/lib/libc10_cuda.so' 2022-12-01T10:09:26.5101146Z adding 'torch/lib/libc10d_cuda_test.so' 2022-12-01T10:09:26.5106066Z adding 'torch/lib/libcaffe2_nvrtc.so' 2022-12-01T10:09:26.5205219Z adding 'torch/lib/libjitbackend_test.so' 2022-12-01T10:09:26.5223804Z adding 'torch/lib/libshm.so' 2022-12-01T10:09:26.5227965Z adding 'torch/lib/libtorch.so' 2022-12-01T10:09:36.0643936Z adding 'torch/lib/libtorch_cpu.so' 2022-12-01T10:09:36.6584218Z adding 'torch/lib/libtorch_cuda.so' 2022-12-01T10:09:38.3565348Z adding 'torch/lib/libtorch_cuda_cpp.so' 2022-12-01T10:09:46.2659809Z adding 'torch/lib/libtorch_cuda_cu.so' 2022-12-01T10:09:51.3803465Z adding 'torch/lib/libtorch_cuda_linalg.so' 2022-12-01T10:09:51.5593176Z adding 'torch/lib/libtorch_global_deps.so' 2022-12-01T10:09:52.3501784Z adding 'torch/lib/libtorch_python.so' 2022-12-01T10:09:52.4173216Z adding 'torch/lib/libtorchbind_test.so' 2022-12-01T10:09:52.4217502Z adding 'torch/linalg/__init__.py' 2022-12-01T10:09:52.4221872Z adding 'torch/masked/__init__.py' 2022-12-01T10:09:52.4226641Z adding 'torch/masked/_docs.py' 2022-12-01T10:09:52.4243023Z adding 'torch/masked/_ops.py' 2022-12-01T10:09:52.4246360Z adding 'torch/masked/maskedtensor/__init__.py' 2022-12-01T10:09:52.4249971Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2022-12-01T10:09:52.4252712Z adding 'torch/masked/maskedtensor/binary.py' 2022-12-01T10:09:52.4256681Z adding 'torch/masked/maskedtensor/core.py' 2022-12-01T10:09:52.4258687Z adding 'torch/masked/maskedtensor/creation.py' 2022-12-01T10:09:52.4260207Z adding 'torch/masked/maskedtensor/passthrough.py' 2022-12-01T10:09:52.4262673Z adding 'torch/masked/maskedtensor/reductions.py' 2022-12-01T10:09:52.4265051Z adding 'torch/masked/maskedtensor/unary.py' 2022-12-01T10:09:52.4267114Z adding 'torch/monitor/__init__.py' 2022-12-01T10:09:52.4269473Z adding 'torch/multiprocessing/__init__.py' 2022-12-01T10:09:52.4271193Z adding 'torch/multiprocessing/_atfork.py' 2022-12-01T10:09:52.4273000Z adding 'torch/multiprocessing/pool.py' 2022-12-01T10:09:52.4274831Z adding 'torch/multiprocessing/queue.py' 2022-12-01T10:09:52.4280328Z adding 'torch/multiprocessing/reductions.py' 2022-12-01T10:09:52.4284215Z adding 'torch/multiprocessing/spawn.py' 2022-12-01T10:09:52.4287383Z adding 'torch/nested/__init__.py' 2022-12-01T10:09:52.4290069Z adding 'torch/nn/__init__.py' 2022-12-01T10:09:52.4291769Z adding 'torch/nn/_reduction.py' 2022-12-01T10:09:52.4293587Z adding 'torch/nn/common_types.py' 2022-12-01T10:09:52.4295686Z adding 'torch/nn/cpp.py' 2022-12-01T10:09:52.4348581Z adding 'torch/nn/functional.py' 2022-12-01T10:09:52.4357507Z adding 'torch/nn/functional.pyi' 2022-12-01T10:09:52.4360349Z adding 'torch/nn/grad.py' 2022-12-01T10:09:52.4365734Z adding 'torch/nn/init.py' 2022-12-01T10:09:52.4369629Z adding 'torch/nn/parameter.py' 2022-12-01T10:09:52.4371428Z adding 'torch/nn/parameter.pyi' 2022-12-01T10:09:52.4373089Z adding 'torch/nn/backends/__init__.py' 2022-12-01T10:09:52.4374512Z adding 'torch/nn/backends/thnn.py' 2022-12-01T10:09:52.4376296Z adding 'torch/nn/intrinsic/__init__.py' 2022-12-01T10:09:52.4378063Z adding 'torch/nn/intrinsic/modules/__init__.py' 2022-12-01T10:09:52.4379641Z adding 'torch/nn/intrinsic/modules/fused.py' 2022-12-01T10:09:52.4381266Z adding 'torch/nn/intrinsic/qat/__init__.py' 2022-12-01T10:09:52.4383025Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2022-12-01T10:09:52.4388961Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2022-12-01T10:09:52.4392551Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2022-12-01T10:09:52.4394652Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2022-12-01T10:09:52.4396661Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2022-12-01T10:09:52.4398245Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2022-12-01T10:09:52.4399912Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-12-01T10:09:52.4401728Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-12-01T10:09:52.4403526Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2022-12-01T10:09:52.4405376Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2022-12-01T10:09:52.4407781Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2022-12-01T10:09:52.4409678Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2022-12-01T10:09:52.4412870Z adding 'torch/nn/modules/__init__.py' 2022-12-01T10:09:52.4416534Z adding 'torch/nn/modules/_functions.py' 2022-12-01T10:09:52.4428911Z adding 'torch/nn/modules/activation.py' 2022-12-01T10:09:52.4433556Z adding 'torch/nn/modules/adaptive.py' 2022-12-01T10:09:52.4441071Z adding 'torch/nn/modules/batchnorm.py' 2022-12-01T10:09:52.4443797Z adding 'torch/nn/modules/channelshuffle.py' 2022-12-01T10:09:52.4451761Z adding 'torch/nn/modules/container.py' 2022-12-01T10:09:52.4465147Z adding 'torch/nn/modules/conv.py' 2022-12-01T10:09:52.4469168Z adding 'torch/nn/modules/distance.py' 2022-12-01T10:09:52.4472359Z adding 'torch/nn/modules/dropout.py' 2022-12-01T10:09:52.4475410Z adding 'torch/nn/modules/flatten.py' 2022-12-01T10:09:52.4479183Z adding 'torch/nn/modules/fold.py' 2022-12-01T10:09:52.4483199Z adding 'torch/nn/modules/instancenorm.py' 2022-12-01T10:09:52.4487676Z adding 'torch/nn/modules/lazy.py' 2022-12-01T10:09:52.4491122Z adding 'torch/nn/modules/linear.py' 2022-12-01T10:09:52.4511403Z adding 'torch/nn/modules/loss.py' 2022-12-01T10:09:52.4538292Z adding 'torch/nn/modules/module.py' 2022-12-01T10:09:52.4543695Z adding 'torch/nn/modules/normalization.py' 2022-12-01T10:09:52.4547436Z adding 'torch/nn/modules/padding.py' 2022-12-01T10:09:52.4550070Z adding 'torch/nn/modules/pixelshuffle.py' 2022-12-01T10:09:52.4558970Z adding 'torch/nn/modules/pooling.py' 2022-12-01T10:09:52.4571918Z adding 'torch/nn/modules/rnn.py' 2022-12-01T10:09:52.4578816Z adding 'torch/nn/modules/sparse.py' 2022-12-01T10:09:52.4586570Z adding 'torch/nn/modules/transformer.py' 2022-12-01T10:09:52.4590811Z adding 'torch/nn/modules/upsampling.py' 2022-12-01T10:09:52.4593085Z adding 'torch/nn/modules/utils.py' 2022-12-01T10:09:52.4595628Z adding 'torch/nn/parallel/__init__.py' 2022-12-01T10:09:52.4597099Z adding 'torch/nn/parallel/__init__.pyi' 2022-12-01T10:09:52.4599503Z adding 'torch/nn/parallel/_functions.py' 2022-12-01T10:09:52.4601527Z adding 'torch/nn/parallel/_replicated_tensor_ddp_interop.py' 2022-12-01T10:09:52.4603304Z adding 'torch/nn/parallel/_replicated_tensor_ddp_utils.py' 2022-12-01T10:09:52.4606614Z adding 'torch/nn/parallel/comm.py' 2022-12-01T10:09:52.4608420Z adding 'torch/nn/parallel/common_types.pyi' 2022-12-01T10:09:52.4612063Z adding 'torch/nn/parallel/data_parallel.py' 2022-12-01T10:09:52.4614097Z adding 'torch/nn/parallel/data_parallel.pyi' 2022-12-01T10:09:52.4639995Z adding 'torch/nn/parallel/distributed.py' 2022-12-01T10:09:52.4643560Z adding 'torch/nn/parallel/distributed.pyi' 2022-12-01T10:09:52.4645797Z adding 'torch/nn/parallel/parallel_apply.py' 2022-12-01T10:09:52.4647436Z adding 'torch/nn/parallel/parallel_apply.pyi' 2022-12-01T10:09:52.4649973Z adding 'torch/nn/parallel/replicate.py' 2022-12-01T10:09:52.4651655Z adding 'torch/nn/parallel/replicate.pyi' 2022-12-01T10:09:52.4653805Z adding 'torch/nn/parallel/scatter_gather.py' 2022-12-01T10:09:52.4655625Z adding 'torch/nn/parallel/scatter_gather.pyi' 2022-12-01T10:09:52.4657425Z adding 'torch/nn/qat/__init__.py' 2022-12-01T10:09:52.4659097Z adding 'torch/nn/qat/dynamic/__init__.py' 2022-12-01T10:09:52.4660670Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2022-12-01T10:09:52.4662161Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2022-12-01T10:09:52.4663924Z adding 'torch/nn/qat/modules/__init__.py' 2022-12-01T10:09:52.4665436Z adding 'torch/nn/qat/modules/conv.py' 2022-12-01T10:09:52.4667004Z adding 'torch/nn/qat/modules/embedding_ops.py' 2022-12-01T10:09:52.4668495Z adding 'torch/nn/qat/modules/linear.py' 2022-12-01T10:09:52.4670073Z adding 'torch/nn/quantizable/__init__.py' 2022-12-01T10:09:52.4671694Z adding 'torch/nn/quantizable/modules/__init__.py' 2022-12-01T10:09:52.4673426Z adding 'torch/nn/quantizable/modules/activation.py' 2022-12-01T10:09:52.4675733Z adding 'torch/nn/quantizable/modules/rnn.py' 2022-12-01T10:09:52.4677231Z adding 'torch/nn/quantized/__init__.py' 2022-12-01T10:09:52.4678793Z adding 'torch/nn/quantized/functional.py' 2022-12-01T10:09:52.4680268Z adding 'torch/nn/quantized/_reference/__init__.py' 2022-12-01T10:09:52.4682150Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2022-12-01T10:09:52.4683797Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2022-12-01T10:09:52.4685392Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2022-12-01T10:09:52.4686932Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2022-12-01T10:09:52.4688472Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2022-12-01T10:09:52.4690001Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2022-12-01T10:09:52.4691712Z adding 'torch/nn/quantized/dynamic/__init__.py' 2022-12-01T10:09:52.4693484Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2022-12-01T10:09:52.4695072Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2022-12-01T10:09:52.4696629Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2022-12-01T10:09:52.4698220Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2022-12-01T10:09:52.4700413Z adding 'torch/nn/quantized/modules/__init__.py' 2022-12-01T10:09:52.4702039Z adding 'torch/nn/quantized/modules/activation.py' 2022-12-01T10:09:52.4703615Z adding 'torch/nn/quantized/modules/batchnorm.py' 2022-12-01T10:09:52.4705203Z adding 'torch/nn/quantized/modules/conv.py' 2022-12-01T10:09:52.4706717Z adding 'torch/nn/quantized/modules/dropout.py' 2022-12-01T10:09:52.4708258Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2022-12-01T10:09:52.4709810Z adding 'torch/nn/quantized/modules/functional_modules.py' 2022-12-01T10:09:52.4711319Z adding 'torch/nn/quantized/modules/linear.py' 2022-12-01T10:09:52.4712874Z adding 'torch/nn/quantized/modules/normalization.py' 2022-12-01T10:09:52.4714440Z adding 'torch/nn/quantized/modules/rnn.py' 2022-12-01T10:09:52.4716290Z adding 'torch/nn/quantized/modules/utils.py' 2022-12-01T10:09:52.4718246Z adding 'torch/nn/utils/__init__.py' 2022-12-01T10:09:52.4720076Z adding 'torch/nn/utils/_deprecation_utils.py' 2022-12-01T10:09:52.4722808Z adding 'torch/nn/utils/_per_sample_grad.py' 2022-12-01T10:09:52.4724598Z adding 'torch/nn/utils/_stateless.py' 2022-12-01T10:09:52.4727041Z adding 'torch/nn/utils/clip_grad.py' 2022-12-01T10:09:52.4729141Z adding 'torch/nn/utils/convert_parameters.py' 2022-12-01T10:09:52.4730992Z adding 'torch/nn/utils/fusion.py' 2022-12-01T10:09:52.4732992Z adding 'torch/nn/utils/init.py' 2022-12-01T10:09:52.4735428Z adding 'torch/nn/utils/memory_format.py' 2022-12-01T10:09:52.4742495Z adding 'torch/nn/utils/parametrizations.py' 2022-12-01T10:09:52.4753063Z adding 'torch/nn/utils/parametrize.py' 2022-12-01T10:09:52.4767656Z adding 'torch/nn/utils/prune.py' 2022-12-01T10:09:52.4774875Z adding 'torch/nn/utils/rnn.py' 2022-12-01T10:09:52.4780163Z adding 'torch/nn/utils/spectral_norm.py' 2022-12-01T10:09:52.4783076Z adding 'torch/nn/utils/stateless.py' 2022-12-01T10:09:52.4785663Z adding 'torch/nn/utils/weight_norm.py' 2022-12-01T10:09:52.4787697Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2022-12-01T10:09:52.4789663Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2022-12-01T10:09:52.4793116Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2022-12-01T10:09:52.4795783Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2022-12-01T10:09:52.4798087Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2022-12-01T10:09:52.4800820Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2022-12-01T10:09:52.4803084Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2022-12-01T10:09:52.4805243Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2022-12-01T10:09:52.4807366Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2022-12-01T10:09:52.4809263Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2022-12-01T10:09:52.4811952Z adding 'torch/onnx/__init__.py' 2022-12-01T10:09:52.4813602Z adding 'torch/onnx/_constants.py' 2022-12-01T10:09:52.4815495Z adding 'torch/onnx/_deprecation.py' 2022-12-01T10:09:52.4817206Z adding 'torch/onnx/_experimental.py' 2022-12-01T10:09:52.4819005Z adding 'torch/onnx/_exporter_states.py' 2022-12-01T10:09:52.4821153Z adding 'torch/onnx/_globals.py' 2022-12-01T10:09:52.4823266Z adding 'torch/onnx/_onnx_supported_ops.py' 2022-12-01T10:09:52.5008606Z adding 'torch/onnx/_patch_torch.py' 2022-12-01T10:09:52.5011590Z adding 'torch/onnx/_type_utils.py' 2022-12-01T10:09:52.5014000Z adding 'torch/onnx/errors.py' 2022-12-01T10:09:52.5015835Z adding 'torch/onnx/operators.py' 2022-12-01T10:09:52.5018773Z adding 'torch/onnx/symbolic_caffe2.py' 2022-12-01T10:09:52.5036107Z adding 'torch/onnx/symbolic_helper.py' 2022-12-01T10:09:52.5044432Z adding 'torch/onnx/symbolic_opset10.py' 2022-12-01T10:09:52.5059198Z adding 'torch/onnx/symbolic_opset11.py' 2022-12-01T10:09:52.5064667Z adding 'torch/onnx/symbolic_opset12.py' 2022-12-01T10:09:52.5072905Z adding 'torch/onnx/symbolic_opset13.py' 2022-12-01T10:09:52.5076100Z adding 'torch/onnx/symbolic_opset14.py' 2022-12-01T10:09:52.5078070Z adding 'torch/onnx/symbolic_opset15.py' 2022-12-01T10:09:52.5080306Z adding 'torch/onnx/symbolic_opset16.py' 2022-12-01T10:09:52.5082171Z adding 'torch/onnx/symbolic_opset17.py' 2022-12-01T10:09:52.5084021Z adding 'torch/onnx/symbolic_opset7.py' 2022-12-01T10:09:52.5088146Z adding 'torch/onnx/symbolic_opset8.py' 2022-12-01T10:09:52.5147986Z adding 'torch/onnx/symbolic_opset9.py' 2022-12-01T10:09:52.5178072Z adding 'torch/onnx/utils.py' 2022-12-01T10:09:52.5187052Z adding 'torch/onnx/verification.py' 2022-12-01T10:09:52.5189429Z adding 'torch/onnx/_internal/__init__.py' 2022-12-01T10:09:52.5191773Z adding 'torch/onnx/_internal/_beartype.py' 2022-12-01T10:09:52.5196002Z adding 'torch/onnx/_internal/jit_utils.py' 2022-12-01T10:09:52.5199971Z adding 'torch/onnx/_internal/registration.py' 2022-12-01T10:09:52.5202101Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2022-12-01T10:09:52.5204392Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2022-12-01T10:09:52.5206588Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2022-12-01T10:09:52.5208517Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2022-12-01T10:09:52.5212158Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2022-12-01T10:09:52.5214411Z adding 'torch/onnx/_internal/diagnostics/infra/engine.py' 2022-12-01T10:09:52.5216299Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2022-12-01T10:09:52.5219185Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2022-12-01T10:09:52.5221097Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2022-12-01T10:09:52.5223049Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2022-12-01T10:09:52.5224781Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2022-12-01T10:09:52.5226453Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2022-12-01T10:09:52.5228139Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2022-12-01T10:09:52.5229671Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2022-12-01T10:09:52.5231332Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2022-12-01T10:09:52.5233028Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2022-12-01T10:09:52.5234797Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2022-12-01T10:09:52.5236510Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2022-12-01T10:09:52.5238172Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2022-12-01T10:09:52.5239855Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2022-12-01T10:09:52.5241719Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2022-12-01T10:09:52.5243550Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2022-12-01T10:09:52.5245513Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2022-12-01T10:09:52.5247189Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2022-12-01T10:09:52.5248888Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2022-12-01T10:09:52.5250537Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2022-12-01T10:09:52.5252528Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2022-12-01T10:09:52.5255401Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2022-12-01T10:09:52.5257401Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2022-12-01T10:09:52.5257951Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2022-12-01T10:09:52.5259694Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2022-12-01T10:09:52.5261405Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2022-12-01T10:09:52.5263187Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2022-12-01T10:09:52.5265440Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2022-12-01T10:09:52.5267123Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2022-12-01T10:09:52.5268987Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2022-12-01T10:09:52.5270890Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2022-12-01T10:09:52.5272926Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2022-12-01T10:09:52.5275123Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2022-12-01T10:09:52.5277243Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2022-12-01T10:09:52.5279371Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2022-12-01T10:09:52.5281438Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2022-12-01T10:09:52.5283495Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2022-12-01T10:09:52.5285915Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2022-12-01T10:09:52.5288215Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2022-12-01T10:09:52.5290590Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2022-12-01T10:09:52.5292735Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2022-12-01T10:09:52.5294814Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2022-12-01T10:09:52.5296779Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2022-12-01T10:09:52.5298709Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2022-12-01T10:09:52.5300661Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2022-12-01T10:09:52.5302699Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2022-12-01T10:09:52.5304726Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2022-12-01T10:09:52.5306873Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2022-12-01T10:09:52.5308874Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2022-12-01T10:09:52.5311301Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2022-12-01T10:09:52.5313425Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2022-12-01T10:09:52.5315703Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2022-12-01T10:09:52.5317740Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2022-12-01T10:09:52.5319769Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2022-12-01T10:09:52.5321834Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2022-12-01T10:09:52.5323632Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2022-12-01T10:09:52.5326169Z adding 'torch/optim/__init__.py' 2022-12-01T10:09:52.5328029Z adding 'torch/optim/__init__.pyi' 2022-12-01T10:09:52.5330366Z adding 'torch/optim/_functional.py' 2022-12-01T10:09:52.5333976Z adding 'torch/optim/adadelta.py' 2022-12-01T10:09:52.5336120Z adding 'torch/optim/adadelta.pyi' 2022-12-01T10:09:52.5340092Z adding 'torch/optim/adagrad.py' 2022-12-01T10:09:52.5342300Z adding 'torch/optim/adagrad.pyi' 2022-12-01T10:09:52.5349135Z adding 'torch/optim/adam.py' 2022-12-01T10:09:52.5352155Z adding 'torch/optim/adam.pyi' 2022-12-01T10:09:52.5356636Z adding 'torch/optim/adamax.py' 2022-12-01T10:09:52.5358661Z adding 'torch/optim/adamax.pyi' 2022-12-01T10:09:52.5364138Z adding 'torch/optim/adamw.py' 2022-12-01T10:09:52.5366448Z adding 'torch/optim/adamw.pyi' 2022-12-01T10:09:52.5370144Z adding 'torch/optim/asgd.py' 2022-12-01T10:09:52.5372234Z adding 'torch/optim/asgd.pyi' 2022-12-01T10:09:52.5377937Z adding 'torch/optim/lbfgs.py' 2022-12-01T10:09:52.5380132Z adding 'torch/optim/lbfgs.pyi' 2022-12-01T10:09:52.5397777Z adding 'torch/optim/lr_scheduler.py' 2022-12-01T10:09:52.5401665Z adding 'torch/optim/lr_scheduler.pyi' 2022-12-01T10:09:52.5405508Z adding 'torch/optim/nadam.py' 2022-12-01T10:09:52.5407307Z adding 'torch/optim/nadam.pyi' 2022-12-01T10:09:52.5411830Z adding 'torch/optim/optimizer.py' 2022-12-01T10:09:52.5413672Z adding 'torch/optim/optimizer.pyi' 2022-12-01T10:09:52.5417289Z adding 'torch/optim/radam.py' 2022-12-01T10:09:52.5419053Z adding 'torch/optim/radam.pyi' 2022-12-01T10:09:52.5422861Z adding 'torch/optim/rmsprop.py' 2022-12-01T10:09:52.5424628Z adding 'torch/optim/rmsprop.pyi' 2022-12-01T10:09:52.5427972Z adding 'torch/optim/rprop.py' 2022-12-01T10:09:52.5429716Z adding 'torch/optim/rprop.pyi' 2022-12-01T10:09:52.5433188Z adding 'torch/optim/sgd.py' 2022-12-01T10:09:52.5435118Z adding 'torch/optim/sgd.pyi' 2022-12-01T10:09:52.5437389Z adding 'torch/optim/sparse_adam.py' 2022-12-01T10:09:52.5439005Z adding 'torch/optim/sparse_adam.pyi' 2022-12-01T10:09:52.5442905Z adding 'torch/optim/swa_utils.py' 2022-12-01T10:09:52.5444665Z adding 'torch/optim/swa_utils.pyi' 2022-12-01T10:09:52.5446373Z adding 'torch/optim/_multi_tensor/__init__.py' 2022-12-01T10:09:52.5448096Z adding 'torch/package/__init__.py' 2022-12-01T10:09:52.5450536Z adding 'torch/package/_digraph.py' 2022-12-01T10:09:52.5452272Z adding 'torch/package/_directory_reader.py' 2022-12-01T10:09:52.5454165Z adding 'torch/package/_importlib.py' 2022-12-01T10:09:52.5455909Z adding 'torch/package/_mangling.py' 2022-12-01T10:09:52.5457736Z adding 'torch/package/_mock.py' 2022-12-01T10:09:52.5459979Z adding 'torch/package/_package_pickler.py' 2022-12-01T10:09:52.5461634Z adding 'torch/package/_package_unpickler.py' 2022-12-01T10:09:52.5464177Z adding 'torch/package/_stdlib.py' 2022-12-01T10:09:52.5466787Z adding 'torch/package/file_structure_representation.py' 2022-12-01T10:09:52.5468913Z adding 'torch/package/find_file_dependencies.py' 2022-12-01T10:09:52.5470955Z adding 'torch/package/glob_group.py' 2022-12-01T10:09:52.5474312Z adding 'torch/package/importer.py' 2022-12-01T10:09:52.5488049Z adding 'torch/package/package_exporter.py' 2022-12-01T10:09:52.5498349Z adding 'torch/package/package_importer.py' 2022-12-01T10:09:52.5500686Z adding 'torch/package/analyze/__init__.py' 2022-12-01T10:09:52.5502578Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2022-12-01T10:09:52.5504514Z adding 'torch/package/analyze/is_from_package.py' 2022-12-01T10:09:52.5505919Z adding 'torch/package/analyze/trace_dependencies.py' 2022-12-01T10:09:52.5507756Z adding 'torch/profiler/__init__.py' 2022-12-01T10:09:52.5513811Z adding 'torch/profiler/_pattern_matcher.py' 2022-12-01T10:09:52.5518665Z adding 'torch/profiler/_utils.py' 2022-12-01T10:09:52.5520813Z adding 'torch/profiler/itt.py' 2022-12-01T10:09:52.5527127Z adding 'torch/profiler/profiler.py' 2022-12-01T10:09:52.5529383Z adding 'torch/profiler/python_tracer.py' 2022-12-01T10:09:52.5531747Z adding 'torch/quantization/__init__.py' 2022-12-01T10:09:52.5533567Z adding 'torch/quantization/_numeric_suite.py' 2022-12-01T10:09:52.5535160Z adding 'torch/quantization/_numeric_suite_fx.py' 2022-12-01T10:09:52.5536809Z adding 'torch/quantization/fake_quantize.py' 2022-12-01T10:09:52.5538281Z adding 'torch/quantization/fuse_modules.py' 2022-12-01T10:09:52.5539775Z adding 'torch/quantization/fuser_method_mappings.py' 2022-12-01T10:09:52.5541243Z adding 'torch/quantization/observer.py' 2022-12-01T10:09:52.5542787Z adding 'torch/quantization/qconfig.py' 2022-12-01T10:09:52.5544153Z adding 'torch/quantization/quant_type.py' 2022-12-01T10:09:52.5545723Z adding 'torch/quantization/quantization_mappings.py' 2022-12-01T10:09:52.5547261Z adding 'torch/quantization/quantize.py' 2022-12-01T10:09:52.5548748Z adding 'torch/quantization/quantize_fx.py' 2022-12-01T10:09:52.5550444Z adding 'torch/quantization/quantize_jit.py' 2022-12-01T10:09:52.5551749Z adding 'torch/quantization/stubs.py' 2022-12-01T10:09:52.5553101Z adding 'torch/quantization/utils.py' 2022-12-01T10:09:52.5555143Z adding 'torch/quantization/fx/__init__.py' 2022-12-01T10:09:52.5556780Z adding 'torch/quantization/fx/_equalize.py' 2022-12-01T10:09:52.5558171Z adding 'torch/quantization/fx/convert.py' 2022-12-01T10:09:52.5559777Z adding 'torch/quantization/fx/fuse.py' 2022-12-01T10:09:52.5561379Z adding 'torch/quantization/fx/fusion_patterns.py' 2022-12-01T10:09:52.5562704Z adding 'torch/quantization/fx/graph_module.py' 2022-12-01T10:09:52.5563970Z adding 'torch/quantization/fx/match_utils.py' 2022-12-01T10:09:52.5565619Z adding 'torch/quantization/fx/pattern_utils.py' 2022-12-01T10:09:52.5567132Z adding 'torch/quantization/fx/prepare.py' 2022-12-01T10:09:52.5568810Z adding 'torch/quantization/fx/quantization_patterns.py' 2022-12-01T10:09:52.5570109Z adding 'torch/quantization/fx/quantization_types.py' 2022-12-01T10:09:52.5571520Z adding 'torch/quantization/fx/utils.py' 2022-12-01T10:09:52.5573651Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2022-12-01T10:09:52.5576242Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2022-12-01T10:09:52.5578009Z adding 'torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake' 2022-12-01T10:09:52.5579625Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2022-12-01T10:09:52.5582288Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2022-12-01T10:09:52.5584380Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2022-12-01T10:09:52.5586166Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2022-12-01T10:09:52.5588365Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2022-12-01T10:09:52.5615276Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2022-12-01T10:09:52.5621828Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2022-12-01T10:09:52.5624032Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2022-12-01T10:09:52.5626701Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2022-12-01T10:09:52.5628942Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2022-12-01T10:09:52.5632864Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2022-12-01T10:09:52.5636972Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2022-12-01T10:09:52.5640956Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2022-12-01T10:09:52.5646723Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2022-12-01T10:09:52.5649268Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2022-12-01T10:09:52.5651192Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2022-12-01T10:09:52.5652796Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2022-12-01T10:09:52.5654244Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2022-12-01T10:09:52.5656221Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2022-12-01T10:09:52.5657856Z adding 'torch/share/cmake/Caffe2/public/threads.cmake' 2022-12-01T10:09:52.5664207Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2022-12-01T10:09:52.5666748Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake' 2022-12-01T10:09:52.5668977Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake' 2022-12-01T10:09:52.5671756Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2022-12-01T10:09:52.5673434Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2022-12-01T10:09:52.5677944Z adding 'torch/sparse/__init__.py' 2022-12-01T10:09:52.5684553Z adding 'torch/special/__init__.py' 2022-12-01T10:09:52.5925431Z adding 'torch/test/CppSignature_test' 2022-12-01T10:09:52.6277344Z adding 'torch/test/Dict_test' 2022-12-01T10:09:52.6543985Z adding 'torch/test/Dimname_test' 2022-12-01T10:09:52.6839579Z adding 'torch/test/IListRef_test' 2022-12-01T10:09:52.7157021Z adding 'torch/test/KernelFunction_test' 2022-12-01T10:09:52.7664932Z adding 'torch/test/List_test' 2022-12-01T10:09:52.7987971Z adding 'torch/test/MaybeOwned_test' 2022-12-01T10:09:52.8277113Z adding 'torch/test/NamedTensor_test' 2022-12-01T10:09:52.8568331Z adding 'torch/test/apply_utils_test' 2022-12-01T10:09:52.8862028Z adding 'torch/test/atest' 2022-12-01T10:09:52.9144854Z adding 'torch/test/backend_fallback_test' 2022-12-01T10:09:52.9454029Z adding 'torch/test/basic' 2022-12-01T10:09:52.9726539Z adding 'torch/test/broadcast_test' 2022-12-01T10:09:52.9966248Z adding 'torch/test/c10_Array_test' 2022-12-01T10:09:53.0226558Z adding 'torch/test/c10_Bitset_test' 2022-12-01T10:09:53.0480101Z adding 'torch/test/c10_C++17_test' 2022-12-01T10:09:53.0723822Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2022-12-01T10:09:53.0963439Z adding 'torch/test/c10_ConstexprCrc_test' 2022-12-01T10:09:53.1205534Z adding 'torch/test/c10_DeadlockDetection_test' 2022-12-01T10:09:53.1461159Z adding 'torch/test/c10_DeviceGuard_test' 2022-12-01T10:09:53.1713260Z adding 'torch/test/c10_Device_test' 2022-12-01T10:09:53.2005041Z adding 'torch/test/c10_DispatchKeySet_test' 2022-12-01T10:09:53.2254423Z adding 'torch/test/c10_Half_test' 2022-12-01T10:09:53.2528202Z adding 'torch/test/c10_InlineDeviceGuard_test' 2022-12-01T10:09:53.2806668Z adding 'torch/test/c10_InlineStreamGuard_test' 2022-12-01T10:09:53.3087428Z adding 'torch/test/c10_LeftRight_test' 2022-12-01T10:09:53.3388734Z adding 'torch/test/c10_Metaprogramming_test' 2022-12-01T10:09:53.3673794Z adding 'torch/test/c10_SizesAndStrides_test' 2022-12-01T10:09:53.4269590Z adding 'torch/test/c10_SmallVectorTest' 2022-12-01T10:09:53.4540067Z adding 'torch/test/c10_StreamGuard_test' 2022-12-01T10:09:53.4788363Z adding 'torch/test/c10_SymInt_test' 2022-12-01T10:09:53.5037769Z adding 'torch/test/c10_Synchronized_test' 2022-12-01T10:09:53.5318407Z adding 'torch/test/c10_ThreadLocal_test' 2022-12-01T10:09:53.5579716Z adding 'torch/test/c10_TypeIndex_test' 2022-12-01T10:09:53.5827896Z adding 'torch/test/c10_TypeList_test' 2022-12-01T10:09:53.6067359Z adding 'torch/test/c10_TypeTraits_test' 2022-12-01T10:09:53.6323973Z adding 'torch/test/c10_accumulate_test' 2022-12-01T10:09:53.6601823Z adding 'torch/test/c10_bfloat16_test' 2022-12-01T10:09:53.6870342Z adding 'torch/test/c10_complex_math_test' 2022-12-01T10:09:53.7145527Z adding 'torch/test/c10_complex_test' 2022-12-01T10:09:53.7387094Z adding 'torch/test/c10_cuda_CUDATest' 2022-12-01T10:09:53.7874508Z adding 'torch/test/c10_either_test' 2022-12-01T10:09:53.8152864Z adding 'torch/test/c10_exception_test' 2022-12-01T10:09:53.8400152Z adding 'torch/test/c10_flags_test' 2022-12-01T10:09:53.8690010Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2022-12-01T10:09:53.9434792Z adding 'torch/test/c10_intrusive_ptr_test' 2022-12-01T10:09:53.9722854Z adding 'torch/test/c10_irange_test' 2022-12-01T10:09:54.0012097Z adding 'torch/test/c10_logging_test' 2022-12-01T10:09:54.0372598Z adding 'torch/test/c10_optional_test' 2022-12-01T10:09:54.0678164Z adding 'torch/test/c10_ordered_preserving_dict_test' 2022-12-01T10:09:54.0953798Z adding 'torch/test/c10_registry_test' 2022-12-01T10:09:54.1247194Z adding 'torch/test/c10_string_view_test' 2022-12-01T10:09:54.1505808Z adding 'torch/test/c10_tempfile_test' 2022-12-01T10:09:54.1785209Z adding 'torch/test/c10_typeid_test' 2022-12-01T10:09:54.2076154Z adding 'torch/test/cpu_generator_test' 2022-12-01T10:09:54.2338294Z adding 'torch/test/cpu_profiling_allocator_test' 2022-12-01T10:09:54.2753515Z adding 'torch/test/cpu_rng_test' 2022-12-01T10:09:54.3022101Z adding 'torch/test/cuda_apply_test' 2022-12-01T10:09:54.3316797Z adding 'torch/test/cuda_atomic_ops_test' 2022-12-01T10:09:54.3583594Z adding 'torch/test/cuda_caching_host_allocator_test' 2022-12-01T10:09:54.3916538Z adding 'torch/test/cuda_complex_math_test' 2022-12-01T10:09:54.4206411Z adding 'torch/test/cuda_complex_test' 2022-12-01T10:09:54.4498422Z adding 'torch/test/cuda_cub_test' 2022-12-01T10:09:54.4741980Z adding 'torch/test/cuda_cudnn_test' 2022-12-01T10:09:54.4983966Z adding 'torch/test/cuda_device_test' 2022-12-01T10:09:54.5322406Z adding 'torch/test/cuda_distributions_test' 2022-12-01T10:09:54.5573428Z adding 'torch/test/cuda_dlconvertor_test' 2022-12-01T10:09:54.5862111Z adding 'torch/test/cuda_generator_test' 2022-12-01T10:09:54.6107728Z adding 'torch/test/cuda_half_test' 2022-12-01T10:09:54.6357992Z adding 'torch/test/cuda_integer_divider_test' 2022-12-01T10:09:54.6599727Z adding 'torch/test/cuda_optional_test' 2022-12-01T10:09:54.6851987Z adding 'torch/test/cuda_packedtensoraccessor_test' 2022-12-01T10:09:54.7112942Z adding 'torch/test/cuda_reportMemoryUsage_test' 2022-12-01T10:09:54.7417455Z adding 'torch/test/cuda_stream_test' 2022-12-01T10:09:54.7680449Z adding 'torch/test/cuda_vectorized_test' 2022-12-01T10:09:54.7929096Z adding 'torch/test/dispatch_key_set_test' 2022-12-01T10:09:54.8173330Z adding 'torch/test/dlconvertor_test' 2022-12-01T10:09:54.8462003Z adding 'torch/test/extension_backend_test' 2022-12-01T10:09:54.8740104Z adding 'torch/test/half_test' 2022-12-01T10:09:54.9003532Z adding 'torch/test/inline_container_test' 2022-12-01T10:09:54.9484482Z adding 'torch/test/ivalue_test' 2022-12-01T10:09:55.0076790Z adding 'torch/test/kernel_function_legacy_test' 2022-12-01T10:09:55.0566082Z adding 'torch/test/kernel_function_test' 2022-12-01T10:09:55.1172398Z adding 'torch/test/kernel_lambda_legacy_test' 2022-12-01T10:09:55.1682088Z adding 'torch/test/kernel_lambda_test' 2022-12-01T10:09:55.1996739Z adding 'torch/test/kernel_stackbased_test' 2022-12-01T10:09:55.2243408Z adding 'torch/test/lazy_tensor_test' 2022-12-01T10:09:55.2714863Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2022-12-01T10:09:55.2994452Z adding 'torch/test/math_kernel_test' 2022-12-01T10:09:55.3261792Z adding 'torch/test/memory_format_test' 2022-12-01T10:09:55.3524264Z adding 'torch/test/memory_overlapping_test' 2022-12-01T10:09:55.3784126Z adding 'torch/test/mobile_memory_cleanup' 2022-12-01T10:09:55.4067190Z adding 'torch/test/native_test' 2022-12-01T10:09:55.4307145Z adding 'torch/test/op_allowlist_test' 2022-12-01T10:09:55.5497573Z adding 'torch/test/op_registration_test' 2022-12-01T10:09:55.5826839Z adding 'torch/test/operator_name_test' 2022-12-01T10:09:55.6075202Z adding 'torch/test/operators_test' 2022-12-01T10:09:55.6336131Z adding 'torch/test/packedtensoraccessor_test' 2022-12-01T10:09:55.6660250Z adding 'torch/test/pow_test' 2022-12-01T10:09:55.6948793Z adding 'torch/test/quantized_test' 2022-12-01T10:09:55.7195887Z adding 'torch/test/reduce_ops_test' 2022-12-01T10:09:55.7448904Z adding 'torch/test/reportMemoryUsage_test' 2022-12-01T10:09:55.7731625Z adding 'torch/test/scalar_tensor_test' 2022-12-01T10:09:55.8027470Z adding 'torch/test/scalar_test' 2022-12-01T10:09:55.8287703Z adding 'torch/test/stride_properties_test' 2022-12-01T10:09:55.8655185Z adding 'torch/test/tensor_iterator_test' 2022-12-01T10:09:55.8941896Z adding 'torch/test/test_parallel' 2022-12-01T10:09:55.8961596Z adding 'torch/test/thread_init_test' 2022-12-01T10:09:55.9225598Z adding 'torch/test/type_ptr_test' 2022-12-01T10:09:55.9528913Z adding 'torch/test/type_test' 2022-12-01T10:09:55.9790213Z adding 'torch/test/undefined_tensor_test' 2022-12-01T10:09:56.0036057Z adding 'torch/test/variant_test' 2022-12-01T10:09:56.0051131Z adding 'torch/test/verify_api_visibility' 2022-12-01T10:09:56.0389159Z adding 'torch/test/vmap_test' 2022-12-01T10:09:56.0647560Z adding 'torch/test/weakref_test' 2022-12-01T10:09:56.0901731Z adding 'torch/test/wrapdim_test' 2022-12-01T10:09:56.1146341Z adding 'torch/test/xla_tensor_test' 2022-12-01T10:09:56.1159539Z adding 'torch/testing/__init__.py' 2022-12-01T10:09:56.1173949Z adding 'torch/testing/_comparison.py' 2022-12-01T10:09:56.1178834Z adding 'torch/testing/_creation.py' 2022-12-01T10:09:56.1181632Z adding 'torch/testing/_deprecated.py' 2022-12-01T10:09:56.1183876Z adding 'torch/testing/_legacy.py' 2022-12-01T10:09:56.1185703Z adding 'torch/testing/_internal/__init__.py' 2022-12-01T10:09:56.1189870Z adding 'torch/testing/_internal/autocast_test_lists.py' 2022-12-01T10:09:56.1193798Z adding 'torch/testing/_internal/check_kernel_launches.py' 2022-12-01T10:09:56.1196655Z adding 'torch/testing/_internal/common_cuda.py' 2022-12-01T10:09:56.1214125Z adding 'torch/testing/_internal/common_device_type.py' 2022-12-01T10:09:56.1223912Z adding 'torch/testing/_internal/common_distributed.py' 2022-12-01T10:09:56.1226410Z adding 'torch/testing/_internal/common_dtype.py' 2022-12-01T10:09:56.1237533Z adding 'torch/testing/_internal/common_fsdp.py' 2022-12-01T10:09:56.1242933Z adding 'torch/testing/_internal/common_jit.py' 2022-12-01T10:09:56.1412906Z adding 'torch/testing/_internal/common_methods_invocations.py' 2022-12-01T10:09:56.1443437Z adding 'torch/testing/_internal/common_modules.py' 2022-12-01T10:09:56.1488220Z adding 'torch/testing/_internal/common_nn.py' 2022-12-01T10:09:56.1512980Z adding 'torch/testing/_internal/common_quantization.py' 2022-12-01T10:09:56.1518278Z adding 'torch/testing/_internal/common_quantized.py' 2022-12-01T10:09:56.1521386Z adding 'torch/testing/_internal/common_subclass.py' 2022-12-01T10:09:56.1572371Z adding 'torch/testing/_internal/common_utils.py' 2022-12-01T10:09:56.1582120Z adding 'torch/testing/_internal/composite_compliance.py' 2022-12-01T10:09:56.1585603Z adding 'torch/testing/_internal/dist_utils.py' 2022-12-01T10:09:56.1590178Z adding 'torch/testing/_internal/hypothesis_utils.py' 2022-12-01T10:09:56.1598959Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2022-12-01T10:09:56.1609174Z adding 'torch/testing/_internal/jit_utils.py' 2022-12-01T10:09:56.1612118Z adding 'torch/testing/_internal/logging_tensor.py' 2022-12-01T10:09:56.1613751Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2022-12-01T10:09:56.1615810Z adding 'torch/testing/_internal/schema_check_mode.py' 2022-12-01T10:09:56.1617604Z adding 'torch/testing/_internal/codegen/__init__.py' 2022-12-01T10:09:56.1621839Z adding 'torch/testing/_internal/codegen/random_topo_test.py' 2022-12-01T10:09:56.1623746Z adding 'torch/testing/_internal/data/__init__.py' 2022-12-01T10:09:56.1625181Z adding 'torch/testing/_internal/data/network1.py' 2022-12-01T10:09:56.1626308Z adding 'torch/testing/_internal/data/network2.py' 2022-12-01T10:09:56.1628030Z adding 'torch/testing/_internal/distributed/__init__.py' 2022-12-01T10:09:56.1634609Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2022-12-01T10:09:56.1717635Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2022-12-01T10:09:56.1728634Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2022-12-01T10:09:56.1730990Z adding 'torch/testing/_internal/distributed/pipe_with_ddp_test.py' 2022-12-01T10:09:56.1733785Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2022-12-01T10:09:56.1735757Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2022-12-01T10:09:56.1736766Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2022-12-01T10:09:56.1739110Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2022-12-01T10:09:56.1741451Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2022-12-01T10:09:56.1743319Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2022-12-01T10:09:56.1744985Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2022-12-01T10:09:56.1746586Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2022-12-01T10:09:56.1751785Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2022-12-01T10:09:56.1754108Z adding 'torch/testing/_internal/distributed/pipeline/__init__.py' 2022-12-01T10:09:56.1755920Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2022-12-01T10:09:56.1780781Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2022-12-01T10:09:56.1786526Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2022-12-01T10:09:56.1789657Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2022-12-01T10:09:56.1791937Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2022-12-01T10:09:56.1793482Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2022-12-01T10:09:56.1845203Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2022-12-01T10:09:56.1852845Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2022-12-01T10:09:56.1854392Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2022-12-01T10:09:56.1856671Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2022-12-01T10:09:56.1859552Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2022-12-01T10:09:56.1861407Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2022-12-01T10:09:56.1863065Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2022-12-01T10:09:56.1873827Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2022-12-01T10:09:56.1877760Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2022-12-01T10:09:56.1879393Z adding 'torch/testing/_internal/generated/__init__.py' 2022-12-01T10:09:56.1911355Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2022-12-01T10:09:56.1921208Z adding 'torch/testing/_internal/opinfo/__init__.py' 2022-12-01T10:09:56.1951171Z adding 'torch/testing/_internal/opinfo/core.py' 2022-12-01T10:09:56.1956525Z adding 'torch/testing/_internal/opinfo/refs.py' 2022-12-01T10:09:56.1959857Z adding 'torch/testing/_internal/opinfo/utils.py' 2022-12-01T10:09:56.1961777Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2022-12-01T10:09:56.1967915Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2022-12-01T10:09:56.1972554Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2022-12-01T10:09:56.1989710Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2022-12-01T10:09:56.1995562Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2022-12-01T10:09:56.1997737Z adding 'torch/testing/_internal/test_module/__init__.py' 2022-12-01T10:09:56.1999098Z adding 'torch/testing/_internal/test_module/future_div.py' 2022-12-01T10:09:56.2000691Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2022-12-01T10:09:56.2002661Z adding 'torch/utils/__init__.py' 2022-12-01T10:09:56.2004413Z adding 'torch/utils/_cpp_extension_versioner.py' 2022-12-01T10:09:56.2006177Z adding 'torch/utils/_crash_handler.py' 2022-12-01T10:09:56.2008372Z adding 'torch/utils/_cuda_trace.py' 2022-12-01T10:09:56.2012689Z adding 'torch/utils/_freeze.py' 2022-12-01T10:09:56.2014404Z adding 'torch/utils/_mode_utils.py' 2022-12-01T10:09:56.2016484Z adding 'torch/utils/_python_dispatch.py' 2022-12-01T10:09:56.2020117Z adding 'torch/utils/_pytree.py' 2022-12-01T10:09:56.2022276Z adding 'torch/utils/_zip.py' 2022-12-01T10:09:56.2028260Z adding 'torch/utils/bundled_inputs.py' 2022-12-01T10:09:56.2034667Z adding 'torch/utils/checkpoint.py' 2022-12-01T10:09:56.2040324Z adding 'torch/utils/collect_env.py' 2022-12-01T10:09:56.2042266Z adding 'torch/utils/cpp_backtrace.py' 2022-12-01T10:09:56.2071368Z adding 'torch/utils/cpp_extension.py' 2022-12-01T10:09:56.2076265Z adding 'torch/utils/dlpack.py' 2022-12-01T10:09:56.2077984Z adding 'torch/utils/file_baton.py' 2022-12-01T10:09:56.2080891Z adding 'torch/utils/hooks.py' 2022-12-01T10:09:56.2083585Z adding 'torch/utils/mkldnn.py' 2022-12-01T10:09:56.2086250Z adding 'torch/utils/mobile_optimizer.py' 2022-12-01T10:09:56.2087831Z adding 'torch/utils/model_zoo.py' 2022-12-01T10:09:56.2090158Z adding 'torch/utils/show_pickle.py' 2022-12-01T10:09:56.2093033Z adding 'torch/utils/throughput_benchmark.py' 2022-12-01T10:09:56.2094854Z adding 'torch/utils/backcompat/__init__.py' 2022-12-01T10:09:56.2096414Z adding 'torch/utils/benchmark/__init__.py' 2022-12-01T10:09:56.2098237Z adding 'torch/utils/benchmark/examples/__init__.py' 2022-12-01T10:09:56.2101081Z adding 'torch/utils/benchmark/examples/blas_compare.py' 2022-12-01T10:09:56.2104176Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2022-12-01T10:09:56.2106234Z adding 'torch/utils/benchmark/examples/compare.py' 2022-12-01T10:09:56.2110942Z adding 'torch/utils/benchmark/examples/end_to_end.py' 2022-12-01T10:09:56.2113478Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2022-12-01T10:09:56.2116308Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2022-12-01T10:09:56.2117758Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2022-12-01T10:09:56.2120086Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2022-12-01T10:09:56.2121800Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2022-12-01T10:09:56.2123612Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2022-12-01T10:09:56.2125717Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2022-12-01T10:09:56.2127859Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2022-12-01T10:09:56.2129737Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2022-12-01T10:09:56.2131614Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2022-12-01T10:09:56.2133229Z adding 'torch/utils/benchmark/utils/__init__.py' 2022-12-01T10:09:56.2134807Z adding 'torch/utils/benchmark/utils/_stubs.py' 2022-12-01T10:09:56.2139458Z adding 'torch/utils/benchmark/utils/common.py' 2022-12-01T10:09:56.2143538Z adding 'torch/utils/benchmark/utils/compare.py' 2022-12-01T10:09:56.2146696Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2022-12-01T10:09:56.2152511Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2022-12-01T10:09:56.2155756Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2022-12-01T10:09:56.2157660Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2022-12-01T10:09:56.2164265Z adding 'torch/utils/benchmark/utils/timer.py' 2022-12-01T10:09:56.2166570Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2022-12-01T10:09:56.2169855Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2022-12-01T10:09:56.2171704Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2022-12-01T10:09:56.2173458Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2022-12-01T10:09:56.2183989Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2022-12-01T10:09:56.2230175Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2022-12-01T10:09:56.2241431Z adding 'torch/utils/bottleneck/__init__.py' 2022-12-01T10:09:56.2244160Z adding 'torch/utils/bottleneck/__main__.py' 2022-12-01T10:09:56.2246335Z adding 'torch/utils/data/__init__.py' 2022-12-01T10:09:56.2247738Z adding 'torch/utils/data/backward_compatibility.py' 2022-12-01T10:09:56.2272652Z adding 'torch/utils/data/dataloader.py' 2022-12-01T10:09:56.2277189Z adding 'torch/utils/data/dataloader_experimental.py' 2022-12-01T10:09:56.2281629Z adding 'torch/utils/data/dataset.py' 2022-12-01T10:09:56.2284690Z adding 'torch/utils/data/distributed.py' 2022-12-01T10:09:56.2287411Z adding 'torch/utils/data/graph.py' 2022-12-01T10:09:56.2289980Z adding 'torch/utils/data/graph_settings.py' 2022-12-01T10:09:56.2293750Z adding 'torch/utils/data/sampler.py' 2022-12-01T10:09:56.2296140Z adding 'torch/utils/data/_utils/__init__.py' 2022-12-01T10:09:56.2299903Z adding 'torch/utils/data/_utils/collate.py' 2022-12-01T10:09:56.2302038Z adding 'torch/utils/data/_utils/fetch.py' 2022-12-01T10:09:56.2304006Z adding 'torch/utils/data/_utils/pin_memory.py' 2022-12-01T10:09:56.2305562Z adding 'torch/utils/data/_utils/serialization.py' 2022-12-01T10:09:56.2307670Z adding 'torch/utils/data/_utils/signal_handling.py' 2022-12-01T10:09:56.2312525Z adding 'torch/utils/data/_utils/worker.py' 2022-12-01T10:09:56.2314509Z adding 'torch/utils/data/communication/__init__.py' 2022-12-01T10:09:56.2316663Z adding 'torch/utils/data/communication/eventloop.py' 2022-12-01T10:09:56.2318979Z adding 'torch/utils/data/communication/iter.py' 2022-12-01T10:09:56.2321313Z adding 'torch/utils/data/communication/map.py' 2022-12-01T10:09:56.2322851Z adding 'torch/utils/data/communication/messages.py' 2022-12-01T10:09:56.2324979Z adding 'torch/utils/data/communication/protocol.py' 2022-12-01T10:09:56.2326690Z adding 'torch/utils/data/communication/queue.py' 2022-12-01T10:09:56.2328275Z adding 'torch/utils/data/datapipes/__init__.py' 2022-12-01T10:09:56.2330609Z adding 'torch/utils/data/datapipes/_decorator.py' 2022-12-01T10:09:56.2334327Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2022-12-01T10:09:56.2339533Z adding 'torch/utils/data/datapipes/_typing.py' 2022-12-01T10:09:56.2343863Z adding 'torch/utils/data/datapipes/datapipe.py' 2022-12-01T10:09:56.2346702Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2022-12-01T10:09:56.2350271Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2022-12-01T10:09:56.2352144Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2022-12-01T10:09:56.2354133Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2022-12-01T10:09:56.2358410Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2022-12-01T10:09:56.2360779Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2022-12-01T10:09:56.2362261Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2022-12-01T10:09:56.2363980Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2022-12-01T10:09:56.2367190Z adding 'torch/utils/data/datapipes/iter/callable.py' 2022-12-01T10:09:56.2370131Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2022-12-01T10:09:56.2376192Z adding 'torch/utils/data/datapipes/iter/combining.py' 2022-12-01T10:09:56.2378528Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2022-12-01T10:09:56.2380449Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2022-12-01T10:09:56.2385542Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2022-12-01T10:09:56.2398563Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2022-12-01T10:09:56.2400878Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2022-12-01T10:09:56.2402605Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2022-12-01T10:09:56.2404194Z adding 'torch/utils/data/datapipes/iter/utils.py' 2022-12-01T10:09:56.2405954Z adding 'torch/utils/data/datapipes/map/__init__.py' 2022-12-01T10:09:56.2407792Z adding 'torch/utils/data/datapipes/map/callable.py' 2022-12-01T10:09:56.2409941Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2022-12-01T10:09:56.2412113Z adding 'torch/utils/data/datapipes/map/combining.py' 2022-12-01T10:09:56.2413988Z adding 'torch/utils/data/datapipes/map/grouping.py' 2022-12-01T10:09:56.2415564Z adding 'torch/utils/data/datapipes/map/utils.py' 2022-12-01T10:09:56.2417061Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2022-12-01T10:09:56.2421306Z adding 'torch/utils/data/datapipes/utils/common.py' 2022-12-01T10:09:56.2425199Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2022-12-01T10:09:56.2427613Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2022-12-01T10:09:56.2429327Z adding 'torch/utils/hipify/__init__.py' 2022-12-01T10:09:56.2431015Z adding 'torch/utils/hipify/constants.py' 2022-12-01T10:09:56.2478146Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2022-12-01T10:09:56.2498695Z adding 'torch/utils/hipify/hipify_python.py' 2022-12-01T10:09:56.2500499Z adding 'torch/utils/hipify/version.py' 2022-12-01T10:09:56.2502256Z adding 'torch/utils/jit/__init__.py' 2022-12-01T10:09:56.2504322Z adding 'torch/utils/jit/log_extract.py' 2022-12-01T10:09:56.2509864Z adding 'torch/utils/model_dump/__init__.py' 2022-12-01T10:09:56.2511832Z adding 'torch/utils/model_dump/__main__.py' 2022-12-01T10:09:56.2517373Z adding 'torch/utils/model_dump/code.js' 2022-12-01T10:09:56.2520011Z adding 'torch/utils/model_dump/htm.mjs' 2022-12-01T10:09:56.2523869Z adding 'torch/utils/model_dump/preact.mjs' 2022-12-01T10:09:56.2525479Z adding 'torch/utils/model_dump/skeleton.html' 2022-12-01T10:09:56.2527206Z adding 'torch/utils/tensorboard/__init__.py' 2022-12-01T10:09:56.2534937Z adding 'torch/utils/tensorboard/_caffe2_graph.py' 2022-12-01T10:09:56.2537201Z adding 'torch/utils/tensorboard/_convert_np.py' 2022-12-01T10:09:56.2539231Z adding 'torch/utils/tensorboard/_embedding.py' 2022-12-01T10:09:56.2540974Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2022-12-01T10:09:56.2542614Z adding 'torch/utils/tensorboard/_proto_graph.py' 2022-12-01T10:09:56.2547047Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2022-12-01T10:09:56.2549640Z adding 'torch/utils/tensorboard/_utils.py' 2022-12-01T10:09:56.2558471Z adding 'torch/utils/tensorboard/summary.py' 2022-12-01T10:09:56.2570872Z adding 'torch/utils/tensorboard/writer.py' 2022-12-01T10:09:56.2575365Z adding 'torchgen/__init__.py' 2022-12-01T10:09:56.2577313Z adding 'torchgen/code_template.py' 2022-12-01T10:09:56.2579299Z adding 'torchgen/context.py' 2022-12-01T10:09:56.2611345Z adding 'torchgen/gen.py' 2022-12-01T10:09:56.2619765Z adding 'torchgen/gen_backend_stubs.py' 2022-12-01T10:09:56.2629210Z adding 'torchgen/gen_functionalization_type.py' 2022-12-01T10:09:56.2636883Z adding 'torchgen/gen_lazy_tensor.py' 2022-12-01T10:09:56.2640887Z adding 'torchgen/gen_vmap_plumbing.py' 2022-12-01T10:09:56.2642923Z adding 'torchgen/local.py' 2022-12-01T10:09:56.2680448Z adding 'torchgen/model.py' 2022-12-01T10:09:56.2691416Z adding 'torchgen/native_function_generation.py' 2022-12-01T10:09:56.2697515Z adding 'torchgen/utils.py' 2022-12-01T10:09:56.2699627Z adding 'torchgen/api/__init__.py' 2022-12-01T10:09:56.2707510Z adding 'torchgen/api/autograd.py' 2022-12-01T10:09:56.2712988Z adding 'torchgen/api/cpp.py' 2022-12-01T10:09:56.2715598Z adding 'torchgen/api/dispatcher.py' 2022-12-01T10:09:56.2718749Z adding 'torchgen/api/functionalization.py' 2022-12-01T10:09:56.2723756Z adding 'torchgen/api/lazy.py' 2022-12-01T10:09:56.2725741Z adding 'torchgen/api/meta.py' 2022-12-01T10:09:56.2727995Z adding 'torchgen/api/native.py' 2022-12-01T10:09:56.2744525Z adding 'torchgen/api/python.py' 2022-12-01T10:09:56.2748563Z adding 'torchgen/api/structured.py' 2022-12-01T10:09:56.2753995Z adding 'torchgen/api/translate.py' 2022-12-01T10:09:56.2762348Z adding 'torchgen/api/types.py' 2022-12-01T10:09:56.2765553Z adding 'torchgen/api/ufunc.py' 2022-12-01T10:09:56.2768919Z adding 'torchgen/api/unboxing.py' 2022-12-01T10:09:56.2771007Z adding 'torchgen/dest/__init__.py' 2022-12-01T10:09:56.2778740Z adding 'torchgen/dest/lazy_ir.py' 2022-12-01T10:09:56.2781307Z adding 'torchgen/dest/lazy_ts_lowering.py' 2022-12-01T10:09:56.2783105Z adding 'torchgen/dest/native_functions.py' 2022-12-01T10:09:56.2793449Z adding 'torchgen/dest/register_dispatch_key.py' 2022-12-01T10:09:56.2799301Z adding 'torchgen/dest/ufunc.py' 2022-12-01T10:09:56.2801303Z adding 'torchgen/operator_versions/__init__.py' 2022-12-01T10:09:56.2804779Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2022-12-01T10:09:56.2806635Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2022-12-01T10:09:56.2900680Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2022-12-01T10:09:56.2913854Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2022-12-01T10:09:56.2916707Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2022-12-01T10:09:56.2918828Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2022-12-01T10:09:56.2920202Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2022-12-01T10:09:56.2922001Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2022-12-01T10:09:56.2923633Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2022-12-01T10:09:56.2925053Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2022-12-01T10:09:56.2926539Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2022-12-01T10:09:56.2928020Z adding 'torchgen/packaged/ATen/templates/Function.h' 2022-12-01T10:09:56.2929438Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2022-12-01T10:09:56.2931316Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2022-12-01T10:09:56.2933628Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2022-12-01T10:09:56.2935267Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2022-12-01T10:09:56.2936784Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2022-12-01T10:09:56.2938296Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2022-12-01T10:09:56.2939760Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2022-12-01T10:09:56.2941505Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2022-12-01T10:09:56.2942871Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2022-12-01T10:09:56.2944413Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2022-12-01T10:09:56.2945828Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2022-12-01T10:09:56.2947258Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2022-12-01T10:09:56.2949301Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2022-12-01T10:09:56.2950919Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2022-12-01T10:09:56.2952529Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2022-12-01T10:09:56.2954310Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2022-12-01T10:09:56.2956236Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2022-12-01T10:09:56.2958027Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2022-12-01T10:09:56.2959972Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2022-12-01T10:09:56.2962307Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2022-12-01T10:09:56.2964246Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2022-12-01T10:09:56.2965862Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2022-12-01T10:09:56.2976639Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2022-12-01T10:09:56.2979851Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2022-12-01T10:09:56.2981686Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2022-12-01T10:09:56.2983383Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2022-12-01T10:09:56.2985031Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2022-12-01T10:09:56.2986784Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2022-12-01T10:09:56.2988642Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2022-12-01T10:09:56.2990451Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2022-12-01T10:09:56.2992227Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2022-12-01T10:09:56.2994115Z adding 'torchgen/selective_build/__init__.py' 2022-12-01T10:09:56.2996670Z adding 'torchgen/selective_build/operator.py' 2022-12-01T10:09:56.2999732Z adding 'torchgen/selective_build/selector.py' 2022-12-01T10:09:56.3001287Z adding 'torchgen/static_runtime/__init__.py' 2022-12-01T10:09:56.3003966Z adding 'torchgen/static_runtime/config.py' 2022-12-01T10:09:56.3006786Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2022-12-01T10:09:56.3012740Z adding 'torchgen/static_runtime/generator.py' 2022-12-01T10:09:56.3050665Z adding 'torch-1.13.0a0+gitc13d400.dist-info/LICENSE' 2022-12-01T10:09:56.3064634Z adding 'torch-1.13.0a0+gitc13d400.dist-info/METADATA' 2022-12-01T10:09:56.3071165Z adding 'torch-1.13.0a0+gitc13d400.dist-info/NOTICE' 2022-12-01T10:09:56.3072427Z adding 'torch-1.13.0a0+gitc13d400.dist-info/WHEEL' 2022-12-01T10:09:56.3073281Z adding 'torch-1.13.0a0+gitc13d400.dist-info/entry_points.txt' 2022-12-01T10:09:56.3074218Z adding 'torch-1.13.0a0+gitc13d400.dist-info/top_level.txt' 2022-12-01T10:09:56.3673529Z adding 'torch-1.13.0a0+gitc13d400.dist-info/RECORD' 2022-12-01T10:09:56.3940039Z removing build/bdist.linux-x86_64/wheel 2022-12-01T10:09:56.7188927Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp310-cp310-linux_x86_64.whl 2022-12-01T10:09:56.7189919Z + python -mpip install 'dist/torch-1.13.0a0+gitc13d400-cp310-cp310-linux_x86_64.whl[opt-einsum]' 2022-12-01T10:09:57.7675529Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp310-cp310-linux_x86_64.whl 2022-12-01T10:09:57.8399331Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.10/site-packages (from torch==1.13.0a0+gitc13d400) (4.3.0) 2022-12-01T10:09:57.8409386Z Requirement already satisfied: opt-einsum>=3.3 in /opt/conda/lib/python3.10/site-packages (from torch==1.13.0a0+gitc13d400) (3.3.0) 2022-12-01T10:09:57.8464991Z Requirement already satisfied: numpy>=1.7 in /opt/conda/lib/python3.10/site-packages (from opt-einsum>=3.3->torch==1.13.0a0+gitc13d400) (1.21.2) 2022-12-01T10:09:58.5051269Z Installing collected packages: torch 2022-12-01T10:10:06.1490770Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:10:06.2142741Z + set -x 2022-12-01T10:10:06.2142943Z + assert_git_not_dirty 2022-12-01T10:10:06.2144655Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-12-01T10:10:06.2145230Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-12-01T10:10:06.2146527Z ++ git status --porcelain 2022-12-01T10:10:12.8910156Z + git_status= 2022-12-01T10:10:12.8910504Z + [[ -n '' ]] 2022-12-01T10:10:12.8910716Z + mkdir -p dist 2022-12-01T10:10:12.8920788Z + '[' -f build/.ninja_log ']' 2022-12-01T10:10:12.8921176Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-12-01T10:10:12.8921464Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=build/custom_test_artifacts 2022-12-01T10:10:12.8924379Z ++ [[ linux-bionic-cuda11.6-py3.10-gcc7 == *rocm* ]] 2022-12-01T10:10:12.8924602Z ++ echo OFF 2022-12-01T10:10:12.8926673Z + CUSTOM_TEST_USE_ROCM=OFF 2022-12-01T10:10:12.8926989Z + CUSTOM_TEST_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public 2022-12-01T10:10:12.8927366Z + mkdir -pv build/custom_test_artifacts 2022-12-01T10:10:12.8936581Z mkdir: created directory 'build/custom_test_artifacts' 2022-12-01T10:10:12.8937680Z + CUSTOM_OP_BUILD=build/custom_test_artifacts/custom-op-build 2022-12-01T10:10:12.8938009Z + CUSTOM_OP_TEST=/var/lib/jenkins/workspace/test/custom_operator 2022-12-01T10:10:12.8938272Z + python --version 2022-12-01T10:10:12.8949624Z Python 3.10.4 2022-12-01T10:10:12.8954522Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-12-01T10:10:13.0619115Z + SITE_PACKAGES=/opt/conda/lib/python3.10/site-packages 2022-12-01T10:10:13.0619473Z + mkdir -p build/custom_test_artifacts/custom-op-build 2022-12-01T10:10:13.0628613Z + pushd build/custom_test_artifacts/custom-op-build 2022-12-01T10:10:13.0628955Z ~/workspace/build/custom_test_artifacts/custom-op-build ~/workspace 2022-12-01T10:10:13.0632142Z ++ which python 2022-12-01T10:10:13.0640918Z + cmake /var/lib/jenkins/workspace/test/custom_operator -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.10/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-12-01T10:10:13.1149411Z -- The C compiler identification is GNU 7.5.0 2022-12-01T10:10:13.1727168Z -- The CXX compiler identification is GNU 7.5.0 2022-12-01T10:10:13.1844249Z -- Detecting C compiler ABI info 2022-12-01T10:10:13.3027480Z -- Detecting C compiler ABI info - done 2022-12-01T10:10:13.3102248Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-12-01T10:10:13.3104569Z -- Detecting C compile features 2022-12-01T10:10:13.3108261Z -- Detecting C compile features - done 2022-12-01T10:10:13.3139296Z -- Detecting CXX compiler ABI info 2022-12-01T10:10:13.4139599Z -- Detecting CXX compiler ABI info - done 2022-12-01T10:10:13.4218862Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-12-01T10:10:13.4221428Z -- Detecting CXX compile features 2022-12-01T10:10:13.4226141Z -- Detecting CXX compile features - done 2022-12-01T10:10:13.4269924Z -- Looking for pthread.h 2022-12-01T10:10:13.5184657Z -- Looking for pthread.h - found 2022-12-01T10:10:13.5185732Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-12-01T10:10:13.6115283Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-12-01T10:10:13.6115975Z -- Looking for pthread_create in pthreads 2022-12-01T10:10:13.6923414Z -- Looking for pthread_create in pthreads - not found 2022-12-01T10:10:13.6924058Z -- Looking for pthread_create in pthread 2022-12-01T10:10:13.7875934Z -- Looking for pthread_create in pthread - found 2022-12-01T10:10:13.7883463Z -- Found Threads: TRUE 2022-12-01T10:10:13.8134679Z -- Found CUDA: /usr/local/cuda (found version "11.6") 2022-12-01T10:10:14.3228227Z -- The CUDA compiler identification is NVIDIA 11.6.124 2022-12-01T10:10:14.3286903Z -- Detecting CUDA compiler ABI info 2022-12-01T10:10:14.5561579Z -- Detecting CUDA compiler ABI info - done 2022-12-01T10:10:14.5798473Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-12-01T10:10:14.5801658Z -- Detecting CUDA compile features 2022-12-01T10:10:14.5805890Z -- Detecting CUDA compile features - done 2022-12-01T10:10:14.5840948Z -- Caffe2: CUDA detected: 11.6 2022-12-01T10:10:14.5841508Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-12-01T10:10:14.5841852Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-12-01T10:10:14.6931778Z -- Caffe2: Header version is: 11.6 2022-12-01T10:10:14.6948451Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-12-01T10:10:14.6950218Z -- Found cuDNN: v8.3.2 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-12-01T10:10:14.8357087Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 4dd39364 2022-12-01T10:10:14.8365569Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-12-01T10:10:14.8366224Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-12-01T10:10:14.8366600Z to cmake instead of implicitly setting it as an env variable. This will 2022-12-01T10:10:14.8367198Z become a FATAL_ERROR in future version of pytorch. 2022-12-01T10:10:14.8367578Z Call Stack (most recent call first): 2022-12-01T10:10:14.8368314Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-12-01T10:10:14.8368927Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-12-01T10:10:14.8369370Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-12-01T10:10:14.8369662Z CMakeLists.txt:9 (find_package) 2022-12-01T10:10:14.8369878Z 2022-12-01T10:10:14.8369946Z  2022-12-01T10:10:14.8370217Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-12-01T10:10:14.8601648Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-12-01T10:10:14.8602250Z static library kineto_LIBRARY-NOTFOUND not found. 2022-12-01T10:10:14.8602544Z Call Stack (most recent call first): 2022-12-01T10:10:14.8602970Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-12-01T10:10:14.8603528Z CMakeLists.txt:9 (find_package) 2022-12-01T10:10:14.8603769Z 2022-12-01T10:10:14.8603898Z  2022-12-01T10:10:14.8605119Z -- Found Torch: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so 2022-12-01T10:10:14.8608688Z -- Configuring done 2022-12-01T10:10:14.8702256Z -- Generating done 2022-12-01T10:10:14.8735906Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2022-12-01T10:10:14.8779402Z + make VERBOSE=1 2022-12-01T10:10:14.8791322Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/custom_operator -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-12-01T10:10:14.8852883Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build//CMakeFiles/progress.marks 2022-12-01T10:10:14.8899524Z make -f CMakeFiles/Makefile2 all 2022-12-01T10:10:14.8909287Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-12-01T10:10:14.8909723Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/depend 2022-12-01T10:10:14.8919472Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-12-01T10:10:14.8920551Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake --color= 2022-12-01T10:10:14.8972991Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-12-01T10:10:14.8973957Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/build 2022-12-01T10:10:14.8984267Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-12-01T10:10:14.9028852Z [ 25%] Building CXX object CMakeFiles/custom_ops.dir/op.cpp.o 2022-12-01T10:10:14.9033640Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_C10D_UCC -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_ops_EXPORTS -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /usr/local/cuda/include -fPIC -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/custom_ops.dir/op.cpp.o -MF CMakeFiles/custom_ops.dir/op.cpp.o.d -o CMakeFiles/custom_ops.dir/op.cpp.o -c /var/lib/jenkins/workspace/test/custom_operator/op.cpp 2022-12-01T10:10:23.9995138Z [ 50%] Linking CXX shared library libcustom_ops.so 2022-12-01T10:10:23.9998554Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_ops.dir/link.txt --verbose=1 2022-12-01T10:10:24.0041587Z /opt/cache/bin/c++ -fPIC -shared -Wl,-soname,libcustom_ops.so -o libcustom_ops.so CMakeFiles/custom_ops.dir/op.cpp.o -Wl,-rpath,/opt/conda/lib/python3.10/site-packages/torch/lib:/usr/local/cuda/lib64 /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lcuda /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cpp.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/libcufft.so /usr/local/cuda/lib64/libcurand.so /usr/local/cuda/lib64/libcublas.so /usr/local/cuda/lib64/libcudnn.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cu.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so 2022-12-01T10:10:24.3752845Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-12-01T10:10:24.3819954Z [ 50%] Built target custom_ops 2022-12-01T10:10:24.3824585Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/depend 2022-12-01T10:10:24.3834671Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-12-01T10:10:24.3835949Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake --color= 2022-12-01T10:10:24.3889277Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-12-01T10:10:24.3890104Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/build 2022-12-01T10:10:24.3899864Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-12-01T10:10:24.3948261Z [ 75%] Building CXX object CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-12-01T10:10:24.3953396Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_C10D_UCC -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /usr/local/cuda/include -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -MF CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d -o CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -c /var/lib/jenkins/workspace/test/custom_operator/test_custom_ops.cpp 2022-12-01T10:10:33.2837530Z [100%] Linking CXX executable test_custom_ops 2022-12-01T10:10:33.2841241Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_ops.dir/link.txt --verbose=1 2022-12-01T10:10:33.2884649Z /opt/cache/bin/c++ -rdynamic CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -o test_custom_ops -Wl,-rpath,/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build:/opt/conda/lib/python3.10/site-packages/torch/lib:/usr/local/cuda/lib64 libcustom_ops.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cpp.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/libcufft.so /usr/local/cuda/lib64/libcurand.so /usr/local/cuda/lib64/libcublas.so /usr/local/cuda/lib64/libcudnn.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cu.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lcuda /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so 2022-12-01T10:10:33.7771310Z /usr/bin/ld: warning: //opt/conda/lib/libgomp.so.1: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 2022-12-01T10:10:33.7771761Z /usr/bin/ld: warning: //opt/conda/lib/libgomp.so.1: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 2022-12-01T10:10:33.7787257Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-12-01T10:10:33.8052421Z [100%] Built target test_custom_ops 2022-12-01T10:10:33.8057471Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2022-12-01T10:10:33.8058331Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles 0 2022-12-01T10:10:33.8173412Z + popd 2022-12-01T10:10:33.8173839Z ~/workspace 2022-12-01T10:10:33.8174175Z + assert_git_not_dirty 2022-12-01T10:10:33.8174573Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-12-01T10:10:33.8174880Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-12-01T10:10:33.8177137Z ++ git status --porcelain 2022-12-01T10:10:33.8961406Z + git_status= 2022-12-01T10:10:33.8961911Z + [[ -n '' ]] 2022-12-01T10:10:33.8962335Z + JIT_HOOK_BUILD=build/custom_test_artifacts/jit-hook-build 2022-12-01T10:10:33.8962599Z + JIT_HOOK_TEST=/var/lib/jenkins/workspace/test/jit_hooks 2022-12-01T10:10:33.8962848Z + python --version 2022-12-01T10:10:33.8972897Z Python 3.10.4 2022-12-01T10:10:33.8977785Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2022-12-01T10:10:34.0622915Z + SITE_PACKAGES=/opt/conda/lib/python3.10/site-packages 2022-12-01T10:10:34.0623272Z + mkdir -p build/custom_test_artifacts/jit-hook-build 2022-12-01T10:10:34.0631863Z + pushd build/custom_test_artifacts/jit-hook-build 2022-12-01T10:10:34.0632199Z ~/workspace/build/custom_test_artifacts/jit-hook-build ~/workspace 2022-12-01T10:10:34.0635291Z ++ which python 2022-12-01T10:10:34.0643016Z + cmake /var/lib/jenkins/workspace/test/jit_hooks -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.10/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-12-01T10:10:34.1191561Z -- The C compiler identification is GNU 7.5.0 2022-12-01T10:10:34.1772043Z -- The CXX compiler identification is GNU 7.5.0 2022-12-01T10:10:34.1881594Z -- Detecting C compiler ABI info 2022-12-01T10:10:34.2679662Z -- Detecting C compiler ABI info - done 2022-12-01T10:10:34.2753295Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-12-01T10:10:34.2755816Z -- Detecting C compile features 2022-12-01T10:10:34.2759230Z -- Detecting C compile features - done 2022-12-01T10:10:34.2787219Z -- Detecting CXX compiler ABI info 2022-12-01T10:10:34.3760743Z -- Detecting CXX compiler ABI info - done 2022-12-01T10:10:34.3837283Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-12-01T10:10:34.3839681Z -- Detecting CXX compile features 2022-12-01T10:10:34.3844006Z -- Detecting CXX compile features - done 2022-12-01T10:10:34.3876911Z -- Looking for pthread.h 2022-12-01T10:10:34.4885653Z -- Looking for pthread.h - found 2022-12-01T10:10:34.4886660Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-12-01T10:10:34.5778763Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-12-01T10:10:34.5779301Z -- Looking for pthread_create in pthreads 2022-12-01T10:10:34.6687609Z -- Looking for pthread_create in pthreads - not found 2022-12-01T10:10:34.6687940Z -- Looking for pthread_create in pthread 2022-12-01T10:10:34.7565419Z -- Looking for pthread_create in pthread - found 2022-12-01T10:10:34.7573666Z -- Found Threads: TRUE 2022-12-01T10:10:34.7684308Z -- Found CUDA: /usr/local/cuda (found version "11.6") 2022-12-01T10:10:35.2657446Z -- The CUDA compiler identification is NVIDIA 11.6.124 2022-12-01T10:10:35.2721785Z -- Detecting CUDA compiler ABI info 2022-12-01T10:10:35.5055257Z -- Detecting CUDA compiler ABI info - done 2022-12-01T10:10:35.5292974Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-12-01T10:10:35.5296232Z -- Detecting CUDA compile features 2022-12-01T10:10:35.5300938Z -- Detecting CUDA compile features - done 2022-12-01T10:10:35.5558614Z -- Caffe2: CUDA detected: 11.6 2022-12-01T10:10:35.5559163Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-12-01T10:10:35.5559572Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-12-01T10:10:35.6654048Z -- Caffe2: Header version is: 11.6 2022-12-01T10:10:35.6670996Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-12-01T10:10:35.6672784Z -- Found cuDNN: v8.3.2 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-12-01T10:10:35.8073345Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 4dd39364 2022-12-01T10:10:35.8083206Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-12-01T10:10:35.8083883Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-12-01T10:10:35.8084417Z to cmake instead of implicitly setting it as an env variable. This will 2022-12-01T10:10:35.8084880Z become a FATAL_ERROR in future version of pytorch. 2022-12-01T10:10:35.8085278Z Call Stack (most recent call first): 2022-12-01T10:10:35.8086039Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-12-01T10:10:35.8086835Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-12-01T10:10:35.8087567Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-12-01T10:10:35.8088033Z CMakeLists.txt:9 (find_package) 2022-12-01T10:10:35.8088225Z 2022-12-01T10:10:35.8088355Z  2022-12-01T10:10:35.8088788Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-12-01T10:10:35.8207986Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-12-01T10:10:35.8208703Z static library kineto_LIBRARY-NOTFOUND not found. 2022-12-01T10:10:35.8209075Z Call Stack (most recent call first): 2022-12-01T10:10:35.8209769Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-12-01T10:10:35.8210279Z CMakeLists.txt:9 (find_package) 2022-12-01T10:10:35.8210492Z 2022-12-01T10:10:35.8210644Z  2022-12-01T10:10:35.8213224Z -- Found Torch: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so 2022-12-01T10:10:35.8215961Z -- Configuring done 2022-12-01T10:10:35.8275617Z -- Generating done 2022-12-01T10:10:35.8413277Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build 2022-12-01T10:10:35.8456191Z + make VERBOSE=1 2022-12-01T10:10:35.8467525Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/jit_hooks -B/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-12-01T10:10:35.8526986Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build//CMakeFiles/progress.marks 2022-12-01T10:10:35.8571584Z make -f CMakeFiles/Makefile2 all 2022-12-01T10:10:35.8580404Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-12-01T10:10:35.8580955Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/depend 2022-12-01T10:10:35.8590615Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-12-01T10:10:35.8591665Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake --color= 2022-12-01T10:10:35.8640794Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-12-01T10:10:35.8642430Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/build 2022-12-01T10:10:35.8651052Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-12-01T10:10:35.8696384Z [ 50%] Building CXX object CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-12-01T10:10:35.8701145Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_C10D_UCC -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /usr/local/cuda/include -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -MF CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d -o CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -c /var/lib/jenkins/workspace/test/jit_hooks/test_jit_hooks.cpp 2022-12-01T10:10:44.6318256Z [100%] Linking CXX executable test_jit_hooks 2022-12-01T10:10:44.6321284Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_jit_hooks.dir/link.txt --verbose=1 2022-12-01T10:10:44.6365249Z /opt/cache/bin/c++ -rdynamic CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -o test_jit_hooks -Wl,-rpath,/opt/conda/lib/python3.10/site-packages/torch/lib:/usr/local/cuda/lib64 /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lcuda /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cpp.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/libcufft.so /usr/local/cuda/lib64/libcurand.so /usr/local/cuda/lib64/libcublas.so /usr/local/cuda/lib64/libcudnn.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cu.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so 2022-12-01T10:10:45.0658776Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-12-01T10:10:45.0729850Z [100%] Built target test_jit_hooks 2022-12-01T10:10:45.0734965Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2022-12-01T10:10:45.0736301Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles 0 2022-12-01T10:10:45.0784014Z + popd 2022-12-01T10:10:45.0784259Z ~/workspace 2022-12-01T10:10:45.0784448Z + assert_git_not_dirty 2022-12-01T10:10:45.0784956Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-12-01T10:10:45.0785268Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-12-01T10:10:45.0789043Z ++ git status --porcelain 2022-12-01T10:10:45.1560956Z + git_status= 2022-12-01T10:10:45.1561424Z + [[ -n '' ]] 2022-12-01T10:10:45.1561912Z + CUSTOM_BACKEND_BUILD=build/custom_test_artifacts/custom-backend-build 2022-12-01T10:10:45.1562237Z + CUSTOM_BACKEND_TEST=/var/lib/jenkins/workspace/test/custom_backend 2022-12-01T10:10:45.1562506Z + python --version 2022-12-01T10:10:45.1572458Z Python 3.10.4 2022-12-01T10:10:45.1573829Z + mkdir -p build/custom_test_artifacts/custom-backend-build 2022-12-01T10:10:45.1583057Z + pushd build/custom_test_artifacts/custom-backend-build 2022-12-01T10:10:45.1583670Z ~/workspace/build/custom_test_artifacts/custom-backend-build ~/workspace 2022-12-01T10:10:45.1586326Z ++ which python 2022-12-01T10:10:45.1593588Z + cmake /var/lib/jenkins/workspace/test/custom_backend -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.10/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2022-12-01T10:10:45.2091658Z -- The C compiler identification is GNU 7.5.0 2022-12-01T10:10:45.2685456Z -- The CXX compiler identification is GNU 7.5.0 2022-12-01T10:10:45.2796315Z -- Detecting C compiler ABI info 2022-12-01T10:10:45.3570667Z -- Detecting C compiler ABI info - done 2022-12-01T10:10:45.3645882Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-12-01T10:10:45.3648183Z -- Detecting C compile features 2022-12-01T10:10:45.3652003Z -- Detecting C compile features - done 2022-12-01T10:10:45.3680587Z -- Detecting CXX compiler ABI info 2022-12-01T10:10:45.4556029Z -- Detecting CXX compiler ABI info - done 2022-12-01T10:10:45.4633238Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-12-01T10:10:45.4636023Z -- Detecting CXX compile features 2022-12-01T10:10:45.4640529Z -- Detecting CXX compile features - done 2022-12-01T10:10:45.4672774Z -- Looking for pthread.h 2022-12-01T10:10:45.5469235Z -- Looking for pthread.h - found 2022-12-01T10:10:45.5470058Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-12-01T10:10:45.6272357Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-12-01T10:10:45.6272925Z -- Looking for pthread_create in pthreads 2022-12-01T10:10:45.6943454Z -- Looking for pthread_create in pthreads - not found 2022-12-01T10:10:45.6943849Z -- Looking for pthread_create in pthread 2022-12-01T10:10:45.7683624Z -- Looking for pthread_create in pthread - found 2022-12-01T10:10:45.7691415Z -- Found Threads: TRUE 2022-12-01T10:10:45.7802452Z -- Found CUDA: /usr/local/cuda (found version "11.6") 2022-12-01T10:10:46.2716818Z -- The CUDA compiler identification is NVIDIA 11.6.124 2022-12-01T10:10:46.2772495Z -- Detecting CUDA compiler ABI info 2022-12-01T10:10:46.4924998Z -- Detecting CUDA compiler ABI info - done 2022-12-01T10:10:46.5162323Z -- Check for working CUDA compiler: /usr/local/cuda/bin/nvcc - skipped 2022-12-01T10:10:46.5165281Z -- Detecting CUDA compile features 2022-12-01T10:10:46.5169388Z -- Detecting CUDA compile features - done 2022-12-01T10:10:46.5255717Z -- Caffe2: CUDA detected: 11.6 2022-12-01T10:10:46.5256255Z -- Caffe2: CUDA nvcc is: /usr/local/cuda/bin/nvcc 2022-12-01T10:10:46.6271695Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda 2022-12-01T10:10:46.6271987Z -- Caffe2: Header version is: 11.6 2022-12-01T10:10:46.6288215Z -- Found CUDNN: /usr/local/cuda/lib64/libcudnn.so 2022-12-01T10:10:46.6289795Z -- Found cuDNN: v8.3.2 (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so) 2022-12-01T10:10:46.7690886Z -- /usr/local/cuda/lib64/libnvrtc.so shorthash is 4dd39364 2022-12-01T10:10:46.7698920Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-12-01T10:10:46.7699478Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-12-01T10:10:46.7699963Z to cmake instead of implicitly setting it as an env variable. This will 2022-12-01T10:10:46.7700522Z become a FATAL_ERROR in future version of pytorch. 2022-12-01T10:10:46.7700796Z Call Stack (most recent call first): 2022-12-01T10:10:46.7701282Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-12-01T10:10:46.7701874Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-12-01T10:10:46.7702604Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-12-01T10:10:46.7703106Z CMakeLists.txt:9 (find_package) 2022-12-01T10:10:46.7703240Z 2022-12-01T10:10:46.7703322Z  2022-12-01T10:10:46.7703580Z -- Added CUDA NVCC flags for: -gencode;arch=compute_52,code=sm_52 2022-12-01T10:10:46.7823439Z CMake Warning at /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2022-12-01T10:10:46.7823831Z static library kineto_LIBRARY-NOTFOUND not found. 2022-12-01T10:10:46.7824095Z Call Stack (most recent call first): 2022-12-01T10:10:46.7824496Z /opt/conda/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2022-12-01T10:10:46.7824784Z CMakeLists.txt:9 (find_package) 2022-12-01T10:10:46.7824910Z 2022-12-01T10:10:46.7824988Z  2022-12-01T10:10:46.7826477Z -- Found Torch: /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so 2022-12-01T10:10:46.7829694Z -- Configuring done 2022-12-01T10:10:46.7922301Z -- Generating done 2022-12-01T10:10:46.7939271Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2022-12-01T10:10:46.7980278Z + make VERBOSE=1 2022-12-01T10:10:46.7992075Z /opt/conda/bin/cmake -S/var/lib/jenkins/workspace/test/custom_backend -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build --check-build-system CMakeFiles/Makefile.cmake 0 2022-12-01T10:10:46.8052290Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build//CMakeFiles/progress.marks 2022-12-01T10:10:46.8099937Z make -f CMakeFiles/Makefile2 all 2022-12-01T10:10:46.8109587Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-12-01T10:10:46.8115585Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/depend 2022-12-01T10:10:46.8119680Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-12-01T10:10:46.8120805Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake --color= 2022-12-01T10:10:46.8171127Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-12-01T10:10:46.8171702Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/build 2022-12-01T10:10:46.8181009Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-12-01T10:10:46.8226122Z [ 25%] Building CXX object CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-12-01T10:10:46.8230683Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_C10D_UCC -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_backend_EXPORTS -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /usr/local/cuda/include -fPIC -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/custom_backend.dir/custom_backend.cpp.o -MF CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d -o CMakeFiles/custom_backend.dir/custom_backend.cpp.o -c /var/lib/jenkins/workspace/test/custom_backend/custom_backend.cpp 2022-12-01T10:10:53.3847779Z [ 50%] Linking CXX shared library libcustom_backend.so 2022-12-01T10:10:53.3851149Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/custom_backend.dir/link.txt --verbose=1 2022-12-01T10:10:53.3894913Z /opt/cache/bin/c++ -fPIC -shared -Wl,-soname,libcustom_backend.so -o libcustom_backend.so CMakeFiles/custom_backend.dir/custom_backend.cpp.o -Wl,-rpath,/opt/conda/lib/python3.10/site-packages/torch/lib:/usr/local/cuda/lib64 /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lcuda /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cpp.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/libcufft.so /usr/local/cuda/lib64/libcurand.so /usr/local/cuda/lib64/libcublas.so /usr/local/cuda/lib64/libcudnn.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cu.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so 2022-12-01T10:10:53.7763227Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-12-01T10:10:53.7835039Z [ 50%] Built target custom_backend 2022-12-01T10:10:53.7842778Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/depend 2022-12-01T10:10:53.7851327Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-12-01T10:10:53.7852646Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake --color= 2022-12-01T10:10:53.7904942Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-12-01T10:10:53.7905765Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/build 2022-12-01T10:10:53.7915878Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-12-01T10:10:53.7962150Z [ 75%] Building CXX object CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-12-01T10:10:53.7967752Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_MPI -DUSE_C10D_NCCL -DUSE_C10D_UCC -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/lib/python3.10/site-packages/torch/include -isystem /opt/conda/lib/python3.10/site-packages/torch/include/torch/csrc/api/include -isystem /usr/local/cuda/include -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -MF CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d -o CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -c /var/lib/jenkins/workspace/test/custom_backend/test_custom_backend.cpp 2022-12-01T10:11:02.3250467Z [100%] Linking CXX executable test_custom_backend 2022-12-01T10:11:02.3254815Z /opt/conda/bin/cmake -E cmake_link_script CMakeFiles/test_custom_backend.dir/link.txt --verbose=1 2022-12-01T10:11:02.3298174Z /opt/cache/bin/c++ -rdynamic CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -o test_custom_backend -Wl,-rpath,/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build:/opt/conda/lib/python3.10/site-packages/torch/lib:/usr/local/cuda/lib64 libcustom_backend.so /opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cpp.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -lpthread /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so /usr/local/cuda/lib64/libcufft.so /usr/local/cuda/lib64/libcurand.so /usr/local/cuda/lib64/libcublas.so /usr/local/cuda/lib64/libcudnn.so -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch_cuda_cu.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/lib/python3.10/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/lib/python3.10/site-packages/torch/lib/libc10.so -lcuda /usr/local/cuda/lib64/libnvrtc.so /usr/local/cuda/lib64/libnvToolsExt.so /usr/local/cuda/lib64/libcudart.so /opt/conda/lib/python3.10/site-packages/torch/lib/libc10_cuda.so 2022-12-01T10:11:02.8099836Z /usr/bin/ld: warning: //opt/conda/lib/libgomp.so.1: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 2022-12-01T10:11:02.8100233Z /usr/bin/ld: warning: //opt/conda/lib/libgomp.so.1: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 2022-12-01T10:11:02.8116029Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-12-01T10:11:02.8201443Z [100%] Built target test_custom_backend 2022-12-01T10:11:02.8205943Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2022-12-01T10:11:02.8215167Z /opt/conda/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles 0 2022-12-01T10:11:02.8254413Z + popd 2022-12-01T10:11:02.8254660Z ~/workspace 2022-12-01T10:11:02.8254974Z + assert_git_not_dirty 2022-12-01T10:11:02.8255562Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *rocm* ]] 2022-12-01T10:11:02.8255949Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *xla* ]] 2022-12-01T10:11:02.8258340Z ++ git status --porcelain 2022-12-01T10:11:02.9044890Z + git_status= 2022-12-01T10:11:02.9045379Z + [[ -n '' ]] 2022-12-01T10:11:02.9045919Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *libtorch* ]] 2022-12-01T10:11:02.9046259Z + [[ linux-bionic-cuda11.6-py3.10-gcc7 != *bazel* ]] 2022-12-01T10:11:02.9046516Z + python tools/stats/export_test_times.py 2022-12-01T10:11:02.9526294Z Ignoring disabled issues: [] 2022-12-01T10:11:02.9527156Z Exporting test times from test-infra to .pytorch-test-times.json 2022-12-01T10:11:02.9527756Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to /var/lib/jenkins/workspace/.pytorch-test-times.json 2022-12-01T10:11:02.9876994Z + print_sccache_stats 2022-12-01T10:11:02.9877355Z + echo 'PyTorch Build Statistics' 2022-12-01T10:11:02.9877567Z PyTorch Build Statistics 2022-12-01T10:11:02.9877797Z + sccache --show-stats 2022-12-01T10:11:02.9899914Z Compile requests 9963 2022-12-01T10:11:02.9900330Z Compile requests executed 7225 2022-12-01T10:11:02.9900663Z Cache hits 7002 2022-12-01T10:11:02.9900965Z Cache hits (C/C++) 6762 2022-12-01T10:11:02.9901288Z Cache hits (CUDA) 240 2022-12-01T10:11:02.9901602Z Cache misses 202 2022-12-01T10:11:02.9901857Z Cache misses (C/C++) 202 2022-12-01T10:11:02.9902197Z Cache timeouts 0 2022-12-01T10:11:02.9902396Z Cache read errors 0 2022-12-01T10:11:02.9902625Z Forced recaches 0 2022-12-01T10:11:02.9902834Z Cache write errors 0 2022-12-01T10:11:02.9903037Z Compilation failures 9 2022-12-01T10:11:02.9903286Z Cache errors 12 2022-12-01T10:11:02.9903531Z Cache errors (C/C++) 12 2022-12-01T10:11:02.9903849Z Non-cacheable compilations 0 2022-12-01T10:11:02.9904120Z Non-cacheable calls 2403 2022-12-01T10:11:02.9904396Z Non-compilation calls 335 2022-12-01T10:11:02.9904616Z Unsupported compiler calls 0 2022-12-01T10:11:02.9904833Z Average cache write 0.058 s 2022-12-01T10:11:02.9905099Z Average cache read miss 1.895 s 2022-12-01T10:11:02.9905321Z Average cache read hit 0.041 s 2022-12-01T10:11:02.9905667Z Failed distributed compilations 0 2022-12-01T10:11:02.9905852Z 2022-12-01T10:11:02.9905969Z Non-cacheable reasons: 2022-12-01T10:11:02.9906198Z -E 2345 2022-12-01T10:11:02.9906440Z -M 41 2022-12-01T10:11:02.9906707Z multiple input files 15 2022-12-01T10:11:02.9906965Z @ 1 2022-12-01T10:11:02.9907228Z unknown source language 1 2022-12-01T10:11:02.9907366Z 2022-12-01T10:11:02.9907853Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-12-01T10:11:02.9908277Z + [[ -n 9818098667 ]] 2022-12-01T10:11:02.9908514Z + sccache --show-stats --stats-format json 2022-12-01T10:11:02.9908719Z + jq .stats 2022-12-01T10:11:03.0044669Z + sccache_epilogue 2022-12-01T10:11:03.0045057Z + echo '::group::Sccache Compilation Log' 2022-12-01T10:11:03.0045706Z ##[group]Sccache Compilation Log 2022-12-01T10:11:03.0046020Z + echo '=================== sccache compilation log ===================' 2022-12-01T10:11:03.0046313Z =================== sccache compilation log =================== 2022-12-01T10:11:03.0046634Z + python /var/lib/jenkins/workspace/.jenkins/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2022-12-01T10:11:03.0213499Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2022-12-01T10:11:03.0213874Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2022-12-01T10:11:03.0214157Z + sccache --show-stats 2022-12-01T10:11:03.0234439Z Compile requests 9963 2022-12-01T10:11:03.0234772Z Compile requests executed 7225 2022-12-01T10:11:03.0235288Z Cache hits 7002 2022-12-01T10:11:03.0235634Z Cache hits (C/C++) 6762 2022-12-01T10:11:03.0235989Z Cache hits (CUDA) 240 2022-12-01T10:11:03.0236313Z Cache misses 202 2022-12-01T10:11:03.0236531Z Cache misses (C/C++) 202 2022-12-01T10:11:03.0236727Z Cache timeouts 0 2022-12-01T10:11:03.0236935Z Cache read errors 0 2022-12-01T10:11:03.0237175Z Forced recaches 0 2022-12-01T10:11:03.0237509Z Cache write errors 0 2022-12-01T10:11:03.0237785Z Compilation failures 9 2022-12-01T10:11:03.0238049Z Cache errors 12 2022-12-01T10:11:03.0238252Z Cache errors (C/C++) 12 2022-12-01T10:11:03.0238612Z Non-cacheable compilations 0 2022-12-01T10:11:03.0238858Z Non-cacheable calls 2403 2022-12-01T10:11:03.0239109Z Non-compilation calls 335 2022-12-01T10:11:03.0239374Z Unsupported compiler calls 0 2022-12-01T10:11:03.0239591Z Average cache write 0.058 s 2022-12-01T10:11:03.0239915Z Average cache read miss 1.895 s 2022-12-01T10:11:03.0240281Z Average cache read hit 0.041 s 2022-12-01T10:11:03.0240510Z Failed distributed compilations 0 2022-12-01T10:11:03.0240718Z 2022-12-01T10:11:03.0240923Z Non-cacheable reasons: 2022-12-01T10:11:03.0241358Z -E 2345 2022-12-01T10:11:03.0241639Z -M 41 2022-12-01T10:11:03.0241835Z multiple input files 15 2022-12-01T10:11:03.0242042Z unknown source language 1 2022-12-01T10:11:03.0242236Z @ 1 2022-12-01T10:11:03.0242346Z 2022-12-01T10:11:03.0242762Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-12-01T10:11:03.0243173Z + sccache --stop-server 2022-12-01T10:11:03.0257419Z Stopping sccache server... 2022-12-01T10:11:03.0260122Z Compile requests 9963 2022-12-01T10:11:03.0260498Z Compile requests executed 7225 2022-12-01T10:11:03.0260861Z Cache hits 7002 2022-12-01T10:11:03.0261195Z Cache hits (C/C++) 6762 2022-12-01T10:11:03.0261513Z Cache hits (CUDA) 240 2022-12-01T10:11:03.0261821Z Cache misses 202 2022-12-01T10:11:03.0262133Z Cache misses (C/C++) 202 2022-12-01T10:11:03.0262464Z Cache timeouts 0 2022-12-01T10:11:03.0262804Z Cache read errors 0 2022-12-01T10:11:03.0263141Z Forced recaches 0 2022-12-01T10:11:03.0263440Z Cache write errors 0 2022-12-01T10:11:03.0263776Z Compilation failures 9 2022-12-01T10:11:03.0264120Z Cache errors 12 2022-12-01T10:11:03.0264414Z Cache errors (C/C++) 12 2022-12-01T10:11:03.0264877Z Non-cacheable compilations 0 2022-12-01T10:11:03.0265310Z Non-cacheable calls 2403 2022-12-01T10:11:03.0265675Z Non-compilation calls 335 2022-12-01T10:11:03.0265901Z Unsupported compiler calls 0 2022-12-01T10:11:03.0266116Z Average cache write 0.058 s 2022-12-01T10:11:03.0266316Z Average cache read miss 1.895 s 2022-12-01T10:11:03.0266523Z Average cache read hit 0.041 s 2022-12-01T10:11:03.0266745Z Failed distributed compilations 0 2022-12-01T10:11:03.0266884Z 2022-12-01T10:11:03.0266983Z Non-cacheable reasons: 2022-12-01T10:11:03.0267213Z -E 2345 2022-12-01T10:11:03.0267434Z -M 41 2022-12-01T10:11:03.0267617Z multiple input files 15 2022-12-01T10:11:03.0267809Z @ 1 2022-12-01T10:11:03.0268001Z unknown source language 1 2022-12-01T10:11:03.0268125Z 2022-12-01T10:11:03.0268541Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-12-01T10:11:03.0268939Z + echo ::endgroup:: 2022-12-01T10:11:03.0269403Z ##[endgroup] 2022-12-01T10:11:03.0346593Z ##[group]Run zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-12-01T10:11:03.0346998Z zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .pytorch-test-times.json 2022-12-01T10:11:03.1002907Z shell: /usr/bin/bash -e {0} 2022-12-01T10:11:03.1003123Z ##[endgroup] 2022-12-01T10:11:03.1087975Z adding: dist/ (stored 0%) 2022-12-01T10:11:10.1285344Z adding: dist/torch-1.13.0a0+gitc13d400-cp310-cp310-linux_x86_64.whl (deflated 1%) 2022-12-01T10:11:10.1285692Z adding: build/custom_test_artifacts/ (stored 0%) 2022-12-01T10:11:10.1286031Z adding: build/custom_test_artifacts/custom-op-build/ (stored 0%) 2022-12-01T10:11:10.1286400Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/ (stored 0%) 2022-12-01T10:11:10.1291596Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-12-01T10:11:10.1292588Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ (stored 0%) 2022-12-01T10:11:10.1293039Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-12-01T10:11:10.1293467Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-12-01T10:11:10.1293904Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-12-01T10:11:10.1294825Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-12-01T10:11:10.1296456Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 68%) 2022-12-01T10:11:10.1297099Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-12-01T10:11:10.1297539Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-12-01T10:11:10.1299299Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-12-01T10:11:10.1300658Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 68%) 2022-12-01T10:11:10.1302369Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 66%) 2022-12-01T10:11:10.1303222Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-12-01T10:11:10.1304497Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 66%) 2022-12-01T10:11:10.1305450Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-12-01T10:11:10.1306082Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/ (stored 0%) 2022-12-01T10:11:10.1306535Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ (stored 0%) 2022-12-01T10:11:10.1360309Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii (deflated 88%) 2022-12-01T10:11:10.1361333Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c (deflated 80%) 2022-12-01T10:11:10.1362377Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu (deflated 39%) 2022-12-01T10:11:10.1363391Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c (deflated 52%) 2022-12-01T10:11:10.1364369Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id (stored 0%) 2022-12-01T10:11:10.1365040Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx (deflated 21%) 2022-12-01T10:11:10.1365587Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin (deflated 68%) 2022-12-01T10:11:10.1366120Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin (deflated 64%) 2022-12-01T10:11:10.1366669Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c (deflated 72%) 2022-12-01T10:11:10.1405105Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii (deflated 89%) 2022-12-01T10:11:10.1447497Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp (deflated 85%) 2022-12-01T10:11:10.1448639Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o (deflated 66%) 2022-12-01T10:11:10.1449789Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin (deflated 68%) 2022-12-01T10:11:10.1450699Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c (stored 0%) 2022-12-01T10:11:10.1451524Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin (deflated 66%) 2022-12-01T10:11:10.1452028Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c (deflated 72%) 2022-12-01T10:11:10.1452875Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o (deflated 66%) 2022-12-01T10:11:10.1453426Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu (deflated 74%) 2022-12-01T10:11:10.1552196Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out (deflated 68%) 2022-12-01T10:11:10.1651672Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin (deflated 68%) 2022-12-01T10:11:10.1652593Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake (deflated 72%) 2022-12-01T10:11:10.1653375Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-12-01T10:11:10.1654168Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-12-01T10:11:10.1654961Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-12-01T10:11:10.1655687Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ (stored 0%) 2022-12-01T10:11:10.1656539Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts (deflated 15%) 2022-12-01T10:11:10.1657132Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make (deflated 21%) 2022-12-01T10:11:10.1657601Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make (deflated 18%) 2022-12-01T10:11:10.1658046Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt (deflated 78%) 2022-12-01T10:11:10.1658507Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake (deflated 40%) 2022-12-01T10:11:10.1658966Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make (deflated 74%) 2022-12-01T10:11:10.1659429Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake (deflated 44%) 2022-12-01T10:11:10.1659875Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make (deflated 42%) 2022-12-01T10:11:10.1660333Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make (deflated 26%) 2022-12-01T10:11:10.1675299Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d (deflated 92%) 2022-12-01T10:11:10.1805694Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o (deflated 80%) 2022-12-01T10:11:10.1806509Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ (stored 0%) 2022-12-01T10:11:10.1807387Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts (deflated 16%) 2022-12-01T10:11:10.1808201Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make (deflated 21%) 2022-12-01T10:11:10.1809095Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make (deflated 17%) 2022-12-01T10:11:10.1809633Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt (deflated 76%) 2022-12-01T10:11:10.1810205Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake (deflated 46%) 2022-12-01T10:11:10.1810681Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make (deflated 75%) 2022-12-01T10:11:10.1811144Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake (deflated 51%) 2022-12-01T10:11:10.1811618Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make (deflated 42%) 2022-12-01T10:11:10.1812090Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make (deflated 26%) 2022-12-01T10:11:10.1827445Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d (deflated 92%) 2022-12-01T10:11:10.1922160Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o (deflated 80%) 2022-12-01T10:11:10.1923088Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-12-01T10:11:10.1923937Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt (deflated 72%) 2022-12-01T10:11:10.1924674Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks (stored 0%) 2022-12-01T10:11:10.1925434Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 (deflated 75%) 2022-12-01T10:11:10.1925845Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-12-01T10:11:10.1926264Z adding: build/custom_test_artifacts/custom-op-build/detect_cuda_version.cc (deflated 20%) 2022-12-01T10:11:10.1927712Z adding: build/custom_test_artifacts/custom-op-build/CMakeCache.txt (deflated 79%) 2022-12-01T10:11:10.1928548Z adding: build/custom_test_artifacts/custom-op-build/Makefile (deflated 74%) 2022-12-01T10:11:10.1929309Z adding: build/custom_test_artifacts/custom-op-build/cmake_install.cmake (deflated 61%) 2022-12-01T10:11:10.2050647Z adding: build/custom_test_artifacts/custom-op-build/libcustom_ops.so (deflated 71%) 2022-12-01T10:11:10.2132258Z adding: build/custom_test_artifacts/custom-op-build/test_custom_ops (deflated 70%) 2022-12-01T10:11:10.2132914Z adding: build/custom_test_artifacts/jit-hook-build/ (stored 0%) 2022-12-01T10:11:10.2133280Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ (stored 0%) 2022-12-01T10:11:10.2139039Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-12-01T10:11:10.2139793Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ (stored 0%) 2022-12-01T10:11:10.2140210Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-12-01T10:11:10.2140646Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-12-01T10:11:10.2141188Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-12-01T10:11:10.2142296Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-12-01T10:11:10.2143815Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 68%) 2022-12-01T10:11:10.2144520Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-12-01T10:11:10.2144962Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-12-01T10:11:10.2146717Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-12-01T10:11:10.2148054Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 68%) 2022-12-01T10:11:10.2149805Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 66%) 2022-12-01T10:11:10.2150710Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-12-01T10:11:10.2151931Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 66%) 2022-12-01T10:11:10.2152867Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-12-01T10:11:10.2153525Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/ (stored 0%) 2022-12-01T10:11:10.2154025Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ (stored 0%) 2022-12-01T10:11:10.2207193Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii (deflated 88%) 2022-12-01T10:11:10.2208255Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c (deflated 80%) 2022-12-01T10:11:10.2209300Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu (deflated 39%) 2022-12-01T10:11:10.2210414Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c (deflated 52%) 2022-12-01T10:11:10.2211079Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id (stored 0%) 2022-12-01T10:11:10.2211616Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx (deflated 21%) 2022-12-01T10:11:10.2212140Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin (deflated 68%) 2022-12-01T10:11:10.2212674Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin (deflated 64%) 2022-12-01T10:11:10.2213217Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c (deflated 72%) 2022-12-01T10:11:10.2251725Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii (deflated 89%) 2022-12-01T10:11:10.2294341Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp (deflated 85%) 2022-12-01T10:11:10.2295478Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o (deflated 66%) 2022-12-01T10:11:10.2296422Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin (deflated 68%) 2022-12-01T10:11:10.2297332Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c (stored 0%) 2022-12-01T10:11:10.2297933Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin (deflated 66%) 2022-12-01T10:11:10.2298505Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c (deflated 72%) 2022-12-01T10:11:10.2298985Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o (deflated 66%) 2022-12-01T10:11:10.2299547Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu (deflated 74%) 2022-12-01T10:11:10.2399247Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out (deflated 68%) 2022-12-01T10:11:10.2498759Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin (deflated 68%) 2022-12-01T10:11:10.2499847Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake (deflated 72%) 2022-12-01T10:11:10.2500456Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-12-01T10:11:10.2501163Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-12-01T10:11:10.2501666Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-12-01T10:11:10.2502084Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ (stored 0%) 2022-12-01T10:11:10.2502658Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts (deflated 15%) 2022-12-01T10:11:10.2503247Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make (deflated 20%) 2022-12-01T10:11:10.2503726Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make (deflated 17%) 2022-12-01T10:11:10.2504181Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt (deflated 79%) 2022-12-01T10:11:10.2504649Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake (deflated 45%) 2022-12-01T10:11:10.2505122Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make (deflated 75%) 2022-12-01T10:11:10.2505594Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake (deflated 48%) 2022-12-01T10:11:10.2506052Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make (deflated 42%) 2022-12-01T10:11:10.2506518Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make (deflated 26%) 2022-12-01T10:11:10.2522352Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d (deflated 92%) 2022-12-01T10:11:10.2595546Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o (deflated 80%) 2022-12-01T10:11:10.2596148Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2022-12-01T10:11:10.2596653Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt (deflated 64%) 2022-12-01T10:11:10.2597149Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks (stored 0%) 2022-12-01T10:11:10.2597565Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 (deflated 68%) 2022-12-01T10:11:10.2598153Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-12-01T10:11:10.2598572Z adding: build/custom_test_artifacts/jit-hook-build/detect_cuda_version.cc (deflated 20%) 2022-12-01T10:11:10.2601024Z adding: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt (deflated 79%) 2022-12-01T10:11:10.2601852Z adding: build/custom_test_artifacts/jit-hook-build/Makefile (deflated 71%) 2022-12-01T10:11:10.2602492Z adding: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake (deflated 61%) 2022-12-01T10:11:10.2666222Z adding: build/custom_test_artifacts/jit-hook-build/test_jit_hooks (deflated 71%) 2022-12-01T10:11:10.2666805Z adding: build/custom_test_artifacts/custom-backend-build/ (stored 0%) 2022-12-01T10:11:10.2667198Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ (stored 0%) 2022-12-01T10:11:10.2672887Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log (deflated 88%) 2022-12-01T10:11:10.2673675Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ (stored 0%) 2022-12-01T10:11:10.2674170Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake (deflated 64%) 2022-12-01T10:11:10.2674628Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ (stored 0%) 2022-12-01T10:11:10.2675221Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ (stored 0%) 2022-12-01T10:11:10.2676308Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2022-12-01T10:11:10.2677744Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out (deflated 68%) 2022-12-01T10:11:10.2678394Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ (stored 0%) 2022-12-01T10:11:10.2678855Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ (stored 0%) 2022-12-01T10:11:10.2680635Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 76%) 2022-12-01T10:11:10.2681996Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out (deflated 68%) 2022-12-01T10:11:10.2683742Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin (deflated 66%) 2022-12-01T10:11:10.2684594Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake (deflated 67%) 2022-12-01T10:11:10.2685875Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin (deflated 66%) 2022-12-01T10:11:10.2686879Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake (deflated 71%) 2022-12-01T10:11:10.2687472Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/ (stored 0%) 2022-12-01T10:11:10.2687948Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/ (stored 0%) 2022-12-01T10:11:10.2740966Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp1.ii (deflated 88%) 2022-12-01T10:11:10.2741998Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.c (deflated 80%) 2022-12-01T10:11:10.2743079Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.gpu (deflated 39%) 2022-12-01T10:11:10.2744219Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.stub.c (deflated 52%) 2022-12-01T10:11:10.2744879Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.module_id (stored 0%) 2022-12-01T10:11:10.2745424Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.ptx (deflated 21%) 2022-12-01T10:11:10.2745988Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.sm_52.cubin (deflated 68%) 2022-12-01T10:11:10.2746544Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin (deflated 64%) 2022-12-01T10:11:10.2747201Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.fatbin.c (deflated 72%) 2022-12-01T10:11:10.2785037Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cpp4.ii (deflated 89%) 2022-12-01T10:11:10.2828631Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.cudafe1.cpp (deflated 85%) 2022-12-01T10:11:10.2829835Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/CMakeCUDACompilerId.o (deflated 66%) 2022-12-01T10:11:10.2830825Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.sm_52.cubin (deflated 68%) 2022-12-01T10:11:10.2831767Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.reg.c (stored 0%) 2022-12-01T10:11:10.2832671Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin (deflated 66%) 2022-12-01T10:11:10.2833296Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.fatbin.c (deflated 72%) 2022-12-01T10:11:10.2834272Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/tmp/a_dlink.o (deflated 66%) 2022-12-01T10:11:10.2834797Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/CMakeCUDACompilerId.cu (deflated 74%) 2022-12-01T10:11:10.2933451Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCUDA/a.out (deflated 68%) 2022-12-01T10:11:10.3033370Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CUDA.bin (deflated 68%) 2022-12-01T10:11:10.3034399Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCUDACompiler.cmake (deflated 72%) 2022-12-01T10:11:10.3035412Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ (stored 0%) 2022-12-01T10:11:10.3036279Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log (deflated 72%) 2022-12-01T10:11:10.3037000Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache (deflated 8%) 2022-12-01T10:11:10.3037804Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ (stored 0%) 2022-12-01T10:11:10.3038705Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts (deflated 15%) 2022-12-01T10:11:10.3039208Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make (deflated 21%) 2022-12-01T10:11:10.3039704Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make (deflated 18%) 2022-12-01T10:11:10.3040185Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt (deflated 78%) 2022-12-01T10:11:10.3040687Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake (deflated 46%) 2022-12-01T10:11:10.3041163Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make (deflated 76%) 2022-12-01T10:11:10.3041660Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake (deflated 48%) 2022-12-01T10:11:10.3042363Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make (deflated 41%) 2022-12-01T10:11:10.3043074Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make (deflated 26%) 2022-12-01T10:11:10.3043570Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d (deflated 89%) 2022-12-01T10:11:10.3213621Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o (deflated 81%) 2022-12-01T10:11:10.3214659Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ (stored 0%) 2022-12-01T10:11:10.3215469Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts (deflated 16%) 2022-12-01T10:11:10.3216412Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make (deflated 20%) 2022-12-01T10:11:10.3217224Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make (deflated 18%) 2022-12-01T10:11:10.3217715Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt (deflated 76%) 2022-12-01T10:11:10.3218215Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake (deflated 49%) 2022-12-01T10:11:10.3218722Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make (deflated 77%) 2022-12-01T10:11:10.3219282Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake (deflated 52%) 2022-12-01T10:11:10.3219787Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make (deflated 42%) 2022-12-01T10:11:10.3220290Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make (deflated 26%) 2022-12-01T10:11:10.3235688Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d (deflated 92%) 2022-12-01T10:11:10.3303730Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o (deflated 79%) 2022-12-01T10:11:10.3304722Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 48%) 2022-12-01T10:11:10.3305638Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt (deflated 74%) 2022-12-01T10:11:10.3306396Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks (stored 0%) 2022-12-01T10:11:10.3307034Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 (deflated 75%) 2022-12-01T10:11:10.3307472Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake (deflated 86%) 2022-12-01T10:11:10.3307918Z adding: build/custom_test_artifacts/custom-backend-build/detect_cuda_version.cc (deflated 20%) 2022-12-01T10:11:10.3309120Z adding: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt (deflated 79%) 2022-12-01T10:11:10.3310104Z adding: build/custom_test_artifacts/custom-backend-build/Makefile (deflated 75%) 2022-12-01T10:11:10.3310899Z adding: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake (deflated 61%) 2022-12-01T10:11:10.3467409Z adding: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so (deflated 71%) 2022-12-01T10:11:10.3526233Z adding: build/custom_test_artifacts/custom-backend-build/test_custom_backend (deflated 71%) 2022-12-01T10:11:10.3526716Z adding: build/lib/ (stored 0%) 2022-12-01T10:11:10.3527221Z adding: build/lib/libclog.a (deflated 74%) 2022-12-01T10:11:10.3613519Z adding: build/lib/libgtest.a (deflated 73%) 2022-12-01T10:11:10.3627804Z adding: build/lib/libpthreadpool.a (deflated 59%) 2022-12-01T10:11:10.3765504Z adding: build/lib/libprotobuf-lite.a (deflated 74%) 2022-12-01T10:11:10.3910235Z adding: build/lib/libbenchmark.a (deflated 69%) 2022-12-01T10:11:10.3921269Z adding: build/lib/libittnotify.a (deflated 78%) 2022-12-01T10:11:10.4034568Z adding: build/lib/libasmjit.a (deflated 62%) 2022-12-01T10:11:10.4740132Z adding: build/lib/libprotobuf.a (deflated 72%) 2022-12-01T10:11:10.4784932Z adding: build/lib/libtensorpipe_uv.a (deflated 65%) 2022-12-01T10:11:10.4967652Z adding: build/lib/libgloo.a (deflated 71%) 2022-12-01T10:11:10.5011001Z adding: build/lib/libfmt.a (deflated 69%) 2022-12-01T10:11:10.5012855Z adding: build/lib/libcaffe2_nvrtc.so (deflated 74%) 2022-12-01T10:11:10.5013789Z adding: build/lib/libfoxi_loader.a (deflated 58%) 2022-12-01T10:11:10.5124929Z adding: build/lib/libc10.so (deflated 62%) 2022-12-01T10:11:10.5126392Z adding: build/lib/libtorch_global_deps.so (deflated 72%) 2022-12-01T10:11:10.5138782Z adding: build/lib/libcpuinfo.a (deflated 69%) 2022-12-01T10:11:10.5909845Z adding: build/lib/libprotoc.a (deflated 70%) 2022-12-01T10:11:10.5931355Z adding: build/lib/libcpuinfo_internals.a (deflated 70%) 2022-12-01T10:11:10.5953517Z adding: build/lib/libqnnpack.a (deflated 65%) 2022-12-01T10:11:10.5987198Z adding: build/lib/libpytorch_qnnpack.a (deflated 66%) 2022-12-01T10:11:10.5998070Z adding: build/lib/libnnpack_reference_layers.a (deflated 69%) 2022-12-01T10:11:10.6026451Z adding: build/lib/libnnpack.a (deflated 72%) 2022-12-01T10:11:10.6064017Z adding: build/lib/libgmock.a (deflated 71%) 2022-12-01T10:11:10.6064868Z adding: build/lib/libgtest_main.a (deflated 64%) 2022-12-01T10:11:10.6069955Z adding: build/lib/libbenchmark_main.a (deflated 65%) 2022-12-01T10:11:11.5889332Z adding: build/lib/libdnnl.a (deflated 79%) 2022-12-01T10:11:11.6083345Z adding: build/lib/libXNNPACK.a (deflated 70%) 2022-12-01T10:11:11.6897551Z adding: build/lib/libtensorpipe.a (deflated 77%) 2022-12-01T10:11:11.6958890Z adding: build/lib/libc10_cuda.so (deflated 61%) 2022-12-01T10:11:11.8740622Z adding: build/lib/libfbgemm.a (deflated 82%) 2022-12-01T10:11:11.8748773Z adding: build/lib/libgmock_main.a (deflated 64%) 2022-12-01T10:11:12.0158337Z adding: build/lib/libdnnl_graph.a (deflated 77%) 2022-12-01T10:11:12.0731205Z adding: build/lib/libkineto.a (deflated 69%) 2022-12-01T10:11:12.1091269Z adding: build/lib/libtensorpipe_cuda.a (deflated 77%) 2022-12-01T10:11:12.1147876Z adding: build/lib/libcaffe2_protos.a (deflated 75%) 2022-12-01T10:11:12.1207264Z adding: build/lib/libonnx_proto.a (deflated 77%) 2022-12-01T10:11:12.2076033Z adding: build/lib/libonnx.a (deflated 75%) 2022-12-01T10:11:12.2513193Z adding: build/lib/libgloo_cuda.a (deflated 87%) 2022-12-01T10:11:15.4347979Z adding: build/lib/libtorch_cpu.so (deflated 70%) 2022-12-01T10:11:16.1915570Z adding: build/lib/libtorch_cuda_cpp.so (deflated 40%) 2022-12-01T10:11:19.5668177Z adding: build/lib/libtorch_cuda_cu.so (deflated 54%) 2022-12-01T10:11:19.5668773Z adding: build/lib/libtorch_cuda.so (deflated 75%) 2022-12-01T10:11:19.5670110Z adding: build/lib/libtorch.so (deflated 75%) 2022-12-01T10:11:21.7975291Z adding: build/lib/libtorch_cuda_linalg.so (deflated 34%) 2022-12-01T10:11:21.7978174Z adding: build/lib/libc10d_cuda_test.so (deflated 62%) 2022-12-01T10:11:21.8012347Z adding: build/lib/libjitbackend_test.so (deflated 63%) 2022-12-01T10:11:21.8092643Z adding: build/lib/libtorchbind_test.so (deflated 70%) 2022-12-01T10:11:21.8137390Z adding: build/lib/libbackend_with_compiler.so (deflated 60%) 2022-12-01T10:11:21.8143554Z adding: build/lib/libshm.so (deflated 63%) 2022-12-01T10:11:22.0685955Z adding: build/lib/libtorch_python.so (deflated 67%) 2022-12-01T10:11:22.0744074Z adding: build/lib/libnnapi_backend.so (deflated 58%) 2022-12-01T10:11:22.0744512Z adding: build/bin/ (stored 0%) 2022-12-01T10:11:22.0820566Z adding: build/bin/c10_CompileTimeFunctionPointer_test (deflated 60%) 2022-12-01T10:11:22.0901014Z adding: build/bin/c10_DeviceGuard_test (deflated 60%) 2022-12-01T10:11:22.0979712Z adding: build/bin/c10_Device_test (deflated 59%) 2022-12-01T10:11:22.1070947Z adding: build/bin/c10_DispatchKeySet_test (deflated 61%) 2022-12-01T10:11:22.1145569Z adding: build/bin/c10_StreamGuard_test (deflated 59%) 2022-12-01T10:11:22.1223808Z adding: build/bin/c10_SymInt_test (deflated 60%) 2022-12-01T10:11:22.1310339Z adding: build/bin/c10_InlineDeviceGuard_test (deflated 61%) 2022-12-01T10:11:22.1397062Z adding: build/bin/c10_InlineStreamGuard_test (deflated 61%) 2022-12-01T10:11:22.1485463Z adding: build/bin/c10_SizesAndStrides_test (deflated 61%) 2022-12-01T10:11:22.1560071Z adding: build/bin/c10_Array_test (deflated 59%) 2022-12-01T10:11:22.1641851Z adding: build/bin/c10_Bitset_test (deflated 61%) 2022-12-01T10:11:22.1716414Z adding: build/bin/c10_ConstexprCrc_test (deflated 59%) 2022-12-01T10:11:22.1795391Z adding: build/bin/c10_C++17_test (deflated 61%) 2022-12-01T10:11:22.1871626Z adding: build/bin/c10_DeadlockDetection_test (deflated 60%) 2022-12-01T10:11:22.1949117Z adding: build/bin/c10_Half_test (deflated 59%) 2022-12-01T10:11:22.2036321Z adding: build/bin/c10_LeftRight_test (deflated 61%) 2022-12-01T10:11:22.2130379Z adding: build/bin/c10_Metaprogramming_test (deflated 64%) 2022-12-01T10:11:22.2330252Z adding: build/bin/c10_SmallVectorTest (deflated 74%) 2022-12-01T10:11:22.2408433Z adding: build/bin/c10_Synchronized_test (deflated 60%) 2022-12-01T10:11:22.2496818Z adding: build/bin/c10_ThreadLocal_test (deflated 62%) 2022-12-01T10:11:22.2578008Z adding: build/bin/c10_TypeIndex_test (deflated 61%) 2022-12-01T10:11:22.2652679Z adding: build/bin/c10_TypeTraits_test (deflated 59%) 2022-12-01T10:11:22.2732946Z adding: build/bin/c10_accumulate_test (deflated 60%) 2022-12-01T10:11:22.2812380Z adding: build/bin/c10_TypeList_test (deflated 60%) 2022-12-01T10:11:22.2899160Z adding: build/bin/c10_bfloat16_test (deflated 60%) 2022-12-01T10:11:22.2982648Z adding: build/bin/c10_complex_math_test (deflated 61%) 2022-12-01T10:11:22.3068947Z adding: build/bin/c10_complex_test (deflated 60%) 2022-12-01T10:11:22.3225861Z adding: build/bin/c10_either_test (deflated 71%) 2022-12-01T10:11:22.3308083Z adding: build/bin/c10_exception_test (deflated 60%) 2022-12-01T10:11:22.3385729Z adding: build/bin/c10_flags_test (deflated 60%) 2022-12-01T10:11:22.3464277Z adding: build/bin/c10_irange_test (deflated 60%) 2022-12-01T10:11:22.3702541Z adding: build/bin/c10_intrusive_ptr_test (deflated 73%) 2022-12-01T10:11:22.3792563Z adding: build/bin/c10_logging_test (deflated 60%) 2022-12-01T10:11:22.3907009Z adding: build/bin/c10_optional_test (deflated 63%) 2022-12-01T10:11:22.4001964Z adding: build/bin/c10_ordered_preserving_dict_test (deflated 62%) 2022-12-01T10:11:22.4086962Z adding: build/bin/c10_registry_test (deflated 60%) 2022-12-01T10:11:22.4177998Z adding: build/bin/c10_string_view_test (deflated 61%) 2022-12-01T10:11:22.4258644Z adding: build/bin/c10_tempfile_test (deflated 60%) 2022-12-01T10:11:22.4346459Z adding: build/bin/c10_typeid_test (deflated 60%) 2022-12-01T10:11:22.4436291Z adding: build/bin/c10_intrusive_ptr_benchmark (deflated 58%) 2022-12-01T10:11:22.5217364Z adding: build/bin/protoc-3.13.0.0 (deflated 60%) 2022-12-01T10:11:22.5997286Z adding: build/bin/protoc (deflated 60%) 2022-12-01T10:11:22.6072554Z adding: build/bin/c10_cuda_CUDATest (deflated 60%) 2022-12-01T10:11:22.6538412Z adding: build/bin/vec_test_all_types_DEFAULT (deflated 73%) 2022-12-01T10:11:22.7051901Z adding: build/bin/vec_test_all_types_AVX2 (deflated 71%) 2022-12-01T10:11:22.7135860Z adding: build/bin/HashStoreTest (deflated 60%) 2022-12-01T10:11:22.7229824Z adding: build/bin/TCPStoreTest (deflated 60%) 2022-12-01T10:11:22.7314514Z adding: build/bin/FileStoreTest (deflated 60%) 2022-12-01T10:11:22.7336767Z adding: build/bin/ProcessGroupMPITest (deflated 62%) 2022-12-01T10:11:22.7340803Z adding: build/bin/example_allreduce (deflated 63%) 2022-12-01T10:11:22.7422267Z adding: build/bin/Dimname_test (deflated 60%) 2022-12-01T10:11:22.7533158Z adding: build/bin/Dict_test (deflated 64%) 2022-12-01T10:11:22.7629051Z adding: build/bin/MaybeOwned_test (deflated 64%) 2022-12-01T10:11:22.7720908Z adding: build/bin/apply_utils_test (deflated 61%) 2022-12-01T10:11:22.7809736Z adding: build/bin/NamedTensor_test (deflated 60%) 2022-12-01T10:11:22.7901075Z adding: build/bin/atest (deflated 61%) 2022-12-01T10:11:22.7985984Z adding: build/bin/broadcast_test (deflated 60%) 2022-12-01T10:11:22.8082486Z adding: build/bin/basic (deflated 59%) 2022-12-01T10:11:22.8173110Z adding: build/bin/cpu_generator_test (deflated 61%) 2022-12-01T10:11:22.8254533Z adding: build/bin/cpu_profiling_allocator_test (deflated 60%) 2022-12-01T10:11:22.8332494Z adding: build/bin/dispatch_key_set_test (deflated 60%) 2022-12-01T10:11:22.8466456Z adding: build/bin/cpu_rng_test (deflated 65%) 2022-12-01T10:11:22.8543422Z adding: build/bin/dlconvertor_test (deflated 60%) 2022-12-01T10:11:22.8634236Z adding: build/bin/extension_backend_test (deflated 60%) 2022-12-01T10:11:22.8721311Z adding: build/bin/half_test (deflated 60%) 2022-12-01T10:11:22.8798529Z adding: build/bin/lazy_tensor_test (deflated 60%) 2022-12-01T10:11:22.8946805Z adding: build/bin/ivalue_test (deflated 61%) 2022-12-01T10:11:22.9029614Z adding: build/bin/math_kernel_test (deflated 60%) 2022-12-01T10:11:22.9113367Z adding: build/bin/memory_format_test (deflated 60%) 2022-12-01T10:11:22.9195439Z adding: build/bin/memory_overlapping_test (deflated 60%) 2022-12-01T10:11:22.9274675Z adding: build/bin/operator_name_test (deflated 60%) 2022-12-01T10:11:22.9362598Z adding: build/bin/native_test (deflated 59%) 2022-12-01T10:11:22.9444645Z adding: build/bin/mobile_memory_cleanup (deflated 60%) 2022-12-01T10:11:22.9522803Z adding: build/bin/operators_test (deflated 60%) 2022-12-01T10:11:22.9604675Z adding: build/bin/packedtensoraccessor_test (deflated 59%) 2022-12-01T10:11:22.9707041Z adding: build/bin/pow_test (deflated 61%) 2022-12-01T10:11:22.9796477Z adding: build/bin/quantized_test (deflated 60%) 2022-12-01T10:11:22.9875725Z adding: build/bin/reportMemoryUsage_test (deflated 60%) 2022-12-01T10:11:22.9952419Z adding: build/bin/reduce_ops_test (deflated 59%) 2022-12-01T10:11:23.0041191Z adding: build/bin/scalar_tensor_test (deflated 59%) 2022-12-01T10:11:23.0133325Z adding: build/bin/scalar_test (deflated 59%) 2022-12-01T10:11:23.0214875Z adding: build/bin/stride_properties_test (deflated 60%) 2022-12-01T10:11:23.0218092Z adding: build/bin/thread_init_test (deflated 64%) 2022-12-01T10:11:23.0335797Z adding: build/bin/tensor_iterator_test (deflated 67%) 2022-12-01T10:11:23.0422113Z adding: build/bin/type_ptr_test (deflated 60%) 2022-12-01T10:11:23.0509153Z adding: build/bin/test_parallel (deflated 60%) 2022-12-01T10:11:23.0603033Z adding: build/bin/type_test (deflated 60%) 2022-12-01T10:11:23.0680145Z adding: build/bin/variant_test (deflated 59%) 2022-12-01T10:11:23.0761710Z adding: build/bin/undefined_tensor_test (deflated 60%) 2022-12-01T10:11:23.0868787Z adding: build/bin/vmap_test (deflated 62%) 2022-12-01T10:11:23.0870523Z adding: build/bin/verify_api_visibility (deflated 66%) 2022-12-01T10:11:23.0949913Z adding: build/bin/weakref_test (deflated 60%) 2022-12-01T10:11:23.1029513Z adding: build/bin/wrapdim_test (deflated 59%) 2022-12-01T10:11:23.1121836Z adding: build/bin/IListRef_test (deflated 61%) 2022-12-01T10:11:23.1198474Z adding: build/bin/xla_tensor_test (deflated 59%) 2022-12-01T10:11:23.1359156Z adding: build/bin/List_test (deflated 69%) 2022-12-01T10:11:23.1458146Z adding: build/bin/KernelFunction_test (deflated 63%) 2022-12-01T10:11:23.1641679Z adding: build/bin/kernel_function_legacy_test (deflated 66%) 2022-12-01T10:11:23.1787152Z adding: build/bin/kernel_function_test (deflated 65%) 2022-12-01T10:11:23.1976328Z adding: build/bin/kernel_lambda_legacy_test (deflated 69%) 2022-12-01T10:11:23.2129699Z adding: build/bin/kernel_lambda_test (deflated 69%) 2022-12-01T10:11:23.2222375Z adding: build/bin/kernel_stackbased_test (deflated 61%) 2022-12-01T10:11:23.2368772Z adding: build/bin/make_boxed_from_unboxed_functor_test (deflated 64%) 2022-12-01T10:11:23.2446996Z adding: build/bin/CppSignature_test (deflated 60%) 2022-12-01T10:11:23.2521688Z adding: build/bin/op_allowlist_test (deflated 60%) 2022-12-01T10:11:23.2603939Z adding: build/bin/inline_container_test (deflated 60%) 2022-12-01T10:11:23.3007280Z adding: build/bin/op_registration_test (deflated 76%) 2022-12-01T10:11:23.3095422Z adding: build/bin/backend_fallback_test (deflated 59%) 2022-12-01T10:11:23.3177094Z adding: build/bin/cuda_apply_test (deflated 60%) 2022-12-01T10:11:23.3260824Z adding: build/bin/cuda_caching_host_allocator_test (deflated 60%) 2022-12-01T10:11:23.3355670Z adding: build/bin/cuda_atomic_ops_test (deflated 61%) 2022-12-01T10:11:23.3462518Z adding: build/bin/cuda_complex_math_test (deflated 60%) 2022-12-01T10:11:23.3538435Z adding: build/bin/cuda_device_test (deflated 60%) 2022-12-01T10:11:23.3628946Z adding: build/bin/cuda_complex_test (deflated 61%) 2022-12-01T10:11:23.3722436Z adding: build/bin/cuda_cub_test (deflated 60%) 2022-12-01T10:11:23.3800399Z adding: build/bin/cuda_dlconvertor_test (deflated 60%) 2022-12-01T10:11:23.3879579Z adding: build/bin/cuda_integer_divider_test (deflated 60%) 2022-12-01T10:11:23.4002784Z adding: build/bin/cuda_distributions_test (deflated 49%) 2022-12-01T10:11:23.4093426Z adding: build/bin/cuda_generator_test (deflated 61%) 2022-12-01T10:11:23.4170248Z adding: build/bin/cuda_half_test (deflated 59%) 2022-12-01T10:11:23.4245937Z adding: build/bin/cuda_optional_test (deflated 59%) 2022-12-01T10:11:23.4328455Z adding: build/bin/cuda_reportMemoryUsage_test (deflated 60%) 2022-12-01T10:11:23.4422304Z adding: build/bin/cuda_stream_test (deflated 60%) 2022-12-01T10:11:23.4502900Z adding: build/bin/cuda_packedtensoraccessor_test (deflated 59%) 2022-12-01T10:11:23.4578762Z adding: build/bin/cuda_cudnn_test (deflated 59%) 2022-12-01T10:11:23.4660666Z adding: build/bin/cuda_vectorized_test (deflated 60%) 2022-12-01T10:11:23.4685196Z adding: build/bin/tutorial_tensorexpr (deflated 65%) 2022-12-01T10:11:23.4786152Z adding: build/bin/ProcessGroupGlooTest (deflated 61%) 2022-12-01T10:11:23.4877745Z adding: build/bin/ProcessGroupGlooAsyncTest (deflated 59%) 2022-12-01T10:11:23.4973596Z adding: build/bin/ProcessGroupNCCLTest (deflated 60%) 2022-12-01T10:11:23.5063961Z adding: build/bin/ProcessGroupNCCLErrorsTest (deflated 60%) 2022-12-01T10:11:23.5146985Z adding: build/bin/ProcessGroupUCCTest (deflated 59%) 2022-12-01T10:11:23.5231058Z adding: build/bin/test_dist_autograd (deflated 60%) 2022-12-01T10:11:23.5234414Z adding: build/bin/parallel_benchmark (deflated 63%) 2022-12-01T10:11:23.5344382Z adding: build/bin/test_cpp_rpc (deflated 60%) 2022-12-01T10:11:23.5452538Z adding: build/bin/test_mobile_nnc (deflated 60%) 2022-12-01T10:11:23.6780142Z adding: build/bin/test_tensorexpr (deflated 65%) 2022-12-01T10:11:23.6795152Z adding: build/bin/aot_model_compiler_test (deflated 65%) 2022-12-01T10:11:23.7302580Z adding: build/bin/test_lazy (deflated 73%) 2022-12-01T10:11:23.7310266Z adding: build/bin/torch_shm_manager (deflated 57%) 2022-12-01T10:11:23.9205440Z adding: build/bin/test_api (deflated 67%) 2022-12-01T10:11:24.0895878Z adding: build/bin/test_jit (deflated 66%) 2022-12-01T10:11:24.0897480Z adding: .pytorch-test-times.json (deflated 68%) 2022-12-01T10:11:24.0957007Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:11:24.0957216Z with: 2022-12-01T10:11:24.0957443Z name: linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:11:24.0957665Z retention-days: 14 2022-12-01T10:11:24.0957845Z if-no-files-found: error 2022-12-01T10:11:24.0958046Z path: artifacts.zip 2022-12-01T10:11:24.0958237Z s3-bucket: gha-artifacts 2022-12-01T10:11:24.0958427Z region: us-east-1 2022-12-01T10:11:24.0958587Z ##[endgroup] 2022-12-01T10:11:24.7490499Z With the provided path, there will be 1 file uploaded 2022-12-01T10:11:24.7490922Z Uploading to s3 prefix: pytorch/pytorch/3591403534/linux-bionic-cuda11.6-py3.10-gcc7 2022-12-01T10:11:24.7543462Z Starting upload of artifacts.zip 2022-12-01T10:11:29.0069107Z Finished upload of artifacts.zip 2022-12-01T10:11:29.0195913Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:11:29.0196128Z with: 2022-12-01T10:11:29.0196332Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:11:29.0196537Z retention-days: 365 2022-12-01T10:11:29.0196731Z if-no-files-found: warn 2022-12-01T10:11:29.0196930Z path: sccache-stats-*.json 2022-12-01T10:11:29.0197111Z name: artifact 2022-12-01T10:11:29.0197287Z s3-bucket: gha-artifacts 2022-12-01T10:11:29.0197472Z region: us-east-1 2022-12-01T10:11:29.0197630Z ##[endgroup] 2022-12-01T10:11:29.3476490Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:11:29.3476801Z With the provided path, there will be 1 file uploaded 2022-12-01T10:11:29.3477061Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:11:29.3483755Z Starting upload of sccache-stats-linux-bionic-cuda11.6-py3.10-gcc7-9818098667.json 2022-12-01T10:11:29.4504901Z Finished upload of sccache-stats-linux-bionic-cuda11.6-py3.10-gcc7-9818098667.json 2022-12-01T10:11:29.4634631Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T10:11:29.4634860Z with: 2022-12-01T10:11:29.4635181Z ##[endgroup] 2022-12-01T10:11:29.4663215Z ##[group]Run set -eou pipefail 2022-12-01T10:11:29.4663455Z set -eou pipefail 2022-12-01T10:11:29.4663634Z  2022-12-01T10:11:29.4676609Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T10:11:29.4676871Z for _ in $(seq 1440); do 2022-12-01T10:11:29.4677078Z  # Break if no ssh session exists anymore 2022-12-01T10:11:29.4677292Z  if [ "$(who)" = "" ]; then 2022-12-01T10:11:29.4677470Z  break 2022-12-01T10:11:29.4677621Z  fi 2022-12-01T10:11:29.4677784Z  echo "." 2022-12-01T10:11:29.4677957Z  sleep 5 2022-12-01T10:11:29.4678111Z done 2022-12-01T10:11:29.4689147Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:11:29.4689400Z ##[endgroup] 2022-12-01T10:11:29.4712992Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T10:11:29.4821438Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:11:29.4821743Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:11:29.4822002Z # shellcheck disable=SC2046 2022-12-01T10:11:29.4822229Z docker stop $(docker ps -q) || true 2022-12-01T10:11:29.4822450Z # Prune all of the docker images 2022-12-01T10:11:29.4822651Z docker system prune -af 2022-12-01T10:11:29.4832840Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:11:29.4833068Z ##[endgroup] 2022-12-01T10:11:33.6523149Z 8d09eeb13af6 2022-12-01T10:11:34.3519318Z Deleted Containers: 2022-12-01T10:11:34.3519633Z 8d09eeb13af6611b5c19c8675289e11fc39dfd5e9a8db727d1e8c67e49efeb20 2022-12-01T10:11:34.3520501Z 2022-12-01T10:11:40.3038918Z Deleted Images: 2022-12-01T10:11:40.3039820Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:11:40.3040962Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-cuda11.6-cudnn8-py3-gcc7@sha256:217fd7de680e1dd5bca4b2b4054bd05a8d454df5e210ffbf1e5955e01cf1f340 2022-12-01T10:11:40.3041480Z deleted: sha256:f1c05e1c4a24b2f30e4b2dd175e18efaf97173a54d9813ad2e6088a740690342 2022-12-01T10:11:40.3041823Z deleted: sha256:1e7def21582cf03150a2e3ad04e2701388eaa422b3720fe7f648241a8988388e 2022-12-01T10:11:40.3042149Z deleted: sha256:3a7e72ba714442f54696c557b74dca88c618446caa68ff6506c2ce93cd7b2a85 2022-12-01T10:11:40.3042463Z deleted: sha256:acc47a47b0a4383dfbd2bd91be28c265a6486f388812591a0a9c185c62047c0a 2022-12-01T10:11:40.3042796Z deleted: sha256:60f22f4a0a4afdbef80bed81f20ae4c7a54233808a9544253a3c30a2776d2f71 2022-12-01T10:11:40.3043141Z deleted: sha256:5efa4324ff86638bcfa35ab9b1debaddf3d7513732c27ca8dd7e60e8358da6c9 2022-12-01T10:11:40.3043483Z deleted: sha256:a7f286562f5d9f9a1490bbc0a8125ba19aefca94af08516be2493eeb191f127f 2022-12-01T10:11:40.3043798Z deleted: sha256:e403df4fa1d82e23b8db68b6e2b5562fcd55535dd72214b9421e7814eee51ffd 2022-12-01T10:11:40.3044132Z deleted: sha256:f9471dd8edb7c2e1eb3aefda26ec6e67ee49347262f97f3111f176eeb2bf9465 2022-12-01T10:11:40.3044474Z deleted: sha256:d6df7f8a51a6e7483b61b1f330f3a4417b815fce5a7ad4c2a89510a54f5537da 2022-12-01T10:11:40.3044779Z deleted: sha256:b12c66528bc64f807b7a52116ecdf950025b66a403dd328a33db5511b63fc3f1 2022-12-01T10:11:40.3045082Z deleted: sha256:e8a84d179a24426205a63771d9aa894a6889147decc6d227312415e2842d0e38 2022-12-01T10:11:40.3045382Z deleted: sha256:b1e802e06103bb69d2a413954707d2f281a894d36a1f7fa3a65efa626a0e5e43 2022-12-01T10:11:40.3045694Z deleted: sha256:8efc9a5c3ed0496241d3ce1f76339b4d1270b5470ce1429effc703ca61a04c50 2022-12-01T10:11:40.3045995Z deleted: sha256:fef4f8c199945077358334d285e9dbe762a116427ec29d567139bee51863bef4 2022-12-01T10:11:40.3046456Z deleted: sha256:3f9f9d5fa745067d0ddf7f1206fcf51b87304adb8d32c87e130cbaae4acee275 2022-12-01T10:11:40.3046792Z deleted: sha256:75fb962b88e95b55a260c8cebb5da299635f32f3b104d08b08a2e1fba788437b 2022-12-01T10:11:40.3047109Z deleted: sha256:bd2c58efdd30f071840e8b3fd569126cf238bfdd5f0cd18345e36b60f93489df 2022-12-01T10:11:40.3047451Z deleted: sha256:d72aae1f9d4b7e1acc7b1954fed6c4886c49cec893a48dac5337fee3c9bf4c08 2022-12-01T10:11:40.3047871Z deleted: sha256:2b0461664863c4ef4ad02da7c9ec92a1d6d08bc8a9b76b5a982b7a98549980d3 2022-12-01T10:11:40.3048183Z deleted: sha256:086197a6cf735060ac5a6e595333f0bc14643bfddd3c338439c22002c1bec257 2022-12-01T10:11:40.3048470Z deleted: sha256:64254e4d362f949e9732531c579ca041aa47d4f70f7c242fda19048d82df0a1d 2022-12-01T10:11:40.3048780Z deleted: sha256:25374ed655bf3ce154d4ee14bd8c4f3220431d67b0d18acf3efdd666bbc01285 2022-12-01T10:11:40.3049117Z deleted: sha256:70a8b1a97ab5caea7ba2d2ecea43b58781672c588ee6375271d2b5f04d31594c 2022-12-01T10:11:40.3049439Z deleted: sha256:758af05d13f6edc84594db4db15f7b8066c5da10f6d83717a1d8b6ae5a2caccf 2022-12-01T10:11:40.3049756Z deleted: sha256:b37c30a9368604ae9d1873491a752ae71aba89de73dec5588638c1d2e3917901 2022-12-01T10:11:40.3050069Z deleted: sha256:790f109bf6ce127a4f3e25ea1675387993204350100fca6cecb56f8b863ce2e5 2022-12-01T10:11:40.3050393Z deleted: sha256:df13ec8c62d036e4b9fe0fd768e7fae7c5f76430b4aae4f3f356d701621b86d8 2022-12-01T10:11:40.3050717Z deleted: sha256:ef027ba5732bd4bc180cc8f8d769cd28630e92609a88be8f472e4c8ee8a3bb6d 2022-12-01T10:11:40.3051040Z deleted: sha256:5751424dd4ee3deaaf3e9f8b8172683ff7f30d90dc2415c3833042333f52b619 2022-12-01T10:11:40.3051360Z deleted: sha256:ac0364f6b4441a779e12c1527f256b052fff92b14aca383c87e62a8d6e4d1470 2022-12-01T10:11:40.3051656Z deleted: sha256:1f8161738ca37b8a92ed2577a6d9705167fb325ad8f8512439b47251013af048 2022-12-01T10:11:40.3051974Z deleted: sha256:2f8770a5227a4d66f9bdea07ca3e6e7cda5b06fbc362b354ae29f7542b3e7a19 2022-12-01T10:11:40.3052307Z deleted: sha256:652470cd61eae170df59d88a3b038cd2ab199526f4ba54badf85dd5628d7cb37 2022-12-01T10:11:40.3052640Z deleted: sha256:155eec0e8b217d2bafa06b3f85e987c3164bbad427de092045ddbff33f091a1f 2022-12-01T10:11:40.3052953Z deleted: sha256:8c60c1d76e4c0216ef0cc9248e31a656ab0a29bc95f589f4b23a0634523058c7 2022-12-01T10:11:40.3053258Z deleted: sha256:2811ebe06c45b7997659f3d50562406d001f3e979f398f9b4844bac84b3c419e 2022-12-01T10:11:40.3053578Z deleted: sha256:6a690d8e14cafcab7ab578a42baf2ca075033cf306f03e13ae70150b8be2e586 2022-12-01T10:11:40.3053897Z deleted: sha256:635a5f6faf92c02fc91f0a365e65bb840b74b3b7c079ee1009e6c15cd7c0e7b4 2022-12-01T10:11:40.3054220Z deleted: sha256:2696ecc06a0fc00b7ef534ef78758030c9d69f082f8fcb2f5ab275c6fc199e7c 2022-12-01T10:11:40.3054554Z deleted: sha256:cec67903bb9f9cc16c8826dff0d76c876d88147fecd2dec21ebc0adc56e4f149 2022-12-01T10:11:40.3054876Z deleted: sha256:6d95f163e75e744dc79893bc297644cf2a70187540d68c847baeb77483c6a0f5 2022-12-01T10:11:40.3055185Z deleted: sha256:1b1204e913bbc6e599fc1cdcabede5cd1315dc1b55cd67052bc665a8f8e3cc1a 2022-12-01T10:11:40.3055511Z deleted: sha256:93670f5e92be335224cf3a8b69a526306d2fec5e5e4e42c272b8c0458060036a 2022-12-01T10:11:40.3055816Z deleted: sha256:a0b1388f987804a153c13745107eb2a30de9cc6dc9eab87ae191707765dd7175 2022-12-01T10:11:40.3056112Z deleted: sha256:129bdb873e79117f4e90135f0c6a58f775fcf596f4eb514b803771cef2da8278 2022-12-01T10:11:40.3056448Z deleted: sha256:2d49e3a81bd436bfd20fb4a849cdc98da82cb74afef3de38dda7a946d3fc4153 2022-12-01T10:11:40.3056790Z deleted: sha256:0ba4e259108e5311ddf6b79ae3a35f8f16a4004ef8817e50427baa3cc90ac081 2022-12-01T10:11:40.3057100Z deleted: sha256:c164403226561914f16becdeca65c54d20dba8dad414b062efc34c05c47bf725 2022-12-01T10:11:40.3057421Z deleted: sha256:cbe4006b2e6286d50c1b292fb71b69d5299d65f055285519eafc41eac3ef8a3c 2022-12-01T10:11:40.3057743Z deleted: sha256:edcec18dceb25f1a03ec20de4676464613e69072875a83f5c45e45a31aafc5b9 2022-12-01T10:11:40.3058058Z deleted: sha256:13c4f317ac4bb48997302756b8d5f8b602e835607c9806a1a5b200e9a0657d8a 2022-12-01T10:11:40.3058400Z deleted: sha256:57f043e380f4586c76968d6e062b50bac55254a5be7e80bea3c027a5bb316469 2022-12-01T10:11:40.3058747Z deleted: sha256:3e549931e0240b9aac25dc79ed6a6259863879a5c9bd20755f77cac27c1ab8c8 2022-12-01T10:11:40.3058983Z 2022-12-01T10:11:40.3059371Z Total reclaimed space: 18.86GB 2022-12-01T10:11:40.3148612Z Post job cleanup. 2022-12-01T10:11:40.3211311Z Post job cleanup. 2022-12-01T10:11:40.4303064Z [command]/usr/bin/git version 2022-12-01T10:11:40.4616650Z git version 2.37.1 2022-12-01T10:11:40.4653631Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/5e45bb6e-895f-4df2-835c-cd4ad893f40c' before making global git config changes 2022-12-01T10:11:40.4654090Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:11:40.4657908Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:11:40.4706402Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:11:40.4735751Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T10:11:40.5148108Z Entering 'android/libs/fbjni' 2022-12-01T10:11:40.5193482Z Entering 'third_party/FP16' 2022-12-01T10:11:40.5238453Z Entering 'third_party/FXdiv' 2022-12-01T10:11:40.5283445Z Entering 'third_party/NNPACK' 2022-12-01T10:11:40.5328884Z Entering 'third_party/QNNPACK' 2022-12-01T10:11:40.5373508Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:11:40.5406367Z Entering 'third_party/XNNPACK' 2022-12-01T10:11:40.5503999Z Entering 'third_party/benchmark' 2022-12-01T10:11:40.5548875Z Entering 'third_party/cpuinfo' 2022-12-01T10:11:40.5595981Z Entering 'third_party/cub' 2022-12-01T10:11:40.5639403Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:11:40.5677467Z Entering 'third_party/cutlass' 2022-12-01T10:11:40.5716691Z Entering 'third_party/eigen' 2022-12-01T10:11:40.5772937Z Entering 'third_party/fbgemm' 2022-12-01T10:11:40.5833434Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:11:40.5889970Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:11:40.5951838Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:11:40.6006467Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:11:40.6057454Z Entering 'third_party/flatbuffers' 2022-12-01T10:11:40.6092574Z Entering 'third_party/fmt' 2022-12-01T10:11:40.6137971Z Entering 'third_party/foxi' 2022-12-01T10:11:40.6182953Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:11:40.6227535Z Entering 'third_party/gloo' 2022-12-01T10:11:40.6270247Z Entering 'third_party/googletest' 2022-12-01T10:11:40.6314289Z Entering 'third_party/ideep' 2022-12-01T10:11:40.6367679Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:11:40.6446860Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:11:40.6532748Z Entering 'third_party/ios-cmake' 2022-12-01T10:11:40.6574341Z Entering 'third_party/ittapi' 2022-12-01T10:11:40.6608000Z Entering 'third_party/kineto' 2022-12-01T10:11:40.6639651Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:11:40.6671769Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:11:40.6705768Z Entering 'third_party/nccl/nccl' 2022-12-01T10:11:40.6751449Z Entering 'third_party/neon2sse' 2022-12-01T10:11:40.6794063Z Entering 'third_party/nlohmann' 2022-12-01T10:11:40.6827798Z Entering 'third_party/onnx' 2022-12-01T10:11:40.6946412Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:11:40.7001097Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:11:40.7047556Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:11:40.7101837Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:11:40.7189863Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:11:40.7243286Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:11:40.7298611Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:11:40.7350790Z Entering 'third_party/pocketfft' 2022-12-01T10:11:40.7384058Z Entering 'third_party/protobuf' 2022-12-01T10:11:40.7480919Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:11:40.7537807Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:11:40.7583329Z Entering 'third_party/psimd' 2022-12-01T10:11:40.7630625Z Entering 'third_party/pthreadpool' 2022-12-01T10:11:40.7675546Z Entering 'third_party/pybind11' 2022-12-01T10:11:40.7719637Z Entering 'third_party/python-enum' 2022-12-01T10:11:40.7764089Z Entering 'third_party/python-peachpy' 2022-12-01T10:11:40.7806678Z Entering 'third_party/python-six' 2022-12-01T10:11:40.7848775Z Entering 'third_party/sleef' 2022-12-01T10:11:40.7895474Z Entering 'third_party/tbb' 2022-12-01T10:11:40.7930080Z Entering 'third_party/tensorpipe' 2022-12-01T10:11:40.7988314Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:11:40.8041834Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:11:40.8091266Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:11:40.8146310Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:11:40.8203049Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:11:40.8247631Z Entering 'third_party/zstd' 2022-12-01T10:11:40.8306909Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:11:40.8333418Z http.https://github.com/.extraheader 2022-12-01T10:11:40.8340616Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T10:11:40.8371710Z [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-12-01T10:11:40.8616796Z Entering 'android/libs/fbjni' 2022-12-01T10:11:40.8636508Z http.https://github.com/.extraheader 2022-12-01T10:11:40.8661765Z Entering 'third_party/FP16' 2022-12-01T10:11:40.8681351Z http.https://github.com/.extraheader 2022-12-01T10:11:40.8706472Z Entering 'third_party/FXdiv' 2022-12-01T10:11:40.8726136Z http.https://github.com/.extraheader 2022-12-01T10:11:40.8751335Z Entering 'third_party/NNPACK' 2022-12-01T10:11:40.8771396Z http.https://github.com/.extraheader 2022-12-01T10:11:40.8796503Z Entering 'third_party/QNNPACK' 2022-12-01T10:11:40.8815989Z http.https://github.com/.extraheader 2022-12-01T10:11:40.8840567Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:11:40.8860265Z http.https://github.com/.extraheader 2022-12-01T10:11:40.8885988Z Entering 'third_party/XNNPACK' 2022-12-01T10:11:40.8904734Z http.https://github.com/.extraheader 2022-12-01T10:11:40.8939608Z Entering 'third_party/benchmark' 2022-12-01T10:11:40.8959218Z http.https://github.com/.extraheader 2022-12-01T10:11:40.8984167Z Entering 'third_party/cpuinfo' 2022-12-01T10:11:40.9003838Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9029164Z Entering 'third_party/cub' 2022-12-01T10:11:40.9048583Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9073780Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:11:40.9093938Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9123945Z Entering 'third_party/cutlass' 2022-12-01T10:11:40.9142871Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9173481Z Entering 'third_party/eigen' 2022-12-01T10:11:40.9193005Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9221025Z Entering 'third_party/fbgemm' 2022-12-01T10:11:40.9240582Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9266075Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:11:40.9284879Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9309883Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:11:40.9328869Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9355224Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:11:40.9374337Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9400706Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:11:40.9420196Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9448374Z Entering 'third_party/flatbuffers' 2022-12-01T10:11:40.9467743Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9496415Z Entering 'third_party/fmt' 2022-12-01T10:11:40.9517561Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9544135Z Entering 'third_party/foxi' 2022-12-01T10:11:40.9565386Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9592039Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:11:40.9612871Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9638971Z Entering 'third_party/gloo' 2022-12-01T10:11:40.9658721Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9685056Z Entering 'third_party/googletest' 2022-12-01T10:11:40.9704399Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9730477Z Entering 'third_party/ideep' 2022-12-01T10:11:40.9749667Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9774917Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:11:40.9794442Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9822533Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:11:40.9842745Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9875231Z Entering 'third_party/ios-cmake' 2022-12-01T10:11:40.9894989Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9921361Z Entering 'third_party/ittapi' 2022-12-01T10:11:40.9941568Z http.https://github.com/.extraheader 2022-12-01T10:11:40.9968602Z Entering 'third_party/kineto' 2022-12-01T10:11:40.9988715Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0014860Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:11:41.0034231Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0060175Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:11:41.0080154Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0107157Z Entering 'third_party/nccl/nccl' 2022-12-01T10:11:41.0128958Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0155570Z Entering 'third_party/neon2sse' 2022-12-01T10:11:41.0174834Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0200039Z Entering 'third_party/nlohmann' 2022-12-01T10:11:41.0219595Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0246117Z Entering 'third_party/onnx' 2022-12-01T10:11:41.0265954Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0303570Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:11:41.0323231Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0349687Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:11:41.0368990Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0395902Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:11:41.0415499Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0441780Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:11:41.0460374Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0489371Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:11:41.0507765Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0534239Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:11:41.0553957Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0578965Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:11:41.0597717Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0627420Z Entering 'third_party/pocketfft' 2022-12-01T10:11:41.0646851Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0671458Z Entering 'third_party/protobuf' 2022-12-01T10:11:41.0690589Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0719582Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:11:41.0738264Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0764773Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:11:41.0783685Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0810668Z Entering 'third_party/psimd' 2022-12-01T10:11:41.0829544Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0854746Z Entering 'third_party/pthreadpool' 2022-12-01T10:11:41.0874646Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0900027Z Entering 'third_party/pybind11' 2022-12-01T10:11:41.0919734Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0945360Z Entering 'third_party/python-enum' 2022-12-01T10:11:41.0965265Z http.https://github.com/.extraheader 2022-12-01T10:11:41.0990333Z Entering 'third_party/python-peachpy' 2022-12-01T10:11:41.1009603Z http.https://github.com/.extraheader 2022-12-01T10:11:41.1034755Z Entering 'third_party/python-six' 2022-12-01T10:11:41.1054615Z http.https://github.com/.extraheader 2022-12-01T10:11:41.1080061Z Entering 'third_party/sleef' 2022-12-01T10:11:41.1099481Z http.https://github.com/.extraheader 2022-12-01T10:11:41.1125201Z Entering 'third_party/tbb' 2022-12-01T10:11:41.1144416Z http.https://github.com/.extraheader 2022-12-01T10:11:41.1172798Z Entering 'third_party/tensorpipe' 2022-12-01T10:11:41.1192321Z http.https://github.com/.extraheader 2022-12-01T10:11:41.1219654Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:11:41.1238818Z http.https://github.com/.extraheader 2022-12-01T10:11:41.1264570Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:11:41.1283619Z http.https://github.com/.extraheader 2022-12-01T10:11:41.1308366Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:11:41.1327706Z http.https://github.com/.extraheader 2022-12-01T10:11:41.1353040Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:11:41.1372009Z http.https://github.com/.extraheader 2022-12-01T10:11:41.1398444Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:11:41.1417233Z http.https://github.com/.extraheader 2022-12-01T10:11:41.1445143Z Entering 'third_party/zstd' 2022-12-01T10:11:41.1464827Z http.https://github.com/.extraheader 2022-12-01T10:11:41.1685910Z Evaluate and set job outputs 2022-12-01T10:11:41.1695652Z Set output 'docker-image' 2022-12-01T10:11:41.1696882Z Cleaning up orphan processes